19:32:08.498 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 19:32:08.498 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router started 19:32:08.498 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 19:32:08.498 [main] INFO o.o.r.s.m.MdsalRestconfStreamRegistry - Cluster leadership acquired – will write OPERATIONAL view 19:32:08.499 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with service class org.opendaylight.restconf.server.mdsal.MdsalRestconfServer 19:32:08.499 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with base path: /restconf, default encoding: JSON, default pretty print: false 19:32:08.500 [main] INFO o.o.restconf.server.NettyEndpoint - HTTP/3 is disabled because transport is not configured 19:32:08.507 [netconf-timer-48] WARN io.netty.util.HashedWheelTimer - An exception was thrown by TimerTask. java.util.concurrent.RejectedExecutionException: event executor terminated at io.netty.util.concurrent.SingleThreadEventExecutor.reject(SingleThreadEventExecutor.java:1125) at io.netty.util.concurrent.SingleThreadEventExecutor.offerTask(SingleThreadEventExecutor.java:413) at io.netty.util.concurrent.SingleThreadEventExecutor.addTask(SingleThreadEventExecutor.java:406) at io.netty.util.concurrent.SingleThreadEventExecutor.execute(SingleThreadEventExecutor.java:1027) at io.netty.util.concurrent.SingleThreadEventExecutor.execute0(SingleThreadEventExecutor.java:993) at io.netty.util.concurrent.SingleThreadEventExecutor.execute(SingleThreadEventExecutor.java:983) at org.opendaylight.netconf.nettyutil.NetconfSessionNegotiator.lambda$start$1(NetconfSessionNegotiator.java:186) at io.netty.util.HashedWheelTimer$HashedWheelTimeout.run(HashedWheelTimer.java:717) at io.netty.util.concurrent.ImmediateExecutor.execute(ImmediateExecutor.java:34) at io.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:705) at io.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:791) at io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:501) at java.base/java.lang.VirtualThread.run(VirtualThread.java:329) 19:32:08.808 [main] INFO o.o.r.s.m.MdsalRestconfStreamRegistry - Cluster leadership lost – stop writing OPERATIONAL view 19:32:08.808 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router stopped 19:32:08.808 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router stopped 19:32:08.809 [restconf-netty-subscription-4] WARN i.n.channel.DefaultChannelPipeline - An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception. java.lang.NullPointerException: Cannot invoke "org.opendaylight.mdsal.dom.api.DOMTransactionChain.newWriteOnlyTransaction()" because "this.txChain" is null at org.opendaylight.restconf.server.mdsal.MdsalRestconfStreamRegistry.removeSubscription(MdsalRestconfStreamRegistry.java:422) at org.opendaylight.restconf.server.spi.AbstractRestconfStreamRegistry$DynSubscription.deleteSubscription(AbstractRestconfStreamRegistry.java:307) at org.opendaylight.restconf.server.spi.AbstractRestconfStreamRegistry$DynSubscription.channelClosed(AbstractRestconfStreamRegistry.java:295) at org.opendaylight.restconf.server.spi.AbstractRestconfStreamRegistry$DynSubscription.controlSessionClosed(AbstractRestconfStreamRegistry.java:380) at org.opendaylight.restconf.server.spi.AbstractRestconfStreamRegistry$DynSubscriptionResource.removeRegistration(AbstractRestconfStreamRegistry.java:458) at org.opendaylight.yangtools.concepts.AbstractRegistration.close(AbstractRegistration.java:65) at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) at org.opendaylight.restconf.server.spi.DefaultTransportSession.removeRegistration(DefaultTransportSession.java:141) at org.opendaylight.yangtools.concepts.AbstractRegistration.close(AbstractRegistration.java:65) at org.opendaylight.restconf.server.RestconfSession.channelInactive(RestconfSession.java:73) at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:251) at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:81) at io.netty.handler.codec.MessageAggregator.channelInactive(MessageAggregator.java:438) at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:251) at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:81) at io.netty.handler.codec.MessageAggregator.channelInactive(MessageAggregator.java:438) at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:251) at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelInactive(CombinedChannelDuplexHandler.java:416) at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:427) at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:392) at io.netty.channel.CombinedChannelDuplexHandler.channelInactive(CombinedChannelDuplexHandler.java:219) at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:251) at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1424) at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:876) at io.netty.channel.AbstractChannel$AbstractUnsafe$6.run(AbstractChannel.java:676) at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:148) at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:141) at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:535) at io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:201) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1195) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base/java.lang.Thread.run(Thread.java:1583) 19:32:08.810 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 19:32:08.811 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router started 19:32:08.811 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 19:32:08.811 [main] INFO o.o.r.s.m.MdsalRestconfStreamRegistry - Cluster leadership acquired – will write OPERATIONAL view 19:32:08.812 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with service class org.opendaylight.restconf.server.mdsal.MdsalRestconfServer 19:32:08.812 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with base path: /restconf, default encoding: JSON, default pretty print: false 19:32:08.813 [main] INFO o.o.restconf.server.NettyEndpoint - HTTP/3 is disabled because transport is not configured 19:32:09.119 [main] INFO o.o.r.s.m.MdsalRestconfStreamRegistry - Cluster leadership lost – stop writing OPERATIONAL view 19:32:09.119 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router stopped 19:32:09.119 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router stopped 19:32:09.124 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 19:32:09.124 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router started 19:32:09.124 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 19:32:09.124 [main] INFO o.o.r.s.m.MdsalRestconfStreamRegistry - Cluster leadership acquired – will write OPERATIONAL view 19:32:09.125 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with service class org.opendaylight.restconf.server.mdsal.MdsalRestconfServer 19:32:09.125 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with base path: /restconf, default encoding: JSON, default pretty print: false 19:32:09.126 [main] INFO o.o.restconf.server.NettyEndpoint - HTTP/3 is disabled because transport is not configured 19:32:09.536 [main] INFO o.o.r.s.m.MdsalRestconfStreamRegistry - Cluster leadership lost – stop writing OPERATIONAL view 19:32:09.536 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router stopped 19:32:09.537 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router stopped 19:32:09.539 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 19:32:09.539 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router started 19:32:09.539 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 19:32:09.539 [main] INFO o.o.r.s.m.MdsalRestconfStreamRegistry - Cluster leadership acquired – will write OPERATIONAL view 19:32:09.540 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with service class org.opendaylight.restconf.server.mdsal.MdsalRestconfServer 19:32:09.540 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with base path: /restconf, default encoding: JSON, default pretty print: false 19:32:09.541 [main] INFO o.o.restconf.server.NettyEndpoint - HTTP/3 is disabled because transport is not configured 19:32:09.848 [main] INFO o.o.r.s.m.MdsalRestconfStreamRegistry - Cluster leadership lost – stop writing OPERATIONAL view 19:32:09.849 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router stopped 19:32:09.849 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router stopped 19:32:09.851 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 19:32:09.851 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router started 19:32:09.851 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 19:32:09.851 [main] INFO o.o.r.s.m.MdsalRestconfStreamRegistry - Cluster leadership acquired – will write OPERATIONAL view 19:32:09.853 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with service class org.opendaylight.restconf.server.mdsal.MdsalRestconfServer 19:32:09.853 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with base path: /restconf, default encoding: JSON, default pretty print: false 19:32:09.853 [main] INFO o.o.restconf.server.NettyEndpoint - HTTP/3 is disabled because transport is not configured 19:32:10.158 [main] INFO o.o.r.s.m.MdsalRestconfStreamRegistry - Cluster leadership lost – stop writing OPERATIONAL view 19:32:10.158 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router stopped 19:32:10.158 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router stopped 19:32:10.160 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 19:32:10.161 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router started 19:32:10.161 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 19:32:10.161 [main] INFO o.o.r.s.m.MdsalRestconfStreamRegistry - Cluster leadership acquired – will write OPERATIONAL view 19:32:10.162 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with service class org.opendaylight.restconf.server.mdsal.MdsalRestconfServer 19:32:10.162 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with base path: /restconf, default encoding: JSON, default pretty print: false 19:32:10.162 [main] INFO o.o.restconf.server.NettyEndpoint - HTTP/3 is disabled because transport is not configured 19:32:10.569 [restconf-netty-subscription-5] WARN i.n.channel.DefaultChannelPipeline - An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception. java.lang.IllegalStateException: Cannot transition from END to END at org.opendaylight.restconf.server.spi.AbstractRestconfStreamSubscription.setState(AbstractRestconfStreamSubscription.java:78) at org.opendaylight.restconf.server.spi.RestconfStream$Subscription.terminate(RestconfStream.java:305) at org.opendaylight.restconf.server.spi.AbstractRestconfStreamRegistry$DynSubscription.controlSessionClosed(AbstractRestconfStreamRegistry.java:384) at org.opendaylight.restconf.server.spi.AbstractRestconfStreamRegistry$DynSubscriptionResource.removeRegistration(AbstractRestconfStreamRegistry.java:458) at org.opendaylight.yangtools.concepts.AbstractRegistration.close(AbstractRegistration.java:65) at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) at org.opendaylight.restconf.server.spi.DefaultTransportSession.removeRegistration(DefaultTransportSession.java:141) at org.opendaylight.yangtools.concepts.AbstractRegistration.close(AbstractRegistration.java:65) at org.opendaylight.restconf.server.RestconfSession.channelInactive(RestconfSession.java:73) at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:251) at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:81) at io.netty.handler.codec.MessageAggregator.channelInactive(MessageAggregator.java:438) at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:251) at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:81) at io.netty.handler.codec.MessageAggregator.channelInactive(MessageAggregator.java:438) at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:251) at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelInactive(CombinedChannelDuplexHandler.java:416) at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:427) at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:392) at io.netty.channel.CombinedChannelDuplexHandler.channelInactive(CombinedChannelDuplexHandler.java:219) at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:251) at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1424) at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:876) at io.netty.channel.AbstractChannel$AbstractUnsafe$6.run(AbstractChannel.java:676) at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:148) at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:141) at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:535) at io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:201) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1195) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base/java.lang.Thread.run(Thread.java:1583) 19:32:10.570 [main] INFO o.o.r.s.m.MdsalRestconfStreamRegistry - Cluster leadership lost – stop writing OPERATIONAL view 19:32:10.570 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router stopped 19:32:10.570 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router stopped 19:32:10.572 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 19:32:10.573 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router started 19:32:10.573 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 19:32:10.573 [main] INFO o.o.r.s.m.MdsalRestconfStreamRegistry - Cluster leadership acquired – will write OPERATIONAL view 19:32:10.574 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with service class org.opendaylight.restconf.server.mdsal.MdsalRestconfServer 19:32:10.574 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with base path: /restconf, default encoding: JSON, default pretty print: false 19:32:10.575 [main] INFO o.o.restconf.server.NettyEndpoint - HTTP/3 is disabled because transport is not configured 19:32:10.885 [main] INFO o.o.r.s.m.MdsalRestconfStreamRegistry - Cluster leadership lost – stop writing OPERATIONAL view 19:32:10.885 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router stopped 19:32:10.885 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router stopped 19:32:10.888 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 19:32:10.888 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router started 19:32:10.888 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 19:32:10.888 [main] INFO o.o.r.s.m.MdsalRestconfStreamRegistry - Cluster leadership acquired – will write OPERATIONAL view 19:32:10.889 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with service class org.opendaylight.restconf.server.mdsal.MdsalRestconfServer 19:32:10.889 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with base path: /restconf, default encoding: JSON, default pretty print: false 19:32:10.890 [main] INFO o.o.restconf.server.NettyEndpoint - HTTP/3 is disabled because transport is not configured 19:32:11.298 [restconf-netty-subscription-7] WARN i.n.channel.DefaultChannelPipeline - An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception. java.lang.IllegalStateException: Cannot transition from END to END at org.opendaylight.restconf.server.spi.AbstractRestconfStreamSubscription.setState(AbstractRestconfStreamSubscription.java:78) at org.opendaylight.restconf.server.spi.RestconfStream$Subscription.terminate(RestconfStream.java:305) at org.opendaylight.restconf.server.spi.AbstractRestconfStreamRegistry$DynSubscription.controlSessionClosed(AbstractRestconfStreamRegistry.java:384) at org.opendaylight.restconf.server.spi.AbstractRestconfStreamRegistry$DynSubscriptionResource.removeRegistration(AbstractRestconfStreamRegistry.java:458) at org.opendaylight.yangtools.concepts.AbstractRegistration.close(AbstractRegistration.java:65) at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) at org.opendaylight.restconf.server.spi.DefaultTransportSession.removeRegistration(DefaultTransportSession.java:141) at org.opendaylight.yangtools.concepts.AbstractRegistration.close(AbstractRegistration.java:65) at org.opendaylight.restconf.server.RestconfSession.channelInactive(RestconfSession.java:73) at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:251) at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:81) at io.netty.handler.codec.MessageAggregator.channelInactive(MessageAggregator.java:438) at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:251) at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:81) at io.netty.handler.codec.MessageAggregator.channelInactive(MessageAggregator.java:438) at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:251) at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelInactive(CombinedChannelDuplexHandler.java:416) at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:427) at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:392) at io.netty.channel.CombinedChannelDuplexHandler.channelInactive(CombinedChannelDuplexHandler.java:219) at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:251) at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1424) at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:876) at io.netty.channel.AbstractChannel$AbstractUnsafe$6.run(AbstractChannel.java:676) at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:148) at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:141) at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:535) at io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:201) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1195) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base/java.lang.Thread.run(Thread.java:1583) 19:32:11.298 [main] INFO o.o.r.s.m.MdsalRestconfStreamRegistry - Cluster leadership lost – stop writing OPERATIONAL view 19:32:11.298 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router stopped 19:32:11.298 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router stopped 19:32:11.303 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 19:32:11.303 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router started 19:32:11.303 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 19:32:11.303 [main] INFO o.o.r.s.m.MdsalRestconfStreamRegistry - Cluster leadership acquired – will write OPERATIONAL view 19:32:11.304 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with service class org.opendaylight.restconf.server.mdsal.MdsalRestconfServer 19:32:11.304 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with base path: /restconf, default encoding: JSON, default pretty print: false 19:32:11.305 [main] INFO o.o.restconf.server.NettyEndpoint - HTTP/3 is disabled because transport is not configured 19:32:11.615 [main] INFO o.o.r.s.m.MdsalRestconfStreamRegistry - Cluster leadership lost – stop writing OPERATIONAL view 19:32:11.615 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router stopped 19:32:11.615 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router stopped 19:32:11.617 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 19:32:11.618 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router started 19:32:11.618 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 19:32:11.618 [main] INFO o.o.r.s.m.MdsalRestconfStreamRegistry - Cluster leadership acquired – will write OPERATIONAL view 19:32:11.619 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with service class org.opendaylight.restconf.server.mdsal.MdsalRestconfServer 19:32:11.619 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with base path: /restconf, default encoding: JSON, default pretty print: false 19:32:11.620 [main] INFO o.o.restconf.server.NettyEndpoint - HTTP/3 is disabled because transport is not configured 19:32:11.931 [main] INFO o.o.r.s.m.MdsalRestconfStreamRegistry - Cluster leadership lost – stop writing OPERATIONAL view 19:32:11.931 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router stopped 19:32:11.931 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router stopped 19:32:11.933 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 19:32:11.934 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router started 19:32:11.934 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 19:32:11.934 [main] INFO o.o.r.s.m.MdsalRestconfStreamRegistry - Cluster leadership acquired – will write OPERATIONAL view 19:32:11.935 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with service class org.opendaylight.restconf.server.mdsal.MdsalRestconfServer 19:32:11.935 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with base path: /restconf, default encoding: JSON, default pretty print: false 19:32:11.935 [main] INFO o.o.restconf.server.NettyEndpoint - HTTP/3 is disabled because transport is not configured 19:32:12.241 [main] INFO o.o.r.s.m.MdsalRestconfStreamRegistry - Cluster leadership lost – stop writing OPERATIONAL view 19:32:12.242 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router stopped 19:32:12.242 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router stopped