[ https://issues.apache.org/jira/browse/CASSANALYTICS-11?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Josh McKenzie updated CASSANALYTICS-11: --------------------------------------- Fix Version/s: 1.0 > Internals are unaware that Cassandra can have multiple tokens > ------------------------------------------------------------- > > Key: CASSANALYTICS-11 > URL: https://issues.apache.org/jira/browse/CASSANALYTICS-11 > Project: Apache Cassandra Analytics > Issue Type: Sub-task > Reporter: Jon Haddad > Priority: Normal > Fix For: 1.0 > > > 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