[
https://issues.apache.org/jira/browse/CASSANDRA-1481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12921347#action_12921347
]
Hudson commented on CASSANDRA-1481:
-----------------------------------
Integrated in Cassandra #566 (See
[https://hudson.apache.org/hudson/job/Cassandra/566/])
forward-port CASSANDRA-1481. originally thought it was a non-issue in 0.7
because of endpoint caching in Strategy, but getRack/getDatacenter are still
called by sortByProximity in StorageProxy. patch by jbellis
> PropertyFileEndPointSnitch synchronization is a bottleneck
> ----------------------------------------------------------
>
> Key: CASSANDRA-1481
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1481
> Project: Cassandra
> Issue Type: Improvement
> Components: Core
> Affects Versions: 0.6
> Reporter: Jonathan Ellis
> Assignee: Chris Goffinet
> Priority: Minor
> Fix For: 0.6.6, 0.7.0
>
> Attachments:
> 0001-Use-hashmap-internally-for-lookups-vs-hashtable-for-.patch, 1481-v2.txt
>
>
> the Properties class extends Hashtable, which is ancient and synchronized.
> (this is not really a problem in 0.7, since snitch results are cached.)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.