This is an automated email from the ASF dual-hosted git repository.
leonbao pushed a change to branch json_split
in repository
https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git.
from a32b40e [Feature][JsonSplit] add gen taskNodeList method (#4861)
add 52b1c74 Merge remote-tracking branch 'upstream/dev' into dev
add 46b8b15 [Improvement-#4503][dolphinscheduler-dist]Jackson version
upgraded to 2.10.5
add 6fc124e Merge branch 'dev' of
https://github.com/apache/incubator-dolphinscheduler into dev
add 2cfe755 Merge branch 'dev' of
https://github.com/apache/incubator-dolphinscheduler into dev
add 7d7809a Merge branch 'dev' of
https://github.com/apache/incubator-dolphinscheduler into dev
add 91e563d Merge branch 'dev' of
https://github.com/apache/incubator-dolphinscheduler into dev
add 8ec345c [Improvement][TaskExecuteProcessor]Delete redundant code in
method of setTaskCache
add 11c22cc Merge branch 'dev' of
https://github.com/apache/incubator-dolphinscheduler into dev_wuxiaofei_server
add b352c52 [Improvement][master] Replace sleep&task with poll in
TaskPriorityQueueConsumer#4137
add f2e41c2 [Checkstyle][TaskPriorityQueueConsumer]import check
add 354b1cd [Checkstyle][common]delete unknown soft_version
add 5faa5d1 [BUG][PeerTaskInstancePriorityQueue]poll implemented in
PriorityQueue
add bc2a8fb [Test][PeerTaskInstancePriorityQueueTest]testPoll added
add 9da30dd [Test][TaskPriorityQueueImplTest]Test with coverity
add 1838c81 [CodeStyle][QueueTest]import style
add d118967 [CodeStyle][QueueTest]code style
add 28975d7 [CodeStyle][QueueTest]empty line more than one line of impor
style
add 179507b Merge branch 'dev' of
https://github.com/apache/incubator-dolphinscheduler into dev_wuxiaofei_server
add 450c84b [CodeStyle][PeerQueueTest]TimeUnit seperated from previous
import
add 8d00386 [CodeStyle][QueueTest]import style
add 9d8b35a [Test][TaskPQImplTest]license header appended
add 6e0093c [Test][service]Adjust test of queue
add a349ed8 Merge branch 'dev' of
https://github.com/apache/incubator-dolphinscheduler into dev_wuxiaofei_server
add 757c116 [BUG][TaskExecuteProcessor]setTaskCache is first preTaskCache
add 3a215cb [Performance][PeerTaskInstancePriorityQueue]Nearly
realization of poll with timeout
add 911cf06 Merge branch 'dev' of
https://github.com/apache/incubator-dolphinscheduler into dev_wuxiaofei_server
add 4887261 [Performance][PeerTaskInstancePriorityQueue]code style
formatter
add 8986c84 [BUG][PeerTaskInstancePriorityQueue]poll with timeout is not
currently supported
add b2a871b [BUG][PeerTaskInstancePriorityQueue]string formatter
add cfce4ae [Fix-#4840][worker] fix master fault tolerance when startup
(#4845)
add 3216ca1 The display order of complement parameters page is adjusted
(#4844)
add c7fb3ec excess dolphinscheduler-ui.zip file (#4859)
add 6925f8f [Fix-4850][Alert] fix the port number indicates a ServerPort
is not number when the mail alert plug-in is edited (#4860)
add 6ce876a Merge branch 'dev' of
https://github.com/apache/incubator-dolphinscheduler into dev_wuxiaofei_server
add 2b384c1 Merge pull request #4832 from
woshiwuxiaofei/dev_wuxiaofei_server
add bd2d0ba fix [Bug][LoggerServer] task log can not refresh in timeĀ #4617
add 7ec5c94 Update AbstractCommandExecutor.java
add 0b602bc Update AbstractCommandExecutor.java
add 866f650 Update AbstractCommandExecutor.java
add 25305a5 Update AbstractCommandExecutor.java
add 13f0fcf Update AbstractCommandExecutor.java
add d5c4c29 Update AbstractCommandExecutor.java
add 7b345f6 Update AbstractCommandExecutor.java
add cd89aed Update AbstractCommandExecutor.java
add c61d0a7 Update AbstractCommandExecutor.java
add f30f4cb Update AbstractCommandExecutor.java
add 4597e87 Update AbstractCommandExecutor.java
add c086b03 Update ShellTaskTest.java
add b3adb4d Update ShellTaskTest.java
add f40d413 Update ShellTaskTest.java
add 3b14dfb Update ShellCommandExecutorTest.java
add d24238c Update ShellCommandExecutorTest.java
add f5f3f89 Update ShellCommandExecutorTest.java
add af996be Update ShellCommandExecutorTest.java
add a168e57 Update ShellCommandExecutorTest.java
add 6f02ff1 Update ShellCommandExecutorTest.java
add 756dcb9 Update ShellCommandExecutorTest.java
add dfc40c0 Update ShellCommandExecutorTest.java
add 720b36f Update ShellCommandExecutorTest.java
add 6580167 Update ShellCommandExecutorTest.java
add daae917 Update ShellCommandExecutorTest.java
add 6819def Update ShellCommandExecutorTest.java
add d94b756 Update ShellCommandExecutorTest.java
add f79fb7d Update ShellCommandExecutorTest.java
add 6ba290c Update ShellCommandExecutorTest.java
add 3cba3e8 Update ShellCommandExecutorTest.java
add 6d9e496 Update ShellCommandExecutorTest.java
add 32db201 Update ShellCommandExecutorTest.java
add 310d390 Update ShellCommandExecutorTest.java
add 83bd0ce Update ShellCommandExecutorTest.java
add d48e035 Update ShellCommandExecutorTest.java
add e383ef4 Update ShellCommandExecutorTest.java
add 833c06b Update ShellCommandExecutorTest.java
add dc7a0a0 Update AbstractCommandExecutor.java
add 9154d9b Update AbstractCommandExecutor.java
add 9a2a5ff Merge branch 'dev' into patch-12
add 71752dc Update ShellTaskTest.java
add 40bb92a Merge pull request #4618 from 597365581/patch-12
new 2272966 Merge remote-tracking branch 'upstream/dev' into spilit
The 1 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:
.../alert/email/EmailAlertChannelFactory.java | 4 +-
.../plugin/alert/email/EmailAlertChannelTest.java | 21 ++-
.../server/master/MasterServer.java | 16 +-
.../master/consumer/TaskPriorityQueueConsumer.java | 8 +-
.../worker/processor/TaskExecuteProcessor.java | 2 +-
.../worker/task/AbstractCommandExecutor.java | 64 ++++---
.../dolphinscheduler/server/zk/ZKMasterClient.java | 11 ++
.../worker/shell/ShellCommandExecutorTest.java | 184 +++++++++++++++++++--
.../server/worker/task/shell/ShellTaskTest.java | 4 +-
.../queue/PeerTaskInstancePriorityQueue.java | 24 +++
.../service/queue/TaskPriorityQueue.java | 13 ++
.../service/queue/TaskPriorityQueueImpl.java | 15 ++
.../queue/PeerTaskInstancePriorityQueueTest.java | 65 ++++++--
.../service/queue/TaskPriorityQueueImplTest.java} | 87 ++++++++--
.../src/test/java/queue/TaskUpdateQueueTest.java | 57 -------
dolphinscheduler-ui.zip | Bin 946313 -> 0 bytes
.../pages/definition/pages/list/_source/start.vue | 30 ++--
17 files changed, 425 insertions(+), 180 deletions(-)
rename dolphinscheduler-service/src/test/java/{ =>
org/apache/dolphinscheduler/service}/queue/PeerTaskInstancePriorityQueueTest.java
(60%)
rename dolphinscheduler-service/src/test/java/{queue/TaskPriorityTest.java =>
org/apache/dolphinscheduler/service/queue/TaskPriorityQueueImplTest.java} (52%)
delete mode 100644
dolphinscheduler-service/src/test/java/queue/TaskUpdateQueueTest.java
delete mode 100644 dolphinscheduler-ui.zip