06:38:30,388 PM [test-pekko.actor.default-dispatcher-5] [INFO] Slf4jLogger - Slf4jLogger started 06:38:30,439 PM [test-pekko.actor.default-dispatcher-7] [DEBUG] RpcRegistry - remote-rpc-registry: no incarnation file found 06:38:30,440 PM [test-pekko.actor.default-dispatcher-7] [INFO] EmptyLocalActorRef - pekkoDeadLetter Message [org.opendaylight.controller.cluster.common.actor.Monitor] from TestActor[pekko://test/system/testProbe-85/testActor] to Actor[pekko://test/user/termination-monitor] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[pekko://test/user/termination-monitor] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'pekko.log-dead-letters' and 'pekko.log-dead-letters-during-shutdown'. 06:38:30,443 PM [test-pekko.actor.default-dispatcher-6] [DEBUG] RpcRegistry - remote-rpc-registry: persisting new incarnation 0 06:38:30,446 PM [test-pekko.actor.default-dispatcher-6] [DEBUG] RpcRegistry - remote-rpc-registry: new incarnation 0 persisted 06:38:30,446 PM [test-pekko.actor.default-dispatcher-6] [DEBUG] RpcRegistry - AddOrUpdateRoutes: [Global{type=(base)remote, contextReference=/}, Local{type=(base)local, contextReference=/(base)local}] 06:38:30,446 PM [test-pekko.actor.default-dispatcher-5] [DEBUG] RpcRegistry - remote-rpc-registry: got command: DeleteSnapshotsSuccess(SnapshotSelectionCriteria(9223372036854775807,9223372036854775807,0,0)) 06:38:30,447 PM [main] [DEBUG] RemoteRpcRegistryMXBeanImpl - list of RPCs {route:/(base)local | name:(base)local=local} searched by route 06:38:30,448 PM [test-pekko.actor.default-dispatcher-7] [INFO] CoordinatedShutdown - Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 06:38:30,464 PM [test-pekko.actor.default-dispatcher-5] [INFO] Slf4jLogger - Slf4jLogger started 06:38:30,493 PM [test-pekko.actor.default-dispatcher-5] [INFO] EmptyLocalActorRef - pekkoDeadLetter Message [org.opendaylight.controller.cluster.common.actor.Monitor] from TestActor[pekko://test/system/testProbe-88/testActor] to Actor[pekko://test/user/termination-monitor] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[pekko://test/user/termination-monitor] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'pekko.log-dead-letters' and 'pekko.log-dead-letters-during-shutdown'. 06:38:30,496 PM [test-pekko.actor.default-dispatcher-6] [DEBUG] RpcRegistry - remote-rpc-registry: no incarnation file found 06:38:30,499 PM [test-pekko.actor.default-dispatcher-7] [DEBUG] RpcRegistry - remote-rpc-registry: persisting new incarnation 0 06:38:30,502 PM [test-pekko.actor.default-dispatcher-7] [DEBUG] RpcRegistry - remote-rpc-registry: new incarnation 0 persisted 06:38:30,503 PM [test-pekko.actor.default-dispatcher-7] [DEBUG] RpcRegistry - AddOrUpdateRoutes: [Global{type=(base)remote, contextReference=/}, Local{type=(base)local, contextReference=/(base)local}] 06:38:30,504 PM [main] [DEBUG] RemoteRpcRegistryMXBeanImpl - Locally registered routed RPCs [route:/(base)local | name:(base)local] 06:38:30,511 PM [test-pekko.actor.default-dispatcher-7] [DEBUG] RpcRegistry - remote-rpc-registry: got command: DeleteSnapshotsSuccess(SnapshotSelectionCriteria(9223372036854775807,9223372036854775807,0,0)) 06:38:30,517 PM [test-pekko.actor.default-dispatcher-7] [INFO] CoordinatedShutdown - Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 06:38:30,540 PM [test-pekko.actor.default-dispatcher-5] [INFO] Slf4jLogger - Slf4jLogger started 06:38:30,588 PM [test-pekko.actor.default-dispatcher-6] [INFO] EmptyLocalActorRef - pekkoDeadLetter Message [org.opendaylight.controller.cluster.common.actor.Monitor] from TestActor[pekko://test/system/testProbe-91/testActor] to Actor[pekko://test/user/termination-monitor] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[pekko://test/user/termination-monitor] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'pekko.log-dead-letters' and 'pekko.log-dead-letters-during-shutdown'. 06:38:30,590 PM [test-pekko.actor.default-dispatcher-5] [DEBUG] RpcRegistry - remote-rpc-registry: no incarnation file found 06:38:30,592 PM [test-pekko.actor.default-dispatcher-5] [ERROR] AbstractMXBean - registration failed javax.management.InstanceAlreadyExistsException: org.opendaylight.controller:type=RemoteRpcBroker,name=RemoteRpcRegistry at java.management/com.sun.jmx.mbeanserver.Repository.addMBean(Repository.java:322) at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerWithRepository(DefaultMBeanServerInterceptor.java:1848) at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerDynamicMBean(DefaultMBeanServerInterceptor.java:945) at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerObject(DefaultMBeanServerInterceptor.java:880) at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:315) at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:523) at org.opendaylight.controller.md.sal.common.util.jmx.AbstractMXBean.registerMBean(AbstractMXBean.java:98) at org.opendaylight.controller.remote.rpc.registry.mbeans.AbstractRegistryMXBean.(AbstractRegistryMXBean.java:45) at org.opendaylight.controller.remote.rpc.registry.mbeans.RemoteRpcRegistryMXBeanImpl.(RemoteRpcRegistryMXBeanImpl.java:25) at org.opendaylight.controller.remote.rpc.registry.RpcRegistry.preStart(RpcRegistry.java:78) at org.apache.pekko.actor.Actor.aroundPreStart(Actor.scala:558) at org.apache.pekko.actor.Actor.aroundPreStart$(Actor.scala:558) at org.apache.pekko.persistence.AbstractPersistentActor.org$apache$pekko$persistence$Eventsourced$$super$aroundPreStart(PersistentActor.scala:305) at org.apache.pekko.persistence.Eventsourced.aroundPreStart(Eventsourced.scala:267) at org.apache.pekko.persistence.Eventsourced.aroundPreStart$(Eventsourced.scala:259) at org.apache.pekko.persistence.AbstractPersistentActor.aroundPreStart(PersistentActor.scala:305) at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:654) at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523) at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545) at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305) at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240) at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) 06:38:30,594 PM [test-pekko.actor.default-dispatcher-8] [DEBUG] RpcRegistry - remote-rpc-registry: persisting new incarnation 0 06:38:30,596 PM [test-pekko.actor.default-dispatcher-8] [DEBUG] RpcRegistry - remote-rpc-registry: new incarnation 0 persisted 06:38:30,597 PM [main] [DEBUG] RemoteRpcRegistryMXBeanImpl - Locally registered global RPCs [] 06:38:30,598 PM [test-pekko.actor.default-dispatcher-8] [DEBUG] RpcRegistry - remote-rpc-registry: got command: DeleteSnapshotsSuccess(SnapshotSelectionCriteria(9223372036854775807,9223372036854775807,0,0)) 06:38:30,620 PM [test-pekko.actor.default-dispatcher-5] [INFO] Slf4jLogger - Slf4jLogger started 06:38:30,647 PM [test-pekko.actor.default-dispatcher-5] [INFO] EmptyLocalActorRef - pekkoDeadLetter Message [org.opendaylight.controller.cluster.common.actor.Monitor] from TestActor[pekko://test/system/testProbe-94/testActor] to Actor[pekko://test/user/termination-monitor] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[pekko://test/user/termination-monitor] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'pekko.log-dead-letters' and 'pekko.log-dead-letters-during-shutdown'. 06:38:30,651 PM [test-pekko.actor.default-dispatcher-6] [DEBUG] RpcRegistry - remote-rpc-registry: no incarnation file found 06:38:30,653 PM [test-pekko.actor.default-dispatcher-5] [DEBUG] RpcRegistry - remote-rpc-registry: persisting new incarnation 0 06:38:30,656 PM [test-pekko.actor.default-dispatcher-5] [DEBUG] RpcRegistry - remote-rpc-registry: new incarnation 0 persisted 06:38:30,657 PM [main] [DEBUG] RemoteRpcRegistryMXBeanImpl - Locally registered routed RPCs [] 06:38:30,657 PM [test-pekko.actor.default-dispatcher-5] [DEBUG] RpcRegistry - remote-rpc-registry: got command: DeleteSnapshotsSuccess(SnapshotSelectionCriteria(9223372036854775807,9223372036854775807,0,0)) 06:38:30,659 PM [test-pekko.actor.default-dispatcher-6] [INFO] CoordinatedShutdown - Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 06:38:30,690 PM [test-pekko.actor.default-dispatcher-5] [INFO] Slf4jLogger - Slf4jLogger started 06:38:30,711 PM [test-pekko.actor.default-dispatcher-6] [INFO] EmptyLocalActorRef - pekkoDeadLetter Message [org.opendaylight.controller.cluster.common.actor.Monitor] from TestActor[pekko://test/system/testProbe-97/testActor] to Actor[pekko://test/user/termination-monitor] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[pekko://test/user/termination-monitor] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'pekko.log-dead-letters' and 'pekko.log-dead-letters-during-shutdown'. 06:38:30,715 PM [test-pekko.actor.default-dispatcher-5] [DEBUG] RpcRegistry - remote-rpc-registry: no incarnation file found 06:38:30,718 PM [test-pekko.actor.default-dispatcher-6] [DEBUG] RpcRegistry - remote-rpc-registry: persisting new incarnation 0 06:38:30,720 PM [test-pekko.actor.default-dispatcher-6] [DEBUG] RpcRegistry - remote-rpc-registry: new incarnation 0 persisted 06:38:30,721 PM [test-pekko.actor.default-dispatcher-6] [DEBUG] RpcRegistry - AddOrUpdateRoutes: [Global{type=(base)remote, contextReference=/}, Local{type=(base)local, contextReference=/(base)local}] 06:38:30,721 PM [test-pekko.actor.default-dispatcher-6] [DEBUG] RpcRegistry - remote-rpc-registry: got command: DeleteSnapshotsSuccess(SnapshotSelectionCriteria(9223372036854775807,9223372036854775807,0,0)) 06:38:30,723 PM [main] [DEBUG] RemoteRpcRegistryMXBeanImpl - list of RPCs {route:/(base)local | name:(base)local=local} searched by name 06:38:30,758 PM [test-pekko.actor.default-dispatcher-5] [INFO] Slf4jLogger - Slf4jLogger started 06:38:30,811 PM [test-pekko.actor.default-dispatcher-5] [INFO] EmptyLocalActorRef - pekkoDeadLetter Message [org.opendaylight.controller.cluster.common.actor.Monitor] from TestActor[pekko://test/system/testProbe-100/testActor] to Actor[pekko://test/user/termination-monitor] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[pekko://test/user/termination-monitor] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'pekko.log-dead-letters' and 'pekko.log-dead-letters-during-shutdown'. 06:38:30,815 PM [test-pekko.actor.default-dispatcher-6] [DEBUG] RpcRegistry - remote-rpc-registry: no incarnation file found 06:38:30,820 PM [test-pekko.actor.default-dispatcher-5] [DEBUG] RpcRegistry - remote-rpc-registry: persisting new incarnation 0 06:38:30,823 PM [test-pekko.actor.default-dispatcher-5] [DEBUG] RpcRegistry - remote-rpc-registry: new incarnation 0 persisted 06:38:30,823 PM [main] [DEBUG] RemoteRpcRegistryMXBeanImpl - list of RPCs {} searched by name 06:38:30,825 PM [test-pekko.actor.default-dispatcher-6] [DEBUG] RpcRegistry - remote-rpc-registry: got command: DeleteSnapshotsSuccess(SnapshotSelectionCriteria(9223372036854775807,9223372036854775807,0,0)) 06:38:30,827 PM [test-pekko.actor.default-dispatcher-5] [INFO] CoordinatedShutdown - Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 06:38:30,849 PM [test-pekko.actor.default-dispatcher-5] [INFO] Slf4jLogger - Slf4jLogger started 06:38:30,869 PM [test-pekko.actor.default-dispatcher-5] [INFO] EmptyLocalActorRef - pekkoDeadLetter Message [org.opendaylight.controller.cluster.common.actor.Monitor] from TestActor[pekko://test/system/testProbe-103/testActor] to Actor[pekko://test/user/termination-monitor] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[pekko://test/user/termination-monitor] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'pekko.log-dead-letters' and 'pekko.log-dead-letters-during-shutdown'. 06:38:30,871 PM [test-pekko.actor.default-dispatcher-6] [DEBUG] RpcRegistry - remote-rpc-registry: no incarnation file found 06:38:30,875 PM [test-pekko.actor.default-dispatcher-7] [DEBUG] RpcRegistry - remote-rpc-registry: persisting new incarnation 0 06:38:30,879 PM [test-pekko.actor.default-dispatcher-7] [DEBUG] RpcRegistry - remote-rpc-registry: new incarnation 0 persisted 06:38:30,879 PM [main] [DEBUG] RemoteRpcRegistryMXBeanImpl - list of RPCs {} searched by route 06:38:30,881 PM [test-pekko.actor.default-dispatcher-5] [INFO] CoordinatedShutdown - Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 06:38:30,882 PM [test-pekko.actor.default-dispatcher-7] [DEBUG] RpcRegistry - remote-rpc-registry: got command: DeleteSnapshotsSuccess(SnapshotSelectionCriteria(9223372036854775807,9223372036854775807,0,0)) 06:38:30,903 PM [test-pekko.actor.default-dispatcher-4] [INFO] Slf4jLogger - Slf4jLogger started 06:38:30,921 PM [test-pekko.actor.default-dispatcher-8] [INFO] EmptyLocalActorRef - pekkoDeadLetter Message [org.opendaylight.controller.cluster.common.actor.Monitor] from TestActor[pekko://test/system/testProbe-106/testActor] to Actor[pekko://test/user/termination-monitor] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[pekko://test/user/termination-monitor] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'pekko.log-dead-letters' and 'pekko.log-dead-letters-during-shutdown'. 06:38:30,923 PM [test-pekko.actor.default-dispatcher-6] [DEBUG] RpcRegistry - remote-rpc-registry: no incarnation file found 06:38:30,925 PM [test-pekko.actor.default-dispatcher-8] [DEBUG] RpcRegistry - remote-rpc-registry: persisting new incarnation 0 06:38:30,928 PM [test-pekko.actor.default-dispatcher-8] [DEBUG] RpcRegistry - remote-rpc-registry: new incarnation 0 persisted 06:38:30,928 PM [test-pekko.actor.default-dispatcher-8] [DEBUG] RpcRegistry - AddOrUpdateRoutes: [Global{type=(base)remote, contextReference=/}, Local{type=(base)local, contextReference=/(base)local}] 06:38:30,930 PM [test-pekko.actor.default-dispatcher-8] [INFO] CoordinatedShutdown - Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 06:38:30,930 PM [test-pekko.actor.default-dispatcher-10] [DEBUG] RpcRegistry - remote-rpc-registry: got command: DeleteSnapshotsSuccess(SnapshotSelectionCriteria(9223372036854775807,9223372036854775807,0,0)) 06:38:30,952 PM [test-pekko.actor.default-dispatcher-5] [INFO] Slf4jLogger - Slf4jLogger started 06:38:30,969 PM [test-pekko.actor.default-dispatcher-6] [DEBUG] RpcRegistry - remote-rpc-registry: no incarnation file found 06:38:30,971 PM [test-pekko.actor.default-dispatcher-9] [INFO] EmptyLocalActorRef - pekkoDeadLetter Message [org.opendaylight.controller.cluster.common.actor.Monitor] from TestActor[pekko://test/system/testProbe-109/testActor] to Actor[pekko://test/user/termination-monitor] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[pekko://test/user/termination-monitor] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'pekko.log-dead-letters' and 'pekko.log-dead-letters-during-shutdown'. 06:38:30,979 PM [test-pekko.actor.default-dispatcher-6] [DEBUG] RpcRegistry - remote-rpc-registry: persisting new incarnation 0 06:38:30,981 PM [test-pekko.actor.default-dispatcher-6] [DEBUG] RpcRegistry - remote-rpc-registry: new incarnation 0 persisted 06:38:30,982 PM [test-pekko.actor.default-dispatcher-6] [DEBUG] RpcRegistry - AddOrUpdateRoutes: [Global{type=(base)remote, contextReference=/}, Local{type=(base)local, contextReference=/(base)local}] 06:38:30,982 PM [main] [DEBUG] RemoteRpcRegistryMXBeanImpl - Locally registered global RPCs [(base)remote] 06:38:30,982 PM [test-pekko.actor.default-dispatcher-6] [DEBUG] RpcRegistry - remote-rpc-registry: got command: DeleteSnapshotsSuccess(SnapshotSelectionCriteria(9223372036854775807,9223372036854775807,0,0)) 06:38:30,985 PM [test-pekko.actor.default-dispatcher-12] [INFO] CoordinatedShutdown - Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 06:38:31,1 PM [test-pekko.actor.default-dispatcher-5] [INFO] Slf4jLogger - Slf4jLogger started 06:38:31,37 PM [test-pekko.actor.default-dispatcher-6] [INFO] EmptyLocalActorRef - pekkoDeadLetter Message [org.opendaylight.controller.cluster.common.actor.Monitor] from TestActor[pekko://test/system/testProbe-112/testActor] to Actor[pekko://test/user/termination-monitor] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[pekko://test/user/termination-monitor] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'pekko.log-dead-letters' and 'pekko.log-dead-letters-during-shutdown'. 06:38:31,41 PM [test-pekko.actor.default-dispatcher-8] [DEBUG] RpcRegistry - remote-rpc-registry: no incarnation file found 06:38:31,43 PM [test-pekko.actor.default-dispatcher-7] [DEBUG] RpcRegistry - remote-rpc-registry: persisting new incarnation 0 06:38:31,45 PM [test-pekko.actor.default-dispatcher-7] [DEBUG] RpcRegistry - remote-rpc-registry: new incarnation 0 persisted 06:38:31,48 PM [test-pekko.actor.default-dispatcher-8] [INFO] CoordinatedShutdown - Running CoordinatedShutdown with reason [ActorSystemTerminateReason]