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 get stopped unexpected #333

Closed
yahoNanJing opened this issue Oct 10, 2022 · 0 comments · Fixed by #335
Closed

Executor get stopped unexpected #333

yahoNanJing opened this issue Oct 10, 2022 · 0 comments · Fixed by #335
Labels
bug Something isn't working

Comments

@yahoNanJing
Copy link
Contributor

Describe the bug

When restart an executor in a running ballista cluster, the executor's ip and port will not be changed. Only its id will be changed. After it gets started, the executor's old one will be detected of losing heartbeat and a stop executor request will be sent to this newly started executor. And this executor will be stopped unexpectedly.

The executor should check whether the executor id in the request is the same as its id. If so, then stop itself. Otherwise, it should do nothing.

To Reproduce

Expected behavior

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant