gyfora commented on code in PR #195:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/195#discussion_r866941717
##########
flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/reconciler/deployment/ApplicationReconciler.java:
##########
@@ -173,6 +174,16 @@ private void rollbackApplication(FlinkDeployment flinkApp)
throws Exception {
flinkApp.getMetadata(), rollbackSpec, rollbackConfig,
kubernetesClient);
}
+ private void recoverJmDeployment(FlinkDeployment deployment) throws
Exception {
+ LOG.info("Missing Flink Cluster deployment, trying to recover...");
Review Comment:
the name is included in the MDC already
--
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]