raboof commented on PR #271: URL: https://github.com/apache/pekko-grpc/pull/271#issuecomment-2041173598
OK, so 1.63.0 switches the default io.grpc loadbalancer from `PickFirstLoadBalancer` to `PickFirstLeafLoadBalancer`. Indeed, setting `GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST` to `false` makes the test succeed again under 1.63.0, and setting it to `true` makes it fail even on `main` (still on 1.62.2). Filed https://github.com/grpc/grpc-java/issues/11082 - let's hold off on updating for now and decide how to move forward based on feedback there. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
