You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jean-Marc Spaggiari (JIRA)" <ji...@apache.org> on 2013/01/30 15:31:14 UTC

[jira] [Created] (HBASE-7719) HTableDescriptor.setDeferredLogFlush should be synchronized.

Jean-Marc Spaggiari created HBASE-7719:
------------------------------------------

             Summary: HTableDescriptor.setDeferredLogFlush should be synchronized.
                 Key: HBASE-7719
                 URL: https://issues.apache.org/jira/browse/HBASE-7719
             Project: HBase
          Issue Type: Bug
            Reporter: Jean-Marc Spaggiari
            Assignee: Jean-Marc Spaggiari
            Priority: Minor


In HTableDescriptor, isDeferredLogFlush is synchronized and accessing this.deferredLog but setDeferredLogFlush is accessing the same field and is not synchronized. This need to be consistent.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira