提交 05e24bd8 编写于 作者: G Gian Merlino

RemoteTaskRunner: Fix typo

上级 bed263ef
......@@ -304,7 +304,7 @@ public class RemoteTaskRunner implements TaskRunner, TaskLogStreamer
public void shutdown(final String taskId)
{
if (!started) {
log.info("This TaskRunner is stopped. Ignorning shutdown command for task: %s", taskId);
log.info("This TaskRunner is stopped. Ignoring shutdown command for task: %s", taskId);
} else if (pendingTasks.remove(taskId) != null) {
log.info("Removed task from pending queue: %s", taskId);
} else if (completeTasks.containsKey(taskId)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册