@lists.opendaylight.org
Subject: Re: [controller-dev] Use of DOMDataTreeCommitCohorts
The ConcurrentDOMDataBroker implements DOMDataTreeCommitCohortRegistry but it
does not advertise it from what I can see. Must've been an oversight. It either
needs to add it as an extension or, better yet, advertis
The ConcurrentDOMDataBroker implements DOMDataTreeCommitCohortRegistry but
it does not advertise it from what I can see. Must've been an oversight. It
either needs to add it as an extension or, better yet, advertise the
DOMDataTreeCommitCohortRegistry interface in the OSGi service registry via
blu
Hi,
I'm trying to perform validation to datastore operations (they would be
unvaluable for preventing severe situations caused because of bad configuration
in SFC project). I found the fix to [1] which would be pretty much what I need,
but I'm struggling to find a way to use the proposed correc