help wantedtype/bug
Métricas do repositório
- Stars
- (41.524 stars)
- Métricas de merge de PR
- (Mesclagem média 7d 14h) (20 fundiu PRs em 30d)
Description
不太理解 ZookeeperRegistryNotifier 的 notify() 方法里面,为什么要进行 sleep ?
但是阅读代码之后,发现应该起不到这里说的【延迟通知】的效果。
看了 org.apache.dubbo.registry.RegistryNotifier#notify 的实现,org.apache.dubbo.registry.zookeeper.ZookeeperRegistry.ZookeeperRegistryNotifier#notify 的实现的确有问题,ZookeeperRegistryNotifier实现不了【阻塞期间,多次通知的合并】