Skip to content

Commit

Permalink
[pick_first] de-experiment pick first
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanli-ml committed Aug 15, 2023
1 parent 3f20273 commit b8f4500
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,7 @@ class PickFirstConfig : public LoadBalancingPolicy::Config {
}

void JsonPostLoad(const Json& /* json */, const JsonArgs& /* args */,
ValidationErrors* /* errors */) {
shuffle_addresses_ = true;
}
ValidationErrors* /* errors */) {}

private:
bool shuffle_addresses_ = false;
Expand Down

0 comments on commit b8f4500

Please sign in to comment.