You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2015/01/12 20:37:34 UTC

[jira] [Created] (HBASE-12839) Remove synchronization in ServerStatisticsTracker

Andrew Purtell created HBASE-12839:
--------------------------------------

             Summary: Remove synchronization in ServerStatisticsTracker
                 Key: HBASE-12839
                 URL: https://issues.apache.org/jira/browse/HBASE-12839
             Project: HBase
          Issue Type: Improvement
    Affects Versions: 2.0.0
            Reporter: Andrew Purtell
            Assignee: Andrew Purtell
            Priority: Minor
             Fix For: 2.0.0


Remove synchronization in ServerStatisticTracker. We can use putIfAbsent instead of a synchronized block to add ServerStatistic objects to the concurrent statistics hashmap. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)