Skip to content

Commit

Permalink
branch-3.0: [fix](cloud) fix abort transaction in runningTxns list wh…
Browse files Browse the repository at this point in the history
…en show routine load #45629 (#45721)

Cherry-picked from #45629

Co-authored-by: hui lai <[email protected]>
  • Loading branch information
github-actions[bot] and sollhui authored Dec 26, 2024
1 parent c04a8da commit 9f2097c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1217,6 +1217,7 @@ private void handleAfterAbort(AbortTxnResponse abortTxnResponse, TxnCommitAttach
if (txnCommitAttachment != null && txnCommitAttachment instanceof RLTaskTxnCommitAttachment) {
RLTaskTxnCommitAttachment rlTaskTxnCommitAttachment = (RLTaskTxnCommitAttachment) txnCommitAttachment;
callbackId = rlTaskTxnCommitAttachment.getJobId();
txnState.setTransactionId(transactionId);
}

cb = callbackFactory.getCallback(callbackId);
Expand Down

0 comments on commit 9f2097c

Please sign in to comment.