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 e4bd504 commit 2c0e979Copy full SHA for 2c0e979
src/cluster.jl
@@ -756,7 +756,7 @@ function check_master_connect()
756
errormonitor(
757
@async begin
758
timeout = worker_timeout()
759
- if timedwait(() -> !haskey(map_pid_wrkr, 1), timeout) === :timed_out
+ if timedwait(() -> haskey(map_pid_wrkr, 1), timeout) === :timed_out
760
print(stderr, "Master process (id 1) could not connect within $(timeout) seconds.\nexiting.\n")
761
exit(1)
762
end
0 commit comments