You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2014/05/20 22:10:38 UTC

[jira] [Created] (HBASE-11213) RestoreSnapshotHelper#restoreHdfsRegions() accesses parentsMap without synchronization

Ted Yu created HBASE-11213:
------------------------------

             Summary: RestoreSnapshotHelper#restoreHdfsRegions() accesses parentsMap without synchronization
                 Key: HBASE-11213
                 URL: https://issues.apache.org/jira/browse/HBASE-11213
             Project: HBase
          Issue Type: Bug
            Reporter: Ted Yu
            Priority: Trivial


At line 175:
{code}
    RestoreMetaChanges metaChanges = new RestoreMetaChanges(parentsMap);
{code}
Access to parentsMap should be synchronized.



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