Jon Haddad created CASSANDRA-19608:
--------------------------------------

             Summary: Internals are unaware that Cassandra can have multiple 
tokens
                 Key: CASSANDRA-19608
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-19608
             Project: Cassandra
          Issue Type: Sub-task
          Components: Analytics Library
            Reporter: Jon Haddad


The internal Partitioner, CassandraRing, CassandraInstance (and probably 
others) is unaware that a node can have many tokens.  There are many references 
and assumptions throughout the codebase that a node will have a single token.  
Updating these from a simple String in CassanraInstance to a SortedSet<String> 
appears to be the first step to supporting multiple tokens per node. 

This body of work is purely to update the plumbing between the various classes 
to pay off the technical debt of the assumption that a node can only have a 
single token.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to