help wantedtype/bug
Métriques du dépôt
- Stars
- (41 524 stars)
- Métriques de merge PR
- (Merge moyen 7j 14h) (20 PRs mergées en 30 j)
Description
不太理解 ZookeeperRegistryNotifier 的 notify() 方法里面,为什么要进行 sleep ?
但是阅读代码之后,发现应该起不到这里说的【延迟通知】的效果。
看了 org.apache.dubbo.registry.RegistryNotifier#notify 的实现,org.apache.dubbo.registry.zookeeper.ZookeeperRegistry.ZookeeperRegistryNotifier#notify 的实现的确有问题,ZookeeperRegistryNotifier实现不了【阻塞期间,多次通知的合并】