Skip to content

Commit

Permalink
Revert "Enable new PickFirst LB (#11348)" (#11425) (#11448)
Browse files Browse the repository at this point in the history
This reverts commit ccfd351.
  • Loading branch information
larry-safran authored Aug 7, 2024
1 parent a9749ba commit 5a5ef2a
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 5a5ef2a

Please sign in to comment.