HHoflittlefish777 commented on code in PR #30118:
URL: https://github.com/apache/doris/pull/30118#discussion_r1460250874
##########
fe/fe-core/src/main/java/org/apache/doris/load/routineload/RoutineLoadJob.java:
##########
@@ -1142,11 +1142,22 @@ public void afterAborted(TransactionState txnState,
boolean txnOperated, String
if (txnStatusChangeReasonString != null) {
txnStatusChangeReason =
TransactionState.TxnStatusChangeReason.fromString(txnStatusChangeReasonString);
+ String msg;
if (txnStatusChangeReason != null) {
switch (txnStatusChangeReason) {
case OFFSET_OUT_OF_RANGE:
+ msg = "be " + taskBeId + " abort task "
+ + "with reason: " +
txnStatusChangeReasonString
+ + " for offset used in job do not
exist in kafka,"
+ + " we command check the offset of
kafka,"
Review Comment:
done
--
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]