@@ -17,24 +17,25 @@ environment:
17
17
CLUSTER_NODES : 15
18
18
WORKLOAD_NODES : 3
19
19
STORE_COUNT : 2
20
- COCKROACH_VERSION : v25.1.1
20
+ COCKROACH_VERSION : v25.2.0
21
+ COCKROACH_UPGRADE_VERSION : v25.2.1
21
22
22
23
# variables used by tpcc_run_multiregion.sh
23
24
NUM_REGIONS : 3
24
25
NODES_PER_REGION : 5
25
- REGIONS : northamerica-northeast2 ,us-east5,us-east1
26
+ REGIONS : us-central1 ,us-east5,us-east1
26
27
TPCC_WAREHOUSES : 10000
27
28
TPCC_ACTIVE_WAREHOUSES : 7000
28
29
DB_NAME : cct_tpcc
29
30
SURVIVAL_GOAL : region
30
31
RUN_DURATION : 15h
31
- NUM_CONNECTIONS : 500
32
+ NUM_CONNECTIONS : 3000
32
33
NUM_WORKERS : 500
33
34
MAX_RATE : 500
34
35
MAX_CONN_LIFETIME : 3m
35
36
36
37
# GCP Cloud Storage bucket for storing locality-aware backups
37
- BUCKET_NORTH_AMERICA : cockroach-drt-backup-northamerica-northeast2
38
+ BUCKET_NORTH_AMERICA : cockroach-drt-backup
38
39
BUCKET_US_EAST_5 : cockroach-drt-backup-us-east5
39
40
BUCKET_US_EAST_1 : cockroach-drt-backup-us-east1
40
41
@@ -59,7 +60,7 @@ targets:
59
60
clouds : gce
60
61
gce-managed : true
61
62
gce-enable-multiple-stores : true
62
- gce-zones : " northamerica-northeast2 -a:2,northamerica-northeast2 -b:2,northamerica-northeast2 -c:1,us-east5-a:2,us-east5-b:2,us-east5-c:1,us-east1-b:2,us-east1-c:2,us-east1-d:1"
63
+ gce-zones : " us-central1 -a:2,us-central1 -b:2,us-central1 -c:1,us-east5-a:2,us-east5-b:2,us-east5-c:1,us-east1-b:2,us-east1-c:2,us-east1-d:1"
63
64
nodes : $CLUSTER_NODES
64
65
gce-machine-type : n2-standard-16
65
66
local-ssd : true
@@ -126,11 +127,18 @@ targets:
126
127
- --
127
128
- -e
128
129
- " SET CLUSTER SETTING server.shutdown.drain_wait = '15s'"
129
- - command : run
130
+ - command : sql
130
131
args :
131
- - $CLUSTER
132
+ - $CLUSTER:1
133
+ - --
134
+ - -e
135
+ - " SET CLUSTER SETTING goschedstats.always_use_short_sample_period.enabled = true"
136
+ - command : sql
137
+ args :
138
+ - $CLUSTER:1
132
139
- --
133
- - " sudo systemctl unmask cron.service ; sudo systemctl enable cron.service ; echo \" crontab -l ; echo '@reboot sleep 100 && ~/cockroach.sh' | crontab -\" > t.sh ; sh t.sh ; rm t.sh"
140
+ - -e
141
+ - " SET CLUSTER SETTING kv.transaction.write_buffering.enabled = true"
134
142
- command : load-balancer
135
143
args :
136
144
- create
@@ -144,7 +152,7 @@ targets:
144
152
- $WORKLOAD_CLUSTER
145
153
flags :
146
154
clouds : gce
147
- gce-zones : " northamerica-northeast2 -a,us-east5-a,us-east1-b"
155
+ gce-zones : " us-central1 -a,us-east5-a,us-east1-b"
148
156
nodes : $NUM_REGIONS
149
157
gce-machine-type : n2d-standard-4
150
158
os-volume-size : 100
@@ -275,7 +283,7 @@ targets:
275
283
args :
276
284
- $CLUSTER
277
285
- release
278
- - v25.1.2
286
+ - $COCKROACH_UPGRADE_VERSION
279
287
flags :
280
288
pause : 5m
281
289
grace-period : 500
0 commit comments