We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09533a9 commit 802d4f8Copy full SHA for 802d4f8
src/cluster.jl
@@ -1185,7 +1185,7 @@ function deregister_worker(pg, pid)
1185
# Notify the cluster manager of this workers death
1186
manage(w.manager, w.id, w.config, :deregister)
1187
if PGRP.topology !== :all_to_all || isclusterlazy()
1188
- for rpid in workers()
+ for rpid in filter(!=(myid()), workers())
1189
try
1190
remote_do(deregister_worker, rpid, pid)
1191
catch
0 commit comments