frankgh opened a new pull request, #4904: URL: https://github.com/apache/cassandra/pull/4904
…onciled sstables Prevent dropping of any segment we might still need in the future to rebuild a partially reconciled sstable, even if every mutation in that segment has been fully reconciled. Segments are droppable once: 1. segment doesn't need replay 2. and no partially reconciled sstables reference any mutations in the segment patch by Francisco Guerrero; reviewed by TBD for CASSANDRA-21406 -- 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]

