Re: [controller-dev] Quick question on data change notification

2017-04-03 Thread Srini Seetharaman
Thanks Tom. I will retry my scenario and file a bug (on why CDCN is not eventually dispatched after leader election is complete) to track it. On Mon, Apr 3, 2017 at 11:29 AM, Tom Pantelis wrote: > A regular DCL is only notified on the leader. I believe a ClusteredDCL is > notified once a leader

Re: [controller-dev] Quick question on data change notification

2017-03-31 Thread Srini Seetharaman
Thanks Tom. In case the data store becomes unavailable right after the commit completes (perhaps because the cluster quorum is down), will the DCN still be dispatched? On Thu, Mar 30, 2017 at 11:59 AM, Tom Pantelis wrote: > yes - a transaction has to be replicated and applied to the data tree >

Re: [controller-dev] Quick question on data change notification

2017-03-30 Thread Tom Pantelis
yes - a transaction has to be replicated and applied to the data tree before DCNs are generated. On Thu, Mar 30, 2017 at 2:38 PM, Srini Seetharaman < srini.seethara...@gmail.com> wrote: > Hi, whenever a write transaction is performed, does the 3-phase commit > complete before the DCN is dispatche