You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ch...@apache.org on 2020/12/16 01:21:38 UTC

[incubator-dolphinscheduler] branch 1.3.4-prepare updated (1eceb58 -> e6118b8)

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

chenxingchun pushed a change to branch 1.3.4-prepare
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git.


    from 1eceb58  Merge pull request #4231 from CalvinKirs/1.3.4-pre-ui
     new c5bb72c  [Fix-4222][Master]Add the priority queue to ensure that tasks are submitted according to priority.
     new bd7db68  Merge remote-tracking branch 'remotes/upstream/1.3.4-prepare' into 1.3.4-prepare-feature-3878
     new 4cd1e7e  [Fix-4222][Master]Add the priority queue to ensure that tasks are submitted according to priority.
     new a6558bf  [Fix-4222][Master]update print log.
     new e6118b8  Merge pull request #4232 from lgcareer/1.3.4-prepare-feature-3878

The 2636 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../master/consumer/TaskPriorityQueueConsumer.java |   2 +-
 .../server/master/runner/MasterExecThread.java     |  67 ++++++-----
 .../queue/PeerTaskInstancePriorityQueue.java       | 124 +++++++++++++++++++++
 .../service/queue/TaskPriorityQueue.java           |   6 +-
 .../service/queue/TaskPriorityQueueImpl.java       |   7 +-
 5 files changed, 171 insertions(+), 35 deletions(-)
 create mode 100644 dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/queue/PeerTaskInstancePriorityQueue.java