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

Create new session if client reused on different event loop #351

Closed
wants to merge 2 commits into from

Conversation

jacobtomlinson
Copy link
Member

When debugging some CI hands in dask-kubernetes I found that #189 is the point where hangs first start happening.

In that project we use the async client, and I wonder if it gets shared across event loops in some way I'm not understanding. Possibly even just in a CI environment where the controller and client code are being run in the same process.

This PR reverts that change just so I can test it out, but longer term a different fix would be needed. Probably where we enforce clients can't be reused somehow.

@github-actions github-actions bot added the kr8s label Apr 18, 2024
@github-actions github-actions bot added the tests label Apr 19, 2024
@jacobtomlinson
Copy link
Member Author

Superseded by #353

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant