Re: Understand KV store restoring

2016-08-05 Thread David Yu
Sorry, you are right. It is going through the changelog topic partition by partition, which happens sequentially. Thanks, David On Fri, Aug 5, 2016 at 1:53 PM Navina Ramesh wrote: > Hi David, > > For a given container, it should go through the entire changelog only for > the partitions owned by

Re: Understand KV store restoring

2016-08-05 Thread Navina Ramesh
Hi David, For a given container, it should go through the entire changelog only for the partitions owned by the tasks in the container. Restoration should happen only once and not multiple times. What logs statements do you see that indicate that it is going through the changelog multiple times?