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

Executor短时间连续restart可能导致残留的JobScheduler #429

Closed
heziai opened this issue May 17, 2018 · 0 comments
Closed

Executor短时间连续restart可能导致残留的JobScheduler #429

heziai opened this issue May 17, 2018 · 0 comments
Assignees
Milestone

Comments

@heziai
Copy link
Member

heziai commented May 17, 2018

restart指的是zk掉线引起的restart。

第一次启动后,作业还没初始化完,就开始第二次restart,可能导致没有关闭某些JobScheduler。结果是,这些没有关闭的作业仍然在运行,但是由于zk客户端已经关闭,所以会一直报如下错误:

image

@heziai heziai added the bug label May 17, 2018
@heziai heziai added this to the 3.0.1 milestone May 17, 2018
@heziai heziai self-assigned this May 17, 2018
heziai added a commit that referenced this issue May 18, 2018
@heziai heziai added the done label May 18, 2018
kfchu added a commit that referenced this issue May 22, 2018
heziai added a commit that referenced this issue May 23, 2018
@kfchu kfchu closed this as completed Aug 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants