stargate icon indicating copy to clipboard operation
stargate copied to clipboard

Readiness check reports ready before superuser is available

Open SpencerC opened this issue 2 years ago • 2 comments

2023-05-18 14:57:39 [INFO] Finished starting bundles.
2023-05-18 14:57:40 INFO  [dw-92] 2023-05-18 18:57:40,059 Slf4jRequestLogWriter.java:62 - 172.30.0.1 - - [18/May/2023:18:57:40 +0000] "GET /checker/readiness HTTP/1.1" 200 5 "-" "Go-http-client/1.1" 4
2023-05-18 14:57:44 WARN  [OptionalTasks:1] 2023-05-18 18:57:44,911 FBUtilities.java:379 - Trigger directory doesn't exist, please create it and try again.
2023-05-18 14:57:44 INFO  [OptionalTasks:1] 2023-05-18 18:57:44,915 CassandraRoleManager.java:339 - Created default superuser role 'cassandra'

This is a bit annoying for testing, since one has to perform a log inspection to see if things are actually ready.

SpencerC avatar May 18 '23 19:05 SpencerC

Good point. I assume this is the case when you run the dev mode?

ivansenic avatar May 23 '23 08:05 ivansenic

Yes

SpencerC avatar May 24 '23 18:05 SpencerC