josh-mckenzie opened a new pull request, #1807: URL: https://github.com/apache/cassandra/pull/1807
Right now empty is very specific to a single edge case (i.e. in isEmptyWithoutStatus() our usage of hbState() + applicationState), but there are other failure cases which block host replacements and require intrusive workarounds and human intervention to recover from when you have something in hbState() you don't expect. If we allow opt-in to a more risky (i.e. we don’t know how we got there) definition of empty, then host replacements can make progress even when Gossip's gotten into a bad state. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

