HBASE-13853 ITBLL improvements after HBASE-13811 (ADDENDUM to fix logging)

This commit is contained in:
Enis Soztutar 2015-06-08 12:43:45 -07:00
parent fe5712f9b4
commit 5f92b91e60
1 changed files with 1 additions and 1 deletions

View File

@ -1335,7 +1335,7 @@ public class WALSplitter {
return null;
}
if (LOG.isDebugEnabled()) {
LOG.debug("Closed wap " + wap.p + " (wrote " + (wap.editsWritten-wap.editsSkipped)
LOG.debug("Closed wap " + wap.p + " (wrote " + wap.editsWritten
+ " edits, skipped " + wap.editsSkipped + " edits in "
+ (wap.nanosSpent / 1000 / 1000) + "ms");
}