Jiajie Zhong
b2ad6f3f8e
[python] Integrate test run strategy change ( #10825 )
...
this patch change python integrate test strategy,
before that, only content change in dir
dolphinscheduler-python will run the test. And it
will fail our python api startter when some code
change in java gateway. So we should start the
integrate test except docs change.
and in the future, we may add python ci to
.asf.yaml to make sure it pass
close : #10488
(cherry picked from commit 598290487c
)
2 years ago
Jiajie Zhong
d3f28c8411
[python] Fix submit and run error ( #10792 )
...
because we add permission, so it failed out
createQueue method. this patch fix it and
do some refactor of our tenant and queue
validator code
(cherry picked from commit ae6aa53f96
)
2 years ago
caishunfeng
cec5e88319
[Bug-11071] Fix task local params NPE ( #11166 )
...
* fix local param NPE
* delete empty files
2 years ago
xuhhui
acc2fba6cd
[doc] Fix bugs in doc installation, design and glossary ( #11084 )
...
(cherry picked from commit 8b50578bdb
)
2 years ago
Jiajie Zhong
6bab63cc7b
[python] fix doc build error ( #10810 )
...
(cherry picked from commit 113a67122f
)
2 years ago
Jiajie Zhong
6f5ea6e411
[python] Correct some docs for python api ( #10772 )
...
* Remove add leading `$` from command
* Add copy button from code block
* Using `python -m pip` to install package avoid error
(cherry picked from commit b4eee7edb6
)
2 years ago
sneh-wha
c4c4771435
[doc] Change subprocess dependent ( #10637 )
...
(cherry picked from commit 1f46078ab8
)
2 years ago
Eric Gao
4324ddd28e
[docs] Add links to metrics docs ( #10583 )
...
(cherry picked from commit 16144a8858
)
2 years ago
Stalary
fe8525744d
[doc] Add run the task alone doc. ( #10581 )
...
(cherry picked from commit b2df357814
)
2 years ago
xiangzihao
b88b522827
[doc] Add doc about how to use healthcheck endpoints ( #10592 )
...
(cherry picked from commit 33cc68ed4a
)
2 years ago
xiangzihao
b943c003a6
[doc] Add docs about complement dependent mode ( #10587 )
...
(cherry picked from commit b21e211d2c
)
2 years ago
陈家名
dd4b99298a
[python] Support using full-name definitions for resources ( #10551 )
...
(cherry picked from commit 7970573365
)
2 years ago
Devosend
4f37b7c377
fix space validate for create folder bug ( #11106 ) ( #11172 )
...
(cherry picked from commit 2f2de7f90e
)
2 years ago
caishunfeng
9742502ea3
fix k8s master and worker start error ( #11156 )
2 years ago
Devosend
ebdc34b25f
[Fix][UI] Add duplicate of file suffix ( #11136 )
2 years ago
zhuxt2015
1b0f8c04d3
[Bug] [API] If the single log length is long, it will causes the View Log page to hang ( #10612 )
2 years ago
Devosend
4622a8036a
[Fix][UI] fix bug where The Gantt chart does not show the execution status ( #11135 )
...
* fix bug where The Gantt chart does not show the execution status of all components
* modify round method
2 years ago
Wenjun Ruan
b791e9158e
[Fix-10918] Close datasource when expire from guava cache ( #11120 )
...
* Close datasource when expire from guava cache
* Remove duplicate datasource in HiveDataSourceClient
2 years ago
songjianet
8581a464db
[Fix][UI] Fix the problem of too large spacing in operation. ( #11090 )
...
* [Fix][UI] Fix the problem of too large spacing in operation.
* [Fix][UI] Fix the problem of too large spacing in operation.
2 years ago
Devosend
9164ec8bf1
fix view variable display bug ( #11100 )
2 years ago
Amy0104
34d2c513c5
[Fix][UI] Widen the segment separator input box. ( #11096 )
2 years ago
xiangzihao
dba1d076c1
add oracle dependency ( #11095 )
2 years ago
Assert
7e1d8c2d86
[Feature-10594][ui] Data Quality Result Display Optimize ( #10835 )
3 years ago
pinkhello
59d8f222c8
[Fix-10539] [Bug] [UI] Copy task a to B, change the user-defined para… ( #10611 )
...
* fixed 10539: [Bug] [ui]Copy task a to B, change the user-defined parameters of Task B, and change the parameters of task a
* fixed 10539: [Bug] [ui]Copy task a to B, change the user-defined parameters of Task B, and change the parameters of task a
* feat: reactor code
* feat: remove console.info
* fixed: reactor deepclone
* feat: code style
3 years ago
caishunfeng
b9e3187ad5
[Feature-10871] add workflow executing data query ( #10875 )
...
* add workflow executing data query
* fix sonar check for interrupted
3 years ago
Amy0104
bb6aaf755e
[Fix][UI] Set the next node to not required. ( #10932 )
...
* [Fix][UI] Set the next node to not required.
* [Fix][UI] Remove the unuse i
3 years ago
Amy0104
47782ba555
[Fix][UI] Add validator to the next node field of the switch task. ( #10898 )
3 years ago
Wenjun Ruan
5a2ea0b76b
Fix compile error
3 years ago
Wenjun Ruan
648d469b62
Return status
3 years ago
Wenjun Ruan
f3250bf5fa
Fix worker cannot shutdown due to resource close failed or heart beat check failed ( #10979 )
...
* Use try-with-resource to close resource, and add heart error threshold to avoid worker cannot close due to heart beat check failed
* Move heartbeat error threshold to applicaiton.yml
(cherry picked from commit 2be1d4bf0a
)
3 years ago
Wenjun Ruan
17f0be5bfb
Kill task when we do master failover to avoid task lost ( #10997 )
...
(cherry picked from commit 998e4d74dd
)
3 years ago
Wenjun Ruan
44ddb6908e
Fix kill yarn job error when failover caused by doesn't set ProcessDefinition ( #10948 )
...
(cherry picked from commit b245e7c973
)
3 years ago
Wenjun Ruan
812d7a8f26
Fix taskInstance's host is not worker nettyServer address ( #10926 )
...
* Fix taskInstance's host is not worker nettyServer address
* Remove unnecessary mock
(cherry picked from commit df0416c193
)
3 years ago
Wenjun Ruan
527ee472fb
Catch exception when check state in StateWheelExecuteThread ( #10908 )
...
* Catch exception when check state
(cherry picked from commit 2a67866718
)
3 years ago
Wenjun Ruan
9ee20cffef
[Fix-10827] Fix network error cause worker cannot send message to master ( #10886 )
...
* Fix network error cause worker cannot send message to master
(cherry picked from commit cade66a9b6
)
3 years ago
Wenjun Ruan
b259deb196
[Fix-10854] Fix database restart may lost task instance status ( #10866 )
...
* Fix database update error doesn't rollback the task instance status
* Fix database error may cause workflow dead with running status
(cherry picked from commit f639a2eed4
)
3 years ago
Wenjun Ruan
71edaf41a2
[Fix-10842] Fix master/worker failover will cause status incorrect ( #10839 )
...
* Fix master failover will not update task instance status
* Add some failover log
* Fix worker failover will rerun task more than once
* Fix workflowInstance failover may rerun already success taskInstance
(cherry picked from commit 3f69ec8f28
)
3 years ago
Wenjun Ruan
4fc9bce444
[Fix-10785] Fix state event handle error will not retry ( #10786 )
...
* Fix state event handle error will not retry
* Use state event handler to deal with the event
(cherry picked from commit 67d14fb7b3
)
3 years ago
Wenjun Ruan
da03ef32e9
Fix compile error
3 years ago
Wenjun Ruan
04c47034d4
Add task prepare metrics
3 years ago
Wenjun Ruan
7500e99682
[Fix-10785] Fix state event handle error will not retry ( #10786 )
...
* Fix state event handle error will not retry
* Use state event handler to deal with the event
(cherry picked from commit 67d14fb7b3
)
3 years ago
Wenjun Ruan
3b923e5933
[Fix-10666] Workflow submit failed will still in memory and never retry ( #10667 )
...
* Workflow submit failed will still in memory and never retry
(cherry picked from commit 35a10d092f
)
3 years ago
Wenjun Ruan
6c83967ebe
[Improvement-10617] Add comment in slot check ( #10618 )
...
(cherry picked from commit 247ca4ae8a
)
3 years ago
Wenjun Ruan
4b224ae2e5
Validate master/worker config ( #10649 )
...
(cherry picked from commit 35b25da863
)
3 years ago
Wenjun Ruan
db31deb54f
[Bug] [Master] Worker failover will cause task cannot be failover ( #10631 )
...
* fix worker failover may lose event
(cherry picked from commit 66624c5c86
)
3 years ago
Wenjun Ruan
c488a9f828
Fix compile error
3 years ago
Wenjun Ruan
fc1c1f6ad1
add CMDPARAM_COMPLEMENT_DATA_SCHEDULE_DATE_LIST
3 years ago
Wenjun Ruan
3ab9ee13fc
Optimize master log, use MDC to inject workflow instance id and task instance id in log ( #10516 )
...
* Optimize master log, add workflow instance id and task instance id in log
* Use MDC to set the workflow info in log4j
* Add workflowInstanceId and taskInstanceId in MDC
(cherry picked from commit db595b3eff
)
3 years ago
Wenjun Ruan
9a28d32057
Remove the schedule thread in LowerWeightHostManager ( #10310 )
...
(cherry picked from commit b100f6c489
)
3 years ago
Wenjun Ruan
90c87f0121
[Fix-10413] Fix Master startup failure the server still hang ( #10500 )
...
* Fix Master startup failure the server still hang
(cherry picked from commit 117f78ec4b
)
3 years ago