Gregory Chanan created HBASE-6835:
-------------------------------------

             Summary: 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