HBASE-23365 Minor change MemStoreFlusher's log (#900)

Signed-off-by: GuangxuCheng  <guangxucheng@gmail.com>
Signed-off-by: Xu Cang <xucang@apache.org>
This commit is contained in:
binlijin 2019-12-05 10:12:34 +08:00 committed by GitHub
parent 5e34a59d90
commit bc8f1210ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -280,10 +280,10 @@ class MemStoreFlusher implements FlushRequester {
} else {
LOG.info("Flush of region " + regionToFlush + " due to global heap pressure. " +
"Flush type=" + flushType.toString() +
"Total Memstore Heap size=" +
", Total Memstore Heap size=" +
TraditionalBinaryPrefix.long2String(
server.getRegionServerAccounting().getGlobalMemStoreHeapSize(), "", 1) +
"Total Memstore Off-Heap size=" +
", Total Memstore Off-Heap size=" +
TraditionalBinaryPrefix.long2String(
server.getRegionServerAccounting().getGlobalMemStoreOffHeapSize(), "", 1) +
", Region memstore size=" +