[
https://issues.apache.org/jira/browse/HBASE-3750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13016691#comment-13016691
]
Ted Yu commented on HBASE-3750:
-------------------------------
Thanks for the review Stack.
I attached modified version.
I think if the user turns off AutoFlush, we have a reason to flush for them. We
can also poll the user mailinglist to see their pattern.
Looking at javadoc:
{code}
* Once you are done with it, return it to the pool with {@link
#putTable(HTableInterface)}.
{code}
I don't think putting a single edit means 'done' with the table instance unless
there was really just one edit.
> HTablePool.putTable() should call table.flushCommits()
> ------------------------------------------------------
>
> Key: HBASE-3750
> URL: https://issues.apache.org/jira/browse/HBASE-3750
> Project: HBase
> Issue Type: Bug
> Components: client
> Affects Versions: 0.90.1
> Reporter: Ted Yu
> Assignee: Ted Yu
> Attachments: 3750.txt
>
>
> Currently HTablePool.putTable() doesn't call table.flushCommits()
> This may turn out to be surprise for users
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira