You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by GitBox <gi...@apache.org> on 2022/03/08 23:40:37 UTC

[GitHub] [flink-kubernetes-operator] SteNicholas commented on a change in pull request #48: [FLINK-26507] Allow session and last-state jobs to reconcile in any state

SteNicholas commented on a change in pull request #48:
URL: https://github.com/apache/flink-kubernetes-operator/pull/48#discussion_r822166722



##########
File path: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/observer/Observer.java
##########
@@ -46,6 +46,8 @@
 
     private static final Logger LOG = LoggerFactory.getLogger(Observer.class);
 
+    public static final String JOB_STATE_UNKNOWN = "UNKNOWN";

Review comment:
       Does this need to introdce the enum for the job state?




-- 
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@flink.apache.org

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