Re: flink operator - restart a pipeline from a manually trigger savepoint

2024-08-14 Thread Rion Williams
Hi Sigalit, To restart from an explicit savepoint, you need to not only set your initialSavepointPath but also the savepointRedeployNonce which should trigger the job to restart using that savepoint. Try setting/incrementing that property and you should see the job run from your manual savepo

flink operator - restart a pipeline from a manually trigger savepoint

2024-08-14 Thread Sigalit Eliazov
hi, We are trying to restart a pipeline from a save point we triggered manually via the job manager rest api. with the following configuration in the flinkdeployment crd: savepointTriggerNonce: 1 initialSavepointPath: upgradeMode: savepoint this always fails with the following error org.apach