GoGoWen commented on code in PR #20647: URL: https://github.com/apache/doris/pull/20647#discussion_r1233487415
########## fe/fe-core/src/main/java/org/apache/doris/transaction/DatabaseTransactionMgr.java: ########## @@ -425,7 +425,10 @@ public void preCommitTransaction2PC(List<Table> tableList, long transactionId, unprotectedPreCommitTransaction2PC(transactionState, errorReplicaIds, tableToPartition, totalInvolvedBackends, db); - LOG.info("transaction:[{}] successfully pre-committed", transactionState); Review Comment: OK, debug level should be OK, which will cause performance issue in normal case. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org