Skip to content

Commit

Permalink
Revert "Enable new PickFirst LB (grpc#11348)" (grpc#11425)
Browse files Browse the repository at this point in the history
This reverts commit ccfd351.
  • Loading branch information
larry-safran committed Aug 6, 2024
1 parent a9749ba commit f6f72c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public final class PickFirstLoadBalancerProvider extends LoadBalancerProvider {
private static final String SHUFFLE_ADDRESS_LIST_KEY = "shuffleAddressList";

private static boolean enableNewPickFirst =
GrpcUtil.getFlag("GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST", true);
GrpcUtil.getFlag("GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST", false);

public static boolean isEnabledHappyEyeballs() {

Expand Down

0 comments on commit f6f72c8

Please sign in to comment.