HTable#flushCommits() - information about commit flush status in return type -----------------------------------------------------------------------------
Key: HBASE-2384 URL: https://issues.apache.org/jira/browse/HBASE-2384 Project: Hadoop HBase Issue Type: Improvement Reporter: Kay Kay Fix For: 0.21.0 Currently, HTable#flushCommits() ( i.e. HTableInterface) returns void , but the failure of the flush is not obvious to the user (although, taken care internally by appending to writeBuffer ). Changing return type to boolean , to help handle on the client side ( logging / retry etc. ) . Propagate the change to put(Put), put(List<Put) . Add a warning to close() as well. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.