Dave Brosius created CASSANDRA-4727:
---------------------------------------

             Summary: Avoid ConcurrentModificationExceptions on relocateTokens
                 Key: CASSANDRA-4727
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4727
             Project: Cassandra
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.2.0 beta 1
            Reporter: Dave Brosius
            Priority: Trivial
             Fix For: 1.2.0


code loops over a HashMap and deletes items from the hashmap without using the 
iterator.

will result in ConcurrentModificationExceptions... remove thru the iterator 
instead.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to