ttps://nightlies.apache.org/flink/flink-kubernetes-operator-docs-main/docs/custom-resource/job-management/#stateful-and-stateless-application-upgrades
>>>>>>
>>>>>> The operator is made especially to handle stateful application
>>>>>> upgra
de` setting for jobs, as
>>>>> long as you have last-state or savepoint you will always get the latest
>>>>> state.
>>>>>
>>>>> This is somewhat orthogonal to the savepoint trigger /
>>>>> initialSavepointPath mechanisms. The i
>>> operator is not aware of the latest state. After that all upgrades always
>>>> use the latest state unless the upgradeMode is stateless in which case no
>>>> state is used. Savepoint triggering can help you keep backups for failure
>>>> recovery but t
> operator is not aware of the latest state. After that all upgrades always
>>> use the latest state unless the upgradeMode is stateless in which case no
>>> state is used. Savepoint triggering can help you keep backups for failure
>>> recovery but they should
ing can help you keep backups for failure
>> recovery but they should not be executed as part of your upgrade flow
>> because the operator already does this for you.
>>
>> Cheers,
>> Gyula
>>
>> On Wed, Jul 19, 2023 at 8:20 PM Tony Chen
>> wrote:
>&g
link Community,
>>
>> My name is Tony Chen, and I am a software engineer at Robinhood. I have
>> some questions on restarting a Flink Application from a savepoint or
>> checkpoint.
>>
>> We currently store our checkpoints and savepoints in S3, and we would
>>
Chen, and I am a software engineer at Robinhood. I have
> some questions on restarting a Flink Application from a savepoint or
> checkpoint.
>
> We currently store our checkpoints and savepoints in S3, and we would like
> to use the Apache Flink Kubernetes Operator to manage our Flin
Hi Flink Community,
My name is Tony Chen, and I am a software engineer at Robinhood. I have
some questions on restarting a Flink Application from a savepoint or
checkpoint.
We currently store our checkpoints and savepoints in S3, and we would like
to use the Apache Flink Kubernetes Operator to