hust-hhb commented on code in PR #45673:
URL: https://github.com/apache/doris/pull/45673#discussion_r1900903186
##########
fe/fe-core/src/main/java/org/apache/doris/cloud/transaction/CloudGlobalTransactionMgr.java:
##########
@@ -346,7 +346,29 @@ public void commitTransaction(long dbId, List<Table>
tableList,
public void commitTransaction(long dbId, List<Table> tableList, long
transactionId,
List<TabletCommitInfo> tabletCommitInfos, TxnCommitAttachment
txnCommitAttachment)
throws UserException {
- commitTransaction(dbId, tableList, transactionId, tabletCommitInfos,
txnCommitAttachment, false);
+ List<OlapTable> mowTableList = getMowTableList(tableList,
tabletCommitInfos);
+ try {
+ LOG.info("try to commit transaction, transactionId: {}",
transactionId);
Review Comment:
this log record when current transaction successfully getting fe's
commitLock and start do get delete bitmap lock, it's useful for checking problem
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]