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
we note that gloo set ai_family = AF_UNSPEC to support ipv4 and ipv6. However, in our cluster, we got a exception for misbatch ai_family. Our cluster contains both ipv4 and ipv6 network stacks. How can we specify ai_family explicitly?
We run pyroch, and get below exception.
RuntimeError: [enforce fail at ../third_party/gloo/gloo/transport/tcp/device.cc:276] ss1.ss_family == ss2.ss_family. 2 vs 10
The text was updated successfully, but these errors were encountered:
we note that gloo set ai_family = AF_UNSPEC to support ipv4 and ipv6. However, in our cluster, we got a exception for misbatch ai_family. Our cluster contains both ipv4 and ipv6 network stacks. How can we specify ai_family explicitly?
We run pyroch, and get below exception.
RuntimeError: [enforce fail at ../third_party/gloo/gloo/transport/tcp/device.cc:276] ss1.ss_family == ss2.ss_family. 2 vs 10
The text was updated successfully, but these errors were encountered: