Jay Chung
f64b254809
[maven-release-plugin] prepare release 3.2.0
2023-10-11 16:59:08 +08:00
dong6349
60b9abba18
Fix the ephemeralId will not be deleted before jdbc-registry closed. ( #14936 )
...
(cherry picked from commit 298b8ccf5a )
2023-10-11 15:50:26 +08:00
Nothing Chan
5270cc62a4
[Improvement][doc] fix typo in readme ( #14878 )
...
(cherry picked from commit f3a4842bf6 )
2023-10-11 15:43:28 +08:00
Zinway
fb792849e1
fix invalid registry path ends with 'master' or 'worker' ( #14328 )
...
Co-authored-by: Zinway Liu <zinway.liu@ucloud.cn>
Co-authored-by: Aaron Wang <wangweirao16@gmail.com>
(cherry picked from commit 96041e3876 )
2023-09-01 15:19:18 +08:00
eye-gu
07c52903d9
[Improvement-14658][etcd] Distinguish between add and update by using pre kv ( #14659 )
...
Co-authored-by: eye <eye.gu@aloudata.com>
(cherry picked from commit 3148dba7a5 )
2023-08-30 17:12:30 +08:00
eye-gu
bddde77d98
[Fix-14008][registry] Fix etcd memory leak due to leaseId ( #14034 )
...
(cherry picked from commit d87a0d831c )
2023-08-30 17:02:26 +08:00
Wenjun Ruan
c047e2350c
Add host/port in heartbeat ( #14591 )
...
(cherry picked from commit cbd354d134 )
2023-08-30 13:56:10 +08:00
Wenjun Ruan
1f9ca9c79a
Support parse ipv6 ( #14584 )
...
(cherry picked from commit 93c3871925 )
2023-07-20 11:30:43 +08:00
旺阳
d46c0d8eae
[Improvement][Registry][Jdbc] Add option can use ds database directly ( #14369 )
...
(cherry picked from commit a7b8e071b5 )
2023-07-20 11:23:11 +08:00
旺阳
a3e059443b
[Improvement][Etcd] Support SSL In Etcd And Enhance Etcd In Helm ( #13924 )
...
(cherry picked from commit 1c0dfbb044 )
2023-07-20 10:00:20 +08:00
Wenjun Ruan
0a02522420
Fix registry table field ( #14043 )
2023-05-04 22:51:23 +08:00
Wenjun Ruan
cf91544b99
Refactor logic task ( #13948 )
2023-04-26 10:01:51 +08:00
Wenjun Ruan
41a8ba9aab
Support alert server HA ( #13865 )
...
* Support alert server cluster
* Remove WORKER_ALERT_LISTEN_HOST in statefulset-dolphinscheduler-worker.yaml
2023-04-05 17:31:50 +08:00
Wenjun Ruan
e074d7a8bf
Add jdbc registry module ( #13812 )
...
* Add jdbc registry module
* Update dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-jdbc/README.md
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
---------
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2023-03-29 17:33:12 +08:00
seedscoder
8d12dc0702
[Improvement-13491] Use lombok @Slf4j annotation to generate logger ( #13509 )
2023-02-07 20:32:53 +08:00
Amy0104
1f7f900e78
[Fix][Doc] Replace the links. ( #13276 )
...
* [Fix][Doc] Replace the links.
* [Fix][Doc] Revised `.dlc.json`
* [Fix] Fix the dead link.
2022-12-26 14:32:40 +08:00
Wenjun Ruan
04785dc799
Add mybatis in mysql registry module ( #13275 )
2022-12-26 11:09:25 +08:00
Wenjun Ruan
14ec4a2398
Remove dao module in worker ( #13242 )
2022-12-22 12:25:29 +08:00
Amy0104
dcf02eab45
[Fix] Replaced dead links in the docs. ( #13170 )
...
* [Fix] Replaced dead links.
* [Improvement] Format markdowns.
2022-12-13 14:36:53 +08:00
Wenjun Ruan
4ce9c82cba
Use bigint represent term in mysql registry to avoid time inaccurate ( #13082 )
2022-12-03 11:51:01 +08:00
Eric Gao
d46e4659d9
[Improvement][Style] Fix remaining style errors and wildcard imports ( #12412 )
...
* Fix remaining style errors and wildcard imports
* Upgrade spotless to the latest stable version, exclude .github folder from spotless check and fix dead link
* Fix spotless matching scope of markdown files
2022-10-19 11:08:04 +08:00
Eric Gao
ac845046e7
[Migrate][Test] Migrate all UT cases from jUnit 4 to 5 in datasource, registry and data-quality modules ( #12352 )
...
* Migrate all UT cases from jUnit 4 to 5 in datasource, registry and data-quality modules
* Fix etcd registry test
2022-10-14 08:08:20 +08:00
Wenjun Ruan
2e4a9e6d53
Fix mysql registry doesn't support array ( #12255 )
2022-10-09 09:36:59 +08:00
aiwenmo
bd7e761136
[Fix-12254] [Registry] Modify the type of field named data into text ( #12256 )
...
Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>
2022-10-08 09:47:04 +08:00
Eric Gao
a44817fc46
[Doc][Style] Fix doc format once for all ( #12006 )
2022-09-17 11:33:32 +08:00
kezhenxu94
efedc9a53c
Bump up dependencies to fix cves ( #11765 )
2022-09-08 09:05:05 +08:00
wjf
2eb8b9f7f0
[Feature][Registry] Support etcd as registry ( #10981 )
2022-09-06 22:25:19 +08:00
Wenjun Ruan
7ff34c3947
[Feature-7024] Add waiting strategy to support master/worker can recover from registry lost ( #11368 )
...
* Add waiting strategy to support master/worker can recover from registry lost
* throw exception when zookeeper registry start failed due to interrupted
2022-08-13 09:52:03 +08:00
Wenjun Ruan
5e9c7dad23
Add dolphinscheduler-bom to manage the dependency version ( #11025 )
2022-07-20 10:37:31 +08:00
wjf
75581b7543
[Improvement]Delete the getSession in the Registry interface ( #10633 )
2022-06-29 11:20:52 +08:00
Wenjun Ruan
cd62de968d
Add JDK11 on unit-test ( #10364 )
2022-06-28 14:21:51 +08:00
Wenjun Ruan
78c5fcc6ac
Add mysql registry plugin ( #10406 )
...
* Add mysql registry plugin
2022-06-13 11:24:42 +08:00
kezhenxu94
d80cf21456
Clean up unused dependencies and packaging issues ( #9944 )
2022-05-31 15:22:41 +08:00
Eric Gao
fd6b43bc81
[Dev] Switch version in pom.xml to dev-SNAPSHOT ( #9223 ) ( #9299 )
2022-04-07 18:15:19 +08:00
Kerwin
103ccb01da
change version to 2.0.4-SNAPSHOT ( #8188 )
2022-01-25 15:17:17 +08:00
wind
8808c0a700
[Bug-7474][MasterServer] fix failover when node host is null ( #7475 )
...
* fix failover when node host is null
* add failover execute thread
* worker handle dead server
* fix task instance failover time check
* fix upgrade sql
* failover logic update
Co-authored-by: caishunfeng <534328519@qq.com>
2021-12-28 19:32:10 +08:00
kezhenxu94
67cc260d52
Split the components into individual package, refactor configurations to use Spring properties ( #7160 )
...
* Split the components into individual package
A follow-up PR will be made to build dedicated Docker images for each
component, so that every component Docker image has minimal jars, which
is easy to maintain and good for security fixes.
* Split the components into individual package
A follow-up PR will be made to build dedicated Docker images for each
component, so that every component Docker image has minimal jars, which
is easy to maintain and good for security fixes.
* Split the components into individual package
A follow-up PR will be made to build dedicated Docker images for each
component, so that every component Docker image has minimal jars, which
is easy to maintain and good for security fixes.
2021-12-10 11:28:53 +08:00
Zonglei Dong
fa8ccd3855
Refactor code, add class import, keep ‘logger’ variable names uniform. ( #7164 )
2021-12-04 21:18:43 +08:00
Zonglei Dong
4c4ebb8924
Refactor code, add class import. ( #7028 )
2021-11-28 10:35:13 +08:00
kezhenxu94
4114cb07f6
Add actuator and enable metrics, add Grafana configs ( #6840 )
2021-11-14 20:22:13 +08:00
kezhenxu94
11844415b0
Refactor datasource and task plugins and simplify its usage ( #6767 )
2021-11-10 18:29:17 +08:00
kezhenxu94
05bae0b226
Refactor alert plugins and simplify its usage ( #6723 )
2021-11-09 18:59:34 +08:00
kezhenxu94
5400abc74f
Refactor registry plugin and simplify its usage ( #6712 )
2021-11-07 15:18:10 +08:00