[test](regression) Add debug level log of editlog for p0 p1 (#29992)
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user