Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
Flink operator 1.6 - Flink 1.17.1
Description
The operator can decide to rollback when an update of the job spec is performed on
savepointTriggerNonce or initialSavepointPath if the app has been deployed since more than KubernetesOperatorConfigOptions.DEPLOYMENT_READINESS_TIMEOUT.
This is due to the objectmeta generation being updated when changing those spec and leading to the lastReconcileSpec not being aligned with the stableReconcileSpec while those spec are well ignored when checking for upgrade diff
Looking at the main branch we should still face the same issue as the same update is performed at the end of the reconcile loop