dataroaring commented on code in PR #48171:
URL: https://github.com/apache/doris/pull/48171#discussion_r1983218649
##########
fe/fe-core/src/main/java/org/apache/doris/load/routineload/RoutineLoadJob.java:
##########
@@ -1542,6 +1555,49 @@ public void update() throws UserException {
}
}
+ private void checkAbnormalJob() {
+ // 1. check auto resume count
+ if (this.autoResumeCount >=
Config.min_abnormal_auto_resume_count_threshold) {
+ Env.getCurrentEnv().getRoutineLoadManager().addAbnormalJob(this.id,
+ "The auto resume time reaches threshold: " +
Config.min_abnormal_auto_resume_count_threshold);
Review Comment:
Automatic resume has failed multiple times.
--
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]