You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/03/03 06:04:26 UTC

[GitHub] [incubator-inlong] kipshi commented on a change in pull request #2769: [INLONG-2759][Manager] Fix InlongGroup object modification exception

kipshi commented on a change in pull request #2769:
URL: https://github.com/apache/incubator-inlong/pull/2769#discussion_r818340605



##########
File path: inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/enums/GroupState.java
##########
@@ -46,7 +46,7 @@
         GROUP_FINITE_STATE_AUTOMATON.put(GROUP_DRAFT,
                 Sets.newHashSet(GROUP_WAIT_SUBMIT, GROUP_DELETE));
         GROUP_FINITE_STATE_AUTOMATON.put(GROUP_WAIT_SUBMIT,
-                Sets.newHashSet(GROUP_WAIT_APPROVAL, GROUP_DELETE));
+                Sets.newHashSet(GROUP_WAIT_SUBMIT, GROUP_WAIT_APPROVAL, GROUP_DELETE));

Review comment:
       this has been fixed in master




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org