We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
原来是作业主节点集中清理上次结束状态,后来为了提速改为作业节点各自清理自己的上次运行状态。 参见#62。 如果各自清理上次运行状态,则一旦作业还未来得及启动时即崩溃,那么改作业将不会清理上次运行状态,导致本该执行的失效转移不执行。 本次修复是回到 #62 优化之前的状态。
The text was updated successfully, but these errors were encountered:
cab22e5
No branches or pull requests
原来是作业主节点集中清理上次结束状态,后来为了提速改为作业节点各自清理自己的上次运行状态。
参见#62。
如果各自清理上次运行状态,则一旦作业还未来得及启动时即崩溃,那么改作业将不会清理上次运行状态,导致本该执行的失效转移不执行。
本次修复是回到 #62 优化之前的状态。
The text was updated successfully, but these errors were encountered: