[agent][executor]- bug - 11

This commit is contained in:
zeaslity
2023-02-26 15:19:42 +08:00
parent 1ed16b65b7
commit 09c20536a2

View File

@@ -213,7 +213,7 @@ public class CommandExecutor {
streamKey,
process
);
process.destroy();
process.destroyForcibly();
}
@@ -225,7 +225,8 @@ public class CommandExecutor {
// 执行到这里,说明整个任务流程结束(超时结束)
log.debug(
"命令 [ {} ] 执行全流程结束! 开始释放所有资源",
"命令 [ {} ] [ {} ]执行全流程结束! 开始释放所有资源",
streamKey,
process.info()
);