[agent][executor]- bug - 11
This commit is contained in:
@@ -213,7 +213,7 @@ public class CommandExecutor {
|
|||||||
streamKey,
|
streamKey,
|
||||||
process
|
process
|
||||||
);
|
);
|
||||||
process.destroy();
|
process.destroyForcibly();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -225,7 +225,8 @@ public class CommandExecutor {
|
|||||||
|
|
||||||
// 执行到这里,说明整个任务流程结束(超时结束)
|
// 执行到这里,说明整个任务流程结束(超时结束)
|
||||||
log.debug(
|
log.debug(
|
||||||
"命令 [ {} ] 执行全流程结束! 开始释放所有资源",
|
"命令 [ {} ] [ {} ]执行全流程结束! 开始释放所有资源",
|
||||||
|
streamKey,
|
||||||
process.info()
|
process.info()
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user