weeway
520e72f3de
[Fix-10443][server]fix dependent task always running ( #10708 )
...
* [Fix-10443][server]fix dependent task always running
* optimize remove logic
2 years ago
JinYong Li
ab046dae9d
[Bug] [Fix-10673] Workflow recovery bug with failed tasks ( #10722 )
...
* fix 10517
* fix dep warn bug
* fix recover bug
Co-authored-by: JinyLeeChina <jiny.li@foxmail.com>
2 years ago
JinYong Li
3c20fe7a8a
[Bug] [Fix-10672] Dependent task retry bug ( #10707 )
...
* fix 10517
* fix dep warn bug
Co-authored-by: JinyLeeChina <jiny.li@foxmail.com>
2 years ago
zwZjut
a86ce45441
to #9595 : fix param lost when execute failed task ( #10646 )
...
Co-authored-by: 宏豁 <honghuo.zw@alibaba-inc.com>
2 years ago
JinYong Li
7e3b5c238b
fix 10517 ( #10541 )
...
Co-authored-by: JinyLeeChina <jiny.li@foxmail.com>
2 years ago
sparklezzz
df185242cf
[Bug][Master] Global taskRetryCheckList clear conflict to killAllTasks in WorkflowExecuteThread ( #9678 )
3 years ago
gaojun2048
d74c80e2a1
[Fix-Test][LoggerServer] fix LoggerServer UT ( #8973 )
...
* [Fix-Test][LoggerServer] fix LoggerServer UT
* fix checkstyle
* fix code style
* fix code style
* fix code style
* fix code style
3 years ago
Kerwin
e2b962e775
cheryy-pick [Fix-8913][Worker]fix roll view log null exception #8914 ( #8918 )
3 years ago
gaojun2048
9717da6c25
Fix log and config file read ( #8884 )
3 years ago
gaojun2048
adc223465b
fix log and config file read ( #8865 )
3 years ago
JinYong Li
d88656c4ce
[maven-release-plugin] prepare for next development iteration
3 years ago
JinYong Li
f31328276c
[maven-release-plugin] prepare release 2.0.5
3 years ago
JinYong Li
6d47fc156f
[maven-release-plugin] prepare for next development iteration
3 years ago
JinYong Li
8d8d597dc6
[maven-release-plugin] prepare release 2.0.5
3 years ago
JinYong Li
9b9a4cdfb3
[maven-release-plugin] prepare for next development iteration
3 years ago
JinYong Li
3ea4a9e7bf
[maven-release-plugin] prepare release 2.0.5
3 years ago
JinYong Li
2f2a871575
[maven-release-plugin] prepare for next development iteration
3 years ago
JinYong Li
0ff01e3c68
[maven-release-plugin] prepare release 2.0.4
3 years ago
JinYong Li
dc63c2f2b8
[maven-release-plugin] prepare for next development iteration
3 years ago
JinYong Li
e608f4ad42
[maven-release-plugin] prepare release 2.0.4
3 years ago
caishunfeng
6d0e367f69
cherry-pick [Bug-8110][WorkerServer] kill all running task before worker stop ( #8508 )
3 years ago
caishunfeng
2dec94d3b4
[cherry-pick-2.0.4] [Bug] [dolphinscheduler-server] task run error when worker group name contains uppercase letters ( #8459 )
...
* remove worker group lowercase (#8448 )
* add try catch (#8433 )
Co-authored-by: xiangzihao <460888207@qq.com>
3 years ago
xiangzihao
21a1d9cd9e
[Fix-8337] [Master] Process instance can not be kill when task is failure and can be retry ( #8347 )
...
* fix bug_8337
* change kill logic
* change kill logic
3 years ago
xiangzihao
9bfff90c66
[Fix-8367][Master] execute COMPLEMENT_DATA command always missing some ack event ( #8407 )
...
* fix bug_8367
* fix bug_8367
* fix bug_8367
* fix bug_8367
3 years ago
Wenjun Ruan
de476edc38
Fix deadlock in master/worker caused by close method ( #8361 )
3 years ago
xiangzihao
a322f9cf27
[Fix-8316][Master] Stop dependent node error ( #8323 )
...
* fix bug_8316
* fix bug_8316
* fix bug_8316
3 years ago
zhuangchong
8b601a7f2c
[maven-release-plugin] prepare for next development iteration
3 years ago
zhuangchong
f1a3c52a66
[maven-release-plugin] prepare release 2.0.3
3 years ago
zwZjut
d2bd95d453
[2.0.3][Bug] [dolphinscheduler-remote] process is always running: netty writeAndFlush without retry when failed leads to worker response to master failed ( #8081 )
...
* to #8046
* to #8046
* to #8046
* to #8046
* to #8046
Co-authored-by: honghuo.zw <honghuo.zw@alibaba-inc.com>
3 years ago
wind
2d3c50cbae
[Bug-7942][Config] update config of master and worker ( #7975 )
...
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
wind
1f0aeabb92
[cherry-pick-2.0.3]Cherry pick to 2.0.3 ( #8041 )
...
* [cherry-pick-2.0.3]Correct typo in English README #7695
* Update NOTICE year (#7784 )
* [BUG] Repair JDBC connection of Oracle (#7883 )
* [cherry-pick-2.0.3][Fix-7538] [server] Fix when there is a forbidden node in dag, the execution flow is abnormal #7613
* [cherry-pick-2.0.3][Fix-7825] Remedy the value of create time and update time to be current time when importing a process json file. #7828
* [FIX-7732][fix] fix column 'is_directory' of table `t_ds_resources` type error in PG database (#7898 )
Fix column 'is_directory' of table t_ds_resources type error in PG database
This closes #7732
Co-authored-by: Brennan Fox <brnnnfx@users.noreply.github.com>
Co-authored-by: Kirs <acm_master@163.com>
Co-authored-by: X&Z <980813351@qq.com>
Co-authored-by: caishunfeng <534328519@qq.com>
Co-authored-by: 天仇 <532066967@qq.com>
3 years ago
wind
99cfd4864a
fix zk root ( #7998 )
...
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
JinYong Li
ceae42721f
[cherry-pick-7930][Improvement]support instance to definition ( #7939 )
...
* Update ProcessDefinitionMapper.xml (#7931 )
Resolves process definition list issue(data duplication )
* pick 7930
* Update WorkflowExecuteThread.java
* fix pg_ddl
* fix pg_ddl
Co-authored-by: mazhong <316422240@qq.com>
Co-authored-by: BaoLiang <29528966+lenboo@users.noreply.github.com>
3 years ago
zwZjut
889274562e
to #7981 ( #7982 )
...
Co-authored-by: honghuo.zw <honghuo.zw@alibaba-inc.com>
3 years ago
wind
90a33e06eb
[cherry-pick-2.0.3] cache manager ( #7882 )
...
* cherry-pick [DS-6963][MasterServer]add cache manager for tenant and user
* [cherry-pick][Feature-6988][MasterServer] add cache manager for workflow
* [Feature][MasterServer] add cache for workGroup and schedule #6987 (#7161 )
* to #6987
* to #6987
* to #6987
* to #6987
* to #6987
* to #6987 : @Param -> @Name
* to #6987 : fix Sonar
* to #6987 : fix Sonar
Co-authored-by: honghuo.zw <honghuo.zw@alibaba-inc.com>
* [cherry-pick][Feature-6963][MasterServer] unified cache manager
* [cherry-pick][Bug-7292][ApiServer] fix cache error when standalone
* [cherry-pick][Fix-7245] [API] Fix spelEvaluationException: EL1008E: Property or field 'all' cannot be found
* bugfix
Co-authored-by: zwZjut <zw15068835817@163.com>
Co-authored-by: honghuo.zw <honghuo.zw@alibaba-inc.com>
Co-authored-by: Kerwin <37063904+zhuangchong@users.noreply.github.com>
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
wind
46a5d17bf6
[cherry-pick-2.0.3][Improvement][TaskLog] Unified task log #7831 ( #7926 )
...
* [cherry-pick][Improvement][TaskLog] Unified task log #7831
* [cherry-pick][Improvement][TaskLog] Unified task log #7831
* fix thread name
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
zwZjut
8dc529d35f
[dolphinscheduler-server] process instance is always running ( #7914 )
...
* #7698
* #7698
* #7698
* fix workflow is always running
* fix workflow is always running
* fix workflow is always running
* #7700 #7698
* add license
* fix ut
* #7700 #7698
Co-authored-by: honghuo.zw <honghuo.zw@alibaba-inc.com>
3 years ago
wind
5592e7bb7b
[Bug-7788][MasterServer] fix submit duplicate tasks sometimes when retry ( #7808 ) ( #7866 )
...
* [Bug-7788] fix submit duplicate tasks sometimes when retry
* add exist check when add task to standby list
* update
* put queue contain judge first
Co-authored-by: caishunfeng <534328519@qq.com>
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
lenboo
1d3f77bedb
[maven-release-plugin] prepare for next development iteration
3 years ago
lenboo
24ddd07493
[maven-release-plugin] prepare release 2.0.2
3 years ago
kezhenxu94
4d525536f6
Remove init script when gaining a new DB connection ( #7748 )
3 years ago
lenboo
c4eab17bd4
[maven-release-plugin] prepare for next development iteration
3 years ago
lenboo
28cbaf05cb
[maven-release-plugin] prepare release 2.0.2
3 years ago
lenboo
f5fd29a05d
[maven-release-plugin] prepare for next development iteration
3 years ago
lenboo
f77a117803
[maven-release-plugin] prepare release 2.0.2
3 years ago
lenboo
8f441b7776
[maven-release-plugin] prepare for next development iteration
3 years ago
lenboo
b36c1967b8
[maven-release-plugin] prepare release 2.0.2
3 years ago
wind
85b3b2d29d
[DS-7686][Server]fix restart server after kill force ( #7689 )
...
* [DS-7686][Server]fix restart server after kill force
* update registry logic
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
zwZjut
32fb3f84df
[Bug] [dolphinscheduler-server] memory leak of logger #7661 ( #7665 )
...
* [Feature][dolphinscheduler-api] parse traceId in http header for Cross system delivery to #7237 (#7238 )
* to #7237
* rerun test
Co-authored-by: honghuo.zw <honghuo.zw@alibaba-inc.com>
* chery-pick 05aef27
and handle conflicts
* to #7065 : fix ExecutorService and schedulerService (#7072 )
Co-authored-by: honghuo.zw <honghuo.zw@alibaba-inc.com>
* [Feature][dolphinscheduler-api] access control of taskDefinition and taskInstance in project to #7081 (#7082 )
* to #7081
* fix #7081
* to #7081
Co-authored-by: honghuo.zw <honghuo.zw@alibaba-inc.com>
* chery-pick 8ebe060
and handle conflicts
* cherry-pick 1f18444
and handle conflicts
* fix #6807 : dolphinscheduler.zookeeper.env_vars - > dolphinscheduler.registry.env_vars (#6808 )
Co-authored-by: honghuo.zw <honghuo.zw@alibaba-inc.com>
Co-authored-by: Kirs <acm_master@163.com>
* add default constructor (#6780 )
Co-authored-by: honghuo.zw <honghuo.zw@alibaba-inc.com>
* to #7108 (#7109 )
* add conf && pick #7562 to worker
* to #7661
* to #7661
* to #7661:fix ut
Co-authored-by: honghuo.zw <honghuo.zw@alibaba-inc.com>
Co-authored-by: Kirs <acm_master@163.com>
3 years ago
zwZjut
df40cdc116
[Bug] [deploy on k8s] add default config of quartz and zookeeper in common configmap && pick #7562 fix to worker #7639 ( #7641 )
...
* [Feature][dolphinscheduler-api] parse traceId in http header for Cross system delivery to #7237 (#7238 )
* to #7237
* rerun test
Co-authored-by: honghuo.zw <honghuo.zw@alibaba-inc.com>
* chery-pick 05aef27
and handle conflicts
* to #7065 : fix ExecutorService and schedulerService (#7072 )
Co-authored-by: honghuo.zw <honghuo.zw@alibaba-inc.com>
* [Feature][dolphinscheduler-api] access control of taskDefinition and taskInstance in project to #7081 (#7082 )
* to #7081
* fix #7081
* to #7081
Co-authored-by: honghuo.zw <honghuo.zw@alibaba-inc.com>
* chery-pick 8ebe060
and handle conflicts
* cherry-pick 1f18444
and handle conflicts
* fix #6807 : dolphinscheduler.zookeeper.env_vars - > dolphinscheduler.registry.env_vars (#6808 )
Co-authored-by: honghuo.zw <honghuo.zw@alibaba-inc.com>
Co-authored-by: Kirs <acm_master@163.com>
* add default constructor (#6780 )
Co-authored-by: honghuo.zw <honghuo.zw@alibaba-inc.com>
* to #7108 (#7109 )
* add conf && pick #7562 to worker
Co-authored-by: honghuo.zw <honghuo.zw@alibaba-inc.com>
Co-authored-by: Kirs <acm_master@163.com>
3 years ago