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:
ramkrishna 2013-04-05 16:42:37 +00:00
parent bf78ef059f
commit 551cfaf279
1 changed files with 1 additions and 1 deletions

View File

@ -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);