aweisberg opened a new pull request, #4378: URL: https://github.com/apache/cassandra/pull/4378
This is some initial cleanup removing a lot of references to transient replication from a lot of the sstable plumbing. I didn't remove the field from the format metadata yet although we should do that as part of the next format change. It also has the few tweaks needed to get single partition reads and writes working. Known bugs: Needs fixing now * ReplicaPlans.contactForRead doesn’t ensure any full replicas will be read from at ONE * Fix witness newly introduced bug where repair doesn’t correctly terminate on transient nodes and mark their sstables as repaired preventing nodetool cleanup from cleaning transient data Could be fixed later * Fix bug where partition range read command can send data requests to transient replicas because the Replica doesn’t match what is actually being queried by the read command -- 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]

