https://github.com/apache/flink/pull/11475
On Sat, Mar 21, 2020 at 10:37 AM Jacob Sevart wrote:
> Thanks, will do.
>
> I only want the time stamp to reset when the job comes up with no state.
> Checkpoint recoveries should keep the same value.
>
> Jacob
>
> On Sat, Mar 21, 2020 at 10:16 AM Till
Thanks, will do.
I only want the time stamp to reset when the job comes up with no state.
Checkpoint recoveries should keep the same value.
Jacob
On Sat, Mar 21, 2020 at 10:16 AM Till Rohrmann wrote:
> Hi Jacob,
>
> if you could create patch for updating the union state metadata
> documentatio
Hi Jacob,
if you could create patch for updating the union state metadata
documentation that would be great. I can help with the review and merging
this patch.
If the value stays fixed over the lifetime of the job and you know it
before starting the job, then you could use the config mechanism. W