This is an automated email from the ASF dual-hosted git repository.

dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new e1d64b3cfb2 branch-3.0: [fix](job) allow job can auto resume when meet 
can not find be error #53848 (#53929)
e1d64b3cfb2 is described below

commit e1d64b3cfb2a254672c394b6f252f1e7e07926d6
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 12 10:18:44 2025 +0800

    branch-3.0: [fix](job) allow job can auto resume when meet can not find be 
error #53848 (#53929)
    
    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]

Reply via email to