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 4f836ad commit 29f6eb6Copy full SHA for 29f6eb6
src/cluster.jl
@@ -786,7 +786,7 @@ function check_master_connect()
786
errormonitor(
787
Threads.@spawn begin
788
timeout = worker_timeout()
789
- if timedwait(() -> !haskey(map_pid_wrkr, 1), timeout) === :timed_out
+ if timedwait(() -> haskey(map_pid_wrkr, 1), timeout) === :timed_out
790
print(stderr, "Master process (id 1) could not connect within $(timeout) seconds.\nexiting.\n")
791
exit(1)
792
end
0 commit comments