zhannngchen commented on code in PR #45673:
URL: https://github.com/apache/doris/pull/45673#discussion_r1893554917


##########
fe/fe-core/src/main/java/org/apache/doris/cloud/transaction/CloudGlobalTransactionMgr.java:
##########
@@ -1187,6 +1189,10 @@ public boolean commitAndPublishTransaction(DatabaseIf 
db, List<Table> tableList,
         beforeCommitTransaction(tableList, transactionId, timeoutMillis);
         try {
             commitTransaction(db.getId(), tableList, transactionId, 
tabletCommitInfos, txnCommitAttachment);
+        } catch (Exception e) {
+            LOG.info("release delete bitmap lock,commit txn=" + transactionId 
+ ",catch exception=" + e.getMessage());
+            removeDeleteBitmapUpdateLock(tableList, transactionId);

Review Comment:
   you'd better to call `getDeleteBitmapUpdateLock` and 
`removeDeleteBitmapUpdateLock` in the same function.



-- 
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

Reply via email to