sq-young2 commented on issue #10322: URL: https://github.com/apache/dubbo/issues/10322#issuecomment-1192139280
您好,有关之前的问题,今天看了源码,已经查明,跟大家说明一下: 1.我的容器启动的调用链路是:框架init-》触发getBean-》dubbo的refereneConfig,其中在此步骤会校验check=true和服务提供者是否正常,不正常会抛出异常IllegalStateException ,但是因为框架init进行了异常捕获,导致并没有影响容易的启动 2.设置了check=false,虽然启动时候服务无法使用,但是服务恢复后会自动重新连接 -- 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]
