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/08/19 13:06:42 UTC

[dubbo-go] branch master updated (d93bfe1 -> b6c6052)

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 d93bfe1  Merge branch 'develop'
     new 4d0a8cc  add forkingClusterInvoker
     new c754a01  rename
     new d673e64  add error info
     new d7a9fd5  add forking
     new b6c6052  Merge pull request #161 from xujianhai666/feat-forking

The 704 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:
 .../{failfast_cluster.go => forking_cluster.go}    |  14 +-
 cluster/cluster_impl/forking_cluster_invoker.go    |  99 +++++++++++++
 cluster/cluster_impl/forking_cluster_test.go       | 162 +++++++++++++++++++++
 common/constant/key.go                             |   3 +
 config/reference_config_test.go                    |  20 +++
 config/testdata/consumer_config.yml                |   1 +
 6 files changed, 292 insertions(+), 7 deletions(-)
 copy cluster/cluster_impl/{failfast_cluster.go => forking_cluster.go} (75%)
 create mode 100644 cluster/cluster_impl/forking_cluster_invoker.go
 create mode 100644 cluster/cluster_impl/forking_cluster_test.go