You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Mark Farnsworth (JIRA)" <ji...@apache.org> on 2012/11/02 16:49:12 UTC

[jira] [Created] (HBASE-7085) HTableInterface with isAutoFlush()==false does not flushCommits when unlockRow is is called.

Mark Farnsworth created HBASE-7085:
--------------------------------------

             Summary: HTableInterface with isAutoFlush()==false does not flushCommits when unlockRow is is called.
                 Key: HBASE-7085
                 URL: https://issues.apache.org/jira/browse/HBASE-7085
             Project: HBase
          Issue Type: Improvement
            Reporter: Mark Farnsworth


An HTableInterface with isAutoFlush()==false does not currently automatically flushCommits when unlockRow is is called.  

In our system this means that we must issue the flushCommits when we run in isAutoFlush()==false mode. 

The API will automatically flush when closing the table interface but since it unlocks before flushing we have a problem.  

I can't see any logic in releasing locks without first flushing the commits and as such suggest that including an automatic flush before unlocking would improve the API.   

--
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