[DEBUG] [11/02/2024 19:23:45.470] [main] [EventStream(pekko://test)] logger log1-TestEventListener started 07:23:45,470 PM [test-pekko.actor.default-dispatcher-6] [INFO] Slf4jLogger - Slf4jLogger started [DEBUG] [11/02/2024 19:23:45.471] [main] [EventStream(pekko://test)] logger log2-Slf4jLogger started [DEBUG] [11/02/2024 19:23:45.471] [main] [EventStream(pekko://test)] Default Loggers started [INFO] [11/02/2024 19:23:45.483] [main] [ArteryTransport(pekko://test)] Remoting started with transport [Artery tcp]; listening on address [pekko://test@10.30.170.200:17355] with UID [3527573351139113298] [INFO] [11/02/2024 19:23:45.484] [main] [Cluster(pekko://test)] Cluster Node [pekko://test@10.30.170.200:17355] - Starting up, Pekko version [1.0.3] ... 07:23:45,485 PM [test-pekko.actor.default-dispatcher-7] [INFO] ArteryTransport - Remoting started with transport [Artery tcp]; listening on address [pekko://test@10.30.170.200:17355] with UID [3527573351139113298] 07:23:45,485 PM [test-pekko.actor.default-dispatcher-7] [INFO] Cluster - Cluster Node [pekko://test@10.30.170.200:17355] - Starting up, Pekko version [1.0.3] ... [INFO] [11/02/2024 19:23:45.487] [main] [Cluster(pekko://test)] Cluster Node [pekko://test@10.30.170.200:17355] - Registered cluster JMX MBean [pekko:type=Cluster] [INFO] [11/02/2024 19:23:45.487] [main] [Cluster(pekko://test)] Cluster Node [pekko://test@10.30.170.200:17355] - Started up successfully 07:23:45,487 PM [test-pekko.actor.default-dispatcher-7] [INFO] Cluster - Cluster Node [pekko://test@10.30.170.200:17355] - Registered cluster JMX MBean [pekko:type=Cluster] 07:23:45,487 PM [test-pekko.actor.default-dispatcher-7] [INFO] Cluster - Cluster Node [pekko://test@10.30.170.200:17355] - Started up successfully [INFO] [11/02/2024 19:23:45.488] [test-pekko.actor.internal-dispatcher-2] [Cluster(pekko://test)] Cluster Node [pekko://test@10.30.170.200:17355] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing [INFO] [11/02/2024 19:23:45.488] [test-pekko.actor.internal-dispatcher-2] [Cluster(pekko://test)] Cluster Node [pekko://test@10.30.170.200:17355] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining 07:23:45,489 PM [test-pekko.actor.default-dispatcher-6] [INFO] Cluster - Cluster Node [pekko://test@10.30.170.200:17355] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing 07:23:45,489 PM [test-pekko.actor.default-dispatcher-6] [INFO] Cluster - Cluster Node [pekko://test@10.30.170.200:17355] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining 07:23:45,499 PM [main] [INFO] MigratedMessagesTest - testNoSnapshotAfterStartupWithNoMigratedMessages starting [WARN] [11/02/2024 19:23:45.502] [test-pekko.actor.default-dispatcher-6] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/test-actor-550]: org.opendaylight.controller.cluster.common.actor.Monitor@3d66def9 [INFO] [pekkoDeadLetter][11/02/2024 19:23:45.502] [test-pekko.actor.default-dispatcher-6] [pekko://test/user/termination-monitor] Message [org.opendaylight.controller.cluster.common.actor.Monitor] from TestActor[pekko://test/user/test-actor-550] 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'. 07:23:45,502 PM [test-pekko.actor.default-dispatcher-6] [INFO] EmptyLocalActorRef - pekkoDeadLetter Message [org.opendaylight.controller.cluster.common.actor.Monitor] from TestActor[pekko://test/user/test-actor-550] 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'. 07:23:45,504 PM [test-pekko.actor.default-dispatcher-12] [INFO] MockRaftActor - Starting recovery for test-actor-550 with journal batch size 1000 07:23:45,506 PM [test-pekko.actor.default-dispatcher-11] [DEBUG] MockRaftActor - test-actor-550: Set currentTerm=1, votedFor=test-actor-550 07:23:45,506 PM [test-pekko.actor.default-dispatcher-11] [DEBUG] MockRaftActor - test-actor-550: Received ReplicatedLogEntry for recovery: index: 0, size: 1 07:23:45,506 PM [test-pekko.actor.default-dispatcher-11] [DEBUG] MockRaftActor - test-actor-550: Received apply journal entries for recovery, applying to state: 0 to 0 07:23:45,506 PM [test-pekko.actor.default-dispatcher-11] [DEBUG] MockRaftActor - test-actor-550: Moving last applied index from -1 to 0 07:23:45,506 PM [test-pekko.actor.default-dispatcher-11] [INFO] MockRaftActor - test-actor-550: Recovery completed in 47.71 μs - Switching actor to Follower - last log index = 0, last log term = 1, snapshot index = -1, snapshot term = -1, journal size = 1 07:23:45,507 PM [test-pekko.actor.default-dispatcher-11] [INFO] DefaultConfigParamsImpl - Trying to use custom RaftPolicy org.opendaylight.controller.cluster.raft.policy.DisableElectionsRaftPolicy 07:23:46,257 PM [main] [INFO] MigratedMessagesTest - testNoSnapshotAfterStartupWithNoMigratedMessages ending 07:23:46,257 PM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/test-actor-550] 07:23:46,270 PM [test-pekko.actor.default-dispatcher-7] [INFO] CoordinatedShutdown - Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 07:23:46,271 PM [test-pekko.actor.default-dispatcher-7] [INFO] LocalActorRef - pekkoDeadLetter Message [org.apache.pekko.cluster.ClusterUserAction$Leave] to Actor[pekko://test/system/cluster/core/daemon#23378648] was unhandled. [2] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'pekko.log-dead-letters' and 'pekko.log-dead-letters-during-shutdown'. [INFO] [11/02/2024 19:23:46.269] [main] [CoordinatedShutdown(pekko://test)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 07:23:46,271 PM [test-pekko.actor.default-dispatcher-6] [INFO] Cluster - Cluster Node [pekko://test@10.30.170.200:17355] - Exiting completed 07:23:46,271 PM [test-pekko.actor.default-dispatcher-6] [INFO] Cluster - Cluster Node [pekko://test@10.30.170.200:17355] - Shutting down... 07:23:46,272 PM [test-pekko.actor.default-dispatcher-6] [INFO] Cluster - Cluster Node [pekko://test@10.30.170.200:17355] - Successfully shut down [WARN] [11/02/2024 19:23:46.272] [test-pekko.actor.default-dispatcher-12] [pekko://test/system/cluster/core/daemon] unhandled message from Actor[pekko://test/deadLetters]: Leave(pekko://test@10.30.170.200:17355) 07:23:46,273 PM [test-pekko.actor.default-dispatcher-6] [INFO] RemoteActorRefProvider$RemotingTerminator - Shutting down remote daemon. [INFO] [pekkoDeadLetter][11/02/2024 19:23:46.270] [test-pekko.actor.default-dispatcher-7] [pekko://test/system/cluster/core/daemon] Message [org.apache.pekko.cluster.ClusterUserAction$Leave] to Actor[pekko://test/system/cluster/core/daemon#23378648] was unhandled. [2] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'pekko.log-dead-letters' and 'pekko.log-dead-letters-during-shutdown'. [INFO] [11/02/2024 19:23:46.271] [test-pekko.actor.internal-dispatcher-2] [Cluster(pekko://test)] Cluster Node [pekko://test@10.30.170.200:17355] - Exiting completed [INFO] [11/02/2024 19:23:46.271] [test-pekko.actor.internal-dispatcher-2] [Cluster(pekko://test)] Cluster Node [pekko://test@10.30.170.200:17355] - Shutting down... [INFO] [11/02/2024 19:23:46.271] [test-pekko.actor.internal-dispatcher-2] [Cluster(pekko://test)] Cluster Node [pekko://test@10.30.170.200:17355] - Successfully shut down [INFO] [11/02/2024 19:23:46.273] [test-pekko.remote.default-remote-dispatcher-8] [pekko://test@10.30.170.200:17355/system/remoting-terminator] Shutting down remote daemon. 07:23:46,273 PM [test-pekko.actor.default-dispatcher-6] [INFO] RemoteActorRefProvider$RemotingTerminator - Remote daemon shut down; proceeding with flushing remote transports. [INFO] [11/02/2024 19:23:46.273] [test-pekko.remote.default-remote-dispatcher-8] [pekko://test@10.30.170.200:17355/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports. 07:23:46,275 PM [test-pekko.actor.default-dispatcher-6] [INFO] RemoteActorRefProvider$RemotingTerminator - Remoting shut down. [INFO] [11/02/2024 19:23:46.275] [test-pekko.remote.default-remote-dispatcher-8] [pekko://test@10.30.170.200:17355/system/remoting-terminator] Remoting shut down.