[
https://issues.apache.org/jira/browse/HBASE-15579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15255091#comment-15255091
]
Hudson commented on HBASE-15579:
--------------------------------
ABORTED: Integrated in HBase-Trunk_matrix #866 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/866/])
HBASE-15579 Procedure v2 - Remove synchronized around nonce in Procedure
(matteo.bertozzi: rev bfca2a460694bb2abc720a582318bee4ddc29c0f)
*
hbase-procedure/src/main/java/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.java
*
hbase-procedure/src/test/java/org/apache/hadoop/hbase/procedure2/store/wal/TestWALProcedureStore.java
> Procedure V2 - Remove synchronized around nonce in Procedure submit
> -------------------------------------------------------------------
>
> Key: HBASE-15579
> URL: https://issues.apache.org/jira/browse/HBASE-15579
> Project: HBase
> Issue Type: Sub-task
> Components: proc-v2
> Affects Versions: 2.0.0, 1.2.0, 1.3.0, 1.1.4
> Reporter: Matteo Bertozzi
> Assignee: Matteo Bertozzi
> Priority: Trivial
> Fix For: 2.0.0
>
> Attachments: HBASE-15579-v0.patch, HBASE-15579-v1.patch
>
>
> There is a synchronized in ProcedureExecutor.submitProcedure() that protect
> the nonce insert. We can get rid of that and just use the nonce concurrent
> map pufIfMissing
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)