[DEBUG] [03/15/2024 12:29:55.725] [main] [EventStream(akka://test)] logger log1-TestEventListener started 12:29:55,725 PM [test-akka.actor.default-dispatcher-5] [INFO] Slf4jLogger - Slf4jLogger started [DEBUG] [03/15/2024 12:29:55.726] [main] [EventStream(akka://test)] logger log2-Slf4jLogger started [DEBUG] [03/15/2024 12:29:55.726] [main] [EventStream(akka://test)] Default Loggers started [INFO] [03/15/2024 12:29:55.743] [main] [ArteryTransport(akka://test)] Remoting started with transport [Artery tcp]; listening on address [akka://test@10.30.170.99:25520] with UID [3386391990144057414] 12:29:55,743 PM [test-akka.actor.default-dispatcher-5] [INFO] ArteryTransport - Remoting started with transport [Artery tcp]; listening on address [akka://test@10.30.170.99:25520] with UID [3386391990144057414] [INFO] [03/15/2024 12:29:55.744] [main] [Cluster(akka://test)] Cluster Node [akka://test@10.30.170.99:25520] - Starting up, Akka version [2.6.21] ... 12:29:55,746 PM [test-akka.actor.default-dispatcher-5] [INFO] Cluster - Cluster Node [akka://test@10.30.170.99:25520] - Starting up, Akka version [2.6.21] ... 12:29:55,747 PM [test-akka.actor.default-dispatcher-5] [INFO] Cluster - Cluster Node [akka://test@10.30.170.99:25520] - Registered cluster JMX MBean [akka:type=Cluster] 12:29:55,747 PM [test-akka.actor.default-dispatcher-5] [INFO] Cluster - Cluster Node [akka://test@10.30.170.99:25520] - Started up successfully [INFO] [03/15/2024 12:29:55.747] [main] [Cluster(akka://test)] Cluster Node [akka://test@10.30.170.99:25520] - Registered cluster JMX MBean [akka:type=Cluster] [INFO] [03/15/2024 12:29:55.747] [main] [Cluster(akka://test)] Cluster Node [akka://test@10.30.170.99:25520] - Started up successfully 12:29:55,758 PM [main] [INFO] MigratedMessagesTest - testNoSnapshotAfterStartupWithNoMigratedMessages starting [INFO] [03/15/2024 12:29:55.761] [test-akka.actor.internal-dispatcher-2] [Cluster(akka://test)] Cluster Node [akka://test@10.30.170.99:25520] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [03/15/2024 12:29:55.761] [test-akka.actor.internal-dispatcher-2] [Cluster(akka://test)] Cluster Node [akka://test@10.30.170.99:25520] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining 12:29:55,762 PM [test-akka.actor.default-dispatcher-5] [INFO] Cluster - Cluster Node [akka://test@10.30.170.99:25520] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing 12:29:55,762 PM [test-akka.actor.default-dispatcher-5] [INFO] Cluster - Cluster Node [akka://test@10.30.170.99:25520] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining 12:29:55,766 PM [test-akka.actor.default-dispatcher-11] [INFO] MockRaftActor - Starting recovery for test-actor-550 with journal batch size 1000 [WARN] [03/15/2024 12:29:55.767] [test-akka.actor.default-dispatcher-11] [akka://test/user/termination-monitor] received dead letter from TestActor[akka://test/user/test-actor-550]: org.opendaylight.controller.cluster.common.actor.Monitor@153b8a85 [INFO] [akkaDeadLetter][03/15/2024 12:29:55.767] [test-akka.actor.default-dispatcher-11] [akka://test/user/termination-monitor] Message [org.opendaylight.controller.cluster.common.actor.Monitor] from TestActor[akka://test/user/test-actor-550] to Actor[akka://test/user/termination-monitor] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[akka://test/user/termination-monitor] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'. 12:29:55,771 PM [test-akka.actor.default-dispatcher-11] [INFO] EmptyLocalActorRef - Message [org.opendaylight.controller.cluster.common.actor.Monitor] from TestActor[akka://test/user/test-actor-550] to Actor[akka://test/user/termination-monitor] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[akka://test/user/termination-monitor] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'. 12:29:55,775 PM [test-akka.actor.default-dispatcher-6] [DEBUG] MockRaftActor - test-actor-550: Set currentTerm=1, votedFor=test-actor-550 12:29:55,775 PM [test-akka.actor.default-dispatcher-6] [DEBUG] MockRaftActor - test-actor-550: Received ReplicatedLogEntry for recovery: index: 0, size: 1 12:29:55,775 PM [test-akka.actor.default-dispatcher-6] [DEBUG] MockRaftActor - test-actor-550: Received apply journal entries for recovery, applying to state: 0 to 0 12:29:55,775 PM [test-akka.actor.default-dispatcher-6] [DEBUG] MockRaftActor - test-actor-550: Moving last applied index from -1 to 0 12:29:55,776 PM [test-akka.actor.default-dispatcher-6] [INFO] MockRaftActor - test-actor-550: Recovery completed in 74.52 μs - Switching actor to Follower - last log index = 0, last log term = 1, snapshot index = -1, snapshot term = -1, journal size = 1 12:29:55,777 PM [test-akka.actor.default-dispatcher-6] [INFO] DefaultConfigParamsImpl - Trying to use custom RaftPolicy org.opendaylight.controller.cluster.raft.policy.DisableElectionsRaftPolicy 12:29:56,527 PM [main] [INFO] MigratedMessagesTest - testNoSnapshotAfterStartupWithNoMigratedMessages ending 12:29:56,528 PM [main] [INFO] TestActorFactory - Killing actor TestActor[akka://test/user/test-actor-550] [INFO] [03/15/2024 12:29:56.541] [main] [CoordinatedShutdown(akka://test)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:56,541 PM [test-akka.actor.default-dispatcher-13] [INFO] CoordinatedShutdown - Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:56,542 PM [test-akka.actor.default-dispatcher-5] [INFO] LocalActorRef - Message [akka.cluster.ClusterUserAction$Leave] to Actor[akka://test/system/cluster/core/daemon#1397879152] was unhandled. [2] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'. [WARN] [03/15/2024 12:29:56.542] [test-akka.actor.default-dispatcher-13] [akka://test/system/cluster/core/daemon] unhandled message from Actor[akka://test/deadLetters]: Leave(akka://test@10.30.170.99:25520) [INFO] [akkaDeadLetter][03/15/2024 12:29:56.542] [test-akka.actor.default-dispatcher-5] [akka://test/system/cluster/core/daemon] Message [akka.cluster.ClusterUserAction$Leave] to Actor[akka://test/system/cluster/core/daemon#1397879152] was unhandled. [2] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'. [INFO] [03/15/2024 12:29:56.543] [test-akka.actor.internal-dispatcher-8] [Cluster(akka://test)] Cluster Node [akka://test@10.30.170.99:25520] - Exiting completed [INFO] [03/15/2024 12:29:56.543] [test-akka.actor.internal-dispatcher-8] [Cluster(akka://test)] Cluster Node [akka://test@10.30.170.99:25520] - Shutting down... 12:29:56,543 PM [test-akka.actor.default-dispatcher-16] [INFO] Cluster - Cluster Node [akka://test@10.30.170.99:25520] - Exiting completed 12:29:56,543 PM [test-akka.actor.default-dispatcher-16] [INFO] Cluster - Cluster Node [akka://test@10.30.170.99:25520] - Shutting down... [INFO] [03/15/2024 12:29:56.543] [test-akka.actor.internal-dispatcher-8] [Cluster(akka://test)] Cluster Node [akka://test@10.30.170.99:25520] - Successfully shut down 12:29:56,544 PM [test-akka.actor.default-dispatcher-16] [INFO] Cluster - Cluster Node [akka://test@10.30.170.99:25520] - Successfully shut down [INFO] [03/15/2024 12:29:56.546] [test-akka.remote.default-remote-dispatcher-7] [akka://test@10.30.170.99:25520/system/remoting-terminator] Shutting down remote daemon. [INFO] [03/15/2024 12:29:56.546] [test-akka.remote.default-remote-dispatcher-7] [akka://test@10.30.170.99:25520/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports. 12:29:56,546 PM [test-akka.actor.default-dispatcher-5] [INFO] RemoteActorRefProvider$RemotingTerminator - Shutting down remote daemon. 12:29:56,546 PM [test-akka.actor.default-dispatcher-5] [INFO] RemoteActorRefProvider$RemotingTerminator - Remote daemon shut down; proceeding with flushing remote transports. 12:29:56,549 PM [test-akka.actor.default-dispatcher-5] [INFO] RemoteActorRefProvider$RemotingTerminator - Remoting shut down. [INFO] [03/15/2024 12:29:56.549] [test-akka.remote.default-remote-dispatcher-7] [akka://test@10.30.170.99:25520/system/remoting-terminator] Remoting shut down.