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

Logs are missing in frontend when dask-scheduler is restarted #2787

Closed
sanderegg opened this issue Feb 3, 2022 · 0 comments · Fixed by #2788
Closed

Logs are missing in frontend when dask-scheduler is restarted #2787

sanderegg opened this issue Feb 3, 2022 · 0 comments · Fixed by #2788
Assignees
Labels
bug buggy, it does not work as expected

Comments

@sanderegg
Copy link
Member

After the dask-scheduler is restarted the following happens in the director-v2:

  1. if the disconnection is fast (<30seconds or so), the dask client reconnects BUT:
  • all the Pub/Sub linked to the previous scheduler are NOT updated for the new scheduler
    --> No logging/progress/state updates are flowing to the director-v2 anymore
  1. If the disconnection is slow, the problem is recognized as sending a task triggers an Exception in dask code.
  2. The dask-workers are supposed to reconnect and until now they seem to do so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug buggy, it does not work as expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant