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
this is an issue with the way the orcaLB is setup. The UpdateClientConnState method was asserting that the resolver returns only 1 address. this was true in the case of passthrough, however since NewClient uses dns as default schema the resolver returned two addresses in Github VM (and in my local machine) - 1 ipv4 and 1 ipv6 address. This is not a regression.
#7029 introduced the NewClient() API which should potentially replace grpc.Dial()
However in this branch, when I updated the orca example to use NewClient I'm seeing an error on the client side.
This needs investigation, and possibly prioritization before the next release this week
The text was updated successfully, but these errors were encountered: