We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 421e739 commit ec7fbcfCopy full SHA for ec7fbcf
src/core/load_balancing/rls/rls.cc
@@ -829,10 +829,7 @@ void RlsLb::ChildPolicyWrapper::Orphaned() {
829
GRPC_TRACE_LOG(rls_lb, INFO)
830
<< "[rlslb " << lb_policy_.get() << "] ChildPolicyWrapper=" << this
831
<< " [" << target_ << "]: shutdown";
832
- {
833
- MutexLock lock(&lb_policy_->mu_);
834
- is_shutdown_ = true;
835
- }
+ is_shutdown_ = true;
836
lb_policy_->child_policy_map_.erase(target_);
837
if (child_policy_ != nullptr) {
838
grpc_pollset_set_del_pollset_set(child_policy_->interested_parties(),
0 commit comments