-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcluster.json
More file actions
33 lines (33 loc) · 1.18 KB
/
cluster.json
File metadata and controls
33 lines (33 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"f": 2,
"clientTimeout": "3800ms",
"viewChangeTimeout": "2800ms",
"byzantineFaultDelay": "20ms",
"checkpointInterval": 8,
"clientRetryInfinite": false,
"newViewAssembleDelay": "20ms",
"clientRetryMax": 20,
"fastPathTimeout": "50ms",
"replicas": [
{"id": "n1", "host": "127.0.0.1", "port": 5000},
{"id": "n2", "host": "127.0.0.1", "port": 5001},
{"id": "n3", "host": "127.0.0.1", "port": 5002},
{"id": "n4", "host": "127.0.0.1", "port": 5003},
{"id": "n5", "host": "127.0.0.1", "port": 5004},
{"id": "n6", "host": "127.0.0.1", "port": 5005},
{"id": "n7", "host": "127.0.0.1", "port": 5006}
],
"clients": [
{"id": "A", "host": "127.0.0.1", "port": 6000},
{"id": "B", "host": "127.0.0.1", "port": 6000},
{"id": "C", "host": "127.0.0.1", "port": 6000},
{"id": "D", "host": "127.0.0.1", "port": 6000},
{"id": "E", "host": "127.0.0.1", "port": 6000},
{"id": "F", "host": "127.0.0.1", "port": 6000},
{"id": "G", "host": "127.0.0.1", "port": 6000},
{"id": "H", "host": "127.0.0.1", "port": 6000},
{"id": "I", "host": "127.0.0.1", "port": 6000},
{"id": "J", "host": "127.0.0.1", "port": 6000}
],
"keysDir": "keys"
}