diff --git a/remoting/zookeeper/listener.go b/remoting/zookeeper/listener.go index 4177ab07da..d9efd4fed1 100644 --- a/remoting/zookeeper/listener.go +++ b/remoting/zookeeper/listener.go @@ -209,7 +209,7 @@ func (l *ZkEventListener) listenDirEvent(zkPath string, listener remoting.DataLi // listen l service node dubboPath := path.Join(zkPath, c) - //Add to save into the path map to avoid duplicate listen + //Save the path to avoid listen repeatly l.pathMapLock.Lock() _, ok := l.pathMap[dubboPath] l.pathMapLock.Unlock()