Skip to content

Commit

Permalink
[roundrobin_strips_attributes] 22
Browse files Browse the repository at this point in the history
  • Loading branch information
menghanl committed Nov 19, 2020
1 parent 4995f80 commit 3d81524
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions balancer/base/balancer.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ func (b *baseBalancer) UpdateClientConnState(s balancer.ClientConnState) error {
// The SubConn does a reflect.DeepEqual of the new and old
// addresses. So this is a noop if the current address is the same
// as the old one (including attributes).
//
// TODO: delete this when this balancer reads attributes.
sc.UpdateAddresses([]resolver.Address{a})
}
}
Expand Down

0 comments on commit 3d81524

Please sign in to comment.