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/24 14:11:19 UTC

[incubator-dolphinscheduler] branch dev updated (26d9893 -> 5cc82c5)

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 26d9893  fix MasterBaseTaskExecThread submit method bug (#1532)
     add 5cc82c5  remove master server and worker server listening port (5566、7788) (#1551)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/dolphinscheduler/api/ApiApplicationServer.java   | 1 -
 .../api/configuration/ServiceModelToSwagger2MapperImpl.java          | 3 ++-
 .../org/apache/dolphinscheduler/api/configuration/SwaggerConfig.java | 2 ++
 .../java/org/apache/dolphinscheduler/server/master/MasterServer.java | 5 +++--
 .../java/org/apache/dolphinscheduler/server/worker/WorkerServer.java | 5 +++--
 .../src/main/resources/application-master.properties                 | 5 +----
 .../src/main/resources/application-worker.properties                 | 3 ---
 7 files changed, 11 insertions(+), 13 deletions(-)