BUG 4547: Make sure all channel writes are from a netty thread. 72/32272/5
authorTomas Cere <tcere@cisco.com>
Fri, 8 Jan 2016 12:09:02 +0000 (13:09 +0100)
committerTomas Cere <tcere@cisco.com>
Mon, 11 Jan 2016 09:47:37 +0000 (10:47 +0100)
commit99db40a9ad885904a619cb77b2b541a8292b54bd
treeb9e7768f8b5a8016f66e4ad62201a99f88103bbb
parent6853bddb6bcbabed8bcf9373a128cb59294f5f4d
BUG 4547: Make sure all channel writes are from a netty thread.

When we were in restconf thread some writes were executed from jetty thread,
we need to make sure all channel writes are coming from netty thread to
preserve message ordering.

Change-Id: I6ca8dda82c11338b1ff590c808f12fa0def9ca33
Signed-off-by: Tomas Cere <tcere@cisco.com>
opendaylight/netconf/netconf-client/src/test/java/org/opendaylight/netconf/client/NetconfClientSessionNegotiatorTest.java
opendaylight/netconf/netconf-client/src/test/java/org/opendaylight/netconf/client/SimpleNetconfClientSessionListenerTest.java
opendaylight/netconf/netconf-impl/src/test/java/org/opendaylight/netconf/impl/mapping/operations/DefaultCloseSessionTest.java
opendaylight/netconf/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/AbstractNetconfSession.java
opendaylight/netconf/netconf-netty-util/src/test/java/org/opendaylight/netconf/nettyutil/AbstractNetconfSessionTest.java