beobal opened a new pull request, #3197:
URL: https://github.com/apache/cassandra/pull/3197

   The distributed metadata log table can be simplified by leveraging the fact 
that replicas are all responsible for the entire token range. Given this 
assumption, we can then use ReversedLongLocalPartitioner introduced in 
[CASSANDRA-19391](https://issues.apache.org/jira/browse/CASSANDRA-19391) to 
make it much easier to append to/read from the tail of the log, effectively 
removing the need for the Period construct. This will also improve apply to the 
local metadata log used at startup.


-- 
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]

Reply via email to