AlbumenJ commented on code in PR #12953:
URL: https://github.com/apache/dubbo/pull/12953#discussion_r1305245868


##########
dubbo-cluster/src/main/java/org/apache/dubbo/rpc/cluster/directory/AbstractDirectory.java:
##########
@@ -224,10 +224,8 @@ public List<Invoker<T>> list(Invocation invocation) throws 
RpcException {
 
                 logger.warn(CLUSTER_NO_VALID_PROVIDER, "provider server or 
registry center crashed", "",
                     "No provider available after connectivity filter for the 
service " + getConsumerUrl().getServiceKey()
-                        + " All validInvokers' size: " + validInvokers.size()
                         + " All routed invokers' size: " + routedResult.size()
-                        + " All invokers' size: " + invokers.size()
-                        + " from registry " + getUrl().getAddress()

Review Comment:
   Cloud u pls provide a example log to see what would be log when no provider 
found?



-- 
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: notifications-unsubscr...@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org

Reply via email to