OS
52a550b6ae
[BUG-6543][Master] process instance state is always running when failure task ( #6547 )
...
* fix-6543: process instance state is always running when failure task exists
* code style
* code style
3 years ago
Hua Jiang
ba4cb9d22a
[Fix-5876][SQL] Support more resources files in the task ( #6457 )
...
* change the type of resource_ids from varchar to text
3 years ago
Jiajie Zhong
6495a204f3
Fix install.sh for DS 2.0 and add comment to install_config.conf ( #6506 )
...
* Fix install.sh for DS 2.0
* Use #* make it work in macos
* Add comment for properties change
* Add JAVA HOME for only one file change to deploy
* Reduce config change by using default value of: plugin registry, alert, task as
* Change javaHome default value
* Delete config param zkQuorum
* Reorder param
* Add comment for install_config.conf
3 years ago
OS
8606cbd493
fix bug: 6523 Failed to authorize resource ( #6524 )
3 years ago
wind
50f1766903
[DS-6499][WorkerServer] report busy state when worker is overload ( #6512 )
...
* [DS-6499][WorkerServer] report busy state when worker is overload
3 years ago
OS
cea8ae6991
6471: cache process definition in master ( #6511 )
3 years ago
Kirs
bddf3e6f2c
[FIX-#6514]Task Class Load Err ( #6513 )
...
* [FIX-#6412]Task Class Load Err
* Task Class Load Err
3 years ago
Hua Jiang
a80fca70f7
[Fix-6497][Server] Fix the missing code about the feature of supporting multiple environments. ( #6509 )
3 years ago
wind
fea7874f95
[DS-6502][MasterServer] fix cmdParam NPE when constructProcessInstance on SCHEDULER mode ( #6504 )
...
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
OS
db04a5b04d
[Feature-6471]Cache Process definition in master ( #6485 )
...
* feature-6471 Cache Process definition in master
3 years ago
Kerwin
88690462b4
[Fix-6478] [Server] Fix the lack of scheduling time in complement parallelism mode ( #6491 )
...
* fix missing history data
* update code style
* update ExecutorServiceTest test class.
3 years ago
wind
e091801e05
[Improvement-6474] [MasterServer] schedule time for process instance optimization ( #6477 )
...
* [DS-6474][MasterServer] change to handle schedule time for process instance in WorkflowExecuteThread
* delete all the valid tasks when complement data if id is not null
* checkstyle
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
Kirs
ea493534df
Add Alibaba Druid to NOTICE file ( #6488 )
3 years ago
Hua Jiang
6e70e51e9f
remove the verification of the task name in the formModel.vue ( #6464 )
3 years ago
wind
c8ee2df216
[DS-6483][MasterServer] upgrade the druid and mysql connector version ( #6484 )
...
* [DS-6483][MasterServer] upgrade the druid and mysql connector version
* remove mysql connector in known-dependencies.txt
* change mysql connector version to 8.0.16
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
wangyizhi
eb21a1763e
fix UI updateProcessInstance interface parameter error ( #6487 )
3 years ago
Kerwin
7459ee2531
dist module configuration generates missing task plugin. ( #6473 )
3 years ago
calvinit
59daf3c837
[DS-6276][fix] specify UTF-8 encoding to read file contents ( #6466 )
...
This closes #6276
3 years ago
Jiajie Zhong
a3119330b7
Remove Intellij code style ( #6432 )
...
closes : #6428
3 years ago
OS
a502e643bc
fix bug: complement data error ( #6460 )
3 years ago
OS
a8baa9553f
[Bug-6455][Master]fix bug 6455: cannot stop sub-task ( #6458 )
...
* fix bug: cannot stop the task.
* fix bug: cannot stop the task.
* remove the check thread number
3 years ago
Kirs
4d69685ba1
Change the number of approving_review_count to 2 ( #6456 )
3 years ago
kezhenxu94
0e45ddc47c
Add missing fields in H2 init sql ( #6454 )
3 years ago
Hua Jiang
fac6b4afd3
[Fix-5875][API] When I saved the task that had the same name task in another flow ,the service would throw DuplicateKeyException ( #6430 )
...
* using the task code in the dag
3 years ago
Wenjun Ruan
6529f92883
Run h2 in daemon mode ( #6446 )
3 years ago
HanayoZz
4fbee7dc4b
Add processInstance.setProcessDefinitionCode in UT ( #6435 )
3 years ago
Kirs
ea2a8d26a0
[Improvement#6438][Worker]remove meaningless DB query ( #6440 )
...
org.apache.dolphinscheduler.server.worker.runner.TaskExecuteThread
In the process of task kill, it will query the DB to obtain the task instance object, but this judgment does not make any sense. In fact, the relevant context is already clear, so there is no need to query from DB.
3 years ago
百岁
d284e44d52
Rename tis to pigeon from backend layer ( #6437 )
...
* add mock getTaskLogName() for UT test pass
* make task-tis rename to task-pigeon
* rename module name 'tis' to pigeon
* rename module name 'tis' to pigeon,make sanity check pass
* remove execute console.log()
3 years ago
wind
6dd0e050ce
[DS-6433][Improvement] find one command optimize without mybatis-plus ( #6434 )
...
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
jixiang
1621d0a5c3
[Feature-6423][TIS] Rename tis to pigeon ( #6427 )
...
Co-authored-by: jixiang <jixiang@cmss.chinamobile.com>
3 years ago
Jiajie Zhong
9c07c7d7ed
Move waterdrop to the end of task list ( #6425 )
...
closes : #6424
3 years ago
wangyizhi
a9d805d791
[DS-6417][feat] add ‘view log' in the task instance context menu ( #6421 )
3 years ago
Shukun Zhang
6e453de241
[Feature] workflow level task dry run ( #6104 )
...
* feat workflow level task dry run
* feat workflow level task dry run
* feat workflow level task dry run
* feat workflow level task dry run
* feat workflow level task dry run
* feat workflow level task dry run
* feat workflow level task dry run
* feat workflow level task dry run
* feat workflow level task dry run
* feat workflow level task dry run
3 years ago
Kirs
1843e986f5
[BUG][Task-API]load codec class fail ( #6411 )
3 years ago
caishunfeng
ea6503b997
[DS-6403][fix] Put DB queries ahead before submit to TaskPriorityQueue ( #6406 )
...
* [DS-6403][fix] Put DB queries ahead before submit to TaskPriorityQueue
* [DS-6403][fix] Put DB queries ahead before submit to TaskPriorityQueue
* [DS-6403][fix] Put DB queries ahead before submit to TaskPriorityQueue
* checkstyle
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
Jiajie Zhong
3e8fe68128
Remove unused parameter in function genTaskCodeList ( #6395 )
3 years ago
RichardStark
d184ebda1e
issue-6298-added-the-task-plugin ( #6299 )
3 years ago
Tandoy
f5dde9fb5e
Fix missing UI modules during compilation ( #6398 )
3 years ago
Jiajie Zhong
c05e407b15
Recover github action translate on issue ( #6394 )
3 years ago
OS
c013b49e72
[Fix-6347][Master-API]fix bug #6347 the first schedule_time is error in complement data ( #6389 )
...
* fix bug #6347 complement data errors
3 years ago
kyoty
7dbea9218d
bug fix ( #6381 )
...
The newly introduced spi can't work in windows os.
3 years ago
Kirs
67508d8d1b
update project version to 2.0.0-SNAPSHOT ( #6383 )
3 years ago
mask
a62a7a7216
[Fix][Task] sql limit param no default value ( #6337 ) ( #6387 )
...
* add default query sql limit
3 years ago
jon-qj
cdcbe84c8a
[Fix] [ #6219 ] modify user's information and DS's page shows wrong information at the frond-end ( #6341 )
...
* provide the default value(task.plugin.dir)
* unset user information
* unset user information
3 years ago
caishunfeng
67094d0f7f
[BUG-6353][MasterServer] fix event handle slowly ( #6375 )
...
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
Kirs
b2a2fbda1d
Revert "fix the magic number userId '0' ( #6368 )" ( #6378 )
...
This reverts commit 7413b57841
.
Co-authored-by: OS <29528966+lenboo@users.noreply.github.com>
3 years ago
BenjaminWenqiYu
7413b57841
fix the magic number userId '0' ( #6368 )
3 years ago
百岁
545173faa3
add mock getTaskLogName() for UT test pass ( #6369 )
3 years ago
ououtt
652d690976
[DS-6362][fix] fix switch process definition version failed ( #6363 )
3 years ago
Liyue
bc8d610e87
fix the mismatch of upload url between frontend and backend ( #6226 )
...
* fix: fix the url mismatch between frontend and backend
* fix the url mismatch between frontend and backend
* fix the resource download url
* fix: update for unit test
3 years ago