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/01/05 04:51:03 UTC

[dubbo-go] branch develop updated (f11f1f9 -> ded3c49)

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 f11f1f9  fix duplicate error
     new 93453e4  feat: move task pool to endpoint layer
     new c46d479  feat: update getty to 1.4.1
     new 006e4a5  fix: resolving code conflicts
     new ba96f44  fix: upgrade sentianel version to 0.6.2
     new 1cc462b  update version getty/1.4.1 and gost/1.10.1
     new d6bf494  fix for ut error
     new 1c1c7d3  fix: resolve conflict
     new 8d0ccff  fix: ut error
     new ded3c49  Merge pull request #879 from watermelo/opt_taskpool

The 3351 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:
 config/config_loader_test.go                       |  2 +-
 go.mod                                             |  4 +--
 go.sum                                             | 14 ++++++---
 registry/consul/service_discovery.go               |  6 ++--
 registry/etcdv3/service_discovery.go               |  6 ++--
 .../event_publishing_service_deiscovery_test.go    |  2 +-
 .../event/event_publishing_service_discovery.go    |  2 +-
 registry/file/service_discovery.go                 |  2 +-
 registry/nacos/service_discovery.go                |  6 ++--
 registry/service_discovery.go                      |  2 +-
 .../service_discovery_registry_test.go             |  2 +-
 registry/zookeeper/service_discovery.go            |  6 ++--
 remoting/getty/getty_client.go                     |  7 ++---
 remoting/getty/getty_server.go                     | 36 +++++-----------------
 remoting/getty/pool.go                             | 31 ++++++++-----------
 15 files changed, 52 insertions(+), 76 deletions(-)