EmmyMiao87 commented on a change in pull request #5093:
URL: https://github.com/apache/incubator-doris/pull/5093#discussion_r544866386
##########
File path:
fe/fe-core/src/main/java/org/apache/doris/load/routineload/RoutineLoadJob.java
##########
@@ -1049,8 +1053,9 @@ private void
executeTaskOnTxnStatusChanged(RoutineLoadTaskInfo routineLoadTaskIn
+ " maybe task was aborted by master
when timeout")
.build());
}
- } else if (checkCommitInfo(rlTaskTxnCommitAttachment,
txnState.getTransactionStatus())) {
+ } else if (checkCommitInfo(rlTaskTxnCommitAttachment, txnState)) {
// step2: update job progress
+ // only committed task need to update progress
Review comment:
error commit...
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]