You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "GoGoWen (via GitHub)" <gi...@apache.org> on 2023/06/19 03:37:54 UTC

[GitHub] [doris] GoGoWen commented on a diff in pull request #20647: [Enhance](2PC) disable info log when holding table write lock in 2pc

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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org