Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
4327
-
High
Description
Next exception is thrown during DOMDataTreeChangeListener registration (in topoprocessing project):
java.lang.UnsupportedOperationException: Delegate org.opendaylight.controller.cluster.datastore.ConcurrentDOMDataBroker@5767a440 does not support required functionality
at org.opendaylight.controller.md.sal.dom.broker.impl.PingPongDataBroker.registerDataTreeChangeListener(PingPongDataBroker.java:61)[136:org.opendaylight.controller.sal-broker-impl:1.3.0.SNAPSHOT]
This looks like the delegate broker inside doesn't implement DOMDataTreeChangeService.
We would probably need to have some PingPongDataBroker instance in system (01-md-sal.xml config file) with delegate broker implementing DOMDataTreeChangeService or to fix existing delegate broker setup.