tweise commented on a change in pull request #46:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/46#discussion_r822312279



##########
File path: 
flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/observer/JobManagerDeploymentStatus.java
##########
@@ -37,7 +37,11 @@
     DEPLOYING,
 
     /** JobManager deployment not found, probably not started or killed by 
user. */
-    MISSING;
+    // TODO: currently a mix of SUSPENDED and ERROR, needs cleanup
+    MISSING,
+
+    /** Deployment in terminal error, requires spec change for reconciliation 
to continue. */
+    ERROR;

Review comment:
       Good catch, done!




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