caishunfeng
b9e3187ad5
[Feature-10871] add workflow executing data query ( #10875 )
...
* add workflow executing data query
* fix sonar check for interrupted
2 years ago
Amy0104
bb6aaf755e
[Fix][UI] Set the next node to not required. ( #10932 )
...
* [Fix][UI] Set the next node to not required.
* [Fix][UI] Remove the unuse i
2 years ago
Amy0104
47782ba555
[Fix][UI] Add validator to the next node field of the switch task. ( #10898 )
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
Wenjun Ruan
44ddb6908e
Fix kill yarn job error when failover caused by doesn't set ProcessDefinition ( #10948 )
...
(cherry picked from commit b245e7c973
)
2 years ago
Wenjun Ruan
812d7a8f26
Fix taskInstance's host is not worker nettyServer address ( #10926 )
...
* Fix taskInstance's host is not worker nettyServer address
* Remove unnecessary mock
(cherry picked from commit df0416c193
)
2 years ago
Wenjun Ruan
527ee472fb
Catch exception when check state in StateWheelExecuteThread ( #10908 )
...
* Catch exception when check state
(cherry picked from commit 2a67866718
)
2 years ago
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
)
2 years ago
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
)
2 years ago
Wenjun Ruan
71edaf41a2
[Fix-10842] Fix master/worker failover will cause status incorrect ( #10839 )
...
* Fix master failover will not update task instance status
* Add some failover log
* Fix worker failover will rerun task more than once
* Fix workflowInstance failover may rerun already success taskInstance
(cherry picked from commit 3f69ec8f28
)
2 years ago
Wenjun Ruan
4fc9bce444
[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
)
2 years ago
Wenjun Ruan
da03ef32e9
Fix compile error
2 years ago
Wenjun Ruan
04c47034d4
Add task prepare metrics
2 years ago
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
)
2 years ago
Wenjun Ruan
3b923e5933
[Fix-10666] Workflow submit failed will still in memory and never retry ( #10667 )
...
* Workflow submit failed will still in memory and never retry
(cherry picked from commit 35a10d092f
)
2 years ago
Wenjun Ruan
6c83967ebe
[Improvement-10617] Add comment in slot check ( #10618 )
...
(cherry picked from commit 247ca4ae8a
)
2 years ago
Wenjun Ruan
4b224ae2e5
Validate master/worker config ( #10649 )
...
(cherry picked from commit 35b25da863
)
2 years ago
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
)
2 years ago
Wenjun Ruan
c488a9f828
Fix compile error
2 years ago
Wenjun Ruan
fc1c1f6ad1
add CMDPARAM_COMPLEMENT_DATA_SCHEDULE_DATE_LIST
2 years ago
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
)
2 years ago
Wenjun Ruan
9a28d32057
Remove the schedule thread in LowerWeightHostManager ( #10310 )
...
(cherry picked from commit b100f6c489
)
2 years ago
Wenjun Ruan
90c87f0121
[Fix-10413] Fix Master startup failure the server still hang ( #10500 )
...
* Fix Master startup failure the server still hang
(cherry picked from commit 117f78ec4b
)
2 years ago
Wenjun Ruan
9a59054655
Fix PeerTaskInstancePriorityQueue cannot contains method use taskInstanceId to check ( #10491 )
...
(cherry picked from commit 0bdfa0cff9
)
2 years ago
Wenjun Ruan
9a4c7f876a
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
)
2 years ago
Wenjun Ruan
1def1729bc
Add lombok
2 years ago
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
)
2 years ago
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
)
2 years ago
Wenjun Ruan
81cadd15d2
Optimize MasterServer, add MasterRPCService ( #10371 )
...
* Optimize MasterServer, avoid NPE
(cherry picked from commit 3ecbee3885
)
2 years ago
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
)
2 years ago
juzimao
ae4c3ab4e1
[Fix] Fix the JSONUtils tool class time zone problem #10282 ( #10284 )
...
* [Fix] Fix the JSONUtils tool class time zone problem #10282
* [Fix] Fix the JSONUtils tool class time zone problem #10282
* Update JSONUtils.java
remove unnessnary log
* Update JSONUtilsTest.java
add timezone import
Co-authored-by: xiangzihao <460888207@qq.com>
2 years ago
caishunfeng
a015aa8fdc
remove task in dev
2 years ago
Assert
85e5031786
[Fix-10595][api] Fix Dependent Node Only View Projects Created By Self ( #10834 )
...
* [Fix-10595][api] Fix Dependent Node Only View Projects Created By Self
2 years ago
rockfang
6880a72984
[Fix-10890] fix some bugs in the Resource page ( #10907 )
...
* [Fix-10890] fix some bugs in the Resource page
* fix: cancel the unnecessary verifications and reset the form when canceling FileUploadModal
* fix: use se `resetForm` method to reset the form
2 years ago
SongTao Zhuang
d7582c9864
fix: typo task definition. ( #10958 )
2 years ago
pinkhello
bc690501c4
[FIX-10784][Bug] [ALERT-SERVER] FEISHU Plugin might block the whole alert process loop ( #10888 )
...
* closed 10784 [Bug] [ALERT-SERVER] FEISHU Plugin might block the whole alert process loop
2 years ago
WangJPLeo
d1cf6fe86b
Solve transaction problems under multi-threading ( #10917 )
2 years ago
Devosend
c450e7a5ac
fix bug where task name display in gantt ( #10900 )
2 years ago
zhuxt2015
92492244d5
display timing record start time ( #10915 )
2 years ago
Tq
1543cdd1b5
[bug][task-plugins]fix switch class name and add param check to the switch task plugin ( #10894 )
...
* fix switch class name and add param check to the switch task plugin
2 years ago
Jiajie Zhong
c40492d52a
[doc] Add missing doc change by snehal ( #10892 )
2 years ago
Devosend
00393be7c6
[Fix][UI] Fix hive datasource doesn't show principal bug ( #10876 )
...
* fix hive datasource doesn't show principal bug
* delete IDataBase
* restore DataSourceController.java
2 years ago
WangJPLeo
7b7ec0f20f
Complement numbers will run in a loop under the serial strategy fixed. ( #10862 )
...
* Complement numbers will run in a loop under the serial strategy fixed.
* e2e rerun
2 years ago
Luke Yan
9a3cb76863
[Fix-10830][Doc] Change the start or install script command sh in the document to bash ( #10831 )
...
* Change sh to bash
Change the script execution command sh to bash
* Change sh to bash
Change the script execution command sh to bash
* Change sh to bash
Change the script execution command sh to bash
* Change sh to bash
Change the script execution command sh to bash
* Change sh to bash
Co-authored-by: luke <luke.yan@china-entercom.net>
2 years ago
Eric Gao
71ffd4e989
[Doc][Upgrade] Fix tiny error in upgrade docs ( #10847 )
...
* [Doc][Upgrade] Fix tiny error in upgrade docs (#10846 )
* [Doc][Upgrade] Add useSSL=false and fix typo in upgrade docs (#10846 )
2 years ago
rockfang
d8ee6c915c
[Fix-10829][UI] display real workflow relation in `WorkFlow Relation` page ( #10836 )
2 years ago
songjianet
3f8f878a93
[Docs] Updated license. ( #10838 )
2 years ago