zrlw commented on pull request #384: URL: https://github.com/apache/dubbo-samples/pull/384#issuecomment-952898734
#382 does not reset the static boolean variable destroyed of AbstractRegistryFactory, look at these logs which was generated today: https://github.com/apache/dubbo/runs/4022083096?check_suite_focus=true ``` Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.847 s - in org.apache.dubbo.samples.version.VersionService2IT test(org.apache.dubbo.samples.version.VersionService2IT) Time elapsed: 0.29 s <== VersionService2IT end Running org.apache.dubbo.samples.version.VersionService1IT <== VersionService1IT begin ... [27/10/21 12:36:30:030 UTC] main INFO bootstrap.DubboBootstrap: [DUBBO] DubboBootstrap has started., dubbo version: 2.7.14-SNAPSHOT, current host: 192.168.128.5 [27/10/21 12:36:30:030 UTC] main WARN support.AbstractRegistryFactory: [DUBBO] All registry instances have been destroyed, failed to fetch any instance. Usually, this means no need to try to do unnecessary redundant resource clearance, all registries has been taken care of., dubbo version: 2.7.14-SNAPSHOT, current host: 192.168.128.5 <== AbstractRegistryFactory#destroyed is still true ``` -- 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]
