You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "RapperCL (via GitHub)" <gi...@apache.org> on 2023/04/19 15:56:17 UTC

[GitHub] [dubbo] RapperCL opened a new issue, #12138: Adjusting cluster invoker checks

RapperCL opened a new issue, #12138:
URL: https://github.com/apache/dubbo/issues/12138

   The current check on cluster invoker is placed in the corresponding implementation class, and almost all implementation classes of AbstractClusterInvoker will call this method.
   for example:
   ![image](https://user-images.githubusercontent.com/44110731/233130782-f2f3383e-af60-4a96-9017-c697ffbdc74b.png)
   
   However, when the cluster invokers are empty, the subsequent load balancing process is useless.
   ![image](https://user-images.githubusercontent.com/44110731/233131589-4034fafa-a06c-4455-bc09-60a8d9ffc8d1.png)
   
   So I think the check for clustered invokers should be adjusted。
   ![1681919440814](https://user-images.githubusercontent.com/44110731/233132405-3201c351-a53f-41a9-86bd-91b8d2e1680e.png)
   
   


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