Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
markdroth committed Aug 18, 2023
1 parent 38ab6e3 commit 297956f
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -494,9 +494,8 @@ WeightedRoundRobin::Picker::Picker(RefCountedPtr<WeightedRoundRobin> wrr,
endpoints_.emplace_back(ep->picker(), ep->weight());
}
}
global_stats().IncrementWrrSubchannelListSize(
subchannel_list->num_subchannels());
global_stats().IncrementWrrSubchannelReadySize(subchannels_.size());
global_stats().IncrementWrrSubchannelListSize(endpoint_list->size());
global_stats().IncrementWrrSubchannelReadySize(endpoints_.size());
if (GRPC_TRACE_FLAG_ENABLED(grpc_lb_wrr_trace)) {
gpr_log(GPR_INFO,
"[WRR %p picker %p] created picker from endpoint_list=%p "
Expand Down

0 comments on commit 297956f

Please sign in to comment.