You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by jo...@apache.org on 2021/07/12 11:26:37 UTC

[dubbo-go] branch 1.5 updated (cef22ea -> f5acb35)

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

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


    from cef22ea  upgrade gost version
     new a3fdba7  fix black list : 1. change pageSize to 64; 2. make the black recover by Service: different service can recover at the same time. 3. fix routeChain.notify just global lock. The lock should also in service Dimension
     new e203044  make the invokers in blacklist can be recycled; make the blackList belong to one service.
     new 0f82537  fix some test issue
     new 965ff2a  fix conflict and unittest
     new 96fae17  fix import format
     new 5dc973a  fix review issue
     new f5acb35  Merge pull request #1287 from cvictory/feature/fix_black_list

The 7539 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_impl/base_cluster_invoker.go       |  21 +-
 cluster/cluster_impl/base_cluster_invoker_test.go  |   3 +
 cluster/cluster_impl/failback_cluster_invoker.go   |   2 +-
 cluster/cluster_impl/failsafe_cluster_invoker.go   |   2 +-
 cluster/directory.go                               |   1 +
 cluster/directory/static_directory.go              |   9 +
 cluster/router/chain/chain.go                      |   3 +-
 cluster/router/conncheck/conn_check_route_test.go  |  43 ++--
 cluster/router/conncheck/conn_health_check_test.go |   2 +-
 common/constant/key.go                             |   3 +-
 protocol/rpc_status.go                             | 221 +++++++++++++++------
 registry/directory/directory.go                    |  11 +-
 12 files changed, 235 insertions(+), 86 deletions(-)