JNSimba commented on code in PR #20647: URL: https://github.com/apache/doris/pull/20647#discussion_r1233068348
########## fe/fe-core/src/main/java/org/apache/doris/transaction/DatabaseTransactionMgr.java: ########## @@ -675,7 +678,11 @@ public void commitTransaction(List<Table> tableList, long transactionId, List<Ta // update nextVersion because of the failure of persistent transaction resulting in error version updateCatalogAfterCommitted(transactionState, db); - LOG.info("transaction:[{}] successfully committed", transactionState); Review Comment: the same as above -- 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