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 2021/09/06 08:24:15 UTC

[GitHub] [dubbo] icankeep opened a new issue #8692: Why the access rights of AbstractLoadBalance#getWeight are the default, not protected

icankeep opened a new issue #8692:
URL: https://github.com/apache/dubbo/issues/8692


   - [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
   - [x] I have checked the [FAQ](https://github.com/apache/dubbo/blob/master/FAQ.md) of this repository and believe that this is not a duplicate.
   
   ### Environment
   
   * Dubbo version: 3.x
   * Operating System version: macos
   * Java version: 1.8
   
   ## Problem
   AbstractLoadBalance#getWeight 
   ```
    int getWeight(Invoker<?> invoker, Invocation invocation);
   ```
   Why the access rights of this method are the default, not protected
   
   In this way, the user-defined loadbalance cannot reuse this method. I think it would be better to modify the method with protected. 
   


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


[GitHub] [dubbo] AlbumenJ closed issue #8692: Why the access rights of AbstractLoadBalance#getWeight are the default, not protected

Posted by GitBox <gi...@apache.org>.
AlbumenJ closed issue #8692:
URL: https://github.com/apache/dubbo/issues/8692


   


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


[GitHub] [dubbo] icankeep commented on issue #8692: Why the access rights of AbstractLoadBalance#getWeight are the default, not protected

Posted by GitBox <gi...@apache.org>.
icankeep commented on issue #8692:
URL: https://github.com/apache/dubbo/issues/8692#issuecomment-917779982


   &READY_TO_CLOSE&


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