HBASE-6835 HBaseAdmin.flush claims to be asynchronous but appears to be synchronous
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1387745 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0afe5174f5
commit
527bf4947b
|
@ -1196,7 +1196,7 @@ public class HBaseAdmin implements Abortable, Closeable {
|
|||
|
||||
/**
|
||||
* Flush a table or an individual region.
|
||||
* Asynchronous operation.
|
||||
* Synchronous operation.
|
||||
*
|
||||
* @param tableNameOrRegionName table or region to flush
|
||||
* @throws IOException if a remote or network exception occurs
|
||||
|
@ -1209,7 +1209,7 @@ public class HBaseAdmin implements Abortable, Closeable {
|
|||
|
||||
/**
|
||||
* Flush a table or an individual region.
|
||||
* Asynchronous operation.
|
||||
* Synchronous operation.
|
||||
*
|
||||
* @param tableNameOrRegionName table or region to flush
|
||||
* @throws IOException if a remote or network exception occurs
|
||||
|
|
Loading…
Reference in New Issue