HBASE-12908 Typos in MemstoreFlusher javadocs (Edvin Malinovskis)
This commit is contained in:
parent
bf9e32d59d
commit
65ad19ddf7
@ -431,7 +431,7 @@ class MemStoreFlusher implements FlushRequester {
|
|||||||
* on delay queue to retry later.
|
* on delay queue to retry later.
|
||||||
* @param fqe
|
* @param fqe
|
||||||
* @return true if the region was successfully flushed, false otherwise. If
|
* @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.
|
* not flushed.
|
||||||
*/
|
*/
|
||||||
private boolean flushRegion(final FlushRegionEntry fqe) {
|
private boolean flushRegion(final FlushRegionEntry fqe) {
|
||||||
@ -482,7 +482,7 @@ class MemStoreFlusher implements FlushRequester {
|
|||||||
* poll on the flush queue (which removed it).
|
* poll on the flush queue (which removed it).
|
||||||
* @param forceFlushAllStores whether we want to flush all store.
|
* @param forceFlushAllStores whether we want to flush all store.
|
||||||
* @return true if the region was successfully flushed, false otherwise. If
|
* @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.
|
* not flushed.
|
||||||
*/
|
*/
|
||||||
private boolean flushRegion(final HRegion region, final boolean emergencyFlush,
|
private boolean flushRegion(final HRegion region, final boolean emergencyFlush,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user