-
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
10 changed files
with
1,542 additions
and
4 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
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
host1 ansible_host=tem15 ansible_user=asetayes | ||
host2 ansible_host=tem17 ansible_user=asetayes | ||
host3 ansible_host=tem19 ansible_user=asetayes |
5 changes: 5 additions & 0 deletions
5
experiments/crash_experiments/shardnode_crash/jaeger_endpoint.yaml
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
exposed_ip: 192.168.252.115 | ||
local_bind_ip: 192.168.252.115 | ||
deploy_host: host1 | ||
api_port: 16686 | ||
grpc_port: 4317 |
43 changes: 43 additions & 0 deletions
43
experiments/crash_experiments/shardnode_crash/oramnode_endpoints.yaml
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 |
---|---|---|
@@ -0,0 +1,43 @@ | ||
endpoints: | ||
- exposed_ip: 192.168.252.115 | ||
local_bind_ip: 192.168.252.115 | ||
deploy_host: host1 | ||
port: 1751 | ||
id: 0 | ||
replicaid: 0 | ||
raftport: 1127 | ||
- exposed_ip: 192.168.252.117 | ||
local_bind_ip: 192.168.252.117 | ||
deploy_host: host2 | ||
port: 1752 | ||
id: 0 | ||
replicaid: 1 | ||
raftport: 1128 | ||
- exposed_ip: 192.168.252.119 | ||
local_bind_ip: 192.168.252.119 | ||
deploy_host: host3 | ||
port: 1753 | ||
id: 0 | ||
replicaid: 2 | ||
raftport: 1129 | ||
# - exposed_ip: 192.168.252.117 | ||
# local_bind_ip: 192.168.252.117 | ||
# deploy_host: host2 | ||
# port: 1754 | ||
# id: 1 | ||
# replicaid: 0 | ||
# raftport: 1130 | ||
# - exposed_ip: 192.168.252.115 | ||
# local_bind_ip: 192.168.252.115 | ||
# deploy_host: host1 | ||
# port: 1755 | ||
# id: 1 | ||
# replicaid: 1 | ||
# raftport: 1131 | ||
# - exposed_ip: 192.168.252.119 | ||
# local_bind_ip: 192.168.252.119 | ||
# deploy_host: host3 | ||
# port: 1756 | ||
# id: 1 | ||
# replicaid: 2 | ||
# raftport: 1132 |
15 changes: 15 additions & 0 deletions
15
experiments/crash_experiments/shardnode_crash/parameters.yaml
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
max-blocks-to-send: 400 # The maximum number of blocks to send from each shard node to the oram node during evictions | ||
eviction-rate: 100 # How many ReadPath operations before eviction | ||
evict-path-count: 200 # How many paths to evict at a time | ||
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: 6 # number of dummy blocks per bucket | ||
shift: 1 # 2^shift is the tree branching factor | ||
tree-height: 20 # height of the tree | ||
redis-pipeline-size: 5000000 # number of requests to pipeline to redis | ||
max-requests: 10000 # maximum number of requests in flight at the client | ||
block-size: 150 # size of each block in bytes | ||
log: false # whether to log | ||
profile: false # Whether to profile |
Oops, something went wrong.