This is an automated email from the ASF dual-hosted git repository.
joezou pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git.
from 53d60ba Merge pull request #581 from Isaac-Zhang/develop
new d040f32 Add: add comments for cluster directory
new 87c0373 Mod: update cluster comments after review
new 5ee57b1 Mod: update cluster comments after review
new 0a06522 Merge branch 'featue/addCommentForCluster' of
https://github.com/watermelo/dubbo-go into featue/addCommentForCluster
new a7af538 Merge pull request #584 from
watermelo/featue/addCommentForCluster
The 2124 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:
cluster/cluster.go | 3 ++-
cluster/cluster_impl/available_cluster.go | 4 +++-
cluster/cluster_impl/available_cluster_invoker.go | 2 +-
cluster/cluster_impl/broadcast_cluster.go | 5 ++++-
cluster/cluster_impl/failback_cluster.go | 5 ++++-
cluster/cluster_impl/failfast_cluster.go | 5 ++++-
cluster/cluster_impl/failover_cluster.go | 6 +++++-
cluster/cluster_impl/failsafe_cluster.go | 5 ++++-
cluster/cluster_impl/forking_cluster.go | 5 ++++-
cluster/cluster_impl/mock_cluster.go | 6 +++++-
cluster/cluster_impl/registry_aware_cluster.go | 2 +-
cluster/directory.go | 2 +-
cluster/loadbalance.go | 2 +-
cluster/loadbalance/consistent_hash.go | 2 ++
cluster/loadbalance/least_active.go | 6 ++++--
cluster/loadbalance/random.go | 4 +++-
cluster/loadbalance/round_robin.go | 4 +++-
cluster/loadbalance/util.go | 2 +-
18 files changed, 52 insertions(+), 18 deletions(-)