You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Alex Petrov (JIRA)" <ji...@apache.org> on 2016/08/05 13:23:20 UTC

[jira] [Created] (CASSANDRA-12389) Make SASI work with RandomPartitioner

Alex Petrov created CASSANDRA-12389:
---------------------------------------

             Summary: Make SASI work with RandomPartitioner
                 Key: CASSANDRA-12389
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12389
             Project: Cassandra
          Issue Type: Improvement
          Components: sasi
            Reporter: Alex Petrov


Currently, SASI works only with the Murmur3Partitioner. In order to improve an adoption in existing clusters, we need to enable it to be used with different partitioners. 

RandomPartitioner is the simplest case, since it's fixed-size. I've ran several tests and it's been proven to work with RandomPartitioner quite well, with an exception of tests. Test suite may require more work in order to test it fairly well. 

During [CASSANDRA-11990], some work has been done to ease this transition. Namely, Token class is used everywhere instead of {{long}} tokens and serialisation logic is abstracted to the single place. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)