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

Fix dask axyncio.exceptions.CancelledError #525

Open
Lukas113 opened this issue Nov 7, 2023 · 1 comment
Open

Fix dask axyncio.exceptions.CancelledError #525

Lukas113 opened this issue Nov 7, 2023 · 1 comment
Labels
bug Something isn't working prio-high High priority

Comments

@Lukas113
Copy link
Collaborator

Lukas113 commented Nov 7, 2023

When using dask (e.g. through pytest), sometimes a asyncio.exceptions.CancelledError occurs. According to dask-issue 3275 I think it is because the LocalCluster is not closed properly in Karabo.

I'm not sure what the implication of this issue is, meaning if it can cause any harm to some functionalities or if it just results in an ugly stderr output.

@Lukas113 Lukas113 added bug Something isn't working prio-high High priority labels Nov 7, 2023
@Lukas113
Copy link
Collaborator Author

Maybe I can elaborate a little bit more on this issue. This is something, that occurs on a regular basis on the CI scheduled tests, which can be seen at the very end of the according CI-job. If I understood @kenfus correctly, this is just ugly stderr output and shouldn't have any negative impact, right? Even if that's the case, it still feels that we're doing something wrong and should tackle this issue.

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

No branches or pull requests

1 participant