You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2010/11/09 05:50:07 UTC

[jira] Resolved: (CASSANDRA-1720) DecoratedKey equals() only tests Token

     [ https://issues.apache.org/jira/browse/CASSANDRA-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis resolved CASSANDRA-1720.
---------------------------------------

    Resolution: Duplicate

let's move this to CASSANDRA-1034

> 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.