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:00:12 UTC

[incubator-dolphinscheduler] branch dev updated (aadf0aa -> 8b2b5ba)

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 aadf0aa  remove lombok annocation (#1600)
     add 8b2b5ba  refactor TaskQueueZkImpl (#1591)

No new revisions were added by this update.

Summary of changes:
 .../common/queue/TaskQueueFactory.java             |   3 +-
 .../common/queue/TaskQueueZkImpl.java              | 163 +++------------------
 .../common}/utils/SpringApplicationContext.java    |   2 +-
 .../common/zk/ZookeeperOperator.java               |   3 -
 .../common/queue/TaskQueueZKImplTest.java          |   4 +-
 .../apache/dolphinscheduler/dao/ProcessDao.java    |   3 +-
 .../dolphinscheduler/dao/mapper/Application.java   |   2 +-
 .../server/master/MasterServer.java                |   3 +-
 .../master/runner/MasterBaseTaskExecThread.java    |   2 +-
 .../server/master/runner/MasterExecThread.java     |   1 -
 .../master/runner/MasterSchedulerThread.java       |   2 +-
 .../server/worker/WorkerServer.java                |   2 +-
 .../server/worker/runner/FetchTaskThread.java      |   3 +-
 .../server/worker/task/AbstractYarnTask.java       |   2 +-
 .../worker/task/dependent/DependentExecute.java    |   2 +-
 .../worker/task/dependent/DependentTask.java       |   2 +-
 .../server/worker/task/http/HttpTask.java          |   2 +-
 .../worker/task/processdure/ProcedureTask.java     |   2 +-
 .../server/worker/task/python/PythonTask.java      |   2 +-
 .../server/worker/task/shell/ShellTask.java        |   2 +-
 .../server/worker/task/sql/SqlTask.java            |   2 +-
 .../worker/shell/ShellCommandExecutorTest.java     |   2 +-
 .../server/worker/sql/SqlExecutorTest.java         |   2 +-
 23 files changed, 46 insertions(+), 167 deletions(-)
 rename {dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server => dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common}/utils/SpringApplicationContext.java (96%)