Yes, would be great to have deterministic way and not eventually consistent :) as it is now. I would imagine first pull from ZK should be inline and updates can be done as they come using watchers.
On Fri, Jan 6, 2017 at 5:16 PM, Martin Serrano <mar...@attivio.com> wrote: > I believe that https://issues.apache.org/jira/browse/TWILL-183 should > address this issue, correct? > > > On 12/25/2016 01:38 AM, Terence Yim wrote: > >> 2. The TwillRunner is decided to survive process restart with the ability >> to rediscover all the running twill applications via ZooKeeper. However, >> due to the natural of async operations in ZK, you might need to call >> "lookup" couple times before all the necessary information is synced up >> from ZK after the process restarted. >> >