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

Revert node replacement behavior so that the framework does not pass … #403

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

verma7
Copy link
Contributor

@verma7 verma7 commented Feb 17, 2017

…-Dcassandra.replace_address if a task fails and restarts.

Summary: Reverts #362.

After testing with some deployments, we have found out that this causes problems when multiple Cassandra tasks fail at the same time. A node cannot bootstrap if any node is in the DN state, so we need to remove the node using nodetool removenode <hostid>. But then this change passes -D replace_address every time it starts the task but we have already removed the node and Cassandra crash loops.

…-Dcassandra.replace_address if a task fails and restarts

Summary: Reverts https://github.com/mesosphere/dcos-cassandra-service/pull/362/files.

Reviewers: zhiyan, varung, zjay

Subscribers: #cassandraservice

Differential Revision: https://code.uberinternal.com/D742838
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

Successfully merging this pull request may close these issues.

1 participant