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
Looking at this, it looks like SpecCluster calls self.scheduler_comm.terminate(), the Scheduler calls Server.close, which waits a second for all comms to close, but there is still a comm asking us to terminate which is still active.
mrocklin
added a commit
to mrocklin/distributed
that referenced
this issue
May 23, 2022
We used to be able to start up clusters in tens of milliseconds. Now it takes a second or two.
This would make testing nicer.
The text was updated successfully, but these errors were encountered: