Co-authored-by: shuangbofu <fusb@tuya.com>
This commit is contained in:
傅双波 2021-07-12 18:04:17 +08:00 committed by GitHub
parent 70fef3daed
commit 1e3ff41928
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {