aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2017-10-20 13:21:52 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2017-10-20 13:21:52 -0700
commit8db6f9b16ba954e15b232ead2670dd92fe0b3c01 (patch)
tree4e1d1e99e56bc5b6c21cb604a7db64204ef1b798
parentd391a7bad628df8b6519d50ec9073af35c07a548 (diff)
Removed wrong assert from grpclb
-rw-r--r--src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc1
1 files changed, 0 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 ffd58129c6..71d5bfec98 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
@@ -1805,7 +1805,6 @@ static void glb_lb_channel_on_connectivity_changed_cb(grpc_exec_ctx *exec_ctx,
case GRPC_CHANNEL_IDLE:
// lb channel inactive (probably shutdown prior to update). Restart lb
// call to kick the lb channel into gear.
- GPR_ASSERT(glb_policy->lb_call == NULL);
/* fallthrough */
case GRPC_CHANNEL_READY:
if (glb_policy->lb_call != NULL) {