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

albumenj pushed a change to branch 3.1
in repository https://gitbox.apache.org/repos/asf/dubbo.git


    from 213944c03e Add code that shows error code 2-2, 1-9, 5-1 with code 
optimization. (#10452)
     add 4d0f9f4f48 refactor: inspect protocol classes (#10444)
     add 01deaf9a0d Update MemoryStatusChecker.java (#10442)
     add b3f533d726 Optimize the logic of zkDataListener (#10445)
     new 56721482ca Merge branch 'apache-3.0' into apache-3.1

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:
 .../configcenter/TreePathDynamicConfiguration.java |  4 +-
 .../file/FileSystemDynamicConfiguration.java       |  2 +-
 .../common/status/support/MemoryStatusChecker.java |  2 +-
 .../support/zookeeper/CacheListener.java           | 94 ++++++----------------
 .../support/zookeeper/ZookeeperDataListener.java   | 76 +++++++++++++++++
 .../zookeeper/ZookeeperDynamicConfiguration.java   | 32 +++++---
 .../ZookeeperDynamicConfigurationFactory.java      |  9 ---
 .../dubbo/rpc/protocol/dubbo/DubboProtocol.java    | 69 ++++++----------
 .../protocol/dubbo/LazyConnectExchangeClient.java  |  2 +-
 .../dubbo/ReferenceCountExchangeClient.java        |  6 +-
 10 files changed, 153 insertions(+), 143 deletions(-)
 create mode 100644 
dubbo-configcenter/dubbo-configcenter-zookeeper/src/main/java/org/apache/dubbo/configcenter/support/zookeeper/ZookeeperDataListener.java

Reply via email to