2024-03-13 11:48:15:080 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - (Re)connecting to /127.0.0.1:45077 2024-03-13 11:48:15:081 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@161272373 2024-03-13 11:48:15:094 +0000 [nioEventLoopGroup-6-1] WARN org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Connection attempt to '/127.0.0.1:45077' failed io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:45077 Caused by: java.net.ConnectException: Connection refused at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:335) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:833) 2024-03-13 11:48:15:094 +0000 [nioEventLoopGroup-6-1] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTING to INITIAL [N/A]@161272373 2024-03-13 11:48:16:097 +0000 [nioEventLoopGroup-6-4] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - (Re)connecting to /127.0.0.1:45077 2024-03-13 11:48:16:097 +0000 [nioEventLoopGroup-6-4] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@161272373 2024-03-13 11:48:16:101 +0000 [nioEventLoopGroup-6-5] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0x4fdbbbe4, L:/127.0.0.1:48576 - R:/127.0.0.1:45077]]@161272373 2024-03-13 11:48:16:110 +0000 [nioEventLoopGroup-6-8] INFO org.opendaylight.jsonrpc.bus.zmq.ServerHandler - Subscribing to topic 'topic1' 2024-03-13 11:48:16:202 +0000 [nioEventLoopGroup-6-6] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Response : TEST 2024-03-13 11:48:16:203 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTED to DONE [[id: 0x4fdbbbe4, L:/127.0.0.1:48576 ! R:/127.0.0.1:45077]]@161272373 2024-03-13 11:48:16:203 +0000 [nioEventLoopGroup-6-5] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Scheduling reconnect because state is CONNECTED@228000032 2024-03-13 11:48:16:203 +0000 [nioEventLoopGroup-6-5] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from DONE to INITIAL [[id: 0x4fdbbbe4, L:/127.0.0.1:48576 ! R:/127.0.0.1:45077]]@161272373 2024-03-13 11:48:16:205 +0000 [main] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from INITIAL to DONE [[id: 0x4fdbbbe4, L:/127.0.0.1:48576 ! R:/127.0.0.1:45077]]@161272373 2024-03-13 11:48:16:211 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - (Re)connecting to /127.0.0.1:54365 2024-03-13 11:48:16:211 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@187396948 2024-03-13 11:48:16:214 +0000 [nioEventLoopGroup-7-1] WARN org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Connection attempt to '/127.0.0.1:54365' failed io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:54365 Caused by: java.net.ConnectException: Connection refused at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:335) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:833) 2024-03-13 11:48:16:214 +0000 [nioEventLoopGroup-7-1] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTING to INITIAL [N/A]@187396948 2024-03-13 11:48:16:833 +0000 [nioEventLoopGroup-2-2] DEBUG io.netty.buffer.PoolThreadCache - Freed 4 thread-local buffer(s) from thread: nioEventLoopGroup-2-2 2024-03-13 11:48:16:839 +0000 [nioEventLoopGroup-2-4] DEBUG io.netty.buffer.PoolThreadCache - Freed 5 thread-local buffer(s) from thread: nioEventLoopGroup-2-4 2024-03-13 11:48:16:911 +0000 [nioEventLoopGroup-4-2] DEBUG io.netty.buffer.PoolThreadCache - Freed 6 thread-local buffer(s) from thread: nioEventLoopGroup-4-2 2024-03-13 11:48:16:913 +0000 [nioEventLoopGroup-4-4] DEBUG io.netty.buffer.PoolThreadCache - Freed 5 thread-local buffer(s) from thread: nioEventLoopGroup-4-4 2024-03-13 11:48:17:035 +0000 [nioEventLoopGroup-5-4] DEBUG io.netty.buffer.PoolThreadCache - Freed 5 thread-local buffer(s) from thread: nioEventLoopGroup-5-4 2024-03-13 11:48:17:036 +0000 [nioEventLoopGroup-5-2] DEBUG io.netty.buffer.PoolThreadCache - Freed 7 thread-local buffer(s) from thread: nioEventLoopGroup-5-2 2024-03-13 11:48:17:216 +0000 [nioEventLoopGroup-7-4] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - (Re)connecting to /127.0.0.1:54365 2024-03-13 11:48:17:216 +0000 [nioEventLoopGroup-7-4] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@187396948 2024-03-13 11:48:17:219 +0000 [nioEventLoopGroup-7-5] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0xbda4336e, L:/127.0.0.1:44990 - R:/127.0.0.1:54365]]@187396948 2024-03-13 11:48:17:319 +0000 [nioEventLoopGroup-7-6] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Response : TEST 2024-03-13 11:48:17:320 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTED to DONE [[id: 0xbda4336e, L:/127.0.0.1:44990 - R:/127.0.0.1:54365]]@187396948 2024-03-13 11:48:17:328 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - (Re)connecting to /127.0.0.1:55843 2024-03-13 11:48:17:328 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@1973446494 2024-03-13 11:48:17:330 +0000 [nioEventLoopGroup-8-2] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0xabef894b, L:/127.0.0.1:44446 - R:/127.0.0.1:55843]]@1973446494 2024-03-13 11:48:17:430 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - (Re)connecting to /127.0.0.1:55843 2024-03-13 11:48:17:430 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@254059720 2024-03-13 11:48:17:432 +0000 [nioEventLoopGroup-8-6] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0xdae23b64, L:/127.0.0.1:44462 - R:/127.0.0.1:55843]]@254059720 2024-03-13 11:48:17:531 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - (Re)connecting to /127.0.0.1:55843 2024-03-13 11:48:17:531 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@1999933230 2024-03-13 11:48:17:534 +0000 [nioEventLoopGroup-8-10] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0xb47840a5, L:/127.0.0.1:44472 - R:/127.0.0.1:55843]]@1999933230 2024-03-13 11:48:17:633 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - (Re)connecting to /127.0.0.1:55843 2024-03-13 11:48:17:633 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@2057692412 2024-03-13 11:48:17:635 +0000 [nioEventLoopGroup-8-4] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0x0988ce99, L:/127.0.0.1:44478 - R:/127.0.0.1:55843]]@2057692412 2024-03-13 11:48:17:737 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - (Re)connecting to /127.0.0.1:55843 2024-03-13 11:48:17:737 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@1815143090 2024-03-13 11:48:17:739 +0000 [nioEventLoopGroup-8-8] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0x2071fcca, L:/127.0.0.1:44482 - R:/127.0.0.1:55843]]@1815143090 2024-03-13 11:48:17:840 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - (Re)connecting to /127.0.0.1:55843 2024-03-13 11:48:17:841 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@18131093 2024-03-13 11:48:17:842 +0000 [nioEventLoopGroup-8-2] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0x1b7e0951, L:/127.0.0.1:44492 - R:/127.0.0.1:55843]]@18131093 2024-03-13 11:48:17:942 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - (Re)connecting to /127.0.0.1:55843 2024-03-13 11:48:17:942 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@663061279 2024-03-13 11:48:17:943 +0000 [nioEventLoopGroup-8-6] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0x08d17d81, L:/127.0.0.1:44508 - R:/127.0.0.1:55843]]@663061279 2024-03-13 11:48:18:043 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - (Re)connecting to /127.0.0.1:55843 2024-03-13 11:48:18:043 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@1314402902 2024-03-13 11:48:18:045 +0000 [nioEventLoopGroup-8-10] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0x0d1ed648, L:/127.0.0.1:44512 - R:/127.0.0.1:55843]]@1314402902 2024-03-13 11:48:18:147 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - (Re)connecting to /127.0.0.1:55843 2024-03-13 11:48:18:148 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@1365368041 2024-03-13 11:48:18:149 +0000 [nioEventLoopGroup-8-4] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0x1c44a74c, L:/127.0.0.1:44524 - R:/127.0.0.1:55843]]@1365368041 2024-03-13 11:48:18:209 +0000 [nioEventLoopGroup-6-7] DEBUG io.netty.buffer.PoolThreadCache - Freed 5 thread-local buffer(s) from thread: nioEventLoopGroup-6-7 2024-03-13 11:48:18:210 +0000 [nioEventLoopGroup-6-5] DEBUG io.netty.buffer.PoolThreadCache - Freed 6 thread-local buffer(s) from thread: nioEventLoopGroup-6-5 2024-03-13 11:48:18:251 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - (Re)connecting to /127.0.0.1:55843 2024-03-13 11:48:18:251 +0000 [Time-limited test] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@1839464655 2024-03-13 11:48:18:253 +0000 [nioEventLoopGroup-8-8] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0xc0c3ce60, L:/127.0.0.1:44526 - R:/127.0.0.1:55843]]@1839464655 2024-03-13 11:48:18:361 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:363 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:364 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:364 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:364 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:364 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:365 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:365 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:365 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:365 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:365 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:366 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:366 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:366 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:374 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:374 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:374 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:374 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:374 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:374 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:374 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:374 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:374 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:375 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:375 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:375 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:375 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:375 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:375 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:375 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:375 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:375 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:375 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:375 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:375 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:376 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:376 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:376 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:376 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:376 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:376 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:376 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:376 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:376 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:377 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:377 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:377 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:377 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:377 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:377 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:377 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:377 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:378 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:378 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:378 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:378 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:378 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:378 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:378 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:378 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:378 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:378 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:379 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:379 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:379 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:379 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:379 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:379 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:379 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:379 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:379 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:379 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:379 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:380 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:380 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:380 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:380 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:380 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:380 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:380 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:380 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:380 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:380 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:380 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:381 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:381 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:381 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:383 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:383 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:383 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:383 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:384 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:384 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:384 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:384 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:384 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:384 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:384 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:384 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:384 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:384 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:384 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:385 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:385 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:385 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:385 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:385 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:385 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:385 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:385 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:385 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:385 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:385 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:385 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:385 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:385 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:386 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:386 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:386 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:386 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:386 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:386 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:386 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:386 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:387 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:387 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:387 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:387 +0000 [nioEventLoopGroup-8-1] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:387 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:387 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:387 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:387 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:388 +0000 [nioEventLoopGroup-8-5] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:388 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:388 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:388 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:388 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:388 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:388 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:388 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:388 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:389 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:389 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:389 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:389 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:389 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:389 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:389 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:389 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:390 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:390 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:390 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:390 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:390 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:390 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:390 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:390 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:390 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:391 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:391 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:391 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:391 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:391 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:391 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:391 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:391 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:391 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:392 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:392 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:392 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:392 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:392 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:392 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:392 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:392 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:392 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:392 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:392 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:392 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:392 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:393 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:393 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:393 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:393 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:393 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:393 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:393 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:393 +0000 [nioEventLoopGroup-8-7] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:393 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:393 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:393 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:393 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:393 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:393 +0000 [nioEventLoopGroup-8-9] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:393 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:393 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:394 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:394 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:394 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:394 +0000 [nioEventLoopGroup-8-3] INFO org.opendaylight.jsonrpc.bus.zmq.PubSubTest - Messsage : Ola! 2024-03-13 11:48:18:394 +0000 [main] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTED to DONE [[id: 0xc0c3ce60, L:/127.0.0.1:44526 - R:/127.0.0.1:55843]]@1839464655 2024-03-13 11:48:18:395 +0000 [main] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTED to DONE [[id: 0xdae23b64, L:/127.0.0.1:44462 - R:/127.0.0.1:55843]]@254059720 2024-03-13 11:48:18:395 +0000 [main] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTED to DONE [[id: 0x1c44a74c, L:/127.0.0.1:44524 - R:/127.0.0.1:55843]]@1365368041 2024-03-13 11:48:18:396 +0000 [nioEventLoopGroup-8-2] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Scheduling reconnect because state is CONNECTED@1121914745 2024-03-13 11:48:18:396 +0000 [nioEventLoopGroup-8-2] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTED to INITIAL [[id: 0xabef894b, L:/127.0.0.1:44446 ! R:/127.0.0.1:55843]]@1973446494 2024-03-13 11:48:18:396 +0000 [nioEventLoopGroup-8-6] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Scheduling reconnect because state is CONNECTED@1107906689 2024-03-13 11:48:18:396 +0000 [nioEventLoopGroup-8-6] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTED to INITIAL [[id: 0x08d17d81, L:/127.0.0.1:44508 ! R:/127.0.0.1:55843]]@663061279 2024-03-13 11:48:18:396 +0000 [nioEventLoopGroup-8-2] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Scheduling reconnect because state is CONNECTED@2024739154 2024-03-13 11:48:18:396 +0000 [nioEventLoopGroup-8-2] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTED to INITIAL [[id: 0x1b7e0951, L:/127.0.0.1:44492 ! R:/127.0.0.1:55843]]@18131093 2024-03-13 11:48:18:397 +0000 [main] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTED to DONE [[id: 0x2071fcca, L:/127.0.0.1:44482 - R:/127.0.0.1:55843]]@1815143090 2024-03-13 11:48:18:397 +0000 [nioEventLoopGroup-8-4] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Scheduling reconnect because state is CONNECTED@367960478 2024-03-13 11:48:18:397 +0000 [nioEventLoopGroup-8-4] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTED to INITIAL [[id: 0x0988ce99, L:/127.0.0.1:44478 ! R:/127.0.0.1:55843]]@2057692412 2024-03-13 11:48:18:397 +0000 [main] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from INITIAL to DONE [[id: 0x0988ce99, L:/127.0.0.1:44478 ! R:/127.0.0.1:55843]]@2057692412 2024-03-13 11:48:18:398 +0000 [nioEventLoopGroup-8-10] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Scheduling reconnect because state is CONNECTED@1938134589 2024-03-13 11:48:18:398 +0000 [nioEventLoopGroup-8-10] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTED to INITIAL [[id: 0xb47840a5, L:/127.0.0.1:44472 ! R:/127.0.0.1:55843]]@1999933230 2024-03-13 11:48:18:398 +0000 [nioEventLoopGroup-8-10] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Scheduling reconnect because state is CONNECTED@1574506578 2024-03-13 11:48:18:398 +0000 [nioEventLoopGroup-8-10] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from CONNECTED to INITIAL [[id: 0x0d1ed648, L:/127.0.0.1:44512 ! R:/127.0.0.1:55843]]@1314402902 2024-03-13 11:48:18:398 +0000 [main] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from INITIAL to DONE [[id: 0x08d17d81, L:/127.0.0.1:44508 ! R:/127.0.0.1:55843]]@663061279 2024-03-13 11:48:18:399 +0000 [main] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from INITIAL to DONE [[id: 0xabef894b, L:/127.0.0.1:44446 ! R:/127.0.0.1:55843]]@1973446494 2024-03-13 11:48:18:402 +0000 [main] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from INITIAL to DONE [[id: 0xb47840a5, L:/127.0.0.1:44472 ! R:/127.0.0.1:55843]]@1999933230 2024-03-13 11:48:18:403 +0000 [main] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from INITIAL to DONE [[id: 0x1b7e0951, L:/127.0.0.1:44492 ! R:/127.0.0.1:55843]]@18131093 2024-03-13 11:48:18:403 +0000 [main] DEBUG org.opendaylight.jsonrpc.bus.spi.AbstractReconnectingClient - Changing connection state from INITIAL to DONE [[id: 0x0d1ed648, L:/127.0.0.1:44512 ! R:/127.0.0.1:55843]]@1314402902