stargate
stargate copied to clipboard
Readiness check reports ready before superuser is available
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.
Good point. I assume this is the case when you run the dev mode?
Yes