Jay Chung
3cea494dba
[maven-release-plugin] prepare for next development iteration
2023-03-30 20:27:31 +08:00
Jay Chung
dc3c965134
[maven-release-plugin] prepare release 3.0.5
2023-03-30 20:26:22 +08:00
Jay Chung
0a9e72e218
[maven-release-plugin] prepare for next development iteration
2023-03-30 19:33:08 +08:00
Jay Chung
ec4dafa057
[maven-release-plugin] prepare release 3.0.5
2023-03-30 19:33:07 +08:00
Jay Chung
7dd7391835
[maven-release-plugin] prepare for next development iteration
2022-12-28 20:11:15 +08:00
Jay Chung
0a4175261e
[maven-release-plugin] prepare release 3.0.4
2022-12-28 20:11:14 +08:00
Jay Chung
bab80aaba2
[maven-release-plugin] prepare for next development iteration
2022-12-05 16:19:34 +08:00
Jay Chung
a3b882a80a
[maven-release-plugin] prepare release 3.0.3
2022-12-05 16:19:33 +08:00
EricGao888
934e7f806c
[maven-release-plugin] prepare for next development iteration
2022-11-16 21:21:48 +08:00
EricGao888
d2ba3d4cfb
[maven-release-plugin] prepare release 3.0.2
2022-11-16 21:21:47 +08:00
EricGao888
ef3669fc3a
[maven-release-plugin] prepare for next development iteration
2022-11-16 14:18:18 +08:00
EricGao888
818a256952
[maven-release-plugin] prepare release 3.0.2
2022-11-16 14:18:17 +08:00
Wenjun Ruan
53449a06c4
Fix memory leak in worker due to message retry map ( #12878 ) ( #12887 )
...
(cherry picked from commit 403c6a6bb6 )
2022-11-14 12:01:30 +08:00
Eric Gao
f2cec3e259
Only expose necessary actuator endpoints ( #12571 ) ( #12794 )
...
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2022-11-07 19:54:53 +08:00
zhuangchong
5f85235462
[maven-release-plugin] prepare for next development iteration
2022-09-22 16:10:18 +08:00
zhuangchong
cb03ca8166
[maven-release-plugin] prepare release 3.0.1
2022-09-22 16:10:17 +08:00
zhuangchong
364cafe138
[maven-release-plugin] prepare for next development iteration
2022-09-19 13:36:46 +08:00
zhuangchong
17e36b7060
[maven-release-plugin] prepare release 3.0.1
2022-09-19 13:36:45 +08:00
Kerwin
c4c943277c
[3.0.1-prepare]cherry-pick [Bug] [Worker] Optimize the getAppId method to avoid worker OOM when kill task ( #11994 )
...
* cherry-pick [Bug] [Worker] Optimize the getAppId method to avoid worker OOM when kill task
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
2022-09-18 14:23:35 +08:00
JinYong Li
ab8f878631
fix heartBeatTaskCount bug ( #12024 )
2022-09-18 11:49:21 +08:00
Eric Gao
3d69e9edb1
[Doc][Security] Update instructions on worker groups ( #11483 )
...
* Update instructions on worker groups
(cherry picked from commit 9330d6cfcd )
2022-09-17 22:00:59 +08:00
Kerwin
d94797dfbc
Remove logger header in task log file ( #11555 ) ( #11968 )
2022-09-16 13:03:22 +08:00
Kerwin
2e64e1ca2f
cherry-pick [Bug] [spark-sql] In spark-sql, select both SPARK1 and SPARK2 versions and execute /bin/spark-sql ( #11971 )
2022-09-16 13:01:03 +08:00
冯剑
81f2d6b293
[3.0.1-prepare]cherry-pick[Bug-#11650][worker] #11650 fix SQL type task, stop task does not take effect ( #11938 )
...
* [Bug-11650][worker] #11650 fix SQL type task, stop task does not take effect
Co-authored-by: 冯剑 Jian <jian.feng@jiduauto.com>
2022-09-15 09:03:47 +08:00
Jiajie Zhong
889fd580e3
[maven-release-plugin] prepare for next development iteration
2022-08-05 18:16:57 +08:00
Jiajie Zhong
9efd1ace78
[maven-release-plugin] prepare release 3.0.0
2022-08-05 18:16:57 +08:00
xiangzihao
a05d7cc8f4
fix_10514 ( #10568 )
...
(cherry picked from commit 0f38217b12 )
2022-08-03 19:41:14 +08:00
xiangzihao
5e129d478e
add datasource health check to the healthcheck endpoint ( #10588 )
...
(cherry picked from commit 1111371c9a )
2022-08-03 19:41:14 +08:00
xuhhui
d550f9917e
fix error ( #11206 )
...
(cherry picked from commit bfff3a7c5d )
2022-08-02 18:57:18 +08:00
caishunfeng
cec5e88319
[Bug-11071] Fix task local params NPE ( #11166 )
...
* fix local param NPE
* delete empty files
2022-07-28 09:43:58 +08:00
Wenjun Ruan
5a2ea0b76b
Fix compile error
2022-07-19 12:30:26 +08:00
Wenjun Ruan
f3250bf5fa
Fix worker cannot shutdown due to resource close failed or heart beat check failed ( #10979 )
...
* Use try-with-resource to close resource, and add heart error threshold to avoid worker cannot close due to heart beat check failed
* Move heartbeat error threshold to applicaiton.yml
(cherry picked from commit 2be1d4bf0a )
2022-07-19 12:23:20 +08:00
Wenjun Ruan
9ee20cffef
[Fix-10827] Fix network error cause worker cannot send message to master ( #10886 )
...
* Fix network error cause worker cannot send message to master
(cherry picked from commit cade66a9b6 )
2022-07-19 12:20:18 +08:00
Wenjun Ruan
b259deb196
[Fix-10854] Fix database restart may lost task instance status ( #10866 )
...
* Fix database update error doesn't rollback the task instance status
* Fix database error may cause workflow dead with running status
(cherry picked from commit f639a2eed4 )
2022-07-19 12:12:57 +08:00
Wenjun Ruan
7500e99682
[Fix-10785] Fix state event handle error will not retry ( #10786 )
...
* Fix state event handle error will not retry
* Use state event handler to deal with the event
(cherry picked from commit 67d14fb7b3 )
2022-07-19 11:52:06 +08:00
Wenjun Ruan
4b224ae2e5
Validate master/worker config ( #10649 )
...
(cherry picked from commit 35b25da863 )
2022-07-19 11:42:17 +08:00
Wenjun Ruan
db31deb54f
[Bug] [Master] Worker failover will cause task cannot be failover ( #10631 )
...
* fix worker failover may lose event
(cherry picked from commit 66624c5c86 )
2022-07-19 11:41:25 +08:00
Wenjun Ruan
c488a9f828
Fix compile error
2022-07-19 11:36:34 +08:00
Wenjun Ruan
3ab9ee13fc
Optimize master log, use MDC to inject workflow instance id and task instance id in log ( #10516 )
...
* Optimize master log, add workflow instance id and task instance id in log
* Use MDC to set the workflow info in log4j
* Add workflowInstanceId and taskInstanceId in MDC
(cherry picked from commit db595b3eff )
2022-07-19 11:29:41 +08:00
Wenjun Ruan
318a8e3ae0
[Feature][metrics] Add master, worker metrics ( #10326 )
...
* Add mater metrics
* fix UT
* Add url to mysql profile
* Add worker metrics
* Update grafana config
* Add system metrics doc
* Add process failover counter
* Add metrics image
* Change jpg to png
* Add command insert metrics
* Fix UT
* Revert UT
(cherry picked from commit e21d7b1551 )
2022-07-19 11:12:28 +08:00
Wenjun Ruan
4ceb420873
Fix TaskProcessorFactory#getTaskProcessor get common processor is not thread safe ( #10479 )
...
* Fix TaskProcessorFactory#getTaskProcessor get common processor is not thread safe
(cherry picked from commit ad2646ff1f )
2022-07-19 11:02:57 +08:00
devosend
7ddaa2f47d
[maven-release-plugin] prepare for next development iteration
2022-06-28 16:41:31 +08:00
devosend
0a1b9bdd52
[maven-release-plugin] prepare release 3.0.0-beta-2
2022-06-28 16:41:30 +08:00
devosend
d68dcda2bb
[chore] pre-release change pom.xml
2022-06-28 08:24:21 +08:00
Jiajie Zhong
57ade38939
[maven-release-plugin] prepare release 3.0.0-beta-1
2022-05-26 20:26:32 +08:00
旺阳
e08b08efdd
[improve] Change Mysql Driver ( #10220 )
...
(cherry picked from commit aba5f8a40e )
2022-05-25 23:42:28 +08:00
旺阳
5d8679fba9
[Fix-10103][k8s]Fix k8s Change DataSource Error ( #10128 )
...
(cherry picked from commit de5507fb19 )
2022-05-24 23:01:42 +08:00
Jiajie Zhong
a9fa6b33a4
[chore] Change release version to 3.0.0-beta-1 ( #9957 )
2022-05-12 21:49:21 +08:00
Paul Zhang
8562f6a878
[Feature][Log]Add timezone information in log output ( #9913 )
2022-05-06 17:31:44 +08:00
LongJGun
778018dcfb
[Bug] [worker] fix CommandType TASK_EXECUTE_RUNNING_ACK don't consumed ( #9849 ) ( #9850 )
2022-05-03 14:28:19 +08:00