[DEBUG] [03/13/2024 10:40:29.751] [main] [EventStream(akka://test)] logger log1-TestEventListener started 10:40:29,753 AM [test-akka.actor.default-dispatcher-5] [INFO] Slf4jLogger - Slf4jLogger started [DEBUG] [03/13/2024 10:40:29.753] [main] [EventStream(akka://test)] logger log2-Slf4jLogger started [DEBUG] [03/13/2024 10:40:29.753] [main] [EventStream(akka://test)] Default Loggers started [INFO] [03/13/2024 10:40:29.776] [main] [ArteryTransport(akka://test)] Remoting started with transport [Artery tcp]; listening on address [akka://test@10.30.171.252:25520] with UID [2712781858752858523] [INFO] [03/13/2024 10:40:29.777] [main] [Cluster(akka://test)] Cluster Node [akka://test@10.30.171.252:25520] - Starting up, Akka version [2.6.21] ... 10:40:29,778 AM [test-akka.actor.default-dispatcher-5] [INFO] ArteryTransport - Remoting started with transport [Artery tcp]; listening on address [akka://test@10.30.171.252:25520] with UID [2712781858752858523] 10:40:29,778 AM [test-akka.actor.default-dispatcher-5] [INFO] Cluster - Cluster Node [akka://test@10.30.171.252:25520] - Starting up, Akka version [2.6.21] ... [INFO] [03/13/2024 10:40:29.781] [main] [Cluster(akka://test)] Cluster Node [akka://test@10.30.171.252:25520] - Registered cluster JMX MBean [akka:type=Cluster] [INFO] [03/13/2024 10:40:29.781] [main] [Cluster(akka://test)] Cluster Node [akka://test@10.30.171.252:25520] - Started up successfully 10:40:29,783 AM [test-akka.actor.default-dispatcher-6] [INFO] Cluster - Cluster Node [akka://test@10.30.171.252:25520] - Registered cluster JMX MBean [akka:type=Cluster] 10:40:29,783 AM [test-akka.actor.default-dispatcher-6] [INFO] Cluster - Cluster Node [akka://test@10.30.171.252:25520] - Started up successfully [INFO] [03/13/2024 10:40:29.788] [test-akka.actor.internal-dispatcher-4] [Cluster(akka://test)] Cluster Node [akka://test@10.30.171.252:25520] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [03/13/2024 10:40:29.788] [test-akka.actor.internal-dispatcher-4] [Cluster(akka://test)] Cluster Node [akka://test@10.30.171.252:25520] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining 10:40:29,789 AM [test-akka.actor.default-dispatcher-8] [INFO] Cluster - Cluster Node [akka://test@10.30.171.252:25520] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing 10:40:29,789 AM [test-akka.actor.default-dispatcher-8] [INFO] Cluster - Cluster Node [akka://test@10.30.171.252:25520] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining 10:40:29,793 AM [main] [INFO] MigratedMessagesTest - testNoSnapshotAfterStartupWithNoMigratedMessages starting [WARN] [03/13/2024 10:40:29.796] [test-akka.actor.default-dispatcher-5] [akka://test/user/termination-monitor] received dead letter from TestActor[akka://test/user/test-actor-611]: org.opendaylight.controller.cluster.common.actor.Monitor@2fb65a75 [INFO] [akkaDeadLetter][03/13/2024 10:40:29.796] [test-akka.actor.default-dispatcher-8] [akka://test/user/termination-monitor] Message [org.opendaylight.controller.cluster.common.actor.Monitor] from TestActor[akka://test/user/test-actor-611] 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'. 10:40:29,796 AM [test-akka.actor.default-dispatcher-5] [INFO] EmptyLocalActorRef - Message [org.opendaylight.controller.cluster.common.actor.Monitor] from TestActor[akka://test/user/test-actor-611] 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'. 10:40:29,798 AM [test-akka.actor.default-dispatcher-6] [INFO] MockRaftActor - Starting recovery for test-actor-611 with journal batch size 1000 10:40:29,813 AM [test-akka.actor.default-dispatcher-5] [DEBUG] MockRaftActor - test-actor-611: Set currentTerm=1, votedFor=test-actor-611 10:40:29,813 AM [test-akka.actor.default-dispatcher-5] [DEBUG] MockRaftActor - test-actor-611: Received ReplicatedLogEntry for recovery: index: 0, size: 1 10:40:29,813 AM [test-akka.actor.default-dispatcher-5] [DEBUG] MockRaftActor - test-actor-611: Received apply journal entries for recovery, applying to state: 0 to 0 10:40:29,813 AM [test-akka.actor.default-dispatcher-5] [DEBUG] MockRaftActor - test-actor-611: Moving last applied index from -1 to 0 10:40:29,814 AM [test-akka.actor.default-dispatcher-5] [INFO] MockRaftActor - test-actor-611: Recovery completed in 87.58 μs - Switching actor to Follower - last log index = 0, last log term = 1, snapshot index = -1, snapshot term = -1, journal size = 1 10:40:29,815 AM [test-akka.actor.default-dispatcher-5] [INFO] DefaultConfigParamsImpl - Trying to use custom RaftPolicy org.opendaylight.controller.cluster.raft.policy.DisableElectionsRaftPolicy 10:40:30,566 AM [main] [INFO] MigratedMessagesTest - testNoSnapshotAfterStartupWithNoMigratedMessages ending 10:40:30,566 AM [main] [INFO] TestActorFactory - Killing actor TestActor[akka://test/user/test-actor-611] [INFO] [03/13/2024 10:40:30.579] [main] [CoordinatedShutdown(akka://test)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:40:30,580 AM [test-akka.actor.default-dispatcher-5] [INFO] CoordinatedShutdown - Running CoordinatedShutdown with reason [ActorSystemTerminateReason] [WARN] [03/13/2024 10:40:30.581] [test-akka.actor.default-dispatcher-6] [akka://test/system/cluster/core/daemon] unhandled message from Actor[akka://test/deadLetters]: Leave(akka://test@10.30.171.252:25520) [INFO] [akkaDeadLetter][03/13/2024 10:40:30.582] [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#1979200530] 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'. 10:40:30,582 AM [test-akka.actor.default-dispatcher-6] [INFO] LocalActorRef - Message [akka.cluster.ClusterUserAction$Leave] to Actor[akka://test/system/cluster/core/daemon#1979200530] 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/13/2024 10:40:30.582] [test-akka.actor.internal-dispatcher-10] [Cluster(akka://test)] Cluster Node [akka://test@10.30.171.252:25520] - Exiting completed 10:40:30,584 AM [test-akka.actor.default-dispatcher-5] [INFO] Cluster - Cluster Node [akka://test@10.30.171.252:25520] - Exiting completed [INFO] [03/13/2024 10:40:30.582] [test-akka.actor.internal-dispatcher-10] [Cluster(akka://test)] Cluster Node [akka://test@10.30.171.252:25520] - Shutting down... 10:40:30,584 AM [test-akka.actor.default-dispatcher-5] [INFO] Cluster - Cluster Node [akka://test@10.30.171.252:25520] - Shutting down... [INFO] [03/13/2024 10:40:30.582] [test-akka.actor.internal-dispatcher-10] [Cluster(akka://test)] Cluster Node [akka://test@10.30.171.252:25520] - Successfully shut down 10:40:30,584 AM [test-akka.actor.default-dispatcher-5] [INFO] Cluster - Cluster Node [akka://test@10.30.171.252:25520] - Successfully shut down [INFO] [03/13/2024 10:40:30.585] [test-akka.remote.default-remote-dispatcher-9] [akka://test@10.30.171.252:25520/system/remoting-terminator] Shutting down remote daemon. 10:40:30,586 AM [test-akka.actor.default-dispatcher-6] [INFO] RemoteActorRefProvider$RemotingTerminator - Shutting down remote daemon. 10:40:30,586 AM [test-akka.actor.default-dispatcher-5] [INFO] RemoteActorRefProvider$RemotingTerminator - Remote daemon shut down; proceeding with flushing remote transports. [INFO] [03/13/2024 10:40:30.586] [test-akka.remote.default-remote-dispatcher-9] [akka://test@10.30.171.252:25520/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports. [INFO] [03/13/2024 10:40:30.590] [test-akka.remote.default-remote-dispatcher-9] [akka://test@10.30.171.252:25520/system/remoting-terminator] Remoting shut down. 10:40:30,591 AM [test-akka.actor.default-dispatcher-5] [INFO] RemoteActorRefProvider$RemotingTerminator - Remoting shut down. [DEBUG] [03/13/2024 10:40:30.591] [test-akka.actor.internal-dispatcher-2] [EventStream] shutting down: StandardOutLogger