help wantedtype/bug
仓库指标
- Star
- (41,524 star)
- PR 合并指标
- (平均合并 7天 14小时) (30 天内合并 20 个 PR)
描述
不太理解 ZookeeperRegistryNotifier 的 notify() 方法里面,为什么要进行 sleep ?
但是阅读代码之后,发现应该起不到这里说的【延迟通知】的效果。
看了 org.apache.dubbo.registry.RegistryNotifier#notify 的实现,org.apache.dubbo.registry.zookeeper.ZookeeperRegistry.ZookeeperRegistryNotifier#notify 的实现的确有问题,ZookeeperRegistryNotifier实现不了【阻塞期间,多次通知的合并】