AlbumenJ commented on issue #9826:
URL: https://github.com/apache/dubbo/issues/9826#issuecomment-1075243783


   In Dubbo 3.0.6, there is a log when empty provider happend.
   ```
   org.apache.dubbo.rpc.cluster.directory.AbstractDirectory#list
               logger.warn("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()
                   + " on the consumer " + NetUtils.getLocalHost()
                   + " using the dubbo version " + Version.getVersion() + ".");
   ```
   All validInvokers means all of the invokers from registry except those 
unconnectable invokers.
   All routed invokers means all of the invokers being selected in routers.
   All invokers means all of the invokers from registry.


-- 
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