[ 
https://issues.apache.org/jira/browse/HBASE-18360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16082310#comment-16082310
 ] 

Biju Nair edited comment on HBASE-18360 at 7/11/17 3:30 PM:
------------------------------------------------------------

Thanks [~anoop.hbase] . {{Table}} which is currently implemented by {{HTable}} 
uses {{BufferedMutator}} for {{put}} and in the current code seem to perform 
{{flushCommits}} after mutation is complete. Are we committing to this behavior 
from now on? If not it would be good to have {{flushCommits}} on {{Table}} so 
that users have option to explicitly flush when required.


was (Author: gsbiju):
Thanks [~anoop.hbase] . {{Table}} which currently {{HTable}} uses 
{{BufferedMutator}} for {{put}} and in the current code seem to perform 
{{flushCommits}} after mutation is complete. Are we committing to this behavior 
from now on? If not it would be good to have {{flushCommits}} on {{Table}} so 
that users have option to explicitly flush when required.

> Support Table#flushCommits()
> ----------------------------
>
>                 Key: HBASE-18360
>                 URL: https://issues.apache.org/jira/browse/HBASE-18360
>             Project: HBase
>          Issue Type: Improvement
>          Components: Client
>            Reporter: Biju Nair
>            Priority: Minor
>
> {{Table}} doesn't have {{flushCommits}} method to explicitly flush mutations 
> which is required for certain scenarios. This was a method available to users 
> when {{HTable}} was accessible to users. Can we add {{flushCommits}} to 
> {{Table}}. I can provide a patch if there are no objections to include this 
> method.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to