wolfboys commented on code in PR #2875:
URL: 
https://github.com/apache/incubator-streampark/pull/2875#discussion_r1296569163


##########
streampark-common/src/main/java/org/apache/streampark/common/enums/ClusterState.java:
##########
@@ -32,7 +32,7 @@ public enum ClusterState implements Serializable {
   /** cluster unknown */
   UNKNOWN(4),
   STARTING(5),
-  CANCELING(6),
+  CANCELLING(6),

Review Comment:
   > Due to historical status reasons, directly modifying the enumeration value 
may cause confusion in the historical status of the `flink cluster`. So I kept 
the original enumeration values.
   
   thanks for the clarification



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to