-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathaws.conf
80 lines (61 loc) · 1.16 KB
/
aws.conf
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
71
72
73
74
75
76
77
78
79
80
-- Replicas --
// alias -> address
ap-south-1 0.0.0.1
ap-northeast-1 0.0.0.2
eu-west-3 0.0.0.3
us-west-1 0.0.0.4
af-south-1 0.0.0.5
-- Clients --
// alias -> address
ap-east-1 0.0.1.1
ap-northeast-1 0.0.1.2
ap-southeast-2 0.0.1.3
eu-west-1 0.0.1.4
ca-central-1 0.0.1.5
sa-east-1 0.0.1.6
us-east-1 0.0.1.7
us-east-2 0.0.1.8
us-west-1 0.0.1.9
us-west-2 0.0.1.10
-- Master --
// alias -> address
us-west-1 0.0.2.1
masterPort: 7087
protocol: SwiftPaxos
// Replicas
noop: false // do not execute
thrifty: false
optread: false
leaderless: false
fast: true
// Clients
reqs: 1000
runTime: none // 5min
writes: 100
conflicts: 2
commandSize: 1000
clones: 99
key: 42 // conflicting key
pipeline: false
pendings: 10000
-- Apply to ap-northeast-1 --
waitClosest: true
-- Apply to us-west-1 --
waitClosest: true
-- Proxy --
server_alias ap-south-1
server_alias ap-northeast-1
ap-east-1
ap-northeast-1 (local)
ap-southeast-2
server_alias eu-west-3
eu-west-1
server_alias us-west-1
ca-central-1
sa-east-1
us-east-1
us-east-2
us-west-1 (local)
us-west-2
server_alias af-south-1
---