Unnecessary double-synchronization in ZooKeeperWrapper
------------------------------------------------------

                 Key: HBASE-2874
                 URL: https://issues.apache.org/jira/browse/HBASE-2874
             Project: HBase
          Issue Type: Bug
          Components: zookeeper
            Reporter: Benoit Sigoure
            Assignee: Benoit Sigoure
            Priority: Trivial


The {{listeners}} attribute is a synchronized collection but it's only accessed 
from 3 methods that are already marked as {{synchronized}}.  The 
double-synchronization is unnecessary and can be eliminated.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to