You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by lg...@apache.org on 2020/04/16 10:16:30 UTC

[incubator-dolphinscheduler] branch dev updated (8b4eb20 -> d6798c6)

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

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


    from 8b4eb20  fix NPE when grant resource or save process definition (#2434)
     add d6798c6  1,task status statistics and process status statistics bug fix (#2357)  2,worker group bug fix (#2430)

No new revisions were added by this update.

Summary of changes:
 .../dolphinscheduler/api/service/DataAnalysisService.java  | 14 +++++---------
 .../api/service/DataAnalysisServiceTest.java               |  7 -------
 .../apache/dolphinscheduler/common/thread/ThreadUtils.java | 10 ++++++++++
 .../org/apache/dolphinscheduler/dao/entity/Command.java    |  2 +-
 .../dolphinscheduler/dao/mapper/CommandMapperTest.java     | 13 ++++---------
 .../server/master/consumer/TaskPriorityQueueConsumer.java  |  5 ++---
 .../server/master/processor/TaskAckProcessor.java          |  6 ++----
 .../server/master/processor/TaskResponseProcessor.java     |  6 ++----
 .../server/worker/processor/TaskCallbackService.java       | 10 ++++------
 sql/dolphinscheduler-postgre.sql                           |  6 +++---
 sql/dolphinscheduler_mysql.sql                             |  4 ++--
 11 files changed, 35 insertions(+), 48 deletions(-)