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

Jean-Daniel Cryans commented on HBASE-6835:
-------------------------------------------

Related or similar to HBASE-4198?
                
> HBaseAdmin.flush claims to be asynchronous but appears to be synchronous
> ------------------------------------------------------------------------
>
>                 Key: HBASE-6835
>                 URL: https://issues.apache.org/jira/browse/HBASE-6835
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Gregory Chanan
>            Assignee: Gregory Chanan
>            Priority: Minor
>
> Relevant comment:
> {code}
>    * Flush a table or an individual region.
>    * Asynchronous operation.
> {code}
> but it looks like it's synchronous.  In fact, it returns whether the flush 
> ran or not:
> {code}
> message FlushRegionResponse {
>   required uint64 lastFlushTime = 1;
>   optional bool flushed = 2;
> }
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to