Wenjun Ruan
|
3c944bccee
|
[Fix-16338][Test] Fix Master integration test case has been skipped in ci (#16637)
|
1 month ago |
Wenjun Ruan
|
6d29b1c06c
|
[Improvement-16641] Add thread name in logback (#16640)
|
1 month ago |
xiangzihao
|
fee4955724
|
[DSIP-68] Unify the table structure and table fields in backend and frontend ui sections (#16544)
|
2 months ago |
Wenjun Ruan
|
0f4bce1883
|
[Improvement-16574][Master] Move some task operations into ITaskExecutionRunnable (#16575)
|
2 months ago |
Wenjun Ruan
|
3a24d1777b
|
[DSIP-65] SubWorkflow logic task support failover/repeat running/pause/kill/recover (#16566)
|
2 months ago |
Wenjun Ruan
|
002e9ca9e3
|
[Improve] Move recover/repeat running to IWorkflowControlClient (#16545)
|
2 months ago |
xiangzihao
|
4c195063f9
|
[Improvement-16516] Uniformly name process in backend code as workflow (#16524)
|
2 months ago |
Wenjun Ruan
|
20a0e50cce
|
[DSIP-67] Use command to trigger workflow instance rather generate workflow instance (#16523)
|
2 months ago |
Wenjun Ruan
|
9448806af0
|
[DSIP-61][Master] Refactor thread pool and state event orchestration in master (#16327)
|
2 months ago |
veli.yang
|
10295d322a
|
[Improvement-16487][Master] Improve the dependent result for workflow dependency tasks (#16488)
|
2 months ago |
Dyqer
|
57c80f2af5
|
[Fix-16382] Fix the bug of async master task casthread pool invocations ramp-up
|
3 months ago |
Wenjun Ruan
|
34b74525d9
|
[Improvement] Delete taskGroupQueue when release (#16425)
|
3 months ago |
xiangzihao
|
d9244ca22f
|
[DSIP-57][Audit] Revert PR 14981 code (#16370)
|
3 months ago |
Wenjun Ruan
|
f8e1be3930
|
Set default registry-disconnect-strategy:strategy to stop (#16323)
Co-authored-by: Gallardot <gallardot@apache.org>
|
4 months ago |
xiangzihao
|
34cd747597
|
[Improvement-16311] Polish installation docs (#16312)
* polish installation docs
* fix cluster test error
|
4 months ago |
Wenjun Ruan
|
fb8f3edc5a
|
Use SecureRandom rather than ThreadLocalRandom (#16291)
|
4 months ago |
Wenjun Ruan
|
8f6df8d840
|
[DSIP-54][Master] Use ClusterManager to manage the cluster in master (#16263)
|
4 months ago |
Gallardot
|
97d164cda7
|
feat: add heartbeat metrics (#16267)
Signed-off-by: Gallardot <gallardot@apache.org>
|
4 months ago |
Wenjun Ruan
|
02bef74296
|
Fix worker overload will casue task failed (#16221)
|
4 months ago |
xiangzihao
|
e8566818b0
|
[DSIP-50][UDF Manage] Remove unused udf manage function (#16212)
* Remove unused udf manage function
|
4 months ago |
Wenjun Ruan
|
ec6a3e0727
|
[DSIP-46] Unify the logic task params data structure between front-end and back-end (#16193)
|
4 months ago |
Wenjun Ruan
|
b34fe46044
|
Fix task cannot use workflow's environment (#16199)
|
4 months ago |
Wenjun Ruan
|
2ab5f7dd54
|
Increase zk connect timeout (#16180)
|
4 months ago |
Wenjun Ruan
|
3f3f0cd4cb
|
[Chore] Disable composite indicator (#16172)
|
4 months ago |
Wenjun Ruan
|
4c5dacf4ac
|
Fix DelayEntryTest might failed (#16176)
Co-authored-by: xiangzihao <460888207@qq.com>
|
5 months ago |
Wenjun Ruan
|
5df4b1cbc3
|
Fix condition task will cause workflow instance failed (#16152)
|
5 months ago |
Cancai Cai
|
834c320d72
|
[Imporve][Master] Refine the doselect annotation of the distribution policy (#16149)
|
5 months ago |
Cancai Cai
|
a13eacd61c
|
[Imporvement] Improve the MasterCofnig module comments of dolphinscheduler (#16134)
Co-authored-by: xiangzihao <460888207@qq.com>
|
5 months ago |
Wenjun Ruan
|
5e4afe6f64
|
Fix task nodes under switch task will not be skipped (#16108)
|
5 months ago |
Wenjun Ruan
|
5867bee95d
|
Fix task instance which status is dispatch will not be failover (#16107)
|
5 months ago |
changxiangshimian/changxiangshimian.github.io
|
d675c28812
|
Update WorkflowExecuteRunnable.java (#16092)
Corrected the following issues
https://github.com/apache/dolphinscheduler/issues/15366
https://github.com/apache/dolphinscheduler/issues/16010
|
5 months ago |
Wenjun Ruan
|
e6c57430e3
|
[DSIP-44] Set a delay time to TaskExecuteRunnable if it dispatched failed (#16069)
|
5 months ago |
Wenjun Ruan
|
f754611509
|
[DSIP-42] Add dolphinscheduler-aws-authentication module (#16043)
|
5 months ago |
sleo
|
581a7edad8
|
modify log msg (#16062)
Co-authored-by: xiangzihao <460888207@qq.com>
|
5 months ago |
Wenjun Ruan
|
5037f0a5e3
|
Remove OmitStackTraceInFastThrow in start.sh (#16054)
|
5 months ago |
Wenjun Ruan
|
6862fe7548
|
Removed unused StateEventHandleFailure (#16052)
|
5 months ago |
Wenjun Ruan
|
61915a2d5d
|
Fix workflow instance restart failed due to duplicate key in varpool (#16001)
|
6 months ago |
刘阳阳(liuyangyang)
|
ba5de75829
|
Add tenantCode propagation to DynamicCommandUtils.createCommand (#15956)
|
6 months ago |
privking
|
bbca37d03e
|
[FIX] Completed tasks cannot be re-executed in a workflow instance (#15884)
* fix bug: Failed to resume stopped workflow instance
* Revert "fix bug: Failed to resume stopped workflow instance"
This reverts commit 1546e9d5a51178a94bedd18a718b15431355428b.
* fix bug : Completed tasks cannot be re-executed in a workflow instance
---------
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
|
6 months ago |
Wenjun Ruan
|
99d8276be7
|
Optimizing the scope of RPC base classes (#15946)
* Optimizing the scope of RPC base classes
* Fix UT
|
6 months ago |
JohnHuang
|
d218b021e7
|
[DSIP-25][Remote Logging] Split remote logging configuration (#15826)
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
|
6 months ago |
Wenjun Ruan
|
647cbae400
|
[DSIP-32][Master] Add command fetcher strategy for master fetch command (#15900)
|
6 months ago |
DaqianLiao
|
b29965bdce
|
[Fix] In updateWorkerNodes method, the workerNodeInfoWriteLock should be used. #15898 (#15903)
Co-authored-by: answerliao <answerliao@tencent.com>
|
6 months ago |
Wenjun Ruan
|
b3b8c0784d
|
Fix kill dynamic task doesn't kill the wait to run workflow instances (#15896)
|
6 months ago |
Wenjun Ruan
|
e2c8b080f9
|
[DSIP-31] Reduce the thread pool size of hikari (#15890)
|
6 months ago |
Wenjun Ruan
|
285c5a8eb5
|
[DSIP-28] Donnot scan whole bean under classpath (#15874)
|
7 months ago |
Wenjun Ruan
|
163f8f01f0
|
Fix jdbc registry cannot work (#15861)
|
7 months ago |
Wenjun Ruan
|
883848f6ee
|
Remove unused caffeine cache (#15830)
|
7 months ago |
Wenjun Ruan
|
66df5d4b90
|
Split cpuUsage to systemCpuUsage and jvmCpuUsage (#15803)
|
7 months ago |
Evan Sun
|
c0435e5bd8
|
fix dependent task logic (#15795)
Co-authored-by: abzymeinsjtu <abzymeinsjtu@B-54Q8MD6R-0244.local>
|
7 months ago |