help wantedtype/bug
Repository metrics
- Stars
- (41,524 stars)
- PR merge metrics
- (平均マージ 7d 14h) (30d で 20 merged PRs)
説明
不太理解 ZookeeperRegistryNotifier 的 notify() 方法里面,为什么要进行 sleep ?
但是阅读代码之后,发现应该起不到这里说的【延迟通知】的效果。
看了 org.apache.dubbo.registry.RegistryNotifier#notify 的实现,org.apache.dubbo.registry.zookeeper.ZookeeperRegistry.ZookeeperRegistryNotifier#notify 的实现的确有问题,ZookeeperRegistryNotifier实现不了【阻塞期间,多次通知的合并】