You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by li...@apache.org on 2020/11/26 06:30:54 UTC

[incubator-dolphinscheduler] branch dev updated (145314b -> 656ec29)

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

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


    from 145314b  [FIX-4034][server] fix sqoop import fail (#4036)
     new 5355927  [FIX-#4083][server]fix taskInstance state change error Concurrent processing of ack message and result message causes the execution sequence to be wrong
     new b20a3d5  code style
     new 6c1a2eb  add taskResponseTest
     new 9ef6b70  add taskResponseTest
     new 858c4f3  code smell
     new 8286af7  Time is too small and the task is not finished
     new a164d5f  Time is too small and the task is not finished
     new c6a686a  Time is too small and the task is not finished
     new b3991d9  Time is too small and the task is not finished
     new 2a9e789  test
     new d576999  remove assert
     new cc14b24  test
     new 0586e7b  test
     new c902268  fix task instance status judgment error
     new 656ec29  Merge pull request #4097 from CalvinKirs/ack_status

The 4038 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 | 178 +++++----
 .../processor/queue/TaskResponseService.java       |  90 ++---
 .../processor/queue/TaskResponseServiceTest.java   |  99 +++--
 .../service/process/ProcessService.java            | 403 +++++++++++++--------
 pom.xml                                            |   1 +
 5 files changed, 450 insertions(+), 321 deletions(-)