aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2017-11-03 08:55:08 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2017-11-03 08:55:08 -0700
commit0a9c74f0038a84a4b8d1c9b2a46b3d176c86a8b0 (patch)
tree765107cd96bee64d9881b5ef84c1bd8151c9783a /src/core/ext/filters/client_channel
parentf6c6b92c02612a3fcce3b52dece257ad34c04cff (diff)
PR comments, bis
Diffstat (limited to 'src/core/ext/filters/client_channel')
-rw-r--r--src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc2
1 files changed, 0 insertions, 2 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 82c9482f76..6cb429ae2e 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
@@ -1181,10 +1181,8 @@ static int glb_pick_locked(grpc_exec_ctx *exec_ctx, grpc_lb_policy *pol,
(void *)glb_policy, (void *)glb_policy->rr_policy,
grpc_connectivity_state_name(rr_connectivity_state));
}
- // Attempt to switch over to a pending update.
add_pending_pick(&glb_policy->pending_picks, pick_args, target, context,
on_complete);
- rr_handover_locked(exec_ctx, glb_policy);
pick_done = false;
} else { // RR not in shutdown
if (GRPC_TRACER_ON(grpc_lb_glb_trace)) {