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
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
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
caishunfeng
b9e3187ad5
[Feature-10871] add workflow executing data query ( #10875 )
...
* add workflow executing data query
* fix sonar check for interrupted
2022-07-19 16:10:42 +08:00
Wenjun Ruan
5a2ea0b76b
Fix compile error
2022-07-19 12:30:26 +08:00
Wenjun Ruan
17f0be5bfb
Kill task when we do master failover to avoid task lost ( #10997 )
...
(cherry picked from commit 998e4d74dd )
2022-07-19 12:22:26 +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
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
52815975bc
Add some warning log in master ( #10383 )
...
* Add some warn log in master
* fix may skip sleep
(cherry picked from commit b0d9d3f9ab )
2022-07-19 11:13:39 +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
Wenjun Ruan
742944c60d
[Fix] [Worker] Fix worker will hang if fails to start ( #10501 )
...
* [Fix] [Worker] Fix worker will hang if fails to start (#10342 )
* Fix worker will hang if fails to start
* Add .run to ignore
Signed-off-by: ruanwenjun <wenjun@apache.org>
* Add import Epoll
* Add cpu_quota in h2 to fix UT
* Remove cpu_quota,memory_max in TaskDefiniitionMapper
2022-06-22 10:13:55 +08:00
Jiajie Zhong
57ade38939
[maven-release-plugin] prepare release 3.0.0-beta-1
2022-05-26 20:26:32 +08:00
Jiajie Zhong
a9fa6b33a4
[chore] Change release version to 3.0.0-beta-1 ( #9957 )
2022-05-12 21:49:21 +08:00
guoshupei
ca95d2f928
[Fix-9221] [alert-server] optimization and gracefully close ( #9246 )
...
* [Fix-9221] [alert-server] optimization and gracefully close
This closes #9221
* [Fix-9221] [alert-server] remove unused mock data
This closes #9221
* [Fix-9221] [alert-server] remove unused mock data
This closes #9221
* [Fix-9221] [alert-server] remove unnecessary Mockito stubbings
* [Fix-9221] [alert-server] init AlertPluginManager in AlertServer
* [Fix-9221] [alert-server] AlertServerTest add AlertPluginManager installPlugin
* [Fix-9221] [alert-server] replace @Eventlistener with @PostConstruct
* [Fix-9221] [alert-server] sonar check solution
* [Improvement-9221] [alert] update constructor injection and replace IStoppable with Closeable
Co-authored-by: guoshupei <guoshupei@lixiang.com>
2022-04-08 10:02:10 +08:00
Eric Gao
fd6b43bc81
[Dev] Switch version in pom.xml to dev-SNAPSHOT ( #9223 ) ( #9299 )
2022-04-07 18:15:19 +08:00
caishunfeng
ddf1ff98fa
[Improvement-7697][Master/Worker] Change the task ack to runnning callback ( #8719 )
...
* rebase dev
* change task state to dispatch if dispatch success
* update task host when dispatch
* add dispatch task event
* test
* check tenant after enable auto create
* handle dispatch state
Co-authored-by: caishunfeng <534328519@qq.com>
2022-03-30 17:35:05 +08:00
Kerwin
a1bef43981
[Feature-8579][Task] Task back-end plugin optimization, new plugins only need to modify the plugin's own module ( #8584 )
...
* Task plug-in optimization, task-related classes are migrated to the task plugin module
* remove tasktype enum class.
* fix code style.
* fix code style
* fix code style
* fix ProcessServiceTest.testUpdateResourceInfo test class
* fix code style
* fix test task plugin manager check parameters null
* fix test ut
* update aws license
* change TaskTimeoutStrategy class
2022-03-15 15:16:36 +08:00
wangyang
0d8079a816
[DS-7992][feat] Alert module judging strategy ( #8636 )
2022-03-14 14:25:27 +08:00
yimaixinchen
a72742b9de
remove unuse import jsonFormat ( #8548 )
2022-02-25 22:05:05 +08:00
caishunfeng
84f2cfec39
[Feature][Server] Custom timezone - Add timezone handler unified ( #8477 )
...
* date convert of timezone
* remove @JsonFormat
* add unit test
* fix time preview in scheduler
* optimization & add env config
Co-authored-by: caishunfeng <534328519@qq.com>
2022-02-24 18:20:34 +08:00
Wenjun Ruan
66dcf2376a
Optimize some code ( #8324 )
2022-02-10 19:07:53 +08:00
Wenjun Ruan
093815785b
Remove unused class ( #8299 )
2022-02-08 19:50:19 +08:00
Kerwin
103ccb01da
change version to 2.0.4-SNAPSHOT ( #8188 )
2022-01-25 15:17:17 +08:00
xuhhui
0cfb2043cf
Improvement: improve Pong.java mistake ( #7822 )
2022-01-12 01:20:13 +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
wind
a80a7b3fcf
[Feature-6963][MasterServer] unified cache manager ( #7187 )
...
* unified cache
* reduce db select
* checkstyle
Co-authored-by: caishunfeng <534328519@qq.com>
2021-12-07 15:55:22 +08:00
wangxj3
2b519f31e9
[Feature-#6422] task group queue ( #6722 )
...
* add task group
* modify task group
* pull dev
* add license header
* modify code style
* fix code style
* fix sql error
* fix error
* fix test
* fix test
* fix test
* fix test
* fix code style
* fix ut
* code style
* fix unit test
* test ut
* ut
* add unittest
* test ut
* modify back ut
* majorization code
* fix conflict
* fix ut
Co-authored-by: wangxj <wangxj31>
2021-12-03 14:02:31 +08:00
wind
8e93939121
[DS-6963][MasterServer]add cache manager for tenant and user ( #6974 )
...
* cache manager for tenant and user
* add test
* fix checkstyle
* add dependencies
* fix sonar check
* use spring boot cache configuration
* add license
* check style
* check style
* add license
* change proxy name to processor
* add license header
* check style
* add license file
* add license file
* add license
Co-authored-by: caishunfeng <534328519@qq.com>
2021-11-30 08:29:25 +08:00