What do you mean with lost exactly? You call value() and it returns a value (!= null/defaultValue) and you call it again and it returns null/defaultValue for the same key with no update in between?
On Thu, Aug 11, 2016 at 11:59 AM, Kostas Kloudas <[email protected]> wrote: > Hello, > > Could you share the code of the job you are running? > With only this information I am afraid we cannot help much. > > Thanks, > Kostas > >> On Aug 11, 2016, at 11:55 AM, Dong-iL, Kim <[email protected]> wrote: >> >> Hi. >> I’m using flink 1.0.3 on aws EMR. >> sporadically value of ValueState is lost. >> what is starting point for solving this problem. >> Thank you. >
