[DEBUG] [07/29/2024 01:18:57.266] [main] [EventStream(akka://test)] logger log1-TestEventListener started 01:18:57,267 AM [test-akka.actor.default-dispatcher-5] [INFO] Slf4jLogger - Slf4jLogger started [DEBUG] [07/29/2024 01:18:57.267] [main] [EventStream(akka://test)] logger log2-Slf4jLogger started [DEBUG] [07/29/2024 01:18:57.267] [main] [EventStream(akka://test)] Default Loggers started 01:18:57,290 AM [test-akka.actor.default-dispatcher-5] [INFO] ArteryTransport - Remoting started with transport [Artery tcp]; listening on address [akka://test@10.30.171.192:25520] with UID [1498920454230608548] [INFO] [07/29/2024 01:18:57.289] [main] [ArteryTransport(akka://test)] Remoting started with transport [Artery tcp]; listening on address [akka://test@10.30.171.192:25520] with UID [1498920454230608548] 01:18:57,290 AM [test-akka.actor.default-dispatcher-5] [INFO] Cluster - Cluster Node [akka://test@10.30.171.192:25520] - Starting up, Akka version [2.6.21] ... [INFO] [07/29/2024 01:18:57.289] [main] [Cluster(akka://test)] Cluster Node [akka://test@10.30.171.192:25520] - Starting up, Akka version [2.6.21] ... 01:18:57,293 AM [test-akka.actor.default-dispatcher-5] [INFO] Cluster - Cluster Node [akka://test@10.30.171.192:25520] - Registered cluster JMX MBean [akka:type=Cluster] [INFO] [07/29/2024 01:18:57.293] [main] [Cluster(akka://test)] Cluster Node [akka://test@10.30.171.192:25520] - Registered cluster JMX MBean [akka:type=Cluster] 01:18:57,293 AM [test-akka.actor.default-dispatcher-5] [INFO] Cluster - Cluster Node [akka://test@10.30.171.192:25520] - Started up successfully [INFO] [07/29/2024 01:18:57.293] [main] [Cluster(akka://test)] Cluster Node [akka://test@10.30.171.192:25520] - Started up successfully [INFO] [07/29/2024 01:18:57.296] [test-akka.actor.internal-dispatcher-4] [Cluster(akka://test)] Cluster Node [akka://test@10.30.171.192:25520] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing 01:18:57,296 AM [test-akka.actor.default-dispatcher-5] [INFO] Cluster - Cluster Node [akka://test@10.30.171.192:25520] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing 01:18:57,296 AM [test-akka.actor.default-dispatcher-5] [INFO] Cluster - Cluster Node [akka://test@10.30.171.192:25520] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [07/29/2024 01:18:57.296] [test-akka.actor.internal-dispatcher-4] [Cluster(akka://test)] Cluster Node [akka://test@10.30.171.192:25520] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [WARN] [07/29/2024 01:18:57.305] [test-akka.actor.default-dispatcher-5] [akka://test/user/termination-monitor] received dead letter from TestActor[akka://test/user/singleNode45]: org.opendaylight.controller.cluster.common.actor.Monitor@17168543 01:18:57,307 AM [test-akka.actor.default-dispatcher-8] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Starting recovery for singleNode45 with journal batch size 1000 01:18:57,313 AM [test-akka.actor.default-dispatcher-5] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Recovery completed - Switching actor to Follower - last log index = -1, last log term = -1, snapshot index = -1, snapshot term = -1, journal size = 0 01:18:57,314 AM [test-akka.actor.default-dispatcher-5] [DEBUG] DefaultConfigParamsImpl - No custom RaftPolicy specified. Using DefaultRaftPolicy 01:18:57,314 AM [test-akka.actor.default-dispatcher-5] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45 (Follower): Received TimeoutNow - switching to Candidate 01:18:57,314 AM [test-akka.actor.default-dispatcher-5] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45 (Candidate): Election: Candidate has following voting peers: [] 01:18:57,314 AM [test-akka.actor.default-dispatcher-5] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Set currentTerm=1, votedFor=singleNode45 01:18:57,314 AM [test-akka.actor.default-dispatcher-5] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45 (Candidate): Starting new election term 1 01:18:57,314 AM [test-akka.actor.default-dispatcher-5] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45 (Follower) :- Switching from behavior Follower to Candidate, election term: 1 01:18:57,315 AM [test-akka.actor.default-dispatcher-8] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45 (Candidate): Received ElectionTimeout 01:18:57,315 AM [test-akka.actor.default-dispatcher-8] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45 (Leader): Election: Leader has following peers: [] 01:18:57,315 AM [test-akka.actor.default-dispatcher-8] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45 (Candidate) :- Switching from behavior Candidate to Leader, election term: 1 01:18:57,316 AM [test-akka.actor.default-dispatcher-8] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Persist data SimpleReplicatedLogEntry [index=0, term=1, payload=zero] 01:18:57,316 AM [test-akka.actor.default-dispatcher-8] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Append log entry and persist SimpleReplicatedLogEntry [index=0, term=1, payload=zero] 01:18:57,316 AM [test-akka.actor.default-dispatcher-8] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Persist data SimpleReplicatedLogEntry [index=1, term=1, payload=one] 01:18:57,316 AM [test-akka.actor.default-dispatcher-8] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Append log entry and persist SimpleReplicatedLogEntry [index=1, term=1, payload=one] 01:18:57,316 AM [test-akka.actor.default-dispatcher-8] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Persist data SimpleReplicatedLogEntry [index=2, term=1, payload=two] 01:18:57,316 AM [test-akka.actor.default-dispatcher-8] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Append log entry and persist SimpleReplicatedLogEntry [index=2, term=1, payload=two] 01:18:57,317 AM [test-akka.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: persist complete SimpleReplicatedLogEntry [index=0, term=1, payload=zero] 01:18:57,317 AM [test-akka.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Moving last applied index from -1 to 0 01:18:57,317 AM [test-akka.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Applying state for log index 0 data zero 01:18:57,317 AM [test-akka.actor.default-dispatcher-7] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: applyState called: zero 01:18:57,317 AM [test-akka.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Persisting ApplyJournalEntries with index=0 01:18:57,318 AM [test-akka.actor.default-dispatcher-8] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: persist complete SimpleReplicatedLogEntry [index=1, term=1, payload=one] 01:18:57,318 AM [test-akka.actor.default-dispatcher-8] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Moving last applied index from 0 to 1 01:18:57,318 AM [test-akka.actor.default-dispatcher-8] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Applying state for log index 1 data one 01:18:57,318 AM [test-akka.actor.default-dispatcher-8] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: applyState called: one 01:18:57,318 AM [test-akka.actor.default-dispatcher-8] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: fakeSnapshot purging log to 0 for term 1 01:18:57,318 AM [test-akka.actor.default-dispatcher-8] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Persisting ApplyJournalEntries with index=1 01:18:57,318 AM [test-akka.actor.default-dispatcher-5] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: persist complete SimpleReplicatedLogEntry [index=2, term=1, payload=two] 01:18:57,318 AM [test-akka.actor.default-dispatcher-5] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Moving last applied index from 1 to 2 01:18:57,318 AM [test-akka.actor.default-dispatcher-5] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Applying state for log index 2 data two 01:18:57,318 AM [test-akka.actor.default-dispatcher-5] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: applyState called: two 01:18:57,318 AM [test-akka.actor.default-dispatcher-5] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: fakeSnapshot purging log to 1 for term 1 01:18:57,318 AM [test-akka.actor.default-dispatcher-5] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Persisting ApplyJournalEntries with index=2 01:18:57,366 AM [test-akka.actor.default-dispatcher-8] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Persist data SimpleReplicatedLogEntry [index=3, term=1, payload=three] 01:18:57,366 AM [test-akka.actor.default-dispatcher-8] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Append log entry and persist SimpleReplicatedLogEntry [index=3, term=1, payload=three] 01:18:57,367 AM [test-akka.actor.default-dispatcher-8] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: persist complete SimpleReplicatedLogEntry [index=3, term=1, payload=three] 01:18:57,367 AM [test-akka.actor.default-dispatcher-8] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Moving last applied index from 2 to 3 01:18:57,367 AM [test-akka.actor.default-dispatcher-8] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Applying state for log index 3 data three 01:18:57,368 AM [test-akka.actor.default-dispatcher-8] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: applyState called: three 01:18:57,368 AM [test-akka.actor.default-dispatcher-8] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Initiating snapshot capture CaptureSnapshot [lastAppliedIndex=3, lastAppliedTerm=1, lastIndex=3, lastTerm=1, installSnapshotInitiated=, replicatedToAllIndex=-1, replicatedToAllTerm=-1, unAppliedEntries size=0, mandatoryTrim=false] 01:18:57,368 AM [test-akka.actor.default-dispatcher-8] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: lastSequenceNumber prior to capture: 8 01:18:57,368 AM [test-akka.actor.default-dispatcher-8] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - trimLog should not be called in state Creating 01:18:57,368 AM [test-akka.actor.default-dispatcher-8] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Persisting ApplyJournalEntries with index=3 01:18:57,368 AM [test-akka.actor.default-dispatcher-8] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: CaptureSnapshotReply received by actor 01:18:57,368 AM [test-akka.actor.default-dispatcher-8] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Persisting of snapshot done: Snapshot [lastIndex=3, lastTerm=1, lastAppliedIndex=3, lastAppliedTerm=1, unAppliedEntries size=0, state=MockSnapshotState [state=[zero, one, two, three]], electionTerm=1, electionVotedFor=singleNode45, ServerConfigPayload=null] 01:18:57,368 AM [test-akka.actor.default-dispatcher-8] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Removed in-memory snapshotted entries, adjusted snaphsotIndex: 1 and term: 1 01:18:57,369 AM [test-akka.actor.default-dispatcher-8] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: SaveSnapshotSuccess received for snapshot, sequenceNr: 8 01:18:57,369 AM [test-akka.actor.default-dispatcher-8] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Snapshot success - sequence number: 8 01:18:57,369 AM [test-akka.actor.default-dispatcher-8] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: SnapshotComplete received 01:18:57,369 AM [test-akka.actor.default-dispatcher-5] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: handled a journal response 01:18:57,370 AM [test-akka.actor.default-dispatcher-14] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: handled a snapshot response 01:18:57,419 AM [test-akka.actor.default-dispatcher-14] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Persist data SimpleReplicatedLogEntry [index=4, term=1, payload=four] 01:18:57,419 AM [test-akka.actor.default-dispatcher-14] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Append log entry and persist SimpleReplicatedLogEntry [index=4, term=1, payload=four] 01:18:57,419 AM [test-akka.actor.default-dispatcher-14] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Persist data SimpleReplicatedLogEntry [index=5, term=1, payload=five] 01:18:57,419 AM [test-akka.actor.default-dispatcher-14] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Append log entry and persist SimpleReplicatedLogEntry [index=5, term=1, payload=five] 01:18:57,420 AM [test-akka.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: persist complete SimpleReplicatedLogEntry [index=4, term=1, payload=four] 01:18:57,420 AM [test-akka.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Moving last applied index from 3 to 4 01:18:57,420 AM [test-akka.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Applying state for log index 4 data four 01:18:57,420 AM [test-akka.actor.default-dispatcher-7] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: applyState called: four 01:18:57,420 AM [test-akka.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: fakeSnapshot purging log to 3 for term 1 01:18:57,420 AM [test-akka.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Persisting ApplyJournalEntries with index=4 01:18:57,421 AM [test-akka.actor.default-dispatcher-8] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: persist complete SimpleReplicatedLogEntry [index=5, term=1, payload=five] 01:18:57,421 AM [test-akka.actor.default-dispatcher-8] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Moving last applied index from 4 to 5 01:18:57,421 AM [test-akka.actor.default-dispatcher-8] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Applying state for log index 5 data five 01:18:57,421 AM [test-akka.actor.default-dispatcher-8] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: applyState called: five 01:18:57,421 AM [test-akka.actor.default-dispatcher-8] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: fakeSnapshot purging log to 4 for term 1 01:18:57,421 AM [test-akka.actor.default-dispatcher-8] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Persisting ApplyJournalEntries with index=5 01:18:57,483 AM [test-akka.actor.default-dispatcher-7] [INFO] EmptyLocalActorRef - akkaDeadLetter Message [org.opendaylight.controller.cluster.common.actor.Monitor] from TestActor[akka://test/user/singleNode45] 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'. [WARN] [07/29/2024 01:18:57.483] [test-akka.actor.default-dispatcher-14] [akka://test/user/termination-monitor] received dead letter from TestActor[akka://test/user/singleNode45]: org.opendaylight.controller.cluster.common.actor.Monitor@41b2ac19 [INFO] [akkaDeadLetter][07/29/2024 01:18:57.483] [test-akka.actor.default-dispatcher-7] [akka://test/user/termination-monitor] Message [org.opendaylight.controller.cluster.common.actor.Monitor] from TestActor[akka://test/user/singleNode45] 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'. 01:18:57,483 AM [test-akka.actor.default-dispatcher-8] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Starting recovery for singleNode45 with journal batch size 1000 01:18:57,484 AM [test-akka.actor.default-dispatcher-14] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: SnapshotOffer called. 01:18:57,484 AM [test-akka.actor.default-dispatcher-14] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Moving last applied index from -1 to 3 01:18:57,484 AM [test-akka.actor.default-dispatcher-14] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Set currentTerm=1, votedFor=singleNode45 01:18:57,484 AM [test-akka.actor.default-dispatcher-14] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Recovery snapshot applied for singleNode45 in 370.3 μs: snapshotIndex=3, snapshotTerm=1, journal-size=0 01:18:57,485 AM [test-akka.actor.default-dispatcher-14] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Received apply journal entries for recovery, applying to state: 4 to 3 01:18:57,485 AM [test-akka.actor.default-dispatcher-14] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Moving last applied index from 3 to 3 01:18:57,485 AM [test-akka.actor.default-dispatcher-14] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Received ReplicatedLogEntry for recovery: index: 4, size: 4 01:18:57,485 AM [test-akka.actor.default-dispatcher-14] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Received ReplicatedLogEntry for recovery: index: 5, size: 4 01:18:57,485 AM [test-akka.actor.default-dispatcher-14] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Received apply journal entries for recovery, applying to state: 4 to 4 01:18:57,485 AM [test-akka.actor.default-dispatcher-14] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Moving last applied index from 3 to 4 01:18:57,485 AM [test-akka.actor.default-dispatcher-14] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Received apply journal entries for recovery, applying to state: 5 to 5 01:18:57,485 AM [test-akka.actor.default-dispatcher-14] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Moving last applied index from 4 to 5 01:18:57,486 AM [test-akka.actor.default-dispatcher-14] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Recovery completed in 1.842 ms - Switching actor to Follower - last log index = 5, last log term = 1, snapshot index = 3, snapshot term = 1, journal size = 2 01:18:57,486 AM [main] [INFO] TestActorFactory - Killing actor Actor[akka://test/user/singleNode45-collector46#580037789] 01:18:57,486 AM [test-akka.actor.default-dispatcher-14] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45 (Follower): Received TimeoutNow - switching to Candidate 01:18:57,486 AM [test-akka.actor.default-dispatcher-14] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45 (Candidate): Election: Candidate has following voting peers: [] 01:18:57,486 AM [test-akka.actor.default-dispatcher-14] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45: Set currentTerm=2, votedFor=singleNode45 01:18:57,487 AM [test-akka.actor.default-dispatcher-14] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45 (Candidate): Starting new election term 2 01:18:57,487 AM [test-akka.actor.default-dispatcher-14] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45 (Follower) :- Switching from behavior Follower to Candidate, election term: 2 01:18:57,487 AM [test-akka.actor.default-dispatcher-14] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45 (Candidate): Received ElectionTimeout 01:18:57,487 AM [test-akka.actor.default-dispatcher-14] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45 (Leader): Election: Leader has following peers: [] 01:18:57,487 AM [test-akka.actor.default-dispatcher-14] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - singleNode45 (Candidate) :- Switching from behavior Candidate to Leader, election term: 2 01:18:57,497 AM [main] [INFO] TestActorFactory - Killing actor TestActor[akka://test/user/singleNode45] 01:18:57,497 AM [main] [INFO] TestActorFactory - Killing actor Actor[akka://test/user/singleNode45-collector47#-620340265] 01:18:57,497 AM [main] [INFO] TestActorFactory - Killing actor TestActor[akka://test/user/singleNode45] [INFO] [07/29/2024 01:18:57.498] [main] [CoordinatedShutdown(akka://test)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 01:18:57,498 AM [test-akka.actor.default-dispatcher-8] [INFO] CoordinatedShutdown - Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 01:18:57,499 AM [test-akka.actor.default-dispatcher-8] [INFO] LocalActorRef - akkaDeadLetter Message [akka.cluster.ClusterUserAction$Leave] to Actor[akka://test/system/cluster/core/daemon#1567359576] 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] [07/29/2024 01:18:57.499] [test-akka.actor.default-dispatcher-14] [akka://test/system/cluster/core/daemon] unhandled message from Actor[akka://test/deadLetters]: Leave(akka://test@10.30.171.192:25520) [INFO] [akkaDeadLetter][07/29/2024 01:18:57.499] [test-akka.actor.default-dispatcher-8] [akka://test/system/cluster/core/daemon] Message [akka.cluster.ClusterUserAction$Leave] to Actor[akka://test/system/cluster/core/daemon#1567359576] 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'. 01:18:57,499 AM [test-akka.actor.default-dispatcher-5] [INFO] Cluster - Cluster Node [akka://test@10.30.171.192:25520] - Exiting completed 01:18:57,499 AM [test-akka.actor.default-dispatcher-5] [INFO] Cluster - Cluster Node [akka://test@10.30.171.192:25520] - Shutting down... [INFO] [07/29/2024 01:18:57.499] [test-akka.actor.internal-dispatcher-3] [Cluster(akka://test)] Cluster Node [akka://test@10.30.171.192:25520] - Exiting completed [INFO] [07/29/2024 01:18:57.499] [test-akka.actor.internal-dispatcher-3] [Cluster(akka://test)] Cluster Node [akka://test@10.30.171.192:25520] - Shutting down... 01:18:57,500 AM [test-akka.actor.default-dispatcher-5] [INFO] Cluster - Cluster Node [akka://test@10.30.171.192:25520] - Successfully shut down [INFO] [07/29/2024 01:18:57.499] [test-akka.actor.internal-dispatcher-3] [Cluster(akka://test)] Cluster Node [akka://test@10.30.171.192:25520] - Successfully shut down 01:18:57,501 AM [test-akka.actor.default-dispatcher-14] [INFO] RemoteActorRefProvider$RemotingTerminator - Shutting down remote daemon. [INFO] [07/29/2024 01:18:57.501] [test-akka.remote.default-remote-dispatcher-6] [akka://test@10.30.171.192:25520/system/remoting-terminator] Shutting down remote daemon. 01:18:57,501 AM [test-akka.actor.default-dispatcher-14] [INFO] RemoteActorRefProvider$RemotingTerminator - Remote daemon shut down; proceeding with flushing remote transports. [INFO] [07/29/2024 01:18:57.501] [test-akka.remote.default-remote-dispatcher-6] [akka://test@10.30.171.192:25520/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports. 01:18:57,503 AM [test-akka.actor.default-dispatcher-14] [INFO] RemoteActorRefProvider$RemotingTerminator - Remoting shut down. [INFO] [07/29/2024 01:18:57.503] [test-akka.remote.default-remote-dispatcher-10] [akka://test@10.30.171.192:25520/system/remoting-terminator] Remoting shut down. [DEBUG] [07/29/2024 01:18:57.503] [test-akka.actor.internal-dispatcher-3] [EventStream] shutting down: StandardOutLogger