You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "wegod (via GitHub)" <gi...@apache.org> on 2023/06/06 09:30:28 UTC

[GitHub] [dubbo] wegod commented on a diff in pull request #12468: Fix hashCode change in 2.6 DIY ConsistentHashLoadBalance

wegod commented on code in PR #12468:
URL: https://github.com/apache/dubbo/pull/12468#discussion_r1219279008


##########
dubbo-compatible/src/main/java/com/alibaba/dubbo/rpc/Invoker.java:
##########
@@ -95,5 +95,10 @@ public void destroy() {
         public org.apache.dubbo.rpc.Invoker<T> getOriginal() {
             return invoker;
         }
+        
+        @Override
+        public int hashCode() {

Review Comment:
   > override equals
   
   done



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