wangyang0918 commented on code in PR #225:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/225#discussion_r876979064
##########
flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/observer/deployment/AbstractDeploymentObserver.java:
##########
@@ -98,6 +98,10 @@ public void observe(FlinkDeployment flinkApp, Context
context) {
}
}
+ if (!ReconciliationUtils.isJobRunning(flinkApp.getStatus())) {
Review Comment:
We might also need to create an event when we canceling the savepoint
operation. At least, we need to add a log when doing a concrete reset(when the
`triggerId` is not empty).
--
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]