[
https://issues.apache.org/jira/browse/CASSANDRA-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stu Hood updated CASSANDRA-1720:
--------------------------------
Attachment: 1034_v1.txt
> 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
> Attachments: 1034_v1.txt
>
>
> 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.