2025-08-30 08:37:29:101 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:29:104 +0000 [main] INFO AbstractJsonRpcTest - [START]testTxCancel 2025-08-30 08:37:29:104 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:29:118 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : 22251997-1773-432a-b245-ad577cdf7029 2025-08-30 08:37:29:119 +0000 [main] DEBUG JsonRpcDatastoreAdapter - CANCEL : 22251997-1773-432a-b245-ad577cdf7029 2025-08-30 08:37:29:122 +0000 [main] DEBUG JsonRpcDatastoreAdapter - CANCEL : 22251997-1773-432a-b245-ad577cdf7029 2025-08-30 08:37:29:123 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:29:123 +0000 [main] INFO AbstractJsonRpcTest - [END]testTxCancel 2025-08-30 08:37:29:123 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:29:289 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:29:289 +0000 [main] INFO AbstractJsonRpcTest - [START]testPutReducedDataForm 2025-08-30 08:37:29:290 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:29:351 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:grillconf":{}} 2025-08-30 08:37:29:354 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-08-30 08:37:29:355 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : dccc62a5-181f-494f-a330-ec516b3f0b58, store : CONFIGURATION, entity : test-model, path : {"test-model-data:grillconf":{}}, YII :/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)grillconf, data : {"gasKnob":10} 2025-08-30 08:37:29:362 +0000 [main] TRACE DataCodec - [Decode] input : {"gasKnob":10} 2025-08-30 08:37:29:430 +0000 [main] TRACE DataCodec - [Decode] result : ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)grillconf, body=[ImmutableLeafNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)gasKnob, body=10}]} 2025-08-30 08:37:29:450 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : dccc62a5-181f-494f-a330-ec516b3f0b58 2025-08-30 08:37:29:490 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:29:491 +0000 [main] INFO AbstractJsonRpcTest - [END]testPutReducedDataForm 2025-08-30 08:37:29:491 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:29:611 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:29:611 +0000 [main] INFO AbstractJsonRpcTest - [START]testPathToListItem 2025-08-30 08:37:29:611 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:29:615 +0000 [main] INFO RemoteControlTest - YII : /(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology/topology/topology[{(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)topology-id=topology1}]/node/node[{(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)node-id=node1}]/termination-point/termination-point[{(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)tp-id=eth0}] 2025-08-30 08:37:29:616 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{"topology":[{"topology-id":"topology1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}]}]}} 2025-08-30 08:37:29:616 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology":[{"topology-id":"topology1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}]}]} 2025-08-30 08:37:29:616 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"topology-id":"topology1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}]}] 2025-08-30 08:37:29:617 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology-id":"topology1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}]} 2025-08-30 08:37:29:617 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "topology1" 2025-08-30 08:37:29:617 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}] 2025-08-30 08:37:29:617 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"node-id":"node1","termination-point":[{"tp-id":"eth0"}]} 2025-08-30 08:37:29:617 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "node1" 2025-08-30 08:37:29:617 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"tp-id":"eth0"}] 2025-08-30 08:37:29:617 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"tp-id":"eth0"} 2025-08-30 08:37:29:617 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "eth0" 2025-08-30 08:37:29:617 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:29:618 +0000 [main] INFO AbstractJsonRpcTest - [END]testPathToListItem 2025-08-30 08:37:29:618 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:29:722 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:29:722 +0000 [main] INFO AbstractJsonRpcTest - [START]testDcn 2025-08-30 08:37:29:722 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:29:752 +0000 [Time-limited test] DEBUG InternalLoggerFactory - Using SLF4J as the default logging framework 2025-08-30 08:37:29:754 +0000 [Time-limited test] DEBUG MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 8 2025-08-30 08:37:29:758 +0000 [Time-limited test] DEBUG NioIoHandler - -Dio.netty.noKeySetOptimization: false 2025-08-30 08:37:29:759 +0000 [Time-limited test] DEBUG NioIoHandler - -Dio.netty.selectorAutoRebuildThreshold: 512 2025-08-30 08:37:29:770 +0000 [Time-limited test] DEBUG GlobalEventExecutor - -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1 2025-08-30 08:37:29:779 +0000 [Time-limited test] DEBUG InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 2025-08-30 08:37:29:782 +0000 [Time-limited test] DEBUG InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 2025-08-30 08:37:29:800 +0000 [Time-limited test] DEBUG PlatformDependent0 - Java version: 21 2025-08-30 08:37:29:800 +0000 [Time-limited test] DEBUG PlatformDependent0 - -Dio.netty.noUnsafe: false 2025-08-30 08:37:29:803 +0000 [Time-limited test] DEBUG PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available 2025-08-30 08:37:29:804 +0000 [Time-limited test] DEBUG PlatformDependent0 - sun.misc.Unsafe base methods: all available 2025-08-30 08:37:29:804 +0000 [Time-limited test] DEBUG PlatformDependent0 - java.nio.Buffer.address: available 2025-08-30 08:37:29:805 +0000 [Time-limited test] DEBUG PlatformDependent0 - direct buffer constructor: unavailable: Reflective setAccessible(true) disabled 2025-08-30 08:37:29:806 +0000 [Time-limited test] DEBUG PlatformDependent0 - java.nio.Bits.unaligned: available, true 2025-08-30 08:37:29:806 +0000 [Time-limited test] DEBUG PlatformDependent0 - jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: symbolic reference class is not accessible: class jdk.internal.misc.Unsafe, from class io.netty.util.internal.PlatformDependent0 (unnamed module @1ae8bcbc) 2025-08-30 08:37:29:807 +0000 [Time-limited test] DEBUG PlatformDependent0 - java.nio.DirectByteBuffer.(long, {int,long}): unavailable 2025-08-30 08:37:29:807 +0000 [Time-limited test] DEBUG PlatformDependent - sun.misc.Unsafe: available 2025-08-30 08:37:29:807 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.tmpdir: /tmp (java.io.tmpdir) 2025-08-30 08:37:29:807 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model) 2025-08-30 08:37:29:808 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.maxDirectMemory: -1 bytes 2025-08-30 08:37:29:809 +0000 [Time-limited test] DEBUG CleanerJava9 - java.nio.ByteBuffer.cleaner(): available 2025-08-30 08:37:29:809 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.noPreferDirect: false 2025-08-30 08:37:29:813 +0000 [Time-limited test] DEBUG PlatformDependent - org.jctools-core.MpscChunkedArrayQueue: available 2025-08-30 08:37:29:872 +0000 [Time-limited test] DEBUG DefaultChannelId - -Dio.netty.processId: 5067 (auto-detected) 2025-08-30 08:37:29:879 +0000 [Time-limited test] DEBUG NetUtil - -Djava.net.preferIPv4Stack: false 2025-08-30 08:37:29:879 +0000 [Time-limited test] DEBUG NetUtil - -Djava.net.preferIPv6Addresses: false 2025-08-30 08:37:29:881 +0000 [Time-limited test] DEBUG NetUtilInitializations - Loopback interface: lo (lo, 0:0:0:0:0:0:0:1%lo) 2025-08-30 08:37:29:882 +0000 [Time-limited test] DEBUG NetUtil - /proc/sys/net/core/somaxconn: 4096 2025-08-30 08:37:29:883 +0000 [Time-limited test] DEBUG DefaultChannelId - -Dio.netty.machineId: 02:42:26:ff:fe:0f:36:7a (auto-detected) 2025-08-30 08:37:29:898 +0000 [Time-limited test] DEBUG ResourceLeakDetector - -Dio.netty.leakDetection.level: simple 2025-08-30 08:37:29:898 +0000 [Time-limited test] DEBUG ResourceLeakDetector - -Dio.netty.leakDetection.targetRecords: 4 2025-08-30 08:37:29:930 +0000 [Time-limited test] DEBUG AdaptiveByteBufAllocator - -Dio.netty.allocator.useCachedMagazinesForNonEventLoopThreads: false 2025-08-30 08:37:29:947 +0000 [Time-limited test] DEBUG Recycler - -Dio.netty.recycler.maxCapacityPerThread: 4096 2025-08-30 08:37:29:947 +0000 [Time-limited test] DEBUG Recycler - -Dio.netty.recycler.ratio: 8 2025-08-30 08:37:29:947 +0000 [Time-limited test] DEBUG Recycler - -Dio.netty.recycler.chunkSize: 32 2025-08-30 08:37:29:947 +0000 [Time-limited test] DEBUG Recycler - -Dio.netty.recycler.blocking: false 2025-08-30 08:37:29:948 +0000 [Time-limited test] DEBUG Recycler - -Dio.netty.recycler.batchFastThreadLocalOnly: true 2025-08-30 08:37:29:951 +0000 [Time-limited test] DEBUG ByteBufUtil - -Dio.netty.allocator.type: adaptive 2025-08-30 08:37:29:951 +0000 [Time-limited test] DEBUG ByteBufUtil - -Dio.netty.threadLocalDirectBufferSize: 0 2025-08-30 08:37:29:951 +0000 [Time-limited test] DEBUG ByteBufUtil - -Dio.netty.maxThreadLocalCharBufferSize: 16384 2025-08-30 08:37:29:953 +0000 [Time-limited test] DEBUG ChannelInitializerExtensions - -Dio.netty.bootstrap.extensions: null 2025-08-30 08:37:29:986 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - (Re)connecting to /127.0.0.1:58373 2025-08-30 08:37:29:986 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@1959030029 2025-08-30 08:37:30:033 +0000 [nioEventLoopGroup-2-2] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0x247605be, L:/127.0.0.1:34352 - R:/127.0.0.1:58373]]@1959030029 2025-08-30 08:37:30:046 +0000 [nioEventLoopGroup-2-3] DEBUG AbstractByteBuf - -Dio.netty.buffer.checkAccessible: true 2025-08-30 08:37:30:046 +0000 [nioEventLoopGroup-2-3] DEBUG AbstractByteBuf - -Dio.netty.buffer.checkBounds: true 2025-08-30 08:37:30:047 +0000 [nioEventLoopGroup-2-3] DEBUG ResourceLeakDetectorFactory - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@1eb726a8 2025-08-30 08:37:30:122 +0000 [Time-limited test] DEBUG RequesterSessionImpl - Sending request : {"jsonrpc":"2.0","id":1,"method":"addListener","params":{"transport":null,"store":"config","entity":"test-model","path":{"test-model-data:top-container":{}}}} 2025-08-30 08:37:30:131 +0000 [defaultEventExecutorGroup-3-2] DEBUG ServerHandler - First empty frame discarded : DefaultMessage [isLast=false, content=EmptyByteBufBE] 2025-08-30 08:37:30:134 +0000 [defaultEventExecutorGroup-3-2] INFO ResponderSessionImpl - Request : {"jsonrpc":"2.0","id":1,"method":"addListener","params":{"transport":null,"store":"config","entity":"test-model","path":{"test-model-data:top-container":{}}}} 2025-08-30 08:37:30:139 +0000 [defaultEventExecutorGroup-3-2] DEBUG AbstractProxyHandlerAdapter - Attempting method candidate MethodCandidate [method=public org.opendaylight.jsonrpc.model.ListenerKey org.opendaylight.jsonrpc.impl.RemoteControl.addListener(org.opendaylight.jsonrpc.model.AddListenerArgument) throws java.io.IOException] 2025-08-30 08:37:30:143 +0000 [defaultEventExecutorGroup-3-2] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-08-30 08:37:30:143 +0000 [defaultEventExecutorGroup-3-2] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-08-30 08:37:30:158 +0000 [defaultEventExecutorGroup-3-2] INFO ResponderSessionImpl - Response : {"jsonrpc":"2.0","id":1,"result":{"uri":"zmq://127.0.0.1:38441","name":"e65be3f2-3d17-4cc7-b4bf-d490afdff84c"}} 2025-08-30 08:37:30:160 +0000 [defaultEventExecutorGroup-3-1] DEBUG RequesterSessionImpl - Response from [id: 0x247605be, L:/127.0.0.1:34352 - R:/127.0.0.1:58373] : {"jsonrpc":"2.0","id":1,"result":{"uri":"zmq://127.0.0.1:38441","name":"e65be3f2-3d17-4cc7-b4bf-d490afdff84c"}} 2025-08-30 08:37:30:161 +0000 [Time-limited test] INFO RemoteControlTest - Publisher at org.opendaylight.jsonrpc.model.ListenerKey@cab122d7 2025-08-30 08:37:30:164 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - (Re)connecting to /127.0.0.1:38441 2025-08-30 08:37:30:164 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@676739288 2025-08-30 08:37:30:165 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - TXID : df4765a4-135d-4999-b941-8dc7a906ba04 2025-08-30 08:37:30:165 +0000 [Time-limited test] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-08-30 08:37:30:165 +0000 [Time-limited test] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-08-30 08:37:30:165 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - PUT txId : df4765a4-135d-4999-b941-8dc7a906ba04, store : CONFIGURATION, entity : test-model, path : {"test-model-data:top-container":{}}, YII :/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container, data : {"level2a":{"abc":"123"}} 2025-08-30 08:37:30:166 +0000 [Time-limited test] TRACE DataCodec - [Decode] input : {"level2a":{"abc":"123"}} 2025-08-30 08:37:30:168 +0000 [nioEventLoopGroup-2-5] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0x09ae96f6, L:/127.0.0.1:33908 - R:/127.0.0.1:38441]]@676739288 2025-08-30 08:37:30:168 +0000 [Time-limited test] TRACE DataCodec - [Decode] result : ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container, body=[ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)level2a, body=[ImmutableLeafNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)abc, body=123}]}]} 2025-08-30 08:37:30:168 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - COMMIT : df4765a4-135d-4999-b941-8dc7a906ba04 2025-08-30 08:37:30:189 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - TXID : 47184cb0-e302-4a4a-bbd0-fe02cc8e1b7a 2025-08-30 08:37:30:190 +0000 [Time-limited test] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-08-30 08:37:30:190 +0000 [Time-limited test] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-08-30 08:37:30:190 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - DELETE : tx=47184cb0-e302-4a4a-bbd0-fe02cc8e1b7a, store=CONFIGURATION, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2025-08-30 08:37:30:190 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - COMMIT : 47184cb0-e302-4a4a-bbd0-fe02cc8e1b7a 2025-08-30 08:37:30:195 +0000 [pool-36-thread-1] TRACE JsonRpcPathCodec - [Encode][Unkeyed]: (urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2025-08-30 08:37:30:196 +0000 [pool-36-thread-1] TRACE DataCodec - [Decode] input : ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container, body=[ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)level2a, body=[ImmutableLeafNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)abc, body=123}]}]} 2025-08-30 08:37:30:217 +0000 [pool-36-thread-1] TRACE DataCodec - [Decode] result : {"level2a":{"abc":"123"}} 2025-08-30 08:37:30:217 +0000 [pool-36-thread-1] DEBUG DataChangeListenerRegistration - Sending notification DataChangeNotification [changes=[org.opendaylight.jsonrpc.model.JSONRPCArg@3c489a3c]] 2025-08-30 08:37:30:224 +0000 [defaultEventExecutorGroup-3-3] DEBUG NotificationHandlerAdapter - Notification : {"jsonrpc":"2.0","method":"notifyListener","params":{"changes":[{"path":{"test-model-data:top-container":{}},"data":{"level2a":{"abc":"123"}}}]}} 2025-08-30 08:37:30:225 +0000 [defaultEventExecutorGroup-3-3] DEBUG AbstractProxyHandlerAdapter - Attempting method candidate MethodCandidate [method=public void org.opendaylight.jsonrpc.provider.common.DcnPublisherImpl.notifyListener(org.opendaylight.jsonrpc.model.DataChangeNotification)] 2025-08-30 08:37:30:228 +0000 [Time-limited test] DEBUG RequesterSessionImpl - Sending request : {"jsonrpc":"2.0","id":2,"method":"deleteListener","params":{"uri":"zmq://127.0.0.1:38441","name":"e65be3f2-3d17-4cc7-b4bf-d490afdff84c"}} 2025-08-30 08:37:30:230 +0000 [defaultEventExecutorGroup-3-2] DEBUG ServerHandler - First empty frame discarded : DefaultMessage [isLast=false, content=EmptyByteBufBE] 2025-08-30 08:37:30:230 +0000 [defaultEventExecutorGroup-3-2] INFO ResponderSessionImpl - Request : {"jsonrpc":"2.0","id":2,"method":"deleteListener","params":{"uri":"zmq://127.0.0.1:38441","name":"e65be3f2-3d17-4cc7-b4bf-d490afdff84c"}} 2025-08-30 08:37:30:232 +0000 [defaultEventExecutorGroup-3-2] DEBUG AbstractProxyHandlerAdapter - Attempting method candidate MethodCandidate [method=public boolean org.opendaylight.jsonrpc.impl.RemoteControl.deleteListener(org.opendaylight.jsonrpc.model.DeleteListenerArgument)] 2025-08-30 08:37:30:233 +0000 [defaultEventExecutorGroup-3-2] DEBUG DataChangeListenerRegistration - Closing notification publisher for path /(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2025-08-30 08:37:30:233 +0000 [defaultEventExecutorGroup-3-2] DEBUG ProxyServiceImpl - Cleaning up proxy instance AbstractSession [closeable=AbstractSession [PUB@zmq://127.0.0.1:38441@1354416744], timeout=30000] 2025-08-30 08:37:30:233 +0000 [pool-36-thread-1] TRACE JsonRpcPathCodec - [Encode][Unkeyed]: (urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2025-08-30 08:37:30:237 +0000 [pool-36-thread-1] TRACE DataCodec - [Decode] input : null 2025-08-30 08:37:30:238 +0000 [pool-36-thread-1] DEBUG DataChangeListenerRegistration - Sending notification DataChangeNotification [changes=[org.opendaylight.jsonrpc.model.JSONRPCArg@732a7b68]] 2025-08-30 08:37:30:238 +0000 [pool-36-thread-1] ERROR AbstractBatchingExecutor - DataTreeChangeListenerQueueMgr + dsName: Error invoking worker RegImpl{closed=false, instance=org.opendaylight.jsonrpc.impl.DataChangeListenerRegistration@75ea4559} with [DefaultDataTreeCandidate{rootPath=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container, rootNode=DataTreeCandidateNode{modificationType=DELETE, oldMeta=SimpleContainerNode{version=Version[553b91b7], data=ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container, body=[ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)level2a, body=[ImmutableLeafNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)abc, body=123}]}]}}}}] org.opendaylight.jsonrpc.bus.messagelib.ProxyServiceGenericException: Logic error at org.opendaylight.jsonrpc.bus.messagelib.ProxyServiceImpl.invoke(ProxyServiceImpl.java:197) at jdk.proxy2/jdk.proxy2.$Proxy18.notifyListener(Unknown Source) at org.opendaylight.jsonrpc.impl.DataChangeListenerRegistration.onDataTreeChanged(DataChangeListenerRegistration.java:89) at org.opendaylight.mdsal.dom.store.inmemory.InMemoryDOMStoreTreeChangePublisher.lambda$new$0(InMemoryDOMStoreTreeChangePublisher.java:36) at org.opendaylight.yangtools.util.concurrent.AbstractQueuedNotificationManager.executeBatch(AbstractQueuedNotificationManager.java:88) at org.opendaylight.yangtools.util.concurrent.AbstractBatchingExecutor$DispatcherTask.invokeWorker(AbstractBatchingExecutor.java:305) at org.opendaylight.yangtools.util.concurrent.AbstractBatchingExecutor$DispatcherTask.run(AbstractBatchingExecutor.java:292) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) 2025-08-30 08:37:30:237 +0000 [defaultEventExecutorGroup-3-2] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractSession [PUB@zmq://127.0.0.1:38441@1354416744] 2025-08-30 08:37:30:241 +0000 [defaultEventExecutorGroup-3-2] INFO ResponderSessionImpl - Response : {"jsonrpc":"2.0","id":2,"result":true} 2025-08-30 08:37:30:242 +0000 [nioEventLoopGroup-2-5] DEBUG AbstractReconnectingClient - Scheduling reconnect because state is CONNECTED@589272571 2025-08-30 08:37:30:242 +0000 [nioEventLoopGroup-2-5] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to INITIAL [[id: 0x09ae96f6, L:/127.0.0.1:33908 ! R:/127.0.0.1:38441]]@676739288 2025-08-30 08:37:30:242 +0000 [defaultEventExecutorGroup-3-1] DEBUG RequesterSessionImpl - Response from [id: 0x247605be, L:/127.0.0.1:34352 - R:/127.0.0.1:58373] : {"jsonrpc":"2.0","id":2,"result":true} 2025-08-30 08:37:30:243 +0000 [Time-limited test] DEBUG ProxyServiceImpl - Cleaning up proxy instance AbstractSession [closeable=AbstractReconnectingClient [state=CONNECTED, uri=zmq://127.0.0.1:58373, sessionType=REQ, hashCode=1959030029], timeout=30000] 2025-08-30 08:37:30:247 +0000 [Time-limited test] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractReconnectingClient [state=CONNECTED, uri=zmq://127.0.0.1:58373, sessionType=REQ, hashCode=1959030029] 2025-08-30 08:37:30:247 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to DONE [[id: 0x247605be, L:/127.0.0.1:34352 - R:/127.0.0.1:58373]]@1959030029 2025-08-30 08:37:30:247 +0000 [Time-limited test] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractReconnectingClient [state=INITIAL, uri=zmq://127.0.0.1:38441, sessionType=SUB, hashCode=676739288] 2025-08-30 08:37:30:247 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to DONE [[id: 0x09ae96f6, L:/127.0.0.1:33908 ! R:/127.0.0.1:38441]]@676739288 2025-08-30 08:37:30:248 +0000 [Time-limited test] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractSession [REP@zmq://0.0.0.0:58373@443659780] 2025-08-30 08:37:30:248 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:30:248 +0000 [main] INFO AbstractJsonRpcTest - [END]testDcn 2025-08-30 08:37:30:248 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:30:339 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:30:339 +0000 [main] INFO AbstractJsonRpcTest - [START]testCRUD2 2025-08-30 08:37:30:339 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:30:340 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : e74ead48-c343-49bb-99e6-74320c97ab24 2025-08-30 08:37:30:340 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-08-30 08:37:30:340 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-08-30 08:37:30:340 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : e74ead48-c343-49bb-99e6-74320c97ab24, store : OPERATIONAL, entity : test-model, path : {"test-model-data:top-container":{}}, YII :/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container, data : {"level2a":{"abc":"123"}} 2025-08-30 08:37:30:340 +0000 [main] TRACE DataCodec - [Decode] input : {"level2a":{"abc":"123"}} 2025-08-30 08:37:30:341 +0000 [main] TRACE DataCodec - [Decode] result : ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container, body=[ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)level2a, body=[ImmutableLeafNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)abc, body=123}]}]} 2025-08-30 08:37:30:341 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-08-30 08:37:30:341 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-08-30 08:37:30:341 +0000 [main] DEBUG JsonRpcDatastoreAdapter - EXISTS store=OPERATIONAL, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2025-08-30 08:37:30:346 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : e74ead48-c343-49bb-99e6-74320c97ab24 2025-08-30 08:37:30:347 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-08-30 08:37:30:347 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-08-30 08:37:30:347 +0000 [main] DEBUG JsonRpcDatastoreAdapter - EXISTS store=OPERATIONAL, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2025-08-30 08:37:30:347 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:30:347 +0000 [main] INFO AbstractJsonRpcTest - [END]testCRUD2 2025-08-30 08:37:30:348 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:30:429 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:30:429 +0000 [main] INFO AbstractJsonRpcTest - [START]testMerge 2025-08-30 08:37:30:430 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:30:983 +0000 [main] INFO RemoteControlTest - Merging data /(urn:opendaylight:jsonrpc?revision=2016-12-01)config/configured-endpoints/configured-endpoints[{(urn:opendaylight:jsonrpc?revision=2016-12-01)name=name-1}] at path ImmutableMapEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)configured-endpoints[{(urn:opendaylight:jsonrpc?revision=2016-12-01)name=name-1}], body=[ImmutableLeafNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)name, body=name-1}, ImmutableSystemLeafSetNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules, body=[ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[ietf-inet-types], body=ietf-inet-types}]}]} 2025-08-30 08:37:30:998 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:30:998 +0000 [main] INFO AbstractJsonRpcTest - [END]testMerge 2025-08-30 08:37:30:998 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:076 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:076 +0000 [main] INFO AbstractJsonRpcTest - [START]testCRUD 2025-08-30 08:37:31:076 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:077 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : e2821dca-ae29-473e-8d37-924bab6b55eb 2025-08-30 08:37:31:077 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-08-30 08:37:31:077 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-08-30 08:37:31:077 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : e2821dca-ae29-473e-8d37-924bab6b55eb, store : OPERATIONAL, entity : test-model, path : {"test-model-data:top-container":{}}, YII :/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container, data : {"level2a":{}} 2025-08-30 08:37:31:077 +0000 [main] TRACE DataCodec - [Decode] input : {"level2a":{}} 2025-08-30 08:37:31:078 +0000 [main] TRACE DataCodec - [Decode] result : ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container, body=[ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)level2a, body=[]}]} 2025-08-30 08:37:31:078 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : e2821dca-ae29-473e-8d37-924bab6b55eb 2025-08-30 08:37:31:079 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-08-30 08:37:31:079 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-08-30 08:37:31:080 +0000 [main] DEBUG JsonRpcDatastoreAdapter - EXISTS store=OPERATIONAL, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2025-08-30 08:37:31:080 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : e366d5b7-4d54-464d-a528-a9a3b130bc64 2025-08-30 08:37:31:080 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-08-30 08:37:31:080 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-08-30 08:37:31:080 +0000 [main] DEBUG JsonRpcDatastoreAdapter - DELETE : tx=e366d5b7-4d54-464d-a528-a9a3b130bc64, store=OPERATIONAL, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2025-08-30 08:37:31:080 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : e366d5b7-4d54-464d-a528-a9a3b130bc64 2025-08-30 08:37:31:081 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-08-30 08:37:31:081 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-08-30 08:37:31:081 +0000 [main] DEBUG JsonRpcDatastoreAdapter - EXISTS store=OPERATIONAL, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2025-08-30 08:37:31:081 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:081 +0000 [main] INFO AbstractJsonRpcTest - [END]testCRUD 2025-08-30 08:37:31:082 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:155 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:155 +0000 [main] INFO AbstractJsonRpcTest - [START]testCancelNonExistentTX 2025-08-30 08:37:31:155 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:155 +0000 [main] DEBUG JsonRpcDatastoreAdapter - CANCEL : 33b0995b-01f2-4bb0-85c7-49b0f04ca06a 2025-08-30 08:37:31:155 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:155 +0000 [main] INFO AbstractJsonRpcTest - [END]testCancelNonExistentTX 2025-08-30 08:37:31:155 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:225 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:225 +0000 [main] INFO AbstractJsonRpcTest - [START]testPutWithoutTx 2025-08-30 08:37:31:225 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:226 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-08-30 08:37:31:226 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-08-30 08:37:31:226 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : 99c6b77d-9c32-4c5d-ac5c-6e284d268239, store : OPERATIONAL, entity : test-model, path : {"test-model-data:top-container":{}}, YII :/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container, data : {"level2a":{}} 2025-08-30 08:37:31:226 +0000 [main] TRACE DataCodec - [Decode] input : {"level2a":{}} 2025-08-30 08:37:31:227 +0000 [main] TRACE DataCodec - [Decode] result : ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container, body=[ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)level2a, body=[]}]} 2025-08-30 08:37:31:227 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:227 +0000 [main] INFO AbstractJsonRpcTest - [END]testPutWithoutTx 2025-08-30 08:37:31:227 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:293 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:293 +0000 [main] INFO AbstractJsonRpcTest - [START]testMergeListItemNonExistentList 2025-08-30 08:37:31:293 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:293 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : db1f3eba-e636-4fc4-9fca-e683ad85e8b7 2025-08-30 08:37:31:294 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"jsonrpc:config":{"configured-endpoints":[{"name":"lab-mlx"}]}} 2025-08-30 08:37:31:294 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"configured-endpoints":[{"name":"lab-mlx"}]} 2025-08-30 08:37:31:294 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"name":"lab-mlx"}] 2025-08-30 08:37:31:294 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"name":"lab-mlx"} 2025-08-30 08:37:31:294 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "lab-mlx" 2025-08-30 08:37:31:294 +0000 [main] DEBUG JsonRpcDatastoreAdapter - MERGE : tx=db1f3eba-e636-4fc4-9fca-e683ad85e8b7, store=CONFIGURATION, entity=, path={"jsonrpc:config":{"configured-endpoints":[{"name":"lab-mlx"}]}}, YII=/(urn:opendaylight:jsonrpc?revision=2016-12-01)config/configured-endpoints/configured-endpoints[{(urn:opendaylight:jsonrpc?revision=2016-12-01)name=lab-mlx}], data={"name":"lab-mlx","modules":["ietf-inet-types","brocade-mlx-interfaces","brocade-mlx-router","brocade-mlx-security","brocade-mlx-types"]} 2025-08-30 08:37:31:295 +0000 [main] TRACE DataCodec - [Decode] input : {"name":"lab-mlx","modules":["ietf-inet-types","brocade-mlx-interfaces","brocade-mlx-router","brocade-mlx-security","brocade-mlx-types"]} 2025-08-30 08:37:31:304 +0000 [main] TRACE DataCodec - [Decode] result : ImmutableMapEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)configured-endpoints[{(urn:opendaylight:jsonrpc?revision=2016-12-01)name=lab-mlx}], body=[ImmutableLeafNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)name, body=lab-mlx}, ImmutableSystemLeafSetNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules, body=UnmodifiableCollection{[ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[brocade-mlx-types], body=brocade-mlx-types}, ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[brocade-mlx-interfaces], body=brocade-mlx-interfaces}, ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[brocade-mlx-router], body=brocade-mlx-router}, ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[brocade-mlx-security], body=brocade-mlx-security}, ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[ietf-inet-types], body=ietf-inet-types}]}}]} 2025-08-30 08:37:31:307 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : db1f3eba-e636-4fc4-9fca-e683ad85e8b7 2025-08-30 08:37:31:308 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:308 +0000 [main] INFO AbstractJsonRpcTest - [END]testMergeListItemNonExistentList 2025-08-30 08:37:31:308 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:376 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:377 +0000 [main] INFO AbstractJsonRpcTest - [START]testPathToLeaf 2025-08-30 08:37:31:377 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:377 +0000 [main] INFO RemoteControlTest - YII : /(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology/topology/topology[{(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)topology-id=topology1}]/server-provided 2025-08-30 08:37:31:377 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{"topology":[{"topology-id":"topology1","server-provided":{}}]}} 2025-08-30 08:37:31:377 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology":[{"topology-id":"topology1","server-provided":{}}]} 2025-08-30 08:37:31:377 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"topology-id":"topology1","server-provided":{}}] 2025-08-30 08:37:31:377 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology-id":"topology1","server-provided":{}} 2025-08-30 08:37:31:377 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "topology1" 2025-08-30 08:37:31:377 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-08-30 08:37:31:378 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:378 +0000 [main] INFO AbstractJsonRpcTest - [END]testPathToLeaf 2025-08-30 08:37:31:378 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:441 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:441 +0000 [main] INFO AbstractJsonRpcTest - [START]testReducedData 2025-08-30 08:37:31:441 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:441 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"jsonrpc:config":{"configured-endpoints":[{"name":"lab-mlx"}]}} 2025-08-30 08:37:31:441 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"configured-endpoints":[{"name":"lab-mlx"}]} 2025-08-30 08:37:31:441 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"name":"lab-mlx"}] 2025-08-30 08:37:31:441 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"name":"lab-mlx"} 2025-08-30 08:37:31:441 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "lab-mlx" 2025-08-30 08:37:31:442 +0000 [main] TRACE DataCodec - [Decode] input : {"name":"lab-mlx","modules":["ietf-inet-types","brocade-mlx-interfaces","brocade-mlx-router","brocade-mlx-security","brocade-mlx-types"]} 2025-08-30 08:37:31:442 +0000 [main] TRACE DataCodec - [Decode] result : ImmutableMapEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)configured-endpoints[{(urn:opendaylight:jsonrpc?revision=2016-12-01)name=lab-mlx}], body=[ImmutableLeafNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)name, body=lab-mlx}, ImmutableSystemLeafSetNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules, body=UnmodifiableCollection{[ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[brocade-mlx-types], body=brocade-mlx-types}, ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[brocade-mlx-interfaces], body=brocade-mlx-interfaces}, ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[brocade-mlx-router], body=brocade-mlx-router}, ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[brocade-mlx-security], body=brocade-mlx-security}, ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[ietf-inet-types], body=ietf-inet-types}]}}]} 2025-08-30 08:37:31:443 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:443 +0000 [main] INFO AbstractJsonRpcTest - [END]testReducedData 2025-08-30 08:37:31:443 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:506 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:506 +0000 [main] INFO AbstractJsonRpcTest - [START]testReadTopologyData 2025-08-30 08:37:31:506 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:598 +0000 [main] INFO RemoteControlTest - Path len : 1 2025-08-30 08:37:31:598 +0000 [main] INFO RemoteControlTest - (urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology : (urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology 2025-08-30 08:37:31:598 +0000 [main] TRACE JsonRpcPathCodec - [Encode][Unkeyed]: (urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology 2025-08-30 08:37:31:599 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{}} 2025-08-30 08:37:31:599 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-08-30 08:37:31:599 +0000 [main] INFO RemoteControlTest - JSON path : {"network-topology:network-topology":{}} 2025-08-30 08:37:31:599 +0000 [main] INFO RemoteControlTest - path from codec : /(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology 2025-08-30 08:37:31:599 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{}} 2025-08-30 08:37:31:599 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-08-30 08:37:31:599 +0000 [main] DEBUG JsonRpcDatastoreAdapter - READ : YII :/(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology 2025-08-30 08:37:31:599 +0000 [main] TRACE DataCodec - [Decode] input : ImmutableContainerNode{name=(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology, body=[ImmutableSystemMapNode{name=(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)topology, body=[ImmutableMapEntryNode{name=(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)topology[{(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)topology-id=topo1}], body=[ImmutableLeafNode{name=(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)topology-id, body=topo1}, ImmutableSystemMapNode{name=(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)node, body=[ImmutableMapEntryNode{name=(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)node[{(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)node-id=node1}], body=[ImmutableLeafNode{name=(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)node-id, body=node1}, ImmutableSystemMapNode{name=(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)termination-point, body=[ImmutableMapEntryNode{name=(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)termination-point[{(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)tp-id=eth0}], body=[ImmutableLeafNode{name=(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)tp-id, body=eth0}]}]}]}]}, ImmutableLeafNode{name=(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)server-provided, body=true}]}]}]} 2025-08-30 08:37:31:602 +0000 [main] TRACE DataCodec - [Decode] result : {"topology":[{"topology-id":"topo1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}],"server-provided":true}]} 2025-08-30 08:37:31:602 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:602 +0000 [main] INFO AbstractJsonRpcTest - [END]testReadTopologyData 2025-08-30 08:37:31:602 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:663 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:663 +0000 [main] INFO AbstractJsonRpcTest - [START]testInvalidPaths 2025-08-30 08:37:31:663 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:663 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{"topology":[1]}} 2025-08-30 08:37:31:663 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology":[1]} 2025-08-30 08:37:31:663 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [1] 2025-08-30 08:37:31:664 +0000 [main] INFO RemoteControlTest - This was expected : Unexpected JsonElement : JsonPrimitive => 1 2025-08-30 08:37:31:664 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{"topology":[[]]}} 2025-08-30 08:37:31:664 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology":[[]]} 2025-08-30 08:37:31:664 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [[]] 2025-08-30 08:37:31:664 +0000 [main] INFO RemoteControlTest - This was expected : Unexpected JsonElement : JsonArray => [] 2025-08-30 08:37:31:664 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":null} 2025-08-30 08:37:31:664 +0000 [main] INFO RemoteControlTest - This was expected : Unexpected element : JsonNull => null 2025-08-30 08:37:31:664 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"non-existent-module:data1":{}} 2025-08-30 08:37:31:664 +0000 [main] INFO RemoteControlTest - This was expected : Module 'non-existent-module' not found in schema 2025-08-30 08:37:31:664 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:664 +0000 [main] INFO AbstractJsonRpcTest - [END]testInvalidPaths 2025-08-30 08:37:31:665 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:725 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:725 +0000 [main] INFO AbstractJsonRpcTest - [START]testRemoveNonExistentDcn 2025-08-30 08:37:31:725 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:725 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:725 +0000 [main] INFO AbstractJsonRpcTest - [END]testRemoveNonExistentDcn 2025-08-30 08:37:31:725 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:780 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:780 +0000 [main] INFO AbstractJsonRpcTest - [START]testCommitNonExistentTX 2025-08-30 08:37:31:780 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:781 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : f6714be1-ded8-4c8d-a5c3-2a755ce207b7 2025-08-30 08:37:31:781 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:781 +0000 [main] INFO AbstractJsonRpcTest - [END]testCommitNonExistentTX 2025-08-30 08:37:31:781 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:836 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:836 +0000 [main] INFO AbstractJsonRpcTest - [START]testTxPutMergeDelete 2025-08-30 08:37:31:836 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:836 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : dbcb43e4-6d5c-4313-936f-babf95e5c6ec 2025-08-30 08:37:31:836 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-08-30 08:37:31:836 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-08-30 08:37:31:836 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : dbcb43e4-6d5c-4313-936f-babf95e5c6ec, store : OPERATIONAL, entity : test-model, path : {"test-model-data:top-container":{}}, YII :/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container, data : {"level2a":{}} 2025-08-30 08:37:31:837 +0000 [main] TRACE DataCodec - [Decode] input : {"level2a":{}} 2025-08-30 08:37:31:837 +0000 [main] TRACE DataCodec - [Decode] result : ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container, body=[ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)level2a, body=[]}]} 2025-08-30 08:37:31:838 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : dbcb43e4-6d5c-4313-936f-babf95e5c6ec 2025-08-30 08:37:31:841 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"jsonrpc:config":{}} 2025-08-30 08:37:31:841 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-08-30 08:37:31:841 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : bd8679b4-53c2-45a6-bd18-3f2ff08d2266, store : CONFIGURATION, entity : something, path : {"jsonrpc:config":{}}, YII :/(urn:opendaylight:jsonrpc?revision=2016-12-01)config, data : {"configured-endpoints":[]} 2025-08-30 08:37:31:841 +0000 [main] TRACE DataCodec - [Decode] input : {"configured-endpoints":[]} 2025-08-30 08:37:31:842 +0000 [main] TRACE DataCodec - [Decode] result : ImmutableContainerNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)config, body=[ImmutableSystemMapNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)configured-endpoints, body=[]}]} 2025-08-30 08:37:31:842 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : bd8679b4-53c2-45a6-bd18-3f2ff08d2266 2025-08-30 08:37:31:850 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"jsonrpc:config":{"configured-endpoints":[{"name":"lab-mlx"}]}} 2025-08-30 08:37:31:850 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"configured-endpoints":[{"name":"lab-mlx"}]} 2025-08-30 08:37:31:850 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"name":"lab-mlx"}] 2025-08-30 08:37:31:850 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"name":"lab-mlx"} 2025-08-30 08:37:31:850 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "lab-mlx" 2025-08-30 08:37:31:850 +0000 [main] DEBUG JsonRpcDatastoreAdapter - MERGE : tx=1d153b32-6eee-4561-854c-df9de87f1be1, store=CONFIGURATION, entity=something, path={"jsonrpc:config":{"configured-endpoints":[{"name":"lab-mlx"}]}}, YII=/(urn:opendaylight:jsonrpc?revision=2016-12-01)config/configured-endpoints/configured-endpoints[{(urn:opendaylight:jsonrpc?revision=2016-12-01)name=lab-mlx}], data={"name":"lab-mlx","modules":["ietf-inet-types","brocade-mlx-interfaces","brocade-mlx-router","brocade-mlx-security","brocade-mlx-types"]} 2025-08-30 08:37:31:850 +0000 [main] TRACE DataCodec - [Decode] input : {"name":"lab-mlx","modules":["ietf-inet-types","brocade-mlx-interfaces","brocade-mlx-router","brocade-mlx-security","brocade-mlx-types"]} 2025-08-30 08:37:31:851 +0000 [main] TRACE DataCodec - [Decode] result : ImmutableMapEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)configured-endpoints[{(urn:opendaylight:jsonrpc?revision=2016-12-01)name=lab-mlx}], body=[ImmutableLeafNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)name, body=lab-mlx}, ImmutableSystemLeafSetNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules, body=UnmodifiableCollection{[ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[brocade-mlx-types], body=brocade-mlx-types}, ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[brocade-mlx-interfaces], body=brocade-mlx-interfaces}, ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[brocade-mlx-router], body=brocade-mlx-router}, ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[brocade-mlx-security], body=brocade-mlx-security}, ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[ietf-inet-types], body=ietf-inet-types}]}}]} 2025-08-30 08:37:31:852 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 1d153b32-6eee-4561-854c-df9de87f1be1 2025-08-30 08:37:31:855 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-08-30 08:37:31:855 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-08-30 08:37:31:855 +0000 [main] DEBUG JsonRpcDatastoreAdapter - EXISTS store=OPERATIONAL, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2025-08-30 08:37:31:855 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-08-30 08:37:31:855 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-08-30 08:37:31:855 +0000 [main] DEBUG JsonRpcDatastoreAdapter - DELETE : tx=1917d409-adb4-4ab6-a6a1-061328a8ef2e, store=OPERATIONAL, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2025-08-30 08:37:31:855 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 1917d409-adb4-4ab6-a6a1-061328a8ef2e 2025-08-30 08:37:31:856 +0000 [main] DEBUG JsonRpcDatastoreAdapter - ERROR : 1917d409-adb4-4ab6-a6a1-061328a8ef2e 2025-08-30 08:37:31:856 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2025-08-30 08:37:31:856 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2025-08-30 08:37:31:856 +0000 [main] DEBUG JsonRpcDatastoreAdapter - EXISTS store=OPERATIONAL, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2025-08-30 08:37:31:856 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2025-08-30 08:37:31:856 +0000 [main] INFO AbstractJsonRpcTest - [END]testTxPutMergeDelete 2025-08-30 08:37:31:856 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================