On Wed, Jul 5, 2017 at 10:07 AM, Karthik Rajagopalan <
krajagopa...@advaoptical.com> wrote:

>             Controller after boot up triggers registered
> DataTreeChangeListeners, but doesn’t triggered the cohorts.
>
>             Is this expected behaviour
>

yes - commit cohorts are triggered when a transaction is first committed.
When recovered from persistence, transactions have already gone thru
validation and were previously applied so they're just applied to the data
tree.  Also, recovery occurs on shard initialization/bootstrapping so the
datastore isn't even ready at that point for cohorts to be registered.



> Regards,
>
> Karthik
>
>
>
> _______________________________________________
> controller-dev mailing list
> controller-dev@lists.opendaylight.org
> https://lists.opendaylight.org/mailman/listinfo/controller-dev
>
>
_______________________________________________
controller-dev mailing list
controller-dev@lists.opendaylight.org
https://lists.opendaylight.org/mailman/listinfo/controller-dev

Reply via email to