DecoratedKey equals() only tests Token
--------------------------------------

                 Key: CASSANDRA-1720
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1720
             Project: Cassandra
          Issue Type: Bug
          Components: Core
            Reporter: T Jake Luciani
            Priority: Minor


I'm working on a new Partitioner for Lucandra that lets many keys share the 
same token.

When I use this partitioner SliceQueryFilter class returns all rows that match 
key with the same Token.  This isn't correct in my mind. 
Tokens should only be used to route a Key in the ring.  DecoratedKey equals() 
hashCode() and compare() should consider Token *and* Key

Thoughts?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to