You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Mike Drob (JIRA)" <ji...@apache.org> on 2014/06/11 23:19:01 UTC

[jira] [Created] (ACCUMULO-2895) MultiTableBatchWriter.getBatchWriter has dubious synchronization

Mike Drob created ACCUMULO-2895:
-----------------------------------

             Summary: MultiTableBatchWriter.getBatchWriter has dubious synchronization
                 Key: ACCUMULO-2895
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2895
             Project: Accumulo
          Issue Type: Improvement
          Components: client
    Affects Versions: 1.6.0
            Reporter: Mike Drob


>From FindBugs:

{noformat}
Sequence of calls to java.util.concurrent.ConcurrentHashMap may not be atomic in org.apache.accumulo.core.client.impl.MultiTableBatchWriterImpl.getBatchWriter(String)
Synchronization performed on java.util.concurrent.ConcurrentHashMap in org.apache.accumulo.core.client.impl.MultiTableBatchWriterImpl.getBatchWriter(String)
{noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)