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 2021/02/22 11:51:53 UTC

[dubbo-go] branch 1.5 updated (d72fcd4 -> 7d52dd1)

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

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


    from d72fcd4  Merge pull request #1049 from jbampton/remove-trailing-whitespace
     add 498a8f8  Merge pull request #1043 from xiaoliu10/replace_ci_icon
     add fa5c18e  destroy invoker smoothly
     add d84ece5  using lock instead atomic reqNum
     new 7d52dd1  Merge pull request #1045 from apache/feature/dubbo_invoker_reqnum

The 1 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:
 protocol/dubbo/dubbo_invoker.go                    | 90 +++++++++++++---------
 protocol/grpc/grpc_invoker.go                      | 73 +++++++++++++++---
 protocol/invoker.go                                | 38 ++++++---
 .../invoker_test.go                                | 28 +++----
 registry/nacos/listener.go                         |  6 +-
 registry/nacos/registry.go                         |  5 ++
 6 files changed, 166 insertions(+), 74 deletions(-)
 copy config/remote_config_test.go => protocol/invoker_test.go (69%)


[dubbo-go] 01/01: Merge pull request #1045 from apache/feature/dubbo_invoker_reqnum

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 7d52dd111d1ea876d944c18601cd78178452a66c
Merge: d72fcd4 d84ece5
Author: Xin.Zh <dr...@foxmail.com>
AuthorDate: Mon Feb 22 19:51:46 2021 +0800

    Merge pull request #1045 from apache/feature/dubbo_invoker_reqnum
    
    Imp: destroy invoker smoothly

 protocol/dubbo/dubbo_invoker.go | 90 ++++++++++++++++++++++++-----------------
 protocol/grpc/grpc_invoker.go   | 73 ++++++++++++++++++++++++++++-----
 protocol/invoker.go             | 38 ++++++++++++-----
 protocol/invoker_test.go        | 44 ++++++++++++++++++++
 registry/nacos/listener.go      |  6 +--
 registry/nacos/registry.go      |  5 +++
 6 files changed, 195 insertions(+), 61 deletions(-)