Skip to content

Commit

Permalink
HBASE-23365 Minor change MemStoreFlusher's log (apache#900)
Browse files Browse the repository at this point in the history
Signed-off-by: GuangxuCheng  <guangxucheng@gmail.com>
Signed-off-by: Xu Cang <xucang@apache.org>
  • Loading branch information
binlijin committed Dec 5, 2019
1 parent 1804e35 commit 7cb7946
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -279,10 +279,10 @@ private boolean flushOneForGlobalPressure() {
} 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=" +
Expand Down

0 comments on commit 7cb7946

Please sign in to comment.