You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2022/07/26 04:27:32 UTC

[dubbo-go-pixiu] branch develop updated (00d01504 -> 7d49001b)

This is an automated email from the ASF dual-hosted git repository.

alexstocks pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go-pixiu.git


    from 00d01504 upgrade go version from 1.15 to 1.16
     new 8007d8ac feat:consistent hashing
     new 6e52ea98 style: rename the dir name to hash and rename this package to consistent
     new f07a8bf9 style: optimization consistent hashing
     new 90f661dd fix:ut
     new 033df7fc use model init consistent hashing and fix ut
     new 74e20567 style:rename name
     new 1dd5e567 fix:dynamic add and remove endpoint
     new 7d49001b Merge pull request #436 from baerwang/feat-consistenthashing

The 1775 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../consistent_hash.go}                            | 21 +++++++++---
 .../loadbalancer/hash/consistent_hash_test.go}     | 40 +++++++++++++---------
 pkg/model/cluster.go                               | 22 +++++++++++-
 pkg/server/cluster_manager.go                      | 25 +++++++++-----
 4 files changed, 76 insertions(+), 32 deletions(-)
 copy pkg/cluster/loadbalancer/{rand/load_balancer_rand.go => hash/consistent_hash.go} (67%)
 copy pkg/{tracing/jaeger/jaeger.go => cluster/loadbalancer/hash/consistent_hash_test.go} (57%)