Re: Very large _metadata file

2020-03-21 Thread Jacob Sevart
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

Re: Very large _metadata file

2020-03-21 Thread Jacob Sevart
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

Re: Very large _metadata file

2020-03-21 Thread Till Rohrmann
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