Re: [Discuss] FLINK-8533 MasterTriggerRestoreHook state initialization

2018-04-24 Thread Fabian Hueske
Should we raise FLINK-8533 as a blocker for 1.5.0? @Eron Can you post this in the "[DISCUSS] Releasing Flink 1.5.0" thread to make sure it doesn't get lost? Thanks, Fabian 2018-04-18 13:05 GMT+02:00 Stephan Ewen : > I see that this is an important issue. > > Will try to review this soon. Till a

Re: [Discuss] FLINK-8533 MasterTriggerRestoreHook state initialization

2018-04-18 Thread Stephan Ewen
I see that this is an important issue. Will try to review this soon. Till and me are the only ones that worked in this, and unfortunately is out this week and the next, and I am travelling a lot, being a bit swamped with conferences. Will try to get to that asap... On Wed, Apr 18, 2018 at 12:43 A

[Discuss] FLINK-8533 MasterTriggerRestoreHook state initialization

2018-04-17 Thread Eron Wright
Hello, We see an issue with the use of `MasterTriggerRestoreHook` to synchronize the state of a source function with that of an external system. I'd like the fix to be considered for 1.5. There's a patch ready: https://github.com/apache/flink/pull/5427 Thanks!