Re: Timers and Checkpoints

2018-05-25 Thread Alberto Mancini
, 2018 at 3:19 PM Alberto Mancini wrote: > Hello Timo, > thanks for the response. > > We are still investigating in the production system but in test we get now > this exception that seems very much related to the issue 6291. > > > java.lang.Exception: Could not perform

Re: Timers and Checkpoints

2018-05-25 Thread Alberto Mancini
t 3:11 PM Timo Walther wrote: > Hi Alberto, > > do you get exactly the same exception? Maybe you can share some logs > with us? > > Regards, > Timo > > Am 25.05.18 um 13:41 schrieb Alberto Mancini: > > Hello, > > I think we are experiencing this issue: >

Timers and Checkpoints

2018-05-25 Thread Alberto Mancini
Hello, I think we are experiencing this issue: https://issues.apache.org/jira/browse/FLINK-6291 In fact we have a long running job that is unable to complete a checkpoint and so we are unable to create a savepoint. I do not really understand from 6291 how the timer service has been removed in my

Re: Tiemrs and restore

2018-04-16 Thread Alberto Mancini
y will be triggered once the watermark passes their > timestamps. > > Also looped in Aljoscha on this, in case I misunderstood anything. > > Cheers, > Gordon > > On 16 April 2018 at 1:20:00 AM, Alberto Mancini (ab.manc...@gmail.com) > wrote: > > Hello, > according to t

Tiemrs and restore

2018-04-15 Thread Alberto Mancini
Hello, according to this stackoverflow response https://stackoverflow.com/questions/36306136/will-apache-flink-restore-trigger-timers-after-failure IIUC we should expect that after a restore the timers will be not executed until a new timer is scheduled. I wonder if this is still true and if there

Timers and state

2018-03-05 Thread Alberto Mancini
Hello, in a Flink application we have a keyed operator that keeps a map state (MapState). Some of the elements in the state need a timeout so we use a Timer. When the timer is called the state is scoped to the key as expected but we would like to 'pass' (or have available elsewhere) to onTimer the