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/18 02:10:28 UTC

[incubator-dolphinscheduler] branch dev updated (5f09349 -> 21cb38d)

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 5f09349  Add ExcelUtilsTest.java , the unit test for ExcelUtils (#1500)
     add 21cb38d  fix issue:1477 some tasks would be running all the time when db delayed(#1477) (#1501)

No new revisions were added by this update.

Summary of changes:
 .../apache/dolphinscheduler/common/Constants.java  |  2 +-
 .../dolphinscheduler/common/queue/ITaskQueue.java  |  2 +-
 .../common/queue/TaskQueueZkImpl.java              |  4 +-
 .../apache/dolphinscheduler/dao/ProcessDao.java    | 58 ++++++++++++----------
 .../master/runner/MasterBaseTaskExecThread.java    | 28 ++++++++---
 .../server/master/runner/MasterTaskExecThread.java |  2 +
 6 files changed, 62 insertions(+), 34 deletions(-)