[test](regression) Add debug level log of editlog for p0 p1 (#29992)

This commit is contained in:
Lei Zhang
2024-01-15 21:48:32 +08:00
committed by yiguolei
parent ece5f8e86c
commit 2bf8c51baa
3 changed files with 6 additions and 2 deletions

View File

@ -1230,8 +1230,8 @@ public class EditLog {
}
if (LOG.isDebugEnabled()) {
LOG.debug("nextId = {}, numTransactions = {}, totalTimeTransactions = {}, op = {}", txId, numTransactions,
totalTimeTransactions, op);
LOG.debug("nextId = {}, numTransactions = {}, totalTimeTransactions = {}, op = {} delta = {}",
txId, numTransactions, totalTimeTransactions, op, end - start);
}
if (txId >= Config.edit_log_roll_num) {