You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On cluster.close(), this error is thrown on current master:
Traceback (most recent call last):
File "/home/smmanoet/.local/lib/python3.6/site-packages/tornado/gen.py", line 326, in wrapper
yielded = next(result)
File "/home/smmanoet/.local/lib/python3.6/site-packages/dask_drmaa/core.py", line 285, in stop_workers
v['name']: k for k, v in self.scheduler.worker_info.items()
File "/home/smmanoet/.local/lib/python3.6/site-packages/dask_drmaa/core.py", line 285, in <dictcomp>
v['name']: k for k, v in self.scheduler.worker_info.items()
KeyError: 'name'
I looked at the entries of worker_info, they only have the keys
cpu
memory
time
read_bytes
write_bytes
num_fds
executing
in_memory
ready
in_flight
On
cluster.close(), this error is thrown on current master:I looked at the entries of
worker_info, they only have the keys