Re: Question about concurrent checkpoints

2017-09-21 Thread Nico Kruber
On Thursday, 21 September 2017 20:08:01 CEST Narendra Joshi wrote: > Nico Kruber writes: > > according to [1], even with asynchronous state snapshots (see [2]), a > > checkpoint is only complete after all sinks have received the barriers and > > all (asynchronous) snapshots have been processed. Si

Re: Question about concurrent checkpoints

2017-09-21 Thread Narendra Joshi
Nico Kruber writes: > Hi Narendra, > according to [1], even with asynchronous state snapshots (see [2]), a > checkpoint is only complete after all sinks have received the barriers and > all > (asynchronous) snapshots have been processed. Since, if the number of > concurrent checkpoints is 0,

Re: Question about concurrent checkpoints

2017-09-21 Thread Nico Kruber
Hi Narendra, according to [1], even with asynchronous state snapshots (see [2]), a checkpoint is only complete after all sinks have received the barriers and all (asynchronous) snapshots have been processed. Since, if the number of concurrent checkpoints is 0, no checkpoint barriers will be emit