HBASE-16755 Honor flush policy under global memstore pressure

Signed-off-by: Gary Helmling <garyh@apache.org>
This commit is contained in:
Ashu Pachauri 2016-11-28 17:49:48 -08:00 committed by Gary Helmling
parent 85fda44179
commit 4b62a52ebc
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ class MemStoreFlusher implements FlushRequester {
+ humanReadableInt(server.getRegionServerAccounting().getGlobalMemstoreDataSize())
+ ", Region memstore size="
+ humanReadableInt(regionToFlush.getMemstoreSize()));
flushedOne = flushRegion(regionToFlush, true, true);
flushedOne = flushRegion(regionToFlush, true, false);
if (!flushedOne) {
LOG.info("Excluding unflushable region " + regionToFlush +