mxm commented on code in PR #724: URL: https://github.com/apache/flink-kubernetes-operator/pull/724#discussion_r1418958103
########## flink-kubernetes-operator-api/src/main/java/org/apache/flink/kubernetes/operator/api/diff/DiffType.java: ########## @@ -28,7 +28,9 @@ public enum DiffType { /** Scalable spec change. */ SCALE, /** Upgradable spec change. */ - UPGRADE; + UPGRADE, + /** Full redeploy from new state. */ + SAVEPOINT_REDEPLOY; Review Comment: It makes sense to add the new type because we are discarding state. So this is very different from a regular upgrade. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org