This is an automated email from the ASF dual-hosted git repository.

healchow pushed a commit to branch release-1.3.0
in repository https://gitbox.apache.org/repos/asf/inlong.git


The following commit(s) were added to refs/heads/release-1.3.0 by this push:
     new ed3b8617c [INLONG-5812][Manager] Fix if the data group execution 
fails, it cannot be executed again (#5813)
ed3b8617c is described below

commit ed3b8617c8e87352ae493c6aa65a1ed1f0bc4a32
Author: xuesongxs <[email protected]>
AuthorDate: Wed Sep 7 13:58:51 2022 +0800

    [INLONG-5812][Manager] Fix if the data group execution fails, it cannot be 
executed again (#5813)
---
 .../inlong/manager/service/listener/group/InitGroupFailedListener.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/listener/group/InitGroupFailedListener.java
 
b/inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/listener/group/InitGroupFailedListener.java
index a09f5f9ee..f8864b615 100644
--- 
a/inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/listener/group/InitGroupFailedListener.java
+++ 
b/inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/listener/group/InitGroupFailedListener.java
@@ -63,7 +63,6 @@ public class InitGroupFailedListener implements 
ProcessEventListener {
         // update inlong group status
         String operator = context.getOperator();
         groupService.updateStatus(groupId, 
GroupStatus.CONFIG_FAILED.getCode(), operator);
-        groupService.update(form.getGroupInfo().genRequest(), operator);
 
         // update inlong stream status
         streamService.updateStatus(groupId, null, 
StreamStatus.CONFIG_FAILED.getCode(), operator);

Reply via email to