lv042 opened a new pull request, #4798: URL: https://github.com/apache/cassandra/pull/4798
CASSANDRA-20221 Add a standalone `nodetool clearpaxos` command to clean up Paxos state for keyspaces/tables without running full `repair -paxos-only`. The command reuses the existing Paxos cleanup machinery and targets table metadata rather than directly operating on `system.paxos`. Tests: - `ant testsome -Dtest.name=org.apache.cassandra.tools.NodeToolCommandTest` - `ant test-jvm-dtest-some -Dtest.name=org.apache.cassandra.distributed.test.NodeToolTest -Dtest.methods=testClearPaxos` - `ant test-jvm-dtest-some -Dtest.name=org.apache.cassandra.distributed.test.NodeToolTest -Dtest.methods=testClearPaxosUnknownTable` -- 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]

