From 819b2332bd44767655a045dc265243dc2b43e36a Mon Sep 17 00:00:00 2001 From: Julian Gamble Date: Thu, 10 Nov 2022 21:52:14 +1100 Subject: [PATCH] Update quickstart.adoc Adding note for people who go straight to the cqlsh to wait for the cassandra server to startup - and not presume they have done something wrong. --- site-content/source/modules/ROOT/pages/quickstart.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/site-content/source/modules/ROOT/pages/quickstart.adoc b/site-content/source/modules/ROOT/pages/quickstart.adoc index decd99d04..75172b96b 100644 --- a/site-content/source/modules/ROOT/pages/quickstart.adoc +++ b/site-content/source/modules/ROOT/pages/quickstart.adoc @@ -119,6 +119,7 @@ Connected to Test Cluster at cassandra:9042. Use HELP for help. cqlsh> -- +Note again: The cassandra server itself (the first docker run command you ran) takes a few seconds to start up. The above command will throw an error if the server hasn't finished its init sequence yet, so give it a few seconds to spin up. ==== // end example