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 2020/05/17 05:45:49 UTC

[GitHub] [dubbo-go] aliiohs commented on a change in pull request #506: add the comment of ConsistentHash

aliiohs commented on a change in pull request #506:
URL: https://github.com/apache/dubbo-go/pull/506#discussion_r426220056



##########
File path: cluster/loadbalance/consistent_hash.go
##########
@@ -85,22 +85,25 @@ func (lb *ConsistentHashLoadBalance) Select(invokers []protocol.Invoker, invocat
 	return selector.Select(invocation)
 }
 
-// Uint32Slice ...
+// Uint32Slice Slice of uint32
 type Uint32Slice []uint32

Review comment:
       already replaced Uint32Slice  by gxsort.Uint32Slice
   




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

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