[
https://issues.apache.org/jira/browse/CASSANDRA-4152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13255059#comment-13255059
]
Dave Brosius commented on CASSANDRA-4152:
-----------------------------------------
perhaps consider generating the hashcode from the token, rather than the key.
Granted the 64k Key is hopefully a corner case, but using the token would
provide consistency in that case as well.
> cache the hashcode of DecoratedKey as it is immutable
> -----------------------------------------------------
>
> Key: CASSANDRA-4152
> URL: https://issues.apache.org/jira/browse/CASSANDRA-4152
> Project: Cassandra
> Issue Type: Improvement
> Components: Core
> Reporter: Dave Brosius
> Priority: Trivial
> Attachments: cache_decoratedkey_hash.diff
>
>
> cache the hashcode of the DecoratedKey on first hashCode() call. DecoratedKey
> is immutable so no need to run thru all ByteBuffer bytes of the key and do
> hashcode math.
> applied to trunk.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira