-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
233 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,55 @@ | ||
endpoints: | ||
- exposed_ip: localhost | ||
local_bind_ip: localhost | ||
port: 8751 | ||
port: 2751 | ||
id: 0 | ||
replicaid: 0 | ||
raftport: 3127 | ||
- exposed_ip: localhost | ||
local_bind_ip: localhost | ||
port: 8752 | ||
id: 0 | ||
replicaid: 1 | ||
raftport: 3128 | ||
- exposed_ip: localhost | ||
local_bind_ip: localhost | ||
port: 8753 | ||
id: 0 | ||
replicaid: 2 | ||
raftport: 3129 | ||
raftport: 1127 | ||
# - exposed_ip: localhost | ||
# local_bind_ip: localhost | ||
# port: 2752 | ||
# id: 0 | ||
# replicaid: 1 | ||
# raftport: 1128 | ||
# - exposed_ip: localhost | ||
# local_bind_ip: localhost | ||
# port: 2753 | ||
# id: 0 | ||
# replicaid: 2 | ||
# raftport: 1129 | ||
# - exposed_ip: localhost | ||
# local_bind_ip: localhost | ||
# port: 2754 | ||
# id: 1 | ||
# replicaid: 0 | ||
# raftport: 1130 | ||
# - exposed_ip: localhost | ||
# local_bind_ip: localhost | ||
# port: 2755 | ||
# id: 1 | ||
# replicaid: 1 | ||
# raftport: 1131 | ||
# - exposed_ip: localhost | ||
# local_bind_ip: localhost | ||
# port: 2756 | ||
# id: 1 | ||
# replicaid: 2 | ||
# raftport: 1132 | ||
# - exposed_ip: localhost | ||
# local_bind_ip: localhost | ||
# port: 2757 | ||
# id: 2 | ||
# replicaid: 0 | ||
# raftport: 1133 | ||
# - exposed_ip: localhost | ||
# local_bind_ip: localhost | ||
# port: 2758 | ||
# id: 2 | ||
# replicaid: 1 | ||
# raftport: 1134 | ||
# - exposed_ip: localhost | ||
# local_bind_ip: localhost | ||
# port: 2759 | ||
# id: 2 | ||
# replicaid: 2 | ||
# raftport: 1135 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
max-blocks-to-send: 200 # The maximum number of blocks to send from each shard node to the oram node during evictions | ||
eviction-rate: 1 # How many ReadPath operations before eviction | ||
eviction-rate: 1000000 # How many ReadPath operations before eviction | ||
evict-path-count: 200 # How many paths to evict at a time | ||
batch-timeout: 25 # How many milliseconds to wait before sending a batch of blocks to the oram node | ||
epoch-time: 25 # How many milliseconds between each epoch | ||
batch-timeout: 5 # How many milliseconds to wait before sending a batch of blocks to the oram node | ||
epoch-time: 5 # How many milliseconds between each epoch | ||
trace: false # Whether to use opentelemetry and jaeger | ||
Z: 1 # number of real blocks per bucket | ||
S: 9 # number of dummy blocks per bucket | ||
shift: 1 # 2^shift is the tree branching factor | ||
tree-height: 11 # height of the tree | ||
max-requests: 3000 # maximum number of requests in flight at the client | ||
tree-height: 15 # height of the tree | ||
max-requests: 40000 # maximum number of requests in flight at the client | ||
log: true # whether to log | ||
profile: false # Whether to profile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
max-blocks-to-send: 200 # The maximum number of blocks to send from each shard node to the oram node during evictions | ||
eviction-rate: 5 # How many ReadPath operations before eviction | ||
eviction-rate: 1 # How many ReadPath operations before eviction | ||
evict-path-count: 200 # How many paths to evict at a time | ||
batch-timeout: 100 # How many milliseconds to wait before sending a batch of blocks to the oram node | ||
epoch-time: 100 # How many milliseconds between each epoch | ||
batch-timeout: 5 # How many milliseconds to wait before sending a batch of blocks to the oram node | ||
epoch-time: 5 # How many milliseconds between each epoch | ||
trace: false # Whether to use opentelemetry and jaeger | ||
Z: 1 # number of real blocks per bucket | ||
S: 9 # number of dummy blocks per bucket | ||
shift: 1 # 2^shift is the tree branching factor | ||
tree-height: 11 # height of the tree | ||
max-requests: 1500 # maximum number of requests in flight at the client | ||
tree-height: 20 # height of the tree | ||
max-requests: 40000 # maximum number of requests in flight at the client | ||
log: false # Whether to log | ||
profile: false # Whether to profile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters