HBASE-13853 ITBLL improvements after HBASE-13811 (ADDENDUM to fix logging)
This commit is contained in:
parent
fe5712f9b4
commit
5f92b91e60
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue