hust-hhb commented on code in PR #41395: URL: https://github.com/apache/doris/pull/41395#discussion_r1836028950
########## fe/fe-core/src/main/java/org/apache/doris/cloud/transaction/CloudGlobalTransactionMgr.java: ########## @@ -475,6 +475,10 @@ private void commitTransaction(long dbId, List<Table> tableList, long transactio List<OlapTable> mowTableList = getMowTableList(tableList, tabletCommitInfos); if (!mowTableList.isEmpty()) { + // may be this txn has been calculated by previously task but commit rpc is timeout, Review Comment: @zhannngchen here it means may be, not BE -- 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