You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by wu...@apache.org on 2023/04/20 01:43:27 UTC

[shardingsphere-elasticjob] branch master updated (5f82c4256 -> d07320e23)

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

wuweijie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git


    from 5f82c4256 Update download links for 3.0.3 (#2206)
     add d07320e23 add zk listener remove to avoid memory leak. (#2211)

No new revisions were added by this update.

Summary of changes:
 .../reg/base/CoordinatorRegistryCenter.java        |  19 ++-
 .../reg/zookeeper/ZookeeperRegistryCenter.java     |  48 ++++++-
 .../ZookeeperRegistryCenterListenerTest.java       | 152 +++++++++++++++++++++
 .../util/ZookeeperRegistryCenterTestUtil.java      |  33 ++++-
 .../lite/internal/setup/SetUpFacade.java           |  14 ++
 .../lite/internal/storage/JobNodeStorage.java      |   2 +-
 .../lite/internal/setup/SetUpFacadeTest.java       |   8 +-
 .../lite/internal/storage/JobNodeStorageTest.java  |   2 +-
 8 files changed, 267 insertions(+), 11 deletions(-)
 create mode 100644 elasticjob-infra/elasticjob-registry-center/elasticjob-regitry-center-provider/elasticjob-registry-center-zookeeper-curator/src/test/java/org/apache/shardingsphere/elasticjob/reg/zookeeper/ZookeeperRegistryCenterListenerTest.java