You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by jo...@apache.org on 2019/12/27 09:03:20 UTC

[incubator-dolphinscheduler] branch dev updated (597d685 -> 63f396b)

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

journey pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git.


    from 597d685  delAlertgroupById add entity exist check (#1602)
     add 63f396b  refactor zk tree cache (#1577)

No new revisions were added by this update.

Summary of changes:
 .../common/zk/AbstractListener.java                | 35 --------
 .../common/zk/ZookeeperCachedOperator.java         | 48 ++++++-----
 .../common/zk/ZookeeperOperator.java               |  8 +-
 .../dolphinscheduler/server/zk/ZKMasterClient.java | 96 +++++++++++-----------
 .../dolphinscheduler/server/zk/ZKWorkerClient.java | 61 +++++++-------
 5 files changed, 107 insertions(+), 141 deletions(-)
 delete mode 100644 dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/zk/AbstractListener.java