diff --git a/clientv3/balancer.go b/clientv3/balancer.go index ef40cd33d..2c8c2981d 100644 --- a/clientv3/balancer.go +++ b/clientv3/balancer.go @@ -168,7 +168,7 @@ func (b *simpleBalancer) updateAddrs(eps ...string) { if update { select { - case b.updateAddrsC <- notifyReset: + case b.updateAddrsC <- notifyNext: case <-b.stopc: } }