Skip to content

Commit

Permalink
add memtable size when flush
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaojialin committed Mar 16, 2020
1 parent f4428ed commit 83692a5
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -469,6 +469,7 @@ private void addAMemtableIntoFlushingList(IMemTable tobeFlushed) throws IOExcept
totalMemTableSize += tobeFlushed.memSize();
}
workMemTable = null;
logger.info("register a memtable into FlushManager, memtable size : {}" + tobeFlushed.memSize());
FlushManager.getInstance().registerTsFileProcessor(this);
}

Expand Down

0 comments on commit 83692a5

Please sign in to comment.