You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by pa...@apache.org on 2020/04/08 12:20:39 UTC

[dubbo-go] branch develop updated (284aa48 -> bda0ddc)

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

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


    from 284aa48  Merge pull request #465 from hxmhlt/rm_category_key
     new e10ef06  Modify registryProtocol as a singleton to fix graceful shutdown
     new d3f3af0  fix notification confusion caused by multiple references sharing the same zk listener
     new db27238  fix fmt failure
     new 5e99201  use the once.do to init the registryprotocol
     new 8588bda  use the once.do to init the registryprotocol
     new 7a17cab  add mutex when use subscribed map
     new 43972d9  fix comments
     new 2d14439  fix comments
     new 319ca56  fix comments
     new 52354fb  fix the zk HandleClientRestart issues
     new 9657b39  change some comments
     new c808d5c  change some comments
     new 774bd01  remove unused import
     new 68cc420  remove consumer category in referenceConfig
     new ff0f376  fix not delete the node when  shutdown gracefully and compare the path when subscribe the providers
     new a530ed5  rm debug logs and fix ut
     new 08e9d84  fix ut
     new bda0ddc  Merge pull request #432 from CodingSinger/BUG_FIX

The 1907 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:
 common/rpc_service.go               |  4 +-
 config/reference_config.go          |  1 +
 config_center/zookeeper/impl.go     |  4 +-
 registry/base_registry.go           |  6 ++-
 registry/protocol/protocol.go       | 11 +++--
 registry/zookeeper/listener.go      | 71 ++++++++++++++++++----------
 registry/zookeeper/listener_test.go |  8 ++--
 registry/zookeeper/registry.go      | 93 +++++++++++++++++++++++++------------
 remoting/zookeeper/client.go        | 12 ++++-
 remoting/zookeeper/facade.go        |  4 +-
 remoting/zookeeper/facade_test.go   | 12 ++++-
 remoting/zookeeper/listener.go      | 22 ++++++---
 remoting/zookeeper/listener_test.go |  2 +-
 13 files changed, 172 insertions(+), 78 deletions(-)