Exception when creating new DOMNotificationRouter 77/15777/2
authorJan Hajnar <jhajnar@cisco.com>
Thu, 26 Feb 2015 13:49:41 +0000 (14:49 +0100)
committerJan Hajnar <jhajnar@cisco.com>
Fri, 27 Feb 2015 08:46:19 +0000 (08:46 +0000)
commit310e3b660182786a778bd888e3b3bfd9c9989f1a
tree30183ec84048df276f78fb7ac7b1b340bceed1b8
parent499c589d42fa52af58d85805aefe135f46d76787
Exception when creating new DOMNotificationRouter

* method after(eventHandler) was called on EventHandler that was not started.
* added missing disruptor.handleEventsWith() call before handler chaining
setup

documentation for 'after()' method:
https://lmax-exchange.github.io/disruptor/docs/index.html
class Disruptor, method after()

Change-Id: Icb5390114000d3f1bf1ea4096263ded633d9f123
Signed-off-by: Jan Hajnar <jhajnar@cisco.com>
opendaylight/md-sal/sal-dom-broker/src/main/java/org/opendaylight/controller/md/sal/dom/broker/impl/DOMNotificationRouter.java