ouyangyewei
0a65854ee3
fix bug #6669 ( #7370 )
...
Co-authored-by: ouyangyewei <yewei.oyyw@alibaba-inc.com>
3 years ago
ouyangyewei
9fa239518c
to feature #7169 ( #7363 )
...
Co-authored-by: ouyangyewei <yewei.oyyw@alibaba-inc.com>
3 years ago
ouyangyewei
f6fd7f6540
return domain after creating success ( #7355 )
...
Co-authored-by: ouyangyewei <yewei.oyyw@alibaba-inc.com>
3 years ago
zwZjut
255670fda9
[Feature][dev-2.0.2-prepare] cherry-pick pull requests from dev to 2.0.2-prepare #7357 ( #7358 )
...
* [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 )
Co-authored-by: honghuo.zw <honghuo.zw@alibaba-inc.com>
Co-authored-by: Kirs <acm_master@163.com>
3 years ago
lenboo
54a89e9e24
[maven-release-plugin] prepare for next development iteration
3 years ago
lenboo
ec0e57c53d
[maven-release-plugin] prepare release 2.0.1
3 years ago
BaoLiang
921f388077
[FIX-7338] set h2 for default DATABASE_TYPE for standalone-server ( #7339 )
...
* [Bug] [dolphinscheduler-api] The pages of project management, workflow instance and task instance are accessed slowly #7061 (#7139 )
1、I found that the SQL behind this interface is very slow. The main table is large, but there is no index to use. By add the index, the all mode in the query plan can be changed into a more efficient ref mode. If this optimization still fails to meet the requirements, please contact me and I will continue to optimize。
2、modify index start_time_index in init script and upgrade scripts.
* [BUG][SQL] fix the process list page load slowly. (#7166 )
* fix #7601 move ddl to 2.0.1
* fix #7601 move ddl to 2.0.1
* [2.0.1] remove unused foreign_key
* [2.0.1] add version in sql
* [2.0.1] change serial for postgre
* [2.0.1] set h2 for default DATABASE_TYPE for standalone-server
Co-authored-by: GaoTianDuo <gaotianduo_yewu@cmss.chinamobile.com>
3 years ago
lenboo
14888518db
[maven-release-plugin] prepare for next development iteration
3 years ago
lenboo
bef4fa8321
[maven-release-plugin] prepare release 2.0.1
3 years ago
Kerwin
b17fa26d61
[2.0.1][Fix-7284] [api] Fix the missing project information in the process instance timeout alarm ( #7309 )
...
* cherry pick
* Fix the missing project information in the process instance timeout alarm
3 years ago
wind
79ab27299e
[cherry-pick-2.0.1][Bug-7319][MasterServer] fix NPE when switch else branch is empty ( #7314 )
...
* fix taskNode NPE
* fix switch node NPE when no else branch
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
wind
5dad635ff0
[cherry-pick-2.0.1][Bug-7307][MasterServer] timeout event was filtered ( #7303 )
...
* remove task filter when task timeout
* get lastest task instance info
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
Kirs
7ec4cb9dc3
[2.0.1]Fix sql task send alert error ( #7300 )
3 years ago
lenboo
87e091076a
[maven-release-plugin] prepare for next development iteration
3 years ago
lenboo
8b239a0728
[maven-release-plugin] prepare release 2.0.1
3 years ago
mask
5a8cd58ee5
[Fix-7291][datasource] support driverClassName default ( #7294 )
...
* [Fix-7291][datasource] Compatible with different versions of MySQL data source loading (#7291 )
* [Fix-7291][datasource] Compatible with different versions of MySQL data source loading (#7291 )
3 years ago
wind
41c05b53c7
[cherry-pick-2.0.1][Bug][MasterServer] fix timeout event ( #7283 )
...
* fix timeout alert
* fix timeout
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
mask
db5367ab68
[Fix-7277][datasource] Support Kerberos auto renewal ( #7277 ) ( #7280 )
3 years ago
lenboo
9a49077fdf
[maven-release-plugin] prepare for next development iteration
3 years ago
lenboo
29a4323540
[maven-release-plugin] prepare release 2.0.1
3 years ago
wind
9a307dc71a
fix failover logic ( #7276 )
3 years ago
songjianet
fc233f06ff
[Feature][Datasource] Disabled kerberos. ( #7270 )
3 years ago
lenboo
a97bc2c756
[maven-release-plugin] prepare for next development iteration
3 years ago
lenboo
c011f6487a
[maven-release-plugin] prepare release 2.0.1
3 years ago
Kirs
bb60c518ef
[2.0.1-prepare]update docker version ( #7264 )
3 years ago
songjianet
26b0de16dc
[Bug][dolphinscheduler ui] When the edit time is repaired, the alarm group display. ( #7263 )
3 years ago
jon-qj
75a70eda00
support multi hosts in Datasource Module ( #7251 )
3 years ago
BaoLiang
4e8507e6ca
[2.0.1] change postgre sql for serial int ( #7248 )
...
* [Bug] [dolphinscheduler-api] The pages of project management, workflow instance and task instance are accessed slowly #7061 (#7139 )
1、I found that the SQL behind this interface is very slow. The main table is large, but there is no index to use. By add the index, the all mode in the query plan can be changed into a more efficient ref mode. If this optimization still fails to meet the requirements, please contact me and I will continue to optimize。
2、modify index start_time_index in init script and upgrade scripts.
* [BUG][SQL] fix the process list page load slowly. (#7166 )
* fix #7601 move ddl to 2.0.1
* fix #7601 move ddl to 2.0.1
* [2.0.1] remove unused foreign_key
* [2.0.1] add version in sql
* [2.0.1] change serial for postgre
Co-authored-by: GaoTianDuo <gaotianduo_yewu@cmss.chinamobile.com>
3 years ago
JinYong Li
d397eff848
fix task definition delete ( #7243 )
3 years ago
kezhenxu94
a8edeac1e3
Fix env vars are not passed in from docker-compose ( #7240 )
3 years ago
JinYong Li
d7eab830a7
[cherry-pick-7221/7232] pick some api bug ( #7234 )
...
* fix worker group display (#7208 )
* [Bug] [API] queryProcessDefinitionByCode bug (#7221 )
* pick-7232/7221
3 years ago
wind
7ecf51597f
fix postgre upgrade ( #7231 )
...
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
wind
30848478bf
fix timeout ( #7224 )
...
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
wind
c2d0acd713
fix timeout ( #7222 )
...
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
Kirs
efbbaff8ac
[2.0.1-prepare]Fix alert group name show error ( #7218 )
...
* [2.0.1-prepare]Fix alert group name show error
3 years ago
Kerwin
b4c422e977
fix waterdrop task plugin ( #7216 )
3 years ago
kezhenxu94
98ab5219ff
Fix SQL create / upgrade scripts cannot run ( #7212 )
3 years ago
JinYong Li
58f5f398bc
fix worker group display ( #7208 ) ( #7211 )
3 years ago
kezhenxu94
e9d27015c3
Add missing property for API and worker ( #7198 )
3 years ago
Kerwin
1d4076fbc2
Fix the parameter format error when the alarm instance is being edited. ( #7199 )
3 years ago
songjianet
e769bbf178
[Feature][Workflow] Main package. ( #7178 )
3 years ago
Jiajie Zhong
0a44a47266
Fix homepage user statistics result by new user ( #7189 )
...
For now when we create new user, it would see homepage
statisic info as admin user like, cause `projectCodeArray`
would not filter when we render sql. So I add prefix condition
to handle this situation.
fix #7182
3 years ago
Jiajie Zhong
1e0757bd8e
Change default database from mysql to pg ( #7190 )
3 years ago
Jiajie Zhong
17f8e1879d
[deploy] Recover host support multiply worker group ( #7163 )
3 years ago
BaoLiang
f54f2c1f91
[2.0.1-cherry-pick] fix the process list page load slowly. ( #7174 )
3 years ago
wind
0b376f7f90
[2.0.1-cherry-pick] fix bug : Tez state, complement data kill, dependent node ( #7188 )
...
* [Fix-7037][dolphincheduler-server] process instance can not be killed when complement data (#7140 )
* fix bug 7037
* update processComplementData
Co-authored-by: SbloodyS <sbloodys@qq.com>
* [Fix-5551][common] Fix ExecutionStatus for hive-on-Tez application (#6289 )
* add ENDED state
* Update HadoopUtils.java
* [Fix-7093][dolphincheduler-server] fix dependent node stuck in running (#7116 )
* fix bug 7093
* remove redundant else
Co-authored-by: SbloodyS <sbloodys@qq.com>
Co-authored-by: SbloodyS <460888207@qq.com>
Co-authored-by: SbloodyS <sbloodys@qq.com>
Co-authored-by: Manhua <kevinjmh@qq.com>
3 years ago
songjianet
52f610ada1
[Fix][Warning instance manage] Expand the support of `i18n`. ( #7186 )
3 years ago
CalvinKirs
2bff58e5e1
Merge remote-tracking branch 'upstream/2.0.1-prepare' into 2.0.1-prepare
3 years ago
CalvinKirs
70e67dfc67
[2.0.1-prepare]revert alert plugin novalid change
3 years ago
Jiajie Zhong
f9851fa181
fix token delete request 404 ( #6979 ) ( #7173 )
...
Co-authored-by: Kerwin <37063904+zhuangchong@users.noreply.github.com>
3 years ago