lenboo
549824a036
[maven-release-plugin] prepare release 2.0.0
3 years ago
lenboo
61e86b242b
[maven-release-plugin] prepare for next development iteration
3 years ago
lenboo
80c4aaaea5
[maven-release-plugin] prepare release 2.0.0
3 years ago
lenboo
8585b48402
[maven-release-plugin] prepare for next development iteration
3 years ago
lenboo
5582fedafa
[maven-release-plugin] prepare release 2.0.0
3 years ago
lenboo
d8398fe7fd
[maven-release-plugin] prepare for next development iteration
3 years ago
lenboo
e755355bab
[maven-release-plugin] prepare release 2.0.0
3 years ago
OS
652b9230a7
[BUG][Master] process cannot finish and its status is always running ( #6886 )
...
* fix 6882: process cannot finish and its status is always running
* fix 6882: process cannot finish and its status is always running
3 years ago
lenboo
c5fdcaa12c
add is start check..
3 years ago
lenboo
604c224346
add is start check..
3 years ago
lenboo
446a4c5e38
[maven-release-plugin] prepare for next development iteration
3 years ago
lenboo
9bd693b7ef
[maven-release-plugin] prepare release 2.0.0
3 years ago
JinYong Li
92347a73e0
fix complement data retry bug; issues: [Bug] [Master] A bug on task retry mechanism #6613 ( #6843 ) ( #6847 )
...
Co-authored-by: yangqiyu <yangqiyu@deepexi.com>
Co-authored-by: KyoYang <39785282+yangqiyu0306@users.noreply.github.com>
Co-authored-by: yangqiyu <yangqiyu@deepexi.com>
3 years ago
lenboo
4e812e97c3
unused import
3 years ago
wind
523357f574
[DS-6737][MasterServer] fix event handle twice ( #6738 )
...
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
OS
98b8d5424a
[Feature][Install] add upgrade 2.0 ddl ( #6648 )
...
* Optimizing SQL scripts
* add upgrade 2.0 ddl
# Conflicts:
# sql/upgrade/1.4.0_schema/mysql/dolphinscheduler_ddl.sql
3 years ago
Yao WANG
cb4b6f1d92
[Fix-#6641]fix npe when the LowerWeightHostManager can not get the workNodeInfo ( #6656 )
...
* change the return type of getHostWeight
Co-authored-by: ywang46 <ywang46@paypal.com>
3 years ago
wind
7b9abf896a
[DS-6694][Master] Reduce the refresh resource interval of LowerWeight ( #6695 )
...
* [DS-6694][Master] Reduce the refresh resource interval of LowerWeight
* add server node update event handle
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
xuhhui
7684a2e03c
improve install_config.conf description ( #6681 )
...
* improve install_config.conf description
* Update install_config.conf
update accroding review ideas
3 years ago
wind
800558f417
[DS-6638][MasterServer] fix task state no change when failover worker ( #6639 )
...
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
wind
cd173ac140
[DS-6640][WorkerServer] support process update host command type ( #6642 )
...
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
wind
d83661db25
[DS-6616][WorkerServer] fix worker stop fail and fakes death ( #6621 )
...
* [DS-6616][WorkerServer] fix worker stop fail and fakes death
* remove unuse test
* just add try catch to remove zk worker path
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
Hua Jiang
d13652dd81
[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
# Conflicts:
# sql/upgrade/1.4.0_schema/postgresql/dolphinscheduler_ddl.sql
3 years ago
lenboo
b9e0079023
[maven-release-plugin] prepare for next development iteration
3 years ago
lenboo
8fa1e8817d
[maven-release-plugin] prepare release 2.0.0-alpha
3 years ago
lenboo
58d03d632e
change version to '2.0.0-alpha-SNAPSHOT'
3 years ago
wind
6cf3328be1
[DS-6582][Master] fix condition task state ( #6583 )
...
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
lenboo
fcfcedea0a
[maven-release-plugin] prepare release 2.0.0-alpha
3 years ago
lenboo
c82d908690
[maven-release-plugin] prepare for next development iteration
3 years ago
lenboo
c644f8608f
[maven-release-plugin] prepare release 2.0.0-alpha
3 years ago
Kirs
38fb2b4413
[fix-6570][task] add sql task udf resource load ( #6570 ) ( #6571 ) ( #6579 )
...
* [fix-6570][task] add sql task udf resource load (#6570 )
-add sql task udf resource load
-Fix UdfFuncRequest serialization
* fix checkstyle
* add defaultFS in sqlTaskContext
* fix checkstyle
Co-authored-by: mask <39329477+Narcasserun@users.noreply.github.com>
3 years ago
lenboo
f77efc551f
[maven-release-plugin] prepare for next development iteration
3 years ago
lenboo
d6b32fecb7
[maven-release-plugin] prepare release 2.0.0-alpha
3 years ago
lenboo
d1ef024db1
[maven-release-plugin] prepare for next development iteration
3 years ago
lenboo
2ab404e25b
[maven-release-plugin] prepare release 2.0.0-alpha
3 years ago
lenboo
a729c82974
[maven-release-plugin] prepare for next development iteration
3 years ago
lenboo
1ac362463e
[maven-release-plugin] prepare release 2.0.0-alpha
3 years ago
lenboo
81b13533a6
[maven-release-plugin] prepare for next development iteration
3 years ago
lenboo
b94735c3b7
[maven-release-plugin] prepare release 2.0.0-alpha
3 years ago
Kirs
4723d64d56
[Task]fix business log using error ( #6538 )
3 years ago
OS
6fe27389d9
[BUG-6543][Master] process instance state is always running when failure task ( #6547 ) ( #6548 )
...
* fix-6543: process instance state is always running when failure task exists
* code style
* code style
3 years ago
Jiajie Zhong
5f19d5be41
Fix install.sh for DS 2.0 and add comment to install_config.conf ( #6506 ) ( #6525 )
...
* 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
Kirs
1fd12a59b1
[DS-6499][WorkerServer] report busy state when worker is overload ( #6512 ) ( #6518 )
...
* [DS-6499][WorkerServer] report busy state when worker is overload
Co-authored-by: wind <caishunfeng@users.noreply.github.com>
3 years ago
OS
6ffd019683
[cherry-pick][6471-6502]cherry-pick 6471 && 6502 to 2.0-prepare ( #6508 )
3 years ago
Kirs
cbc457b1a7
[Improvement-6474] [MasterServer] schedule time for process instance optimization ( #6477 ) ( #6496 )
...
* [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>
Co-authored-by: wind <caishunfeng@users.noreply.github.com>
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
OS
c99ad738c0
[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
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
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
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