WeBankFinTech / Exchangis

Exchangis is a lightweight,highly extensible data exchange platform that supports data transmission between structured and unstructured heterogeneous data sources
https://github.com/WeBankFinTech/Exchangis.git
Apache License 2.0
448 stars 208 forks source link

[Open source] The log pull did not stop after Exchangis1.0 kill operation. #220

Closed FinalTarget closed 2 years ago

FinalTarget commented 2 years ago

After the kill is terminated, the log is still being pulled. If the kill is successful, make sure to stop the log pulling. Now the problem is: Kill or close the console without closing the scheduled task of pulling logs (if kill fails, the console does not need to be closed, and logs are pulled normally). There is a situation now, if I click Run Log, select the log of a task, and then kill the task, although it shows that the kill is successful, the log is still being pulled. Now close the console and kill the task at the same time. kill终止后,日志还在拉,kill成功了一定要确保停止日志拉取,现在的问题: Kill或者关闭控制台,没有关闭拉日志的定时任务(如果kill失败,控制台不用关闭,正常拉日志)。 现在存在的一种情况是,如果我点击运行日志,选择一个task的日志后,再kill掉任务,虽然显示kill成功,但是日志依旧在拉。 同时现在关闭控制台,要同时kill掉任务 image

jefftlin commented 2 years ago

https://github.com/WeBankFinTech/Exchangis/pull/282,这个pr解决了