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 2019/09/09 14:05:31 UTC

[dubbo-go] branch develop updated (bb1216a -> 359bdab)

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.git.


    from bb1216a  Merge pull request #190 from divebomb/develop
     new 0893d83  Fix:failoverbug and reties change to string type
     new 6dbad29  Fix:failoverbug and reties change to string type
     new d1ea35d  Mod:retries in config/testdata
     new a9770f7  Mod:format import
     new ead43d6  Add: add error log
     new 359bdab  Merge pull request #195 from hxmhlt/fix_failoverbug_and_reties_0

The 861 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:
 .gitignore                                           |  6 ++++++
 cluster/cluster_impl/failback_cluster_invoker.go     | 12 ++++++++----
 cluster/cluster_impl/failover_cluster_invoker.go     | 18 ++++++++++++++----
 cluster/cluster_impl/failover_cluster_test.go        |  8 ++++----
 common/constant/default.go                           | 16 +++++++++-------
 config/base_config_test.go                           | 20 ++++++++++----------
 config/method_config.go                              |  2 +-
 config/reference_config.go                           |  6 +++---
 config/reference_config_test.go                      |  6 +++---
 config/service_config.go                             |  6 +++---
 config/service_config_test.go                        |  6 +++---
 config/testdata/consumer_config.yml                  |  2 +-
 .../testdata/consumer_config_with_configcenter.yml   |  2 +-
 .../profiles/dev/client.yml                          |  2 +-
 .../profiles/release/client.yml                      |  2 +-
 .../profiles/test/client.yml                         |  2 +-
 .../profiles/dev/server.yml                          |  2 +-
 .../profiles/release/server.yml                      |  2 +-
 .../profiles/test/server.yml                         |  2 +-
 examples/consul/go-client/config/client.yml          |  2 +-
 examples/consul/go-server/config/server.yml          |  2 +-
 .../general/dubbo/go-client/profiles/dev/client.yml  |  6 +++---
 .../dubbo/go-client/profiles/release/client.yml      |  6 +++---
 .../general/dubbo/go-client/profiles/test/client.yml |  6 +++---
 .../general/dubbo/go-server/profiles/dev/server.yml  |  6 +++---
 .../dubbo/go-server/profiles/release/server.yml      |  6 +++---
 .../general/dubbo/go-server/profiles/test/server.yml |  6 +++---
 .../jsonrpc/go-client/profiles/dev/client.yml        |  6 +++---
 .../jsonrpc/go-server/profiles/dev/server.yml        |  6 +++---
 .../dubbo/go-client/profiles/dev/client.yml          |  2 +-
 .../dubbo/go-server/profiles/dev/server.yml          |  2 +-
 .../with-hystrix-go-client/profiles/dev/client.yml   |  2 +-
 32 files changed, 101 insertions(+), 79 deletions(-)