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 2020/01/20 09:54:38 UTC

[dubbo-go] branch develop updated (ff410ac -> f8d1ecd)

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 ff410ac  Merge pull request #327 from fangyincheng/develop
     new 5d1797b  supplement rpc stats
     new df48230  fix unit test
     new 5bc05b9  fix ci
     new 436924f  fix comment issue
     new ae41f5a  fix comment issue
     new 3aa39fd  fix some naming error
     new f8d1ecd  Merge pull request #328 from CodingSinger/tolerance

The 1283 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/loadbalance/least_active.go      |   2 +-
 filter/filter_impl/active_filter.go      |  20 +++-
 filter/filter_impl/active_filter_test.go |  66 ++++++++++++++
 protocol/rpc_status.go                   | 102 ++++++++++++++++++---
 protocol/rpc_status_test.go              | 152 +++++++++++++++++++++++++++++++
 5 files changed, 327 insertions(+), 15 deletions(-)
 create mode 100644 filter/filter_impl/active_filter_test.go
 create mode 100644 protocol/rpc_status_test.go