Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

使用集中清理作业上次结束状态代替各自清理,各自清理可能导致作业机下线而产生未清理的结束状态 #81

Closed
terrymanu opened this issue Apr 7, 2016 · 0 comments
Labels

Comments

@terrymanu
Copy link
Member

原来是作业主节点集中清理上次结束状态,后来为了提速改为作业节点各自清理自己的上次运行状态。
参见#62
如果各自清理上次运行状态,则一旦作业还未来得及启动时即崩溃,那么改作业将不会清理上次运行状态,导致本该执行的失效转移不执行。
本次修复是回到 #62 优化之前的状态。

@terrymanu terrymanu changed the title [Bug] 使用集中清理作业上次结束状态代替各自清理,各自清理可能导致作业机下线而产生未清理的结束状态 使用集中清理作业上次结束状态代替各自清理,各自清理可能导致作业机下线而产生未清理的结束状态 Jul 12, 2016
@terrymanu terrymanu added the bug label Jul 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant