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 windows, there's no lookup in alive.c to find the remote host IP. So specifying "localhost" as the default host causes the "alive" tag writing to fail. This means the master detects all long-running jobs as failures, then restarts them despite the worker finishing them.
The text was updated successfully, but these errors were encountered:
This bug you've encountered is confusing. I think the host lookup is OK. gethostbyname is deprecated in Windows, in favor of getaddrinfo, which is used in the alive.c code. See for example:
On windows, there's no lookup in alive.c to find the remote host IP. So specifying "localhost" as the default host causes the "alive" tag writing to fail. This means the master detects all long-running jobs as failures, then restarts them despite the worker finishing them.
The text was updated successfully, but these errors were encountered: