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

Broken multiprocessing queues in tests? #6001

Open
mrocklin opened this issue Mar 25, 2022 · 2 comments
Open

Broken multiprocessing queues in tests? #6001

mrocklin opened this issue Mar 25, 2022 · 2 comments

Comments

@mrocklin
Copy link
Member

I'm seeing this in a few of our CI runs. It seems to correlate with workers within Nannies not coming up.

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/share/miniconda3/envs/dask-distributed/lib/python3.9/multiprocessing/spawn.py", line 116, in spawn_main
    exitcode = _main(fd, parent_sentinel)
  File "/usr/share/miniconda3/envs/dask-distributed/lib/python3.9/multiprocessing/spawn.py", line 126, in _main
    self = reduction.pickle.load(from_parent)
  File "/usr/share/miniconda3/envs/dask-distributed/lib/python3.9/multiprocessing/synchronize.py", line 110, in __setstate__
    self._semlock = _multiprocessing.SemLock._rebuild(*state)
FileNotFoundError: [Errno 2] No such file or directory

Web searches on the last two lines point to CPython bug reports like https://bugs.python.org/issue28965

This is a bit lower level than I'm comfortable/knowledgable with. I'm curious if other folks have any impressions on what might have started to cause this. cc @graingert

@mrocklin mrocklin mentioned this issue Mar 25, 2022
3 tasks
@mrocklin
Copy link
Member Author

@mrocklin
Copy link
Member Author

But many other places too

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

No branches or pull requests

1 participant