Open orioltinto opened 3 years ago
Hello,
I also seem to be getting the exact same error. My job seems to be complete however...
Thanks!
@orioltinto
I'm facing a similar situation over a PBSCluster doing almost the same that you are describing. Delayed tasks reading and writing xarray on a Zarr file. did you manage to find the origin of this issue or a workaround? In my case I'm on a python 3.10 so seems that is something not version related.
I get the same with HTCondorCluster
and TLS configured.
When I distribute the work using SLURMCluster to launch some workers, I get this error when the program exits.
It looks like all the computation its actually done, but I don't manage to understand why I get this error.
As suggested in this issue I tried to use a context manager to see if this would help, but I obtain the same issue.
The actual work consists on delayed tasks that read and write files using xarray and the error does not happen if not using SLURMCluster to initiate the workers.