[
https://issues.apache.org/jira/browse/HBASE-7085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack resolved HBASE-7085.
--------------------------
Resolution: Won't Fix
isAutoFlush is not as it was when this issue was opened and locks have been
removed. Resolving as 'wont fix'
> 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 was sent by Atlassian JIRA
(v6.3.4#6332)