HBASE-12908 Typos in MemstoreFlusher javadocs (Edvin Malinovskis)
This commit is contained in:
parent
04ac18917c
commit
489698d6c0
|
@ -432,7 +432,7 @@ class MemStoreFlusher implements FlushRequester {
|
|||
* on delay queue to retry later.
|
||||
* @param fqe
|
||||
* @return true if the region was successfully flushed, false otherwise. If
|
||||
* false, there will be accompanying log messages explaining why the log was
|
||||
* false, there will be accompanying log messages explaining why the region was
|
||||
* not flushed.
|
||||
*/
|
||||
private boolean flushRegion(final FlushRegionEntry fqe) {
|
||||
|
@ -481,7 +481,7 @@ class MemStoreFlusher implements FlushRequester {
|
|||
* poll on the flush queue (which removed it).
|
||||
* @param forceFlushAllStores whether we want to flush all store.
|
||||
* @return true if the region was successfully flushed, false otherwise. If
|
||||
* false, there will be accompanying log messages explaining why the log was
|
||||
* false, there will be accompanying log messages explaining why the region was
|
||||
* not flushed.
|
||||
*/
|
||||
private boolean flushRegion(final HRegion region, final boolean emergencyFlush,
|
||||
|
|
Loading…
Reference in New Issue