haoyann edited a comment on issue #8538:
URL: https://github.com/apache/dubbo/issues/8538#issuecomment-950615980


   现在的流程是这样的
   1. 启动的时候其中一个注册中心不可用之后就会抛出异常(取决于注册中心的 client 是否会上报异常),所以需要加上`check=false`
   2. 单独在 zk 上加 `check=false` 是因为 `dubbo.registry.check=false` 配置不生效,所以你需要在 
multiple:// 上的每个注册中心都加上 `check=false`,提的 PR 就是解决的这个问题
   3. 在服务启动完成之后,有问题的注册中心从故障到正常,MultipleRegistry 并没有重新注册的过程


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to