This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new e81e5993074 branch-3.1: [fix](job) allow job can auto resume when meet
can not find be error #53848 (#53930)
e81e5993074 is described below
commit e81e599307404a912ea3ceae3cd878823c77e55c
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 29 08:26:40 2025 +0800
branch-3.1: [fix](job) allow job can auto resume when meet can not find be
error #53848 (#53930)
Cherry-picked from #53848
Co-authored-by: hui lai <[email protected]>
---
.../main/java/org/apache/doris/load/routineload/RoutineLoadManager.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/fe/fe-core/src/main/java/org/apache/doris/load/routineload/RoutineLoadManager.java
b/fe/fe-core/src/main/java/org/apache/doris/load/routineload/RoutineLoadManager.java
index 169af97670f..124c3a20ed1 100644
---
a/fe/fe-core/src/main/java/org/apache/doris/load/routineload/RoutineLoadManager.java
+++
b/fe/fe-core/src/main/java/org/apache/doris/load/routineload/RoutineLoadManager.java
@@ -506,7 +506,7 @@ public class RoutineLoadManager implements Writable {
String msg = "no available BE found for job " + jobId
+ "please check the BE status and user's cluster or
tags";
job.updateState(RoutineLoadJob.JobState.PAUSED,
- new ErrorReason(InternalErrorCode.MANUAL_PAUSE_ERR,
msg), false /* not replay */);
+ new ErrorReason(InternalErrorCode.INTERNAL_ERR, msg),
false /* not replay */);
}
return -1L;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]