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 2020/01/09 08:51:12 UTC

[incubator-dolphinscheduler] branch dev-1.2.1 updated (e5b9632 -> 6b4caff)

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

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


    from e5b9632  add out put log when master/worker server start (#1769)
     add 6b4caff  add check download resource permission in order to fix issues 1770 (#1788)

No new revisions were added by this update.

Summary of changes:
 .../apache/dolphinscheduler/dao/ProcessDao.java    |  36 ++++++-
 .../dao/mapper/ResourceMapper.java                 |   8 ++
 .../dolphinscheduler/dao/mapper/ResourceMapper.xml |  14 +++
 .../dao/mapper/ResourceMapperTest.java             | 119 ++++++++++++++++++++-
 .../server/worker/runner/TaskScheduleThread.java   |  43 ++++++--
 5 files changed, 207 insertions(+), 13 deletions(-)