aboutsummaryrefslogtreecommitdiff
path: root/src/core/ext/filters/client_channel/lb_policy
diff options
context:
space:
mode:
authorYang Gao <yangg@google.com>2018-08-16 08:58:26 -0700
committerGitHub <noreply@github.com>2018-08-16 08:58:26 -0700
commitb840d5e45c03d7a3a5d371d0358b673a07f0dc65 (patch)
tree78ce48ce6c9c78ec24f695979165d24570a90b26 /src/core/ext/filters/client_channel/lb_policy
parent8a86f5329e07ee90b832195dac7b1d88637bec39 (diff)
downloadgrpc-grpc-b840d5e45c03d7a3a5d371d0358b673a07f0dc65.tar.gz
Revert "Add more filter priority levels"
Diffstat (limited to 'src/core/ext/filters/client_channel/lb_policy')
-rw-r--r--src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc b/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
index 6581385ff9..cf029ef4c1 100644
--- a/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
+++ b/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
@@ -1890,7 +1890,7 @@ void grpc_lb_policy_grpclb_init() {
grpc_core::UniquePtr<grpc_core::LoadBalancingPolicyFactory>(
grpc_core::New<grpc_core::GrpcLbFactory>()));
grpc_channel_init_register_stage(GRPC_CLIENT_SUBCHANNEL,
- GRPC_CHANNEL_INIT_PRIORITY_LOW,
+ GRPC_CHANNEL_INIT_BUILTIN_PRIORITY,
maybe_add_client_load_reporting_filter,
(void*)&grpc_client_load_reporting_filter);
}