[
https://issues.apache.org/jira/browse/HBASE-11537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14067344#comment-14067344
]
Hudson commented on HBASE-11537:
--------------------------------
SUCCESS: Integrated in HBase-0.98 #406 (See
[https://builds.apache.org/job/HBase-0.98/406/])
HBASE-11537 Avoid synchronization on instances of ConcurrentMap (Mike Drob)
(apurtell: rev 4ee4439508aeaf8b2ab4b338b2da7c4f980fc9f3)
*
hbase-server/src/main/java/org/apache/hadoop/hbase/procedure/ProcedureMember.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/procedure/ProcedureCoordinator.java
> Avoid synchronization on instances of ConcurrentMap
> ---------------------------------------------------
>
> Key: HBASE-11537
> URL: https://issues.apache.org/jira/browse/HBASE-11537
> Project: HBase
> Issue Type: Bug
> Reporter: Mike Drob
> Assignee: Mike Drob
> Priority: Minor
> Labels: findbugs
> Fix For: 0.99.0, 0.98.5, 2.0.0
>
> Attachments: HBASE-11537-0.98.patch, HBASE-11537.patch,
> HBASE-11537.patch.txt
>
>
> In {{ProcedureCoordinator}} and {{ProcedureMember}} we synchronize on an
> instance of {{ConcurrentMap}} instead of using the interface methods for
> dealing with concurrent access.
--
This message was sent by Atlassian JIRA
(v6.2#6252)