You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -414,8 +414,6 @@ private T createProxy(Map<String, String> map) {
414
414
}
415
415
416
416
if (shouldCheck() && !invoker.isAvailable()) {
417
-
// make it possible for consumer to retry later if provider is temporarily unavailable
418
-
initialized = false;
419
417
thrownewIllegalStateException("Failed to check the status of the service " + interfaceName + ". No provider available for the service " + (group == null ? "" : group + "/") + interfaceName + (version == null ? "" : ":" + version) + " from the url " + invoker.getUrl() + " to the consumer " + NetUtils.getLocalHost() + " use dubbo version " + Version.getVersion());
0 commit comments