HBASE-8278 - Log message after Memstore flush is always with sequence id -1
(Ram) git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1465034 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bf78ef059f
commit
551cfaf279
|
@ -1523,7 +1523,7 @@ public class HRegion implements HeapSize { // , Writable{
|
|||
StringUtils.humanReadableInt(flushsize) + "/" + flushsize +
|
||||
", currentsize=" +
|
||||
StringUtils.humanReadableInt(memstoresize) + "/" + memstoresize +
|
||||
" for region " + this + " in " + time + "ms, sequenceid=" + sequenceId +
|
||||
" for region " + this + " in " + time + "ms, sequenceid=" + flushSeqId +
|
||||
", compaction requested=" + compactionRequested +
|
||||
((wal == null)? "; wal=null": "");
|
||||
LOG.info(msg);
|
||||
|
|
Loading…
Reference in New Issue