Potential ConcurrentModificationException in Group.hasSameMembers()
-------------------------------------------------------------------

         Key: HEDERA-21
         URL: https://forge.continuent.org/jira/browse/HEDERA-21
     Project: Hedera
        Type: Bug
    Versions:  Hedera 1.5.4    
    Reporter: Damian Arregui
 Assigned to: Damian Arregui 
     Fix For: Hedera 1.5.5


In Group.hasSameMembers(), we create a copy of the members list into a set. The 
members list content may be simultaneously modified. We should add a 
synchronization constraint.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   https://forge.continuent.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


_______________________________________________
Hedera mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/hedera

Reply via email to