You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/03/22 14:20:32 UTC

[GitHub] [dubbo] AlbumenJ commented on issue #9826: Make it easily to figure out why no provider available

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

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



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