jacek-lewandowski opened a new pull request, #1987:
URL: https://github.com/apache/cassandra/pull/1987

   Spliter.splitOwnedRanges for some inputs creates an extra split. For 
example, when we request 7 ranges from 0..31 range, it will return 8 ranges. 
There is an assertion in that method which verifies whether it returns the 
requested number of splits. Since those numbers differs, when Cassandra is be 
started with assertions enabled, it would fail.
   
   patch by Jacek Lewandowski; reviewed by Marcus Eriksson for CASSANDRA-18013
   


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