Uses of Class
org.apache.cassandra.service.paxos.cleanup.PaxosStartPrepareCleanup
Packages that use PaxosStartPrepareCleanup
-
Uses of PaxosStartPrepareCleanup in org.apache.cassandra.service.paxos.cleanup
Methods in org.apache.cassandra.service.paxos.cleanup that return PaxosStartPrepareCleanupModifier and TypeMethodDescriptionstatic PaxosStartPrepareCleanupPaxosStartPrepareCleanup.prepare(SharedContext ctx, TableId tableId, Collection<InetAddressAndPort> endpoints, EndpointState localEpState, Collection<Range<Token>> ranges) We run paxos repair as part of topology changes, so we include the local endpoint state in the paxos repair prepare message to prevent racing with gossip dissemination and guarantee that every repair participant is aware of the pending ring change during repair.