Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document the need to delay starting up of Stargate after shutdown #170

Open
jmon-ds opened this issue Nov 4, 2021 · 0 comments
Open

Document the need to delay starting up of Stargate after shutdown #170

jmon-ds opened this issue Nov 4, 2021 · 0 comments

Comments

@jmon-ds
Copy link

jmon-ds commented Nov 4, 2021

When restarting Stargate using the starctl script, if we shutdown and start Stargate with the script right away within a second, we get the error

Exception (java.lang.RuntimeException) encountered during startup: A node with address /10.16.37.43 already exists, cancelling join. Use cassandra.replace_address if you want to replace this node.

ERROR [DSE main thread] 2021-10-21 17:47:22,384 CassandraDaemon.java:821 - Exception encountered during startup

java.lang.RuntimeException: A node with address /10.16.37.43 already exists, cancelling join. Use cassandra.replace_address if you want to replace this node.

We need to document a delay of 30 seconds between shutdown and subsequent start up to avoid the Gossip issue.

@jmon-ds jmon-ds changed the title Document the need to delay starting up Stargate after shutdown Document the need to delay starting up of Stargate after shutdown Nov 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant