You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by xi...@apache.org on 2019/12/22 03:21:03 UTC

[dubbo-go] branch master updated (56cb00a -> 8d46ac0)

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

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


    from 56cb00a  Merge branch 'develop' of https://github.com/apache/dubbo-go into develop
     add 3c1a96f  support sticky connection
     add 9604e7a  Merge pull request #270 from CodingSinger/sticky
     add d1da7ba  change the position of the lock
     add 16aff1f  fix bug for reverseRegistryProtocol
     add e6e0e14  Modify code according to code review
     add 8d46ac0  Merge pull request #286 from pantianying/develop_gettyPool_lock

No new revisions were added by this update.

Summary of changes:
 cluster/cluster_impl/base_cluster_invoker.go       | 39 +++++++++++++++++---
 ...luster_test.go => base_cluster_invoker_test.go} | 43 ++++++++++------------
 cluster/cluster_impl/failback_cluster_test.go      |  2 +-
 cluster/cluster_impl/failfast_cluster_test.go      |  4 +-
 cluster/cluster_impl/failsafe_cluster_test.go      |  4 +-
 common/constant/key.go                             |  1 +
 common/url.go                                      |  5 +++
 common/url_test.go                                 | 12 ++++++
 config/method_config.go                            |  1 +
 config/reference_config.go                         |  3 ++
 config/reference_config_test.go                    | 20 ++++++++++
 protocol/dubbo/pool.go                             | 17 ++++++---
 registry/protocol/protocol.go                      |  6 +--
 registry/protocol/protocol_test.go                 |  5 ---
 14 files changed, 115 insertions(+), 47 deletions(-)
 copy cluster/cluster_impl/{registry_aware_cluster_test.go => base_cluster_invoker_test.go} (60%)