Jay Chung
3cea494dba
[maven-release-plugin] prepare for next development iteration
2 years ago
Jay Chung
dc3c965134
[maven-release-plugin] prepare release 3.0.5
2 years ago
Jay Chung
0a9e72e218
[maven-release-plugin] prepare for next development iteration
2 years ago
Jay Chung
ec4dafa057
[maven-release-plugin] prepare release 3.0.5
2 years ago
ititdog
33f2cafdb0
Update WorkflowExecuteRunnable.java ( #13155 )
...
(cherry picked from commit d64004abea
)
2 years ago
HomminLee
a7fc67faed
[Fix-13657][Master]NPE caused by the execution of workflow with startNode and forbidden task ( #13668 )
...
Co-authored-by: HomminLee <lihongmin@ysstech.com>
(cherry picked from commit fba59981d4
)
2 years ago
Jay Chung
7dd7391835
[maven-release-plugin] prepare for next development iteration
2 years ago
Jay Chung
0a4175261e
[maven-release-plugin] prepare release 3.0.4
2 years ago
sssqhai
bc1cf25f4d
Solve the deadlock problem caused by queuing ( #13191 )
...
* Solve the deadlock problem caused by queuing
* Solve the deadlock problem caused by queuing
* Solve the deadlock problem caused by queuing
* Solve the deadlock problem caused by queuing,move the event to the tail by throwing a exception
Co-authored-by: wfs <wangfushun@cdqcp.cpm>
(cherry picked from commit 7a0a2c2a46
)
2 years ago
Kevin.Shin
82ea78aa83
[Bug] wrong logic when master-server check data-quality result ( #13065 )
...
Co-authored-by: shenk-b <shenk-b@glodon.com>
(cherry picked from commit 12a6138d33
)
2 years ago
Jay Chung
bab80aaba2
[maven-release-plugin] prepare for next development iteration
2 years ago
Jay Chung
a3b882a80a
[maven-release-plugin] prepare release 3.0.3
2 years ago
Yann Ann
f677d3311d
make sure all failed task will save in errorTaskMap ( #12424 )
...
(cherry picked from commit 38b643f69b
)
2 years ago
EricGao888
934e7f806c
[maven-release-plugin] prepare for next development iteration
2 years ago
EricGao888
d2ba3d4cfb
[maven-release-plugin] prepare release 3.0.2
2 years ago
EricGao888
ef3669fc3a
[maven-release-plugin] prepare for next development iteration
2 years ago
EricGao888
818a256952
[maven-release-plugin] prepare release 3.0.2
2 years ago
Eric Gao
f2cec3e259
Only expose necessary actuator endpoints ( #12571 ) ( #12794 )
...
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2 years ago
Eric Gao
ffb8b6ef70
[fix-#11753] send alert error alert data id ( #11774 ) ( #12762 )
...
Co-authored-by: fuchanghai <changhai.fu@marketingforce.com>
2 years ago
zhuangchong
5f85235462
[maven-release-plugin] prepare for next development iteration
2 years ago
zhuangchong
cb03ca8166
[maven-release-plugin] prepare release 3.0.1
2 years ago
caishunfeng
54a19b3cb7
[Bug][Timezone][3.0.1] fix timezone when complement data and preview ( #12093 )
...
* fix timezone in complement data and schedule preview
* fix timezone in complement data and schedule preview
* code improvement
2 years ago
zhuangchong
364cafe138
[maven-release-plugin] prepare for next development iteration
2 years ago
zhuangchong
17e36b7060
[maven-release-plugin] prepare release 3.0.1
2 years ago
JinYong Li
ab8f878631
fix heartBeatTaskCount bug ( #12024 )
2 years ago
Wenjun Ruan
bc629f8f58
[3.0.1-prepare]cherry-pick Fix kill task failed will cause the taskGroup cannot release and add taskGroup log ( #11469 ) ( #12013 )
...
* Fix kill task failed will cause the taskGroup cannot release and add taskGroup log (#11469 )
(cherry picked from commit 4d13a5104b
)
2 years ago
Wenjun Ruan
041e1fd3e6
Set master's task running status in `runTask` to avoid the task group acquire failed, but the task status is in running ( #11451 ) ( #12011 )
...
(cherry picked from commit 05589606a2
)
2 years ago
Wenjun Ruan
8fefb9ecfd
Add dependent task instance log ( #11541 ) ( #12014 )
...
* Add dependent task instance log
* Optimize log
* Fix dependent task initialize failed will throw exception
(cherry picked from commit a41c6824fc
)
2 years ago
Wenjun Ruan
84876b9f15
If the task processor is not found need to throw error rather than exception ( #11461 ) ( #12012 )
...
(cherry picked from commit 4362fb8448
)
2 years ago
Wenjun Ruan
41a6d09c4f
Fix workflow instance may failover many times due to doesn't check the restart time ( #11445 ) ( #12010 )
...
(cherry picked from commit 0ca3086296
)
2 years ago
Wenjun Ruan
0237654e96
Fix find last process instance in dependent task is not correct ( #11424 ) ( #12009 )
...
(cherry picked from commit a2b5219315
)
2 years ago
Wenjun Ruan
a615e6ee3d
Fix quartz threadPriority config name error ( #11596 ) ( #12015 )
...
* Fix quartz threadPriority config name error
* Add batchTriggerAcquisitionMaxCount config
(cherry picked from commit 8886d5a126
)
2 years ago
Wenjun Ruan
fc72f8bae1
[Fix-11413] Cannot set task status to kill if the task is not in running( #11414 ) ( #12007 )
...
(cherry picked from commit 496c2d4bfa
)
2 years ago
Wenjun Ruan
36135d4151
Clear thread name in BaseTaskProcessor ( #11422 ) ( #12008 )
...
(cherry picked from commit 47b50067ef
)
2 years ago
Kerwin
d94797dfbc
Remove logger header in task log file ( #11555 ) ( #11968 )
2 years ago
caishunfeng
43d9c00259
[Cherry-pick][Bug] [Master] WorkflowExecuteRunnable will face a infinite loop #11838 #11864 ( #11949 )
...
Co-authored-by: Yann Ann <2993643785@qq.com>
2 years ago
Jiajie Zhong
889fd580e3
[maven-release-plugin] prepare for next development iteration
2 years ago
Jiajie Zhong
9efd1ace78
[maven-release-plugin] prepare release 3.0.0
2 years ago
Wenjun Ruan
230adbf621
Fix TaskGroup cannot work and will cause master dead loop ( #11254 ) ( #11318 )
...
* Fix TaskGroup cannot work and will cause master dead loop
* Remove acquireTaskGroupAgain in ProcessServiceImpl
(cherry picked from commit acd3d3fab1
)
2 years ago
xiangzihao
a05d7cc8f4
fix_10514 ( #10568 )
...
(cherry picked from commit 0f38217b12
)
2 years ago
xiangzihao
5e129d478e
add datasource health check to the healthcheck endpoint ( #10588 )
...
(cherry picked from commit 1111371c9a
)
2 years ago
xiangzihao
b0113a9b64
dependent node log output optimization and fix checkstyle ( #10593 )
...
(cherry picked from commit 397e51fa63
)
2 years ago
Wenjun Ruan
072672a127
Fix recovery from failed task will dead loop ( #11239 )
...
(cherry picked from commit 04f3aa9713
)
2 years ago
caishunfeng
034475bfbe
[Bug-11101] fix task failover NPE ( #11168 )
...
(cherry picked from commit 6c7e00c4aa
)
2 years ago
caishunfeng
cec5e88319
[Bug-11071] Fix task local params NPE ( #11166 )
...
* fix local param NPE
* delete empty files
2 years ago
caishunfeng
b9e3187ad5
[Feature-10871] add workflow executing data query ( #10875 )
...
* add workflow executing data query
* fix sonar check for interrupted
2 years ago
Wenjun Ruan
5a2ea0b76b
Fix compile error
2 years ago
Wenjun Ruan
648d469b62
Return status
2 years ago
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
)
2 years ago
Wenjun Ruan
17f0be5bfb
Kill task when we do master failover to avoid task lost ( #10997 )
...
(cherry picked from commit 998e4d74dd
)
2 years ago