未验证 提交 1e3ff419 编写于 作者: 傅双波 提交者: GitHub

fix (#5803)

Co-authored-by: Nshuangbofu <fusb@tuya.com>
上级 70fef3da
...@@ -134,7 +134,7 @@ public class TaskCallbackService { ...@@ -134,7 +134,7 @@ public class TaskCallbackService {
ThreadUtils.sleep(pause(ntries++)); 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) { public int pause(int ntries) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册