Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
At the moment (if I understand correctly) FlinkDeployment status changes automatically trigger an immediate reconcile step due to havingĀ
generationAwareEventProcessing = false
on the FlinkDeploymentController .
This causes a weird behaviour where reschedule delays and logic around these are not respected properly and many cases.
This might cause issues as timeout exceptions etc. We should consider whether we need this flag on false.