Skip to content

Commit 6b1c4e1

Browse files
committed
Change CTRL + C and CTRL + D to CTRL-C and CTRL-D
Removing spaces ensures that these keyboard shortcuts won't be split across linebreaks. Follow-up to cockroachdb#3118
1 parent 86f7973 commit 6b1c4e1

File tree

73 files changed

+150
-150
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+150
-150
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ Once you've installed Jekyll and have a local clone of the docs repository, you
286286
287287
- When you make additional changes, Jekyll automatically regenerates the HTML content. No need to stop and re-start Jekyll; just refresh your browser.
288288
289-
Once you're done viewing your changes, use **CTRL + C** to stop the Jekyll server.
289+
Once you're done viewing your changes, use **CTRL-C** to stop the Jekyll server.
290290
291291
3. Run automated tests against the Jekyll-generate HTML files to check for problems (broken links, missing alt texts for images, etc.):
292292

_includes/prod_deployment/secure-test-cluster.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To test this, use the [built-in SQL client](use-the-built-in-sql-client.html) lo
2323
> CREATE DATABASE securenodetest;
2424
~~~
2525

26-
3. Use `\q` or **CTRL + C** to exit the SQL shell.
26+
3. Use `\q` or **CTRL-C** to exit the SQL shell.
2727

2828
4. Launch the built-in SQL client against a different node:
2929

@@ -52,4 +52,4 @@ To test this, use the [built-in SQL client](use-the-built-in-sql-client.html) lo
5252
(5 rows)
5353
~~~
5454
55-
6. Use `\q` or **CTRL + C** to exit the SQL shell.
55+
6. Use `\q` or **CTRL-C** to exit the SQL shell.

v1.0/demo-automatic-cloud-migration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,9 @@ This indicates that all data has been migrated from cloud 1 to cloud 2. In a rea
203203

204204
## Step 10. Stop the cluster
205205

206-
Once you're done with your cluster, stop YCSB by switching into its terminal and pressing **CTRL + C**. Then do the same for HAProxy and each CockroachDB node.
206+
Once you're done with your cluster, stop YCSB by switching into its terminal and pressing **CTRL-C**. Then do the same for HAProxy and each CockroachDB node.
207207

208-
{{site.data.alerts.callout_success}}For the last node, the shutdown process will take longer (about a minute) and will eventually force kill the node. This is because, with only 1 node still online, a majority of replicas are no longer available (2 of 3), and so the cluster is not operational. To speed up the process, press <strong>CTRL + C</strong> a second time.{{site.data.alerts.end}}
208+
{{site.data.alerts.callout_success}}For the last node, the shutdown process will take longer (about a minute) and will eventually force kill the node. This is because, with only 1 node still online, a majority of replicas are no longer available (2 of 3), and so the cluster is not operational. To speed up the process, press <strong>CTRL-C</strong> a second time.{{site.data.alerts.end}}
209209

210210
If you don't plan to restart the cluster, you may want to remove the nodes' data stores and the HAProxy config file:
211211

v1.0/demo-automatic-rebalancing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,9 @@ Back in the Admin UI, you'll now see 5 nodes listed. At first, the bytes and rep
159159

160160
## Step 7. Stop the cluster
161161

162-
Once you're done with your test cluster, stop each node by switching to its terminal and pressing **CTRL + C**.
162+
Once you're done with your test cluster, stop each node by switching to its terminal and pressing **CTRL-C**.
163163

164-
{{site.data.alerts.callout_success}}For the last node, the shutdown process will take longer (about a minute) and will eventually force kill the node. This is because, with only 1 node still online, a majority of replicas are no longer available (2 of 3), and so the cluster is not operational. To speed up the process, press <strong>CTRL + C</strong> a second time.{{site.data.alerts.end}}
164+
{{site.data.alerts.callout_success}}For the last node, the shutdown process will take longer (about a minute) and will eventually force kill the node. This is because, with only 1 node still online, a majority of replicas are no longer available (2 of 3), and so the cluster is not operational. To speed up the process, press <strong>CTRL-C</strong> a second time.{{site.data.alerts.end}}
165165

166166
If you don't plan to restart the cluster, you may want to remove the nodes' data stores:
167167

v1.0/demo-data-replication.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,9 @@ Back in the Admin UI, you'll see that there are now 5 nodes listed. Again, at fi
211211

212212
## Step 8. Stop the cluster
213213

214-
Once you're done with your test cluster, stop each node by switching to its terminal and pressing **CTRL + C**.
214+
Once you're done with your test cluster, stop each node by switching to its terminal and pressing **CTRL-C**.
215215

216-
{{site.data.alerts.callout_success}}For the last 2 nodes, the shutdown process will take longer (about a minute) and will eventually force kill the nodes. This is because, with only 2 nodes still online, a majority of replicas are no longer available (3 of 5), and so the cluster is not operational. To speed up the process, press <strong>CTRL + C</strong> a second time in the nodes' terminals.{{site.data.alerts.end}}
216+
{{site.data.alerts.callout_success}}For the last 2 nodes, the shutdown process will take longer (about a minute) and will eventually force kill the nodes. This is because, with only 2 nodes still online, a majority of replicas are no longer available (3 of 5), and so the cluster is not operational. To speed up the process, press <strong>CTRL-C</strong> a second time in the nodes' terminals.{{site.data.alerts.end}}
217217

218218
If you don't plan to restart the cluster, you may want to remove the nodes' data stores:
219219

v1.0/demo-fault-tolerance-and-recovery.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Exit the SQL shell:
7474

7575
## Step 3. Remove a node temporarily
7676

77-
In the terminal running node 2, press **CTRL + C** to stop the node.
77+
In the terminal running node 2, press **CTRL-C** to stop the node.
7878

7979
Alternatively, you can open a new terminal and run the [`cockroach quit`](stop-a-node.html) command against port `26258`:
8080

@@ -302,7 +302,7 @@ nodeID: 4
302302

303303
## Step 9. Remove a node permanently
304304

305-
Again, switch to the terminal running node 2 and press **CTRL + C** to stop it.
305+
Again, switch to the terminal running node 2 and press **CTRL-C** to stop it.
306306

307307
Alternatively, you can open a new terminal and run the [`cockroach quit`](stop-a-node.html) command against port `26258`:
308308

@@ -328,9 +328,9 @@ After about 10 minutes, node 2 will move into a **Dead Nodes** section, indicati
328328

329329
## Step 11. Stop the cluster
330330

331-
Once you're done with your test cluster, stop each node by switching to its terminal and pressing **CTRL + C**.
331+
Once you're done with your test cluster, stop each node by switching to its terminal and pressing **CTRL-C**.
332332

333-
{{site.data.alerts.callout_success}}For the last node, the shutdown process will take longer (about a minute) and will eventually force kill the node. This is because, with only 1 node still online, a majority of replicas are no longer available (2 of 3), and so the cluster is not operational. To speed up the process, press <strong>CTRL + C</strong> a second time.{{site.data.alerts.end}}
333+
{{site.data.alerts.callout_success}}For the last node, the shutdown process will take longer (about a minute) and will eventually force kill the node. This is because, with only 1 node still online, a majority of replicas are no longer available (2 of 3), and so the cluster is not operational. To speed up the process, press <strong>CTRL-C</strong> a second time.{{site.data.alerts.end}}
334334

335335
If you don't plan to restart the cluster, you may want to remove the nodes' data stores:
336336

v1.0/deploy-cockroachdb-on-aws-insecure.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ To test this, use the [built-in SQL client](use-the-built-in-sql-client.html) as
210210
(5 rows)
211211
~~~
212212

213-
6. Use **CTRL + D**, **CTRL + C**, or `\q` to exit the SQL shell.
213+
6. Use **CTRL-D**, **CTRL-C**, or `\q` to exit the SQL shell.
214214

215215
## Step 7. Test load balancing
216216

@@ -262,7 +262,7 @@ To test this, install CockroachDB locally and use the [built-in SQL client](use-
262262
(1 row)
263263
~~~
264264

265-
5. Use **CTRL + D**, **CTRL + C**, or `\q` to exit the SQL shell.
265+
5. Use **CTRL-D**, **CTRL-C**, or `\q` to exit the SQL shell.
266266

267267
## Step 8. Monitor the cluster
268268

v1.0/deploy-cockroachdb-on-aws.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ To test this, use the [built-in SQL client](use-the-built-in-sql-client.html) lo
332332
> CREATE DATABASE securenodetest;
333333
~~~
334334
335-
3. Use **CTRL + D**, **CTRL + C**, or `\q` to exit the SQL shell.
335+
3. Use **CTRL-D**, **CTRL-C**, or `\q` to exit the SQL shell.
336336
337337
4. Connect the built-in SQL client to node 2, with the `--host` flag set to the external IP address of node 2 and security flags pointing to the CA cert and the client cert and key:
338338
@@ -363,7 +363,7 @@ To test this, use the [built-in SQL client](use-the-built-in-sql-client.html) lo
363363
(5 rows)
364364
~~~
365365

366-
6. Use **CTRL + D**, **CTRL + C**, or `\q` to exit the SQL shell.
366+
6. Use **CTRL-D**, **CTRL-C**, or `\q` to exit the SQL shell.
367367

368368
## Step 8. Test load balancing
369369

@@ -418,7 +418,7 @@ To test this, use the [built-in SQL client](use-the-built-in-sql-client.html) lo
418418
(1 row)
419419
~~~
420420

421-
4. Use **CTRL + D**, **CTRL + C**, or `\q` to exit the SQL shell.
421+
4. Use **CTRL-D**, **CTRL-C**, or `\q` to exit the SQL shell.
422422

423423
## Step 9. Monitor the cluster
424424

v1.0/deploy-cockroachdb-on-digital-ocean-insecure.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ To test this, use the [built-in SQL client](use-the-built-in-sql-client.html) as
192192
(5 rows)
193193
~~~
194194

195-
6. Use **CTRL + D**, **CTRL + C**, or `\q` to exit the SQL shell.
195+
6. Use **CTRL-D**, **CTRL-C**, or `\q` to exit the SQL shell.
196196

197197
## Step 7. Test load balancing
198198

@@ -244,7 +244,7 @@ To test this, install CockroachDB locally and use the [built-in SQL client](use-
244244
(1 row)
245245
~~~
246246

247-
5. Use **CTRL + D**, **CTRL + C**, or `\q` to exit the SQL shell.
247+
5. Use **CTRL-D**, **CTRL-C**, or `\q` to exit the SQL shell.
248248

249249
## Step 8. Monitor the cluster
250250

v1.0/deploy-cockroachdb-on-digital-ocean.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ To test this, use the [built-in SQL client](use-the-built-in-sql-client.html) lo
309309
> CREATE DATABASE securenodetest;
310310
~~~
311311
312-
3. Use **CTRL + D**, **CTRL + C**, or `\q` to exit the SQL shell.
312+
3. Use **CTRL-D**, **CTRL-C**, or `\q` to exit the SQL shell.
313313
314314
4. Connect the built-in SQL client to node 2, with the `--host` flag set to the address of node 2 and security flags pointing to the CA cert and the client cert and key:
315315
@@ -340,7 +340,7 @@ To test this, use the [built-in SQL client](use-the-built-in-sql-client.html) lo
340340
(5 rows)
341341
~~~
342342

343-
6. Use **CTRL + D**, **CTRL + C**, or `\q` to exit the SQL shell.
343+
6. Use **CTRL-D**, **CTRL-C**, or `\q` to exit the SQL shell.
344344

345345
## Step 8. Test load balancing
346346

@@ -395,7 +395,7 @@ To test this, use the [built-in SQL client](use-the-built-in-sql-client.html) lo
395395
(1 row)
396396
~~~
397397

398-
4. Use **CTRL + D**, **CTRL + C**, or `\q` to exit the SQL shell.
398+
4. Use **CTRL-D**, **CTRL-C**, or `\q` to exit the SQL shell.
399399

400400
## Step 9. Monitor the cluster
401401

v1.0/deploy-cockroachdb-on-google-cloud-platform-insecure.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ To test this, use the [built-in SQL client](use-the-built-in-sql-client.html) as
209209
(5 rows)
210210
~~~
211211

212-
6. Use **CTRL + D**, **CTRL + C**, or `\q` to exit the SQL shell.
212+
6. Use **CTRL-D**, **CTRL-C**, or `\q` to exit the SQL shell.
213213

214214
## Step 7. Test load balancing
215215

@@ -261,7 +261,7 @@ To test this, install CockroachDB locally and use the [built-in SQL client](use-
261261
(1 row)
262262
~~~
263263

264-
5. Use **CTRL + D**, **CTRL + C**, or `\q` to exit the SQL shell.
264+
5. Use **CTRL-D**, **CTRL-C**, or `\q` to exit the SQL shell.
265265

266266
## Step 8. Monitor the cluster
267267

v1.0/deploy-cockroachdb-on-google-cloud-platform.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ To test this, use the [built-in SQL client](use-the-built-in-sql-client.html) lo
327327
> CREATE DATABASE securenodetest;
328328
~~~
329329
330-
3. Use **CTRL + D**, **CTRL + C**, or `\q` to exit the SQL shell.
330+
3. Use **CTRL-D**, **CTRL-C**, or `\q` to exit the SQL shell.
331331
332332
4. Connect the built-in SQL client to node 2, with the `--host` flag set to the external address of node 2 and security flags pointing to the CA cert and the client cert and key:
333333
@@ -358,7 +358,7 @@ To test this, use the [built-in SQL client](use-the-built-in-sql-client.html) lo
358358
(5 rows)
359359
~~~
360360

361-
6. Use **CTRL + D**, **CTRL + C**, or `\q` to exit the SQL shell.
361+
6. Use **CTRL-D**, **CTRL-C**, or `\q` to exit the SQL shell.
362362

363363
## Step 8. Test load balancing
364364

@@ -414,7 +414,7 @@ To test this, use the [built-in SQL client](use-the-built-in-sql-client.html) lo
414414
(1 row)
415415
~~~
416416

417-
4. Use **CTRL + D**, **CTRL + C**, or `\q` to exit the SQL shell.
417+
4. Use **CTRL-D**, **CTRL-C**, or `\q` to exit the SQL shell.
418418

419419
## Step 9. Monitor the cluster
420420

v1.0/deploy-cockroachdb-on-microsoft-azure-insecure.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ To test this, use the [built-in SQL client](use-the-built-in-sql-client.html) as
223223
(5 rows)
224224
~~~
225225

226-
6. Use **CTRL + D**, **CTRL + C**, or `\q` to exit the SQL shell.
226+
6. Use **CTRL-D**, **CTRL-C**, or `\q` to exit the SQL shell.
227227

228228
## Step 7. Test load balancing
229229

@@ -275,7 +275,7 @@ To test this, install CockroachDB locally and use the [built-in SQL client](use-
275275
(1 row)
276276
~~~
277277

278-
5. Use **CTRL + D**, **CTRL + C**, or `\q` to exit the SQL shell.
278+
5. Use **CTRL-D**, **CTRL-C**, or `\q` to exit the SQL shell.
279279

280280
## Step 8. Monitor the cluster
281281

v1.0/deploy-cockroachdb-on-microsoft-azure.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ To test this, use the [built-in SQL client](use-the-built-in-sql-client.html) lo
334334
> CREATE DATABASE securenodetest;
335335
~~~
336336
337-
3. Use **CTRL + D**, **CTRL + C**, or `\q` to exit the SQL shell.
337+
3. Use **CTRL-D**, **CTRL-C**, or `\q` to exit the SQL shell.
338338
339339
4. Launch built-in SQL client with the `--host` flag set to the external address of node 2 and security flags pointing to the CA cert and the client cert and key:
340340
@@ -365,7 +365,7 @@ To test this, use the [built-in SQL client](use-the-built-in-sql-client.html) lo
365365
(5 rows)
366366
~~~
367367

368-
6. Use **CTRL + D**, **CTRL + C**, or `\q` to exit the SQL shell.
368+
6. Use **CTRL-D**, **CTRL-C**, or `\q` to exit the SQL shell.
369369

370370
## Step 8. Test load balancing
371371

@@ -420,7 +420,7 @@ To test this, use the [built-in SQL client](use-the-built-in-sql-client.html) lo
420420
(1 row)
421421
~~~
422422

423-
4. Use **CTRL + D**, **CTRL + C**, or `\q` to exit the SQL shell.
423+
4. Use **CTRL-D**, **CTRL-C**, or `\q` to exit the SQL shell.
424424

425425
## Step 9. Monitor the cluster
426426

v1.0/manual-deployment-insecure.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ To test this, use the [built-in SQL client](use-the-built-in-sql-client.html) as
135135
(5 rows)
136136
~~~
137137

138-
6. Use **CTRL + D**, **CTRL + C**, or `\q` to exit the SQL shell.
138+
6. Use **CTRL-D**, **CTRL-C**, or `\q` to exit the SQL shell.
139139

140140
## Step 4. Set up HAProxy load balancers
141141

@@ -268,7 +268,7 @@ To test this, install CockroachDB locally and use the [built-in SQL client](use-
268268
(1 row)
269269
~~~
270270

271-
5. Use **CTRL + D**, **CTRL + C**, or `\q` to exit the SQL shell.
271+
5. Use **CTRL-D**, **CTRL-C**, or `\q` to exit the SQL shell.
272272

273273
## Step 6. Configure replication
274274

v1.0/manual-deployment.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ To test this, use the [built-in SQL client](use-the-built-in-sql-client.html) lo
256256
> CREATE DATABASE securenodetest;
257257
~~~
258258

259-
3. Use **CTRL + D**, **CTRL + C**, or `\q` to exit the SQL shell.
259+
3. Use **CTRL-D**, **CTRL-C**, or `\q` to exit the SQL shell.
260260

261261
4. Launch the built-in SQL client with the `--host` flag set to the address of node 2 and security flags pointing to the CA cert and the client cert and key:
262262

@@ -287,7 +287,7 @@ To test this, use the [built-in SQL client](use-the-built-in-sql-client.html) lo
287287
(5 rows)
288288
~~~
289289
290-
6. Use **CTRL + D**, **CTRL + C**, or `\q` to exit the SQL shell.
290+
6. Use **CTRL-D**, **CTRL-C**, or `\q` to exit the SQL shell.
291291
292292
## Step 5. Set up HAProxy load balancers
293293
@@ -420,7 +420,7 @@ To test this, use the [built-in SQL client](use-the-built-in-sql-client.html) lo
420420
(1 row)
421421
~~~
422422
423-
4. Use **CTRL + D**, **CTRL + C**, or `\q` to exit the SQL shell.
423+
4. Use **CTRL-D**, **CTRL-C**, or `\q` to exit the SQL shell.
424424
425425
## Step 7. Configure replication
426426

v1.0/orchestrate-cockroachdb-with-docker-swarm-insecure.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ $ sudo docker network create --driver overlay cockroachdb
247247
> CREATE DATABASE insecurenodetest;
248248
~~~
249249

250-
4. Use **CTRL + D**, **CTRL + C**, or `\q` to exit the SQL shell.
250+
4. Use **CTRL-D**, **CTRL-C**, or `\q` to exit the SQL shell.
251251

252252
## Step 7. Monitor the cluster
253253

v1.0/orchestrate-cockroachdb-with-docker-swarm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ A secure CockroachDB cluster uses TLS certificates for encrypted inter-node and
467467
> CREATE DATABASE securenodetest;
468468
~~~
469469
470-
4. Use **CTRL + D**, **CTRL + C**, or `\q` to exit the SQL shell.
470+
4. Use **CTRL-D**, **CTRL-C**, or `\q` to exit the SQL shell.
471471
472472
## Step 8. Monitor the cluster
473473

v1.0/orchestrate-cockroachdb-with-kubernetes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Kubectl is now configured to use the cluster.
196196
(1 row)
197197
~~~
198198
199-
4. When you're done with the SQL shell, use **CTRL + D**, **CTRL + C**, or `\q` to exit and delete the temporary pod.
199+
4. When you're done with the SQL shell, use **CTRL-D**, **CTRL-C**, or `\q` to exit and delete the temporary pod.
200200

201201
## Step 5. Simulate node failure
202202

v1.0/secure-a-cluster.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ The replica count on each node is identical, indicating that all data in the clu
216216

217217
## Step 6. Stop the cluster
218218

219-
Once you're done with your test cluster, switch to the terminal running the first node and press **CTRL + C** to stop the node.
219+
Once you're done with your test cluster, switch to the terminal running the first node and press **CTRL-C** to stop the node.
220220

221221
At this point, with 2 nodes still online, the cluster remains operational because a majority of replicas are available. To verify that the cluster has tolerated this "failure", connect the built-in SQL shell to nodes 2 or 3. You can do this in the same terminal or in a new terminal.
222222

@@ -248,9 +248,9 @@ Exit the SQL shell:
248248
> \q
249249
~~~
250250

251-
Now stop nodes 2 and 3 by switching to their terminals and pressing **CTRL + C**.
251+
Now stop nodes 2 and 3 by switching to their terminals and pressing **CTRL-C**.
252252

253-
{{site.data.alerts.callout_success}}For node 3, the shutdown process will take longer (about a minute) and will eventually force kill the node. This is because, with only 1 of 3 nodes left, a majority of replicas are not available, and so the cluster is no longer operational. To speed up the process, press <strong>CTRL + C</strong> a second time.{{site.data.alerts.end}}
253+
{{site.data.alerts.callout_success}}For node 3, the shutdown process will take longer (about a minute) and will eventually force kill the node. This is because, with only 1 of 3 nodes left, a majority of replicas are not available, and so the cluster is no longer operational. To speed up the process, press <strong>CTRL-C</strong> a second time.{{site.data.alerts.end}}
254254

255255
If you don't plan to restart the cluster, you may want to remove the nodes' data stores:
256256

v1.0/start-a-local-cluster.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ The replica count on each node is identical, indicating that all data in the clu
185185

186186
## Step 5. Stop the cluster
187187

188-
Once you're done with your test cluster, switch to the terminal running the first node and press **CTRL + C** to stop the node.
188+
Once you're done with your test cluster, switch to the terminal running the first node and press **CTRL-C** to stop the node.
189189

190190
At this point, with 2 nodes still online, the cluster remains operational because a majority of replicas are available. To verify that the cluster has tolerated this "failure", connect the built-in SQL shell to nodes 2 or 3. You can do this in the same terminal or in a new terminal.
191191

@@ -215,9 +215,9 @@ Exit the SQL shell:
215215
> \q
216216
~~~
217217

218-
Now stop nodes 2 and 3 by switching to their terminals and pressing **CTRL + C**.
218+
Now stop nodes 2 and 3 by switching to their terminals and pressing **CTRL-C**.
219219

220-
{{site.data.alerts.callout_success}}For node 3, the shutdown process will take longer (about a minute) and will eventually force kill the node. This is because, with only 1 of 3 nodes left, a majority of replicas are not available, and so the cluster is no longer operational. To speed up the process, press <strong>CTRL + C</strong> a second time.{{site.data.alerts.end}}
220+
{{site.data.alerts.callout_success}}For node 3, the shutdown process will take longer (about a minute) and will eventually force kill the node. This is because, with only 1 of 3 nodes left, a majority of replicas are not available, and so the cluster is no longer operational. To speed up the process, press <strong>CTRL-C</strong> a second time.{{site.data.alerts.end}}
221221

222222
If you don't plan to restart the cluster, you may want to remove the nodes' data stores:
223223

v1.0/stop-a-node.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ If you need to troubleshoot this command's behavior, you can change its [logging
7373
$ pkill cockroach
7474
~~~
7575

76-
If the node is running in the foreground, press `CTRL + c`.
76+
If the node is running in the foreground, press `CTRL-C`.
7777

7878
3. Verify that the `cockroach` process has stopped:
7979

0 commit comments

Comments
 (0)