This repository has been archived by the owner on Aug 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lucid-spanner.config
70 lines (70 loc) · 2.31 KB
/
lucid-spanner.config
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"numDatacenters": 3,
"readQueryTimeout": 10000,
"commandTimeout": 5000,
"addressConfigs": [
{
"IP": "10.2.42.54",
"paxosPort": 9000,
"clientPort": 9100,
"serverPort": 9200
},
{
"IP": "10.2.42.55",
"paxosPort": 9000,
"clientPort": 9100,
"serverPort": 9200
},
{
"IP": "10.2.42.59",
"paxosPort": 9000,
"clientPort": 9100,
"serverPort": 9200
},
{
"IP": "10.2.42.54",
"paxosPort": 9001,
"clientPort": 9101,
"serverPort": 9201
},
{
"IP": "10.2.42.55",
"paxosPort": 9001,
"clientPort": 9101,
"serverPort": 9201
},
{
"IP": "10.2.42.59",
"paxosPort": 9001,
"clientPort": 9101,
"serverPort": 9201
},
{
"IP": "10.2.42.54",
"paxosPort": 9002,
"clientPort": 9102,
"serverPort": 9202
},
{
"IP": "10.2.42.55",
"paxosPort": 9002,
"clientPort": 9102,
"serverPort": 9202
},
{
"IP": "10.2.42.59",
"paxosPort": 9002,
"clientPort": 9102,
"serverPort": 9202
}
],
"SPANNER_CLIENT_TO_CLOSEST_DATACENTER_LATENCY": 20,
"SPANNER_INTER_DATACENTER_LATENCY": 50,
"RC_CLIENT_TO_DATACENTER_AVG_LATENCY": 20,
"RC_INTER_DATACENTER_LATENCY": 50,
"INTRA_DATACENTER_LATENCY": 0,
"DETERMINE_SPANNER_LEADER_PING_LATENCY": 20,
"LOCK_TABLE_SIZE": 256,
"COPYCAT_LOG_LEVEL": 0,
"LUCID_LOG_LEVEL": 0
}