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



##########
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:
       No, this has nothing to do with expected job states. This means that we 
don't know the current state. We expected state (JobState enum) is always known.




-- 
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