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
node/grpc: Return to passthrough address resolution scheme
979811e switched SN-to-SN gRPC dial
approach from 'passthrough' resolution scheme (used by `grpc.Dial*`
functions) to the `dns` one (`grpc.NewClient`). This was not
intentional, but it did cause visible changes in behavior. The DNS
resolver began to introduce time costs into processing. This became
especially noticeable on the test macOS env, where delays reached 10s
causing tests to fall on deadline. On Linux, delays also increased, but
by negligible amounts.
This returns SN to using global 'passthrough' resolver.
Fixes#3250.
Signed-off-by: Leonard Lyubich <[email protected]>
0 commit comments