tweise commented on a change in pull request #46:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/46#discussion_r822105691
##########
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
Review comment:
I think yes, but outside of this PR. We should get rid of MISSING also.
--
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]