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
调整主节点选举流程,之前作业关闭,禁用和暂停都不会触发主节点选举。 导致的问题是一旦主节点停止运行,所有的从节点作业都必须跟着停止运行。
现在调整为主节点状态变更,则重新选取主节点,对外部用户主节点机制透明,无需再关注操作的作业是主节点还是从节点。
The text was updated successfully, but these errors were encountered:
e81aa0f
fix #87
6287b15
b9f49c2
No branches or pull requests
调整主节点选举流程,之前作业关闭,禁用和暂停都不会触发主节点选举。
导致的问题是一旦主节点停止运行,所有的从节点作业都必须跟着停止运行。
现在调整为主节点状态变更,则重新选取主节点,对外部用户主节点机制透明,无需再关注操作的作业是主节点还是从节点。
The text was updated successfully, but these errors were encountered: