Commit Graph

5474 Commits

Author SHA1 Message Date
lenboo 54a89e9e24 [maven-release-plugin] prepare for next development iteration 2021-12-12 01:20:31 +08:00
lenboo ec0e57c53d [maven-release-plugin] prepare release 2.0.1 2021-12-12 01:20:20 +08:00
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>
2021-12-12 00:55:31 +08:00
lenboo 14888518db [maven-release-plugin] prepare for next development iteration 2021-12-10 22:59:44 +08:00
lenboo bef4fa8321 [maven-release-plugin] prepare release 2.0.1 2021-12-10 22:59:33 +08:00
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
2021-12-10 18:22:30 +08:00
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>
2021-12-10 16:17:28 +08:00
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>
2021-12-10 12:04:40 +08:00
Kirs 7ec4cb9dc3
[2.0.1]Fix sql task send alert error (#7300) 2021-12-10 10:51:19 +08:00
lenboo 87e091076a [maven-release-plugin] prepare for next development iteration 2021-12-10 00:11:51 +08:00
lenboo 8b239a0728 [maven-release-plugin] prepare release 2.0.1 2021-12-10 00:11:40 +08:00
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)
2021-12-09 23:36:29 +08:00
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>
2021-12-09 23:29:21 +08:00
mask db5367ab68
[Fix-7277][datasource] Support Kerberos auto renewal (#7277) (#7280) 2021-12-09 09:27:29 +08:00
lenboo 9a49077fdf [maven-release-plugin] prepare for next development iteration 2021-12-09 01:17:47 +08:00
lenboo 29a4323540 [maven-release-plugin] prepare release 2.0.1 2021-12-09 01:17:36 +08:00
wind 9a307dc71a
fix failover logic (#7276) 2021-12-08 23:52:40 +08:00
songjianet fc233f06ff
[Feature][Datasource] Disabled kerberos. (#7270) 2021-12-08 18:40:00 +08:00
lenboo a97bc2c756 [maven-release-plugin] prepare for next development iteration 2021-12-08 17:25:13 +08:00
lenboo c011f6487a [maven-release-plugin] prepare release 2.0.1 2021-12-08 17:25:02 +08:00
Kirs bb60c518ef
[2.0.1-prepare]update docker version (#7264) 2021-12-08 16:10:13 +08:00
songjianet 26b0de16dc
[Bug][dolphinscheduler ui] When the edit time is repaired, the alarm group display. (#7263) 2021-12-08 14:54:18 +08:00
jon-qj 75a70eda00
support multi hosts in Datasource Module (#7251) 2021-12-07 21:14:10 +08:00
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>
2021-12-07 20:09:51 +08:00
JinYong Li d397eff848
fix task definition delete (#7243) 2021-12-07 18:16:15 +08:00
kezhenxu94 a8edeac1e3
Fix env vars are not passed in from docker-compose (#7240) 2021-12-07 17:55:38 +08:00
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
2021-12-07 16:12:59 +08:00
wind 7ecf51597f
fix postgre upgrade (#7231)
Co-authored-by: caishunfeng <534328519@qq.com>
2021-12-07 14:19:15 +08:00
wind 30848478bf
fix timeout (#7224)
Co-authored-by: caishunfeng <534328519@qq.com>
2021-12-06 22:54:49 +08:00
wind c2d0acd713
fix timeout (#7222)
Co-authored-by: caishunfeng <534328519@qq.com>
2021-12-06 20:40:54 +08:00
Kirs efbbaff8ac
[2.0.1-prepare]Fix alert group name show error (#7218)
* [2.0.1-prepare]Fix alert group name show error
2021-12-06 19:12:54 +08:00
Kerwin b4c422e977
fix waterdrop task plugin (#7216) 2021-12-06 17:42:41 +08:00
kezhenxu94 98ab5219ff
Fix SQL create / upgrade scripts cannot run (#7212) 2021-12-06 17:10:24 +08:00
JinYong Li 58f5f398bc
fix worker group display (#7208) (#7211) 2021-12-06 16:40:56 +08:00
kezhenxu94 e9d27015c3
Add missing property for API and worker (#7198) 2021-12-06 14:44:23 +08:00
Kerwin 1d4076fbc2
Fix the parameter format error when the alarm instance is being edited. (#7199) 2021-12-06 13:35:55 +08:00
songjianet e769bbf178
[Feature][Workflow] Main package. (#7178) 2021-12-06 10:47:22 +08:00
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
2021-12-05 20:35:48 +08:00
Jiajie Zhong 1e0757bd8e
Change default database from mysql to pg (#7190) 2021-12-05 18:17:23 +08:00
Jiajie Zhong 17f8e1879d
[deploy] Recover host support multiply worker group (#7163) 2021-12-05 18:13:58 +08:00
BaoLiang f54f2c1f91
[2.0.1-cherry-pick] fix the process list page load slowly. (#7174) 2021-12-05 15:54:11 +08:00
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>
2021-12-05 15:27:41 +08:00
songjianet 52f610ada1
[Fix][Warning instance manage] Expand the support of `i18n`. (#7186) 2021-12-05 13:51:13 +08:00
CalvinKirs 2bff58e5e1 Merge remote-tracking branch 'upstream/2.0.1-prepare' into 2.0.1-prepare 2021-12-04 22:45:06 +08:00
CalvinKirs 70e67dfc67 [2.0.1-prepare]revert alert plugin novalid change 2021-12-04 22:44:49 +08:00
Jiajie Zhong f9851fa181
fix token delete request 404 (#6979) (#7173)
Co-authored-by: Kerwin <37063904+zhuangchong@users.noreply.github.com>
2021-12-04 19:13:19 +08:00
Jiajie Zhong 623d154a17
Fix alert plugin instance filter (#7172)
alert plugin could not filter by given
pattern, cause api server do not handle
parameter searchVal, This patch add parameter
`searchVal` for alert plugin.
2021-12-04 19:13:00 +08:00
kezhenxu94 449c098aef
Fix quartz not work, worker / alert server should not listen or 8080 port (#7159) 2021-12-03 21:06:08 +08:00
songjianet 4ad1d4b252
[Feature][Workflow relationship] Improve English support. (#7141) 2021-12-03 18:17:17 +08:00
songjianet 1f821ab1a6
[Feature][Workflow relationship] Format time. (#7142) 2021-12-03 18:17:03 +08:00