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

Chia-Ping Tsai commented on HBASE-18476:
----------------------------------------

bq. was there any particular reason of using the multi path rather than mutate?
non-auto-flush and write buffer.
{code:title=HTableInterface.java}
  @Deprecated
  void setAutoFlush(boolean autoFlush);
{code}
{code:title=Table.java}
  @Deprecated
  void setWriteBufferSize(long writeBufferSize) throws IOException;
{code}
It seems to me that the HTableInterface can be removed because it is IA.private 
and deprecated in 0.99. But the method of "write buffer" can't be removed in 
branch-1...

> HTable#put should call RS#mutate rather than RS#multi
> -----------------------------------------------------
>
>                 Key: HBASE-18476
>                 URL: https://issues.apache.org/jira/browse/HBASE-18476
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Chia-Ping Tsai
>            Assignee: Chia-Ping Tsai
>             Fix For: 3.0.0, 1.4.0, 1.5.0, 2.0.0-alpha-2
>
>
> The HBASE-18374 separates the metric for a single put and batched puts so the 
> HTable#put shouldn't use the RS#mulit. It messes up the metrics.



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

Reply via email to