mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-02 04:08:31 +08:00
parent
70fef3daed
commit
1e3ff41928
@ -134,7 +134,7 @@ public class TaskCallbackService {
|
||||
ThreadUtils.sleep(pause(ntries++));
|
||||
}
|
||||
|
||||
throw new IllegalStateException(String.format("all available master nodes : %s are not reachable for task: {}", masterNodes, taskInstanceId));
|
||||
throw new IllegalStateException(String.format("all available master nodes : %s are not reachable for task: %s", masterNodes, taskInstanceId));
|
||||
}
|
||||
|
||||
public int pause(int ntries) {
|
||||
|
Loading…
Reference in New Issue
Block a user