2022-06-27T19:46:10.891 [Master] ========== Task 243 start to run. ==========
2022-06-27T19:46:10.925 [Master] Starting task local part ...
2022-06-27T19:46:10.926 [Master] Start handle kubectl label task
2022-06-27T19:46:10.937 [Master] Start AddLabel ...
2022-06-27T19:46:10.937 [Master] The command is [kubectl --server=https://127.0.0.1:6443 --certificate-authority=/srv/kubernetes/ca.pem --client-certificate=/srv/kubernetes/admin.pem --client-key=/srv/kubernetes/admin-key.pem label nodes tdhc-node01 hadoop-yarn-resourcemanager-yarn1=true --overwrite]
2022-06-27T19:46:12.592 [Master] The Task 243 run failed: java.lang.RuntimeException: io.transwarp.manager.common.shell.BaseExecutor$ExitCodeException: ExitCodeException exitCode=1: Command exit with exit code 1; error message:
Unable to connect to the server: EOF
at io.transwarp.manager.master.operation.execution.TaskDriver$TaskRunHelper.runTask(TaskDriver.java:226)
at io.transwarp.manager.master.operation.execution.TaskDriver$TaskRunHelper$$FastClas*ySpringCGLIB$$e353057f.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: io.transwarp.manager.common.shell.BaseExecutor$ExitCodeException: ExitCodeException exitCode=1: Command exit with exit code 1; error message:
Unable to connect to the server: EOF
at io.transwarp.manager.common.shell.BaseExecutor.executeOrFailure(BaseExecutor.java:59)
at io.transwarp.manager.master.operation.execution.localrunner.AbstractTaskLocalRunner.executeCommand(AbstractTaskLocalRunner.java:192)
at io.transwarp.manager.master.operation.execution.localrunner.KubectlLabelTaskLocalRunner.execute(KubectlLabelTaskLocalRunner.java:69)
at io.transwarp.manager.master.operation.execution.localrunner.KubectlLabelTaskLocalRunner.execute(KubectlLabelTaskLocalRunner.java:33)
at io.transwarp.manager.master.operation.execution.localrunner.AbstractTaskLocalRunner.run(AbstractTaskLocalRunner.java:98)
at io.transwarp.manager.master.operation.execution.TaskDriver$TaskRunHelper.runTask(TaskDriver.java:224)
... 10 more