szymon-miezal opened a new pull request, #2921: URL: https://github.com/apache/cassandra/pull/2921
Node decommission triggers data transfer to other nodes. While this transfer is in progress, receiving nodes temporarily hold token ranges in a pending state. However, the cleanup process currently doesn't consider these pending ranges when calculating token ownership. As a consequence, data that is already stored in sstables gets inadvertently cleaned up. This patch backports CASSANDRA-16418 which adds a preventive check to disallow starting cleanup when a node contains any pending ranges for the requested keyspace. https://app.circleci.com/pipelines/github/szymon-miezal/cassandra?branch=CASSANDRA-18824-3.0 https://issues.apache.org/jira/browse/CASSANDRA-18824 -- 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]

