-
-
Notifications
You must be signed in to change notification settings - Fork 750
Open
Description
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 directoryWeb 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
Metadata
Metadata
Assignees
Labels
No labels