You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by li...@apache.org on 2020/10/28 10:40:47 UTC

[incubator-dolphinscheduler] branch 1.3.3-release updated (6caac0f -> 026957d)

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

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


    from 6caac0f  [FIX-3929] condition task would post wrong tasks when failover. (#3999)
     add 026957d  [FIX-3929]  because of no lock, start up failover would dispatch two same tasks. (#4004)

No new revisions were added by this update.

Summary of changes:
 .../dolphinscheduler/server/zk/ZKMasterClient.java | 29 +++++++++++++---------
 .../service/process/ProcessService.java            |  3 +++
 .../service/zk/ZookeeperCachedOperator.java        | 19 ++++++++------
 .../service/zk/ZookeeperOperator.java              |  4 ++-
 4 files changed, 34 insertions(+), 21 deletions(-)