[DEBUG] [03/10/2026 09:12:35.650] [main] [EventStream(pekko://test)] logger log1-TestEventListener started 09:12:35,651 AM [test-pekko.actor.default-dispatcher-6] [INFO] Slf4jLogger - Slf4jLogger started [DEBUG] [03/10/2026 09:12:35.651] [main] [EventStream(pekko://test)] logger log2-Slf4jLogger started [DEBUG] [03/10/2026 09:12:35.651] [main] [EventStream(pekko://test)] Default Loggers started [INFO] [03/10/2026 09:12:35.666] [main] [ArteryTransport(pekko://test)] Remoting started with transport [Artery tcp]; listening on address [pekko://test@10.30.170.128:17355] with UID [8067449743949809548] 09:12:35,667 AM [test-pekko.actor.default-dispatcher-5] [INFO] ArteryTransport - Remoting started with transport [Artery tcp]; listening on address [pekko://test@10.30.170.128:17355] with UID [8067449743949809548] [INFO] [03/10/2026 09:12:35.668] [main] [Cluster(pekko://test)] Cluster Node [pekko://test@10.30.170.128:17355] - Starting up, Pekko version [1.2.1] ... 09:12:35,668 AM [test-pekko.actor.default-dispatcher-5] [INFO] Cluster - Cluster Node [pekko://test@10.30.170.128:17355] - Starting up, Pekko version [1.2.1] ... [INFO] [03/10/2026 09:12:35.674] [main] [Cluster(pekko://test)] Cluster Node [pekko://test@10.30.170.128:17355] - Registered cluster JMX MBean [pekko:type=Cluster] 09:12:35,674 AM [test-pekko.actor.default-dispatcher-5] [INFO] Cluster - Cluster Node [pekko://test@10.30.170.128:17355] - Registered cluster JMX MBean [pekko:type=Cluster] [INFO] [03/10/2026 09:12:35.674] [main] [Cluster(pekko://test)] Cluster Node [pekko://test@10.30.170.128:17355] - Started up successfully 09:12:35,674 AM [test-pekko.actor.default-dispatcher-5] [INFO] Cluster - Cluster Node [pekko://test@10.30.170.128:17355] - Started up successfully [INFO] [03/10/2026 09:12:35.675] [test-pekko.actor.internal-dispatcher-2] [Cluster(pekko://test)] Cluster Node [pekko://test@10.30.170.128:17355] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing [INFO] [03/10/2026 09:12:35.675] [test-pekko.actor.internal-dispatcher-2] [Cluster(pekko://test)] Cluster Node [pekko://test@10.30.170.128:17355] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining 09:12:35,675 AM [test-pekko.actor.default-dispatcher-6] [INFO] Cluster - Cluster Node [pekko://test@10.30.170.128:17355] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing 09:12:35,675 AM [test-pekko.actor.default-dispatcher-6] [INFO] Cluster - Cluster Node [pekko://test@10.30.170.128:17355] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining 09:12:35,686 AM [main] [INFO] RaftActorTest - testRestoreFromSnapshotWithRecoveredData starting 09:12:35,692 AM [main] [DEBUG] EntryJournalV1 - test-actor-226: metadata journal open: replayFrom=1 applyTo=0 09:12:35,693 AM [main] [DEBUG] EntryJournalV1 - test-actor-226: journal open: firstIndex=1 lastIndex=0 replayFrom=1 fileEntries=0 09:12:35,700 AM [main] [DEBUG] EntryJournalV1 - test-actor-226: journal closed 09:12:35,700 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] MockRaftActor - Actor created TestActor[pekko://test/user/test-actor-226] [WARN] [03/10/2026 09:12:35.701] [test-pekko.actor.default-dispatcher-5] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/test-actor-226]: org.opendaylight.controller.cluster.common.actor.Monitor@26dcdcf7 [INFO] [pekkoDeadLetter][03/10/2026 09:12:35.701] [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-226] 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'. 09:12:35,701 AM [test-pekko.actor.default-dispatcher-5] [INFO] EmptyLocalActorRef - pekkoDeadLetter Message [org.opendaylight.controller.cluster.common.actor.Monitor] from TestActor[pekko://test/user/test-actor-226] 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'. 09:12:35,702 AM [test-pekko.actor.default-dispatcher-11] [INFO] RaftActor - test-actor-226: Starting recovery with journal batch size 1000 09:12:35,702 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] RaftStorage - test-actor-226: started executor 09:12:35,702 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] RaftStorage - test-actor-226: started executor 09:12:35,703 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] EntryJournalV1 - test-actor-226: metadata journal open: replayFrom=1 applyTo=0 09:12:35,708 AM [test-pekko.actor.default-dispatcher-6] [ERROR] OneForOneStrategy - ByteBuffer derived from closeable shared sessions not supported org.apache.pekko.actor.ActorInitializationException: pekko://test/user/test-actor-226: exception during creation, root cause message: [ByteBuffer derived from closeable shared sessions not supported] at org.opendaylight.controller.repackaged.pekko@12.0.5-SNAPSHOT/org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206) at org.opendaylight.controller.repackaged.pekko@12.0.5-SNAPSHOT/org.apache.pekko.actor.ActorCell.create(ActorCell.scala:680) at org.opendaylight.controller.repackaged.pekko@12.0.5-SNAPSHOT/org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523) at org.opendaylight.controller.repackaged.pekko@12.0.5-SNAPSHOT/org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545) at org.opendaylight.controller.repackaged.pekko@12.0.5-SNAPSHOT/org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:298) at org.opendaylight.controller.repackaged.pekko@12.0.5-SNAPSHOT/org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:233) at org.opendaylight.controller.repackaged.pekko@12.0.5-SNAPSHOT/org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:246) 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) Caused by: java.lang.UnsupportedOperationException: ByteBuffer derived from closeable shared sessions not supported at java.base/java.nio.DirectByteBuffer.address(DirectByteBuffer.java:321) at java.base/java.util.zip.CRC32.update(CRC32.java:102) at org.opendaylight.raft.journal@12.0.5-SNAPSHOT/org.opendaylight.raft.journal.SegmentEntry.computeChecksum(SegmentEntry.java:52) at org.opendaylight.raft.journal@12.0.5-SNAPSHOT/org.opendaylight.raft.journal.SegmentReader.readBytes(SegmentReader.java:101) at org.opendaylight.raft.journal@12.0.5-SNAPSHOT/org.opendaylight.raft.journal.Segment.indexEntries(Segment.java:333) at org.opendaylight.raft.journal@12.0.5-SNAPSHOT/org.opendaylight.raft.journal.Segment.(Segment.java:120) at org.opendaylight.raft.journal@12.0.5-SNAPSHOT/org.opendaylight.raft.journal.SegmentedRaftJournal.loadSegments(SegmentedRaftJournal.java:330) at org.opendaylight.raft.journal@12.0.5-SNAPSHOT/org.opendaylight.raft.journal.SegmentedRaftJournal.(SegmentedRaftJournal.java:77) at org.opendaylight.raft.journal@12.0.5-SNAPSHOT/org.opendaylight.raft.journal.SegmentedRaftJournal$Builder.build(SegmentedRaftJournal.java:644) at org.opendaylight.controller.cluster.raft@12.0.5-SNAPSHOT/org.opendaylight.controller.cluster.raft.spi.EntryJournalV1.openEntries(EntryJournalV1.java:392) at org.opendaylight.controller.cluster.raft@12.0.5-SNAPSHOT/org.opendaylight.controller.cluster.raft.spi.EntryJournalV1.(EntryJournalV1.java:348) at org.opendaylight.controller.cluster.raft@12.0.5-SNAPSHOT/org.opendaylight.controller.cluster.raft.spi.EnabledRaftStorage.postStart(EnabledRaftStorage.java:100) at org.opendaylight.controller.cluster.raft@12.0.5-SNAPSHOT/org.opendaylight.controller.cluster.raft.spi.RaftStorage.start(RaftStorage.java:161) at org.opendaylight.controller.cluster.raft@12.0.5-SNAPSHOT/org.opendaylight.controller.cluster.raft.PersistenceControl.start(PersistenceControl.java:59) at org.opendaylight.controller.cluster.raft@12.0.5-SNAPSHOT/org.opendaylight.controller.cluster.raft.RaftActor.preStart(RaftActor.java:193) at org.opendaylight.controller.repackaged.pekko@12.0.5-SNAPSHOT/org.apache.pekko.actor.Actor.aroundPreStart(Actor.scala:558) at org.opendaylight.controller.repackaged.pekko@12.0.5-SNAPSHOT/org.apache.pekko.actor.Actor.aroundPreStart$(Actor.scala:481) at org.opendaylight.controller.repackaged.pekko@12.0.5-SNAPSHOT/org.apache.pekko.actor.AbstractActor.aroundPreStart(AbstractActor.scala:229) at org.opendaylight.controller.repackaged.pekko@12.0.5-SNAPSHOT/org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653) ... 10 more [ERROR] [03/10/2026 09:12:35.708] [test-pekko.actor.internal-dispatcher-10] [pekko://test/user/test-actor-226] ByteBuffer derived from closeable shared sessions not supported org.apache.pekko.actor.ActorInitializationException: pekko://test/user/test-actor-226: exception during creation, root cause message: [ByteBuffer derived from closeable shared sessions not supported] at org.opendaylight.controller.repackaged.pekko@12.0.5-SNAPSHOT/org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206) at org.opendaylight.controller.repackaged.pekko@12.0.5-SNAPSHOT/org.apache.pekko.actor.ActorCell.create(ActorCell.scala:680) at org.opendaylight.controller.repackaged.pekko@12.0.5-SNAPSHOT/org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523) at org.opendaylight.controller.repackaged.pekko@12.0.5-SNAPSHOT/org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545) at org.opendaylight.controller.repackaged.pekko@12.0.5-SNAPSHOT/org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:298) at org.opendaylight.controller.repackaged.pekko@12.0.5-SNAPSHOT/org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:233) at org.opendaylight.controller.repackaged.pekko@12.0.5-SNAPSHOT/org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:246) 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) Caused by: java.lang.UnsupportedOperationException: ByteBuffer derived from closeable shared sessions not supported at java.base/java.nio.DirectByteBuffer.address(DirectByteBuffer.java:321) at java.base/java.util.zip.CRC32.update(CRC32.java:102) at org.opendaylight.raft.journal@12.0.5-SNAPSHOT/org.opendaylight.raft.journal.SegmentEntry.computeChecksum(SegmentEntry.java:52) at org.opendaylight.raft.journal@12.0.5-SNAPSHOT/org.opendaylight.raft.journal.SegmentReader.readBytes(SegmentReader.java:101) at org.opendaylight.raft.journal@12.0.5-SNAPSHOT/org.opendaylight.raft.journal.Segment.indexEntries(Segment.java:333) at org.opendaylight.raft.journal@12.0.5-SNAPSHOT/org.opendaylight.raft.journal.Segment.(Segment.java:120) at org.opendaylight.raft.journal@12.0.5-SNAPSHOT/org.opendaylight.raft.journal.SegmentedRaftJournal.loadSegments(SegmentedRaftJournal.java:330) at org.opendaylight.raft.journal@12.0.5-SNAPSHOT/org.opendaylight.raft.journal.SegmentedRaftJournal.(SegmentedRaftJournal.java:77) at org.opendaylight.raft.journal@12.0.5-SNAPSHOT/org.opendaylight.raft.journal.SegmentedRaftJournal$Builder.build(SegmentedRaftJournal.java:644) at org.opendaylight.controller.cluster.raft@12.0.5-SNAPSHOT/org.opendaylight.controller.cluster.raft.spi.EntryJournalV1.openEntries(EntryJournalV1.java:392) at org.opendaylight.controller.cluster.raft@12.0.5-SNAPSHOT/org.opendaylight.controller.cluster.raft.spi.EntryJournalV1.(EntryJournalV1.java:348) at org.opendaylight.controller.cluster.raft@12.0.5-SNAPSHOT/org.opendaylight.controller.cluster.raft.spi.EnabledRaftStorage.postStart(EnabledRaftStorage.java:100) at org.opendaylight.controller.cluster.raft@12.0.5-SNAPSHOT/org.opendaylight.controller.cluster.raft.spi.RaftStorage.start(RaftStorage.java:161) at org.opendaylight.controller.cluster.raft@12.0.5-SNAPSHOT/org.opendaylight.controller.cluster.raft.PersistenceControl.start(PersistenceControl.java:59) at org.opendaylight.controller.cluster.raft@12.0.5-SNAPSHOT/org.opendaylight.controller.cluster.raft.RaftActor.preStart(RaftActor.java:193) at org.opendaylight.controller.repackaged.pekko@12.0.5-SNAPSHOT/org.apache.pekko.actor.Actor.aroundPreStart(Actor.scala:558) at org.opendaylight.controller.repackaged.pekko@12.0.5-SNAPSHOT/org.apache.pekko.actor.Actor.aroundPreStart$(Actor.scala:481) at org.opendaylight.controller.repackaged.pekko@12.0.5-SNAPSHOT/org.apache.pekko.actor.AbstractActor.aroundPreStart(AbstractActor.scala:229) at org.opendaylight.controller.repackaged.pekko@12.0.5-SNAPSHOT/org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653) ... 10 more 09:12:46,768 AM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/test-actor-226] 09:12:46,787 AM [main] [DEBUG] MockRaftActor - Actor created TestActor[pekko://test/user/leader-227] [WARN] [03/10/2026 09:12:46.787] [test-pekko.actor.default-dispatcher-11] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/leader-227]: org.opendaylight.controller.cluster.common.actor.Monitor@5522a146 [INFO] [pekkoDeadLetter][03/10/2026 09:12:46.787] [test-pekko.actor.default-dispatcher-5] [pekko://test/user/termination-monitor] Message [org.opendaylight.controller.cluster.common.actor.Monitor] from TestActor[pekko://test/user/leader-227] to Actor[pekko://test/user/termination-monitor] was not delivered. [2] 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'. 09:12:46,787 AM [test-pekko.actor.default-dispatcher-11] [INFO] EmptyLocalActorRef - pekkoDeadLetter Message [org.opendaylight.controller.cluster.common.actor.Monitor] from TestActor[pekko://test/user/leader-227] to Actor[pekko://test/user/termination-monitor] was not delivered. [2] 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'. 09:12:46,788 AM [main] [INFO] RaftActor - leader-227: Starting recovery with journal batch size 1000 09:12:46,788 AM [main] [DEBUG] RaftStorage - leader-227: started executor 09:12:46,788 AM [main] [DEBUG] RaftStorage - leader-227: started executor 09:12:46,789 AM [main] [DEBUG] EntryJournalV1 - leader-227: metadata journal open: replayFrom=1 applyTo=0 09:12:46,790 AM [main] [DEBUG] EntryJournalV1 - leader-227: journal open: firstIndex=1 lastIndex=0 replayFrom=1 fileEntries=0 09:12:46,790 AM [main] [INFO] EnabledRaftStorage - leader-227: journal open: applyTo=0 09:12:46,790 AM [leader-227-writer-103] [DEBUG] JournalWriteTask - leader-227: journal writer started 09:12:46,790 AM [leader-227-writer-103] [DEBUG] JournalWriteTask - leader-227: waiting to receive commands 09:12:46,790 AM [main] [DEBUG] RaftActor - leader-227: recovering to non-persistent 09:12:46,790 AM [main] [DEBUG] PropertiesTermInfoStore - /tmp/junit-6754439247933973477/leader-227/TermInfo.properties does not exist 09:12:46,793 AM [main] [DEBUG] PropertiesTermInfoStore - leader-227: Set currentTerm=0, votedFor=null 09:12:46,793 AM [main] [INFO] Recovery - leader-227: Local TermInfo store seeded with TermInfo{term=0} 09:12:46,794 AM [main] [DEBUG] AbstractReplicatedLog - leader-227: Moving last applied index from -1 to -1 09:12:46,794 AM [main] [INFO] Recovery - leader-227: Recovery completed in in 3.643 ms: last log index = -1, last log term = -1, napshot index = -1, snapshot term = -1, journal size = 0 09:12:46,794 AM [main] [DEBUG] RaftActor - leader-227: Recovery completed and can restore from snapshot 09:12:46,794 AM [main] [DEBUG] Follower - leader-227 (Follower): Received TimeoutNow - switching to Candidate 09:12:46,794 AM [main] [DEBUG] Candidate - leader-227 (Candidate): Election: Candidate has following voting peers: [] 09:12:46,796 AM [main] [DEBUG] PropertiesTermInfoStore - leader-227: Set currentTerm=1, votedFor=leader-227 09:12:46,796 AM [main] [INFO] Candidate - leader-227 (Candidate): Starting new election term 1 09:12:46,796 AM [main] [INFO] RaftActorBehavior - leader-227 (Follower) :- Switching from behavior Follower to Candidate, election term: 1 09:12:46,796 AM [main] [DEBUG] Candidate - leader-227 (Candidate): Received ElectionTimeout 09:12:46,796 AM [main] [DEBUG] AbstractLeader - leader-227 (Leader): Election: Leader has following peers: [] 09:12:46,797 AM [main] [INFO] RaftActorBehavior - leader-227 (Candidate) :- Switching from behavior Candidate to Leader, election term: 1 09:12:46,797 AM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/leader-227] 09:12:46,808 AM [main] [DEBUG] EnabledRaftStorage - leader-227: terminating thread VirtualThread[#409,leader-227-writer-103]/waiting 09:12:46,808 AM [leader-227-writer-103] [DEBUG] JournalWriteTask - leader-227: received 1 commands after 18.22 ms 09:12:46,808 AM [leader-227-writer-103] [DEBUG] JournalWriteTask - leader-227: completed 1 commands in 26.17 μs 09:12:46,808 AM [leader-227-writer-103] [DEBUG] JournalWriteTask - leader-227: journal writer stopped 09:12:46,809 AM [main] [DEBUG] EntryJournalV1 - leader-227: journal closed 09:12:46,809 AM [main] [INFO] EnabledRaftStorage - leader-227: journal closed 09:12:46,809 AM [main] [DEBUG] RaftStorage - leader-227: stopped executor with 0 remaining tasks 09:12:46,809 AM [main] [DEBUG] RaftStorage - leader-227: stopped executor with 0 remaining tasks 09:12:46,813 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] MockRaftActor - Actor created Actor[pekko://test/user/testFindLeader#-1813507772] [WARN] [03/10/2026 09:12:46.813] [test-pekko.actor.default-dispatcher-5] [pekko://test/user/termination-monitor] received dead letter from Actor[pekko://test/user/testFindLeader#-1813507772]: org.opendaylight.controller.cluster.common.actor.Monitor@1730d9fa [INFO] [pekkoDeadLetter][03/10/2026 09:12:46.813] [test-pekko.actor.default-dispatcher-6] [pekko://test/user/termination-monitor] Message [org.opendaylight.controller.cluster.common.actor.Monitor] from Actor[pekko://test/user/testFindLeader#-1813507772] to Actor[pekko://test/user/termination-monitor] was not delivered. [3] 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'. 09:12:46,813 AM [test-pekko.actor.default-dispatcher-5] [INFO] EmptyLocalActorRef - pekkoDeadLetter Message [org.opendaylight.controller.cluster.common.actor.Monitor] from Actor[pekko://test/user/testFindLeader#-1813507772] to Actor[pekko://test/user/termination-monitor] was not delivered. [3] 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'. 09:12:46,814 AM [test-pekko.actor.default-dispatcher-11] [INFO] RaftActor - testFindLeader: Starting recovery with journal batch size 1000 09:12:46,814 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] RaftStorage - testFindLeader: started executor 09:12:46,814 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] RaftStorage - testFindLeader: started executor 09:12:46,815 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] EntryJournalV1 - testFindLeader: metadata journal open: replayFrom=1 applyTo=0 09:12:46,816 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] EntryJournalV1 - testFindLeader: journal open: firstIndex=1 lastIndex=0 replayFrom=1 fileEntries=0 09:12:46,816 AM [test-pekko.actor.default-dispatcher-11] [INFO] EnabledRaftStorage - testFindLeader: journal open: applyTo=0 09:12:46,816 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] RaftActor - testFindLeader: starting journal recovery 09:12:46,816 AM [testFindLeader-writer-104] [DEBUG] JournalWriteTask - testFindLeader: journal writer started 09:12:46,816 AM [testFindLeader-writer-104] [DEBUG] JournalWriteTask - testFindLeader: waiting to receive commands 09:12:46,816 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] PropertiesTermInfoStore - /tmp/junit-1505500116259508428/testFindLeader/TermInfo.properties does not exist 09:12:46,818 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] PropertiesTermInfoStore - testFindLeader: Set currentTerm=0, votedFor=null 09:12:46,818 AM [test-pekko.actor.default-dispatcher-11] [INFO] Recovery - testFindLeader: Local TermInfo store seeded with TermInfo{term=0} 09:12:46,818 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] RaftStorage - testFindLeader: skipping unrecognized file /tmp/junit-1505500116259508428/testFindLeader/TermInfo.properties 09:12:46,818 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] RaftStorage - testFindLeader: skipping unrecognized file /tmp/junit-1505500116259508428/testFindLeader/journal-v1-1.log 09:12:46,818 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] RaftStorage - testFindLeader: skipping unrecognized file /tmp/junit-1505500116259508428/testFindLeader/metadata-v1-1.log 09:12:46,818 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] RaftStorage - testFindLeader: no eligible files found 09:12:46,818 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] AbstractReplicatedLog - testFindLeader: Moving last applied index from -1 to -1 09:12:46,818 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] JournalRecovery - testFindLeader: empty journal: appending 0 entries 09:12:46,818 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] EntryJournalV1 - testFindLeader: updated meta to JournalMeta[replayFrom=1, applyTo=0] 09:12:46,818 AM [test-pekko.actor.default-dispatcher-11] [INFO] Recovery - testFindLeader: Recovery completed in in 2.663 ms: last log index = -1, last log term = -1, napshot index = -1, snapshot term = -1, journal size = 0 09:12:46,819 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] RaftActor - testFindLeader: Recovery completed and can restore from snapshot 09:12:46,819 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] Follower - testFindLeader (Follower): Received TimeoutNow - switching to Candidate 09:12:46,819 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] Candidate - testFindLeader (Candidate): Election: Candidate has following voting peers: [] 09:12:46,825 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] PropertiesTermInfoStore - testFindLeader: Set currentTerm=1, votedFor=testFindLeader 09:12:46,825 AM [test-pekko.actor.default-dispatcher-11] [INFO] Candidate - testFindLeader (Candidate): Starting new election term 1 09:12:46,825 AM [test-pekko.actor.default-dispatcher-11] [INFO] RaftActorBehavior - testFindLeader (Follower) :- Switching from behavior Follower to Candidate, election term: 1 09:12:46,825 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] Candidate - testFindLeader (Candidate): Received ElectionTimeout 09:12:46,825 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] AbstractLeader - testFindLeader (Leader): Election: Leader has following peers: [] 09:12:46,826 AM [test-pekko.actor.default-dispatcher-11] [INFO] RaftActorBehavior - testFindLeader (Candidate) :- Switching from behavior Candidate to Leader, election term: 1 09:12:46,828 AM [main] [INFO] RaftActorTest - testLeaderTransitioning starting 09:12:46,829 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] MockRaftActor - Actor created TestActor[pekko://test/user/test-actor-228] [WARN] [03/10/2026 09:12:46.829] [test-pekko.actor.default-dispatcher-12] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/test-actor-228]: org.opendaylight.controller.cluster.common.actor.Monitor@248bc2f1 09:12:46,829 AM [test-pekko.actor.default-dispatcher-6] [INFO] EmptyLocalActorRef - pekkoDeadLetter Message [org.opendaylight.controller.cluster.common.actor.Monitor] from TestActor[pekko://test/user/test-actor-228] to Actor[pekko://test/user/termination-monitor] was not delivered. [4] 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'. [INFO] [pekkoDeadLetter][03/10/2026 09:12:46.829] [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-228] to Actor[pekko://test/user/termination-monitor] was not delivered. [4] 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'. 09:12:46,830 AM [test-pekko.actor.default-dispatcher-11] [INFO] RaftActor - test-actor-228: Starting recovery with journal batch size 1000 09:12:46,830 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] RaftStorage - test-actor-228: started executor 09:12:46,830 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] RaftStorage - test-actor-228: started executor 09:12:46,831 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] EntryJournalV1 - test-actor-228: metadata journal open: replayFrom=1 applyTo=0 09:12:46,832 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] EntryJournalV1 - test-actor-228: journal open: firstIndex=1 lastIndex=0 replayFrom=1 fileEntries=0 09:12:46,832 AM [test-pekko.actor.default-dispatcher-11] [INFO] EnabledRaftStorage - test-actor-228: journal open: applyTo=0 09:12:46,832 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] RaftActor - test-actor-228: starting journal recovery 09:12:46,832 AM [test-actor-228-writer-105] [DEBUG] JournalWriteTask - test-actor-228: journal writer started 09:12:46,832 AM [test-actor-228-writer-105] [DEBUG] JournalWriteTask - test-actor-228: waiting to receive commands 09:12:46,832 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] PropertiesTermInfoStore - /tmp/junit-16599034195313817982/test-actor-228/TermInfo.properties does not exist 09:12:46,836 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] PropertiesTermInfoStore - test-actor-228: Set currentTerm=0, votedFor=null 09:12:46,836 AM [test-pekko.actor.default-dispatcher-11] [INFO] Recovery - test-actor-228: Local TermInfo store seeded with TermInfo{term=0} 09:12:46,836 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] RaftStorage - test-actor-228: skipping unrecognized file /tmp/junit-16599034195313817982/test-actor-228/TermInfo.properties 09:12:46,836 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] RaftStorage - test-actor-228: skipping unrecognized file /tmp/junit-16599034195313817982/test-actor-228/journal-v1-1.log 09:12:46,836 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] RaftStorage - test-actor-228: skipping unrecognized file /tmp/junit-16599034195313817982/test-actor-228/metadata-v1-1.log 09:12:46,836 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] RaftStorage - test-actor-228: no eligible files found 09:12:46,836 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] AbstractReplicatedLog - test-actor-228: Moving last applied index from -1 to -1 09:12:46,836 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] JournalRecovery - test-actor-228: empty journal: appending 0 entries 09:12:46,836 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] EntryJournalV1 - test-actor-228: updated meta to JournalMeta[replayFrom=1, applyTo=0] 09:12:46,836 AM [test-pekko.actor.default-dispatcher-11] [INFO] Recovery - test-actor-228: Recovery completed in in 3.991 ms: last log index = -1, last log term = -1, napshot index = -1, snapshot term = -1, journal size = 0 09:12:46,836 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] RaftActor - test-actor-228: Recovery completed and can restore from snapshot 09:12:46,837 AM [test-pekko.actor.default-dispatcher-11] [INFO] Follower - test-actor-228 (Follower): Term 1 in "AppendEntries{term=1, leaderId=leader, prevLogIndex=0, prevLogTerm=1, leaderCommit=0, replicatedToAllIndex=-1, payloadVersion=1, recipientRaftVersion=5, leaderRaftVersion=5, entries==[]}" message is greater than follower's term 0 - updating term 09:12:46,840 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] PropertiesTermInfoStore - test-actor-228: Set currentTerm=1, votedFor=null 09:12:46,840 AM [test-pekko.actor.default-dispatcher-11] [INFO] Follower - test-actor-228 (Follower): The followers log is empty and the senders prevLogIndex is 0 09:12:46,840 AM [test-pekko.actor.default-dispatcher-11] [INFO] Follower - test-actor-228 (Follower): Follower is out-of-sync so sending negative reply: AppendEntriesReply{term=1, success=false, followerId=test-actor-228, logLastIndex=-1, logLastTerm=-1, forceInstallSnapshot=false, needsLeaderAddress=true, payloadVersion=5, raftVersion=5, recipientRaftVersion=5} 09:12:46,840 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] SyncStatusTracker - test-actor-228: Last sync leader does not match current leader leader, need to catch up to 0 [WARN] [03/10/2026 09:12:46.840] [test-pekko.actor.default-dispatcher-12] [pekko://test/deadLetters] received dead letter from TestActor[pekko://test/user/test-actor-228]: AppendEntriesReply{term=1, success=false, followerId=test-actor-228, logLastIndex=-1, logLastTerm=-1, forceInstallSnapshot=false, needsLeaderAddress=true, payloadVersion=5, raftVersion=5, recipientRaftVersion=5} [WARN] [03/10/2026 09:12:46.840] [test-pekko.actor.default-dispatcher-12] [pekko://test/user/test-actor-228] unhandled message from Actor[pekko://test/deadLetters]: FollowerInitialSyncUpStatus[memberId=test-actor-228, initialSyncDone=false] [INFO] [pekkoDeadLetter][03/10/2026 09:12:46.840] [test-pekko.actor.default-dispatcher-6] [pekko://test/deadLetters] Message [org.opendaylight.controller.cluster.raft.messages.AppendEntriesReply] from TestActor[pekko://test/user/test-actor-228] to Actor[pekko://test/deadLetters] was not delivered. [5] dead letters encountered. If this is not an expected behavior then Actor[pekko://test/deadLetters] 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'. [INFO] [pekkoDeadLetter][03/10/2026 09:12:46.840] [test-pekko.actor.default-dispatcher-6] [pekko://test/user/test-actor-228] Message [org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus] to TestActor[pekko://test/user/test-actor-228] was unhandled. [6] 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'. 09:12:46,840 AM [test-pekko.actor.default-dispatcher-5] [INFO] RemoteActorRefProvider$RemoteDeadLetterActorRef - pekkoDeadLetter Message [org.opendaylight.controller.cluster.raft.messages.AppendEntriesReply] from TestActor[pekko://test/user/test-actor-228] to Actor[pekko://test/deadLetters] was not delivered. [5] dead letters encountered. If this is not an expected behavior then Actor[pekko://test/deadLetters] 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'. 09:12:46,840 AM [test-pekko.actor.default-dispatcher-5] [INFO] TestActorRef - pekkoDeadLetter Message [org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus] to TestActor[pekko://test/user/test-actor-228] was unhandled. [6] 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'. 09:12:46,887 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] RaftActor - test-actor-228: onLeaderTransitioning: LeaderTransitioning [leaderId=leader] 09:12:46,937 AM [main] [INFO] RaftActorTest - testLeaderTransitioning ending 09:12:46,938 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/$a#170608009] 09:12:46,949 AM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/test-actor-228] 09:12:46,949 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] EnabledRaftStorage - test-actor-228: terminating thread VirtualThread[#412,test-actor-228-writer-105]/waiting 09:12:46,949 AM [test-actor-228-writer-105] [DEBUG] JournalWriteTask - test-actor-228: received 1 commands after 117.3 ms 09:12:46,950 AM [test-actor-228-writer-105] [DEBUG] JournalWriteTask - test-actor-228: completed 1 commands in 36.75 μs 09:12:46,950 AM [test-actor-228-writer-105] [DEBUG] JournalWriteTask - test-actor-228: journal writer stopped 09:12:46,950 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] EntryJournalV1 - test-actor-228: journal closed 09:12:46,950 AM [test-pekko.actor.default-dispatcher-5] [INFO] EnabledRaftStorage - test-actor-228: journal closed 09:12:46,950 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] RaftStorage - test-actor-228: stopped executor with 0 remaining tasks 09:12:46,950 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] RaftStorage - test-actor-228: stopped executor with 0 remaining tasks 09:12:46,955 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] MockRaftActor - Actor created Actor[pekko://test/user/$c#-1672035005] [WARN] [03/10/2026 09:12:46.956] [test-pekko.actor.default-dispatcher-12] [pekko://test/user/termination-monitor] received dead letter from Actor[pekko://test/user/$c#-1672035005]: org.opendaylight.controller.cluster.common.actor.Monitor@65b6c8ca 09:12:46,956 AM [test-pekko.actor.default-dispatcher-12] [INFO] EmptyLocalActorRef - pekkoDeadLetter Message [org.opendaylight.controller.cluster.common.actor.Monitor] from Actor[pekko://test/user/$c#-1672035005] to Actor[pekko://test/user/termination-monitor] was not delivered. [7] 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'. [INFO] [pekkoDeadLetter][03/10/2026 09:12:46.956] [test-pekko.actor.default-dispatcher-6] [pekko://test/user/termination-monitor] Message [org.opendaylight.controller.cluster.common.actor.Monitor] from Actor[pekko://test/user/$c#-1672035005] to Actor[pekko://test/user/termination-monitor] was not delivered. [7] 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'. 09:12:46,957 AM [test-pekko.actor.default-dispatcher-5] [INFO] RaftActor - notifier-229: Starting recovery with journal batch size 1000 09:12:46,957 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] RaftStorage - notifier-229: started executor 09:12:46,957 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] RaftStorage - notifier-229: started executor 09:12:46,958 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] EntryJournalV1 - notifier-229: metadata journal open: replayFrom=1 applyTo=0 09:12:46,959 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] EntryJournalV1 - notifier-229: journal open: firstIndex=1 lastIndex=0 replayFrom=1 fileEntries=0 09:12:46,959 AM [test-pekko.actor.default-dispatcher-5] [INFO] EnabledRaftStorage - notifier-229: journal open: applyTo=0 09:12:46,959 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] RaftActor - notifier-229: starting journal recovery 09:12:46,959 AM [notifier-229-writer-106] [DEBUG] JournalWriteTask - notifier-229: journal writer started 09:12:46,959 AM [notifier-229-writer-106] [DEBUG] JournalWriteTask - notifier-229: waiting to receive commands 09:12:46,959 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] PropertiesTermInfoStore - /tmp/junit-16185524184115506224/notifier-229/TermInfo.properties does not exist 09:12:46,962 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] PropertiesTermInfoStore - notifier-229: Set currentTerm=0, votedFor=null 09:12:46,962 AM [test-pekko.actor.default-dispatcher-5] [INFO] Recovery - notifier-229: Local TermInfo store seeded with TermInfo{term=0} 09:12:46,962 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] RaftStorage - notifier-229: skipping unrecognized file /tmp/junit-16185524184115506224/notifier-229/TermInfo.properties 09:12:46,962 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] RaftStorage - notifier-229: skipping unrecognized file /tmp/junit-16185524184115506224/notifier-229/journal-v1-1.log 09:12:46,962 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] RaftStorage - notifier-229: skipping unrecognized file /tmp/junit-16185524184115506224/notifier-229/metadata-v1-1.log 09:12:46,962 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] RaftStorage - notifier-229: no eligible files found 09:12:46,962 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] AbstractReplicatedLog - notifier-229: Moving last applied index from -1 to -1 09:12:46,962 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] JournalRecovery - notifier-229: empty journal: appending 0 entries 09:12:46,962 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] EntryJournalV1 - notifier-229: updated meta to JournalMeta[replayFrom=1, applyTo=0] 09:12:46,962 AM [test-pekko.actor.default-dispatcher-5] [INFO] Recovery - notifier-229: Recovery completed in in 3.487 ms: last log index = -1, last log term = -1, napshot index = -1, snapshot term = -1, journal size = 0 09:12:46,962 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] RaftActor - notifier-229: Recovery completed and can restore from snapshot 09:12:47,145 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] Follower - notifier-229 (Follower): Checking if this node is isolated in the cluster unreachable set [],all members [] self member: Member(pekko://test@10.30.170.128:17355, Removed) 09:12:47,145 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] Follower - notifier-229 (Follower): Received ElectionTimeout - switching to Candidate 09:12:47,145 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] Candidate - notifier-229 (Candidate): Election: Candidate has following voting peers: [leader] 09:12:47,149 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] PropertiesTermInfoStore - notifier-229: Set currentTerm=1, votedFor=notifier-229 09:12:47,149 AM [test-pekko.actor.default-dispatcher-6] [INFO] Candidate - notifier-229 (Candidate): Starting new election term 1 09:12:47,149 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] Candidate - notifier-229 (Candidate): Sending RequestVote{term=1, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} to peer leader 09:12:47,149 AM [test-pekko.actor.default-dispatcher-6] [INFO] RaftActorBehavior - notifier-229 (Follower) :- Switching from behavior Follower to Candidate, election term: 1 [WARN] [03/10/2026 09:12:47.149] [test-pekko.actor.default-dispatcher-5] [pekko://test/user/$c/fake/path] received dead letter from Actor[pekko://test/user/$c#-1672035005]: RequestVote{term=1, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} 09:12:47,149 AM [test-pekko.actor.default-dispatcher-5] [INFO] EmptyLocalActorRef - pekkoDeadLetter Message [org.opendaylight.controller.cluster.raft.messages.RequestVote] from Actor[pekko://test/user/$c#-1672035005] to Actor[pekko://test/user/$c/fake/path] was not delivered. [8] dead letters encountered. If this is not an expected behavior then Actor[pekko://test/user/$c/fake/path] 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'. [INFO] [pekkoDeadLetter][03/10/2026 09:12:47.149] [test-pekko.actor.default-dispatcher-12] [pekko://test/user/$c/fake/path] Message [org.opendaylight.controller.cluster.raft.messages.RequestVote] from Actor[pekko://test/user/$c#-1672035005] to Actor[pekko://test/user/$c/fake/path] was not delivered. [8] dead letters encountered. If this is not an expected behavior then Actor[pekko://test/user/$c/fake/path] 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'. 09:12:47,354 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] Candidate - notifier-229 (Candidate): Received ElectionTimeout 09:12:47,357 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] PropertiesTermInfoStore - notifier-229: Set currentTerm=2, votedFor=notifier-229 09:12:47,357 AM [test-pekko.actor.default-dispatcher-6] [INFO] Candidate - notifier-229 (Candidate): Starting new election term 2 09:12:47,357 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] Candidate - notifier-229 (Candidate): Sending RequestVote{term=2, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} to peer leader [WARN] [03/10/2026 09:12:47.357] [test-pekko.actor.default-dispatcher-5] [pekko://test/user/$c/fake/path] received dead letter from Actor[pekko://test/user/$c#-1672035005]: RequestVote{term=2, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} [INFO] [pekkoDeadLetter][03/10/2026 09:12:47.357] [test-pekko.actor.default-dispatcher-6] [pekko://test/user/$c/fake/path] Message [org.opendaylight.controller.cluster.raft.messages.RequestVote] from Actor[pekko://test/user/$c#-1672035005] to Actor[pekko://test/user/$c/fake/path] was not delivered. [9] dead letters encountered. If this is not an expected behavior then Actor[pekko://test/user/$c/fake/path] 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'. 09:12:47,357 AM [test-pekko.actor.default-dispatcher-6] [INFO] EmptyLocalActorRef - pekkoDeadLetter Message [org.opendaylight.controller.cluster.raft.messages.RequestVote] from Actor[pekko://test/user/$c#-1672035005] to Actor[pekko://test/user/$c/fake/path] was not delivered. [9] dead letters encountered. If this is not an expected behavior then Actor[pekko://test/user/$c/fake/path] 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'. 09:12:47,515 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] Candidate - notifier-229 (Candidate): Received ElectionTimeout 09:12:47,517 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] PropertiesTermInfoStore - notifier-229: Set currentTerm=3, votedFor=notifier-229 09:12:47,517 AM [test-pekko.actor.default-dispatcher-6] [INFO] Candidate - notifier-229 (Candidate): Starting new election term 3 09:12:47,517 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] Candidate - notifier-229 (Candidate): Sending RequestVote{term=3, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} to peer leader [WARN] [03/10/2026 09:12:47.518] [test-pekko.actor.default-dispatcher-12] [pekko://test/user/$c/fake/path] received dead letter from Actor[pekko://test/user/$c#-1672035005]: RequestVote{term=3, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} [INFO] [pekkoDeadLetter][03/10/2026 09:12:47.518] [test-pekko.actor.default-dispatcher-6] [pekko://test/user/$c/fake/path] Message [org.opendaylight.controller.cluster.raft.messages.RequestVote] from Actor[pekko://test/user/$c#-1672035005] to Actor[pekko://test/user/$c/fake/path] was not delivered. [10] dead letters encountered, no more dead letters will be logged in next [5.000 min]. If this is not an expected behavior then Actor[pekko://test/user/$c/fake/path] 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'. 09:12:47,518 AM [test-pekko.actor.default-dispatcher-6] [INFO] EmptyLocalActorRef - pekkoDeadLetter Message [org.opendaylight.controller.cluster.raft.messages.RequestVote] from Actor[pekko://test/user/$c#-1672035005] to Actor[pekko://test/user/$c/fake/path] was not delivered. [10] dead letters encountered, no more dead letters will be logged in next [5.000 min]. If this is not an expected behavior then Actor[pekko://test/user/$c/fake/path] 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'. 09:12:47,644 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] Candidate - notifier-229 (Candidate): Received ElectionTimeout 09:12:47,648 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] PropertiesTermInfoStore - notifier-229: Set currentTerm=4, votedFor=notifier-229 09:12:47,648 AM [test-pekko.actor.default-dispatcher-6] [INFO] Candidate - notifier-229 (Candidate): Starting new election term 4 09:12:47,648 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] Candidate - notifier-229 (Candidate): Sending RequestVote{term=4, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} to peer leader [WARN] [03/10/2026 09:12:47.648] [test-pekko.actor.default-dispatcher-12] [pekko://test/user/$c/fake/path] received dead letter from Actor[pekko://test/user/$c#-1672035005]: RequestVote{term=4, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} 09:12:47,804 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] Candidate - notifier-229 (Candidate): Received ElectionTimeout 09:12:47,807 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] PropertiesTermInfoStore - notifier-229: Set currentTerm=5, votedFor=notifier-229 09:12:47,807 AM [test-pekko.actor.default-dispatcher-12] [INFO] Candidate - notifier-229 (Candidate): Starting new election term 5 09:12:47,807 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] Candidate - notifier-229 (Candidate): Sending RequestVote{term=5, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} to peer leader [WARN] [03/10/2026 09:12:47.808] [test-pekko.actor.default-dispatcher-5] [pekko://test/user/$c/fake/path] received dead letter from Actor[pekko://test/user/$c#-1672035005]: RequestVote{term=5, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} 09:12:48,4 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] Candidate - notifier-229 (Candidate): Received ElectionTimeout 09:12:48,8 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] PropertiesTermInfoStore - notifier-229: Set currentTerm=6, votedFor=notifier-229 09:12:48,8 AM [test-pekko.actor.default-dispatcher-5] [INFO] Candidate - notifier-229 (Candidate): Starting new election term 6 09:12:48,8 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] Candidate - notifier-229 (Candidate): Sending RequestVote{term=6, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} to peer leader [WARN] [03/10/2026 09:12:48.008] [test-pekko.actor.default-dispatcher-6] [pekko://test/user/$c/fake/path] received dead letter from Actor[pekko://test/user/$c#-1672035005]: RequestVote{term=6, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} 09:12:48,194 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] Candidate - notifier-229 (Candidate): Received ElectionTimeout 09:12:48,197 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] PropertiesTermInfoStore - notifier-229: Set currentTerm=7, votedFor=notifier-229 09:12:48,197 AM [test-pekko.actor.default-dispatcher-6] [INFO] Candidate - notifier-229 (Candidate): Starting new election term 7 09:12:48,197 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] Candidate - notifier-229 (Candidate): Sending RequestVote{term=7, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} to peer leader [WARN] [03/10/2026 09:12:48.197] [test-pekko.actor.default-dispatcher-6] [pekko://test/user/$c/fake/path] received dead letter from Actor[pekko://test/user/$c#-1672035005]: RequestVote{term=7, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} 09:12:48,404 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] Candidate - notifier-229 (Candidate): Received ElectionTimeout 09:12:48,407 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] PropertiesTermInfoStore - notifier-229: Set currentTerm=8, votedFor=notifier-229 09:12:48,407 AM [test-pekko.actor.default-dispatcher-6] [INFO] Candidate - notifier-229 (Candidate): Starting new election term 8 09:12:48,407 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] Candidate - notifier-229 (Candidate): Sending RequestVote{term=8, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} to peer leader [WARN] [03/10/2026 09:12:48.408] [test-pekko.actor.default-dispatcher-5] [pekko://test/user/$c/fake/path] received dead letter from Actor[pekko://test/user/$c#-1672035005]: RequestVote{term=8, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} 09:12:48,584 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] Candidate - notifier-229 (Candidate): Received ElectionTimeout 09:12:48,587 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] PropertiesTermInfoStore - notifier-229: Set currentTerm=9, votedFor=notifier-229 09:12:48,587 AM [test-pekko.actor.default-dispatcher-5] [INFO] Candidate - notifier-229 (Candidate): Starting new election term 9 09:12:48,587 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] Candidate - notifier-229 (Candidate): Sending RequestVote{term=9, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} to peer leader [WARN] [03/10/2026 09:12:48.588] [test-pekko.actor.default-dispatcher-12] [pekko://test/user/$c/fake/path] received dead letter from Actor[pekko://test/user/$c#-1672035005]: RequestVote{term=9, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} 09:12:48,754 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] Candidate - notifier-229 (Candidate): Received ElectionTimeout 09:12:48,756 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] PropertiesTermInfoStore - notifier-229: Set currentTerm=10, votedFor=notifier-229 09:12:48,756 AM [test-pekko.actor.default-dispatcher-12] [INFO] Candidate - notifier-229 (Candidate): Starting new election term 10 09:12:48,757 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] Candidate - notifier-229 (Candidate): Sending RequestVote{term=10, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} to peer leader [WARN] [03/10/2026 09:12:48.757] [test-pekko.actor.default-dispatcher-6] [pekko://test/user/$c/fake/path] received dead letter from Actor[pekko://test/user/$c#-1672035005]: RequestVote{term=10, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} 09:12:48,934 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] Candidate - notifier-229 (Candidate): Received ElectionTimeout 09:12:48,937 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] PropertiesTermInfoStore - notifier-229: Set currentTerm=11, votedFor=notifier-229 09:12:48,937 AM [test-pekko.actor.default-dispatcher-6] [INFO] Candidate - notifier-229 (Candidate): Starting new election term 11 09:12:48,937 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] Candidate - notifier-229 (Candidate): Sending RequestVote{term=11, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} to peer leader [WARN] [03/10/2026 09:12:48.937] [test-pekko.actor.default-dispatcher-12] [pekko://test/user/$c/fake/path] received dead letter from Actor[pekko://test/user/$c#-1672035005]: RequestVote{term=11, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} 09:12:49,134 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] Candidate - notifier-229 (Candidate): Received ElectionTimeout 09:12:49,137 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] PropertiesTermInfoStore - notifier-229: Set currentTerm=12, votedFor=notifier-229 09:12:49,137 AM [test-pekko.actor.default-dispatcher-12] [INFO] Candidate - notifier-229 (Candidate): Starting new election term 12 09:12:49,137 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] Candidate - notifier-229 (Candidate): Sending RequestVote{term=12, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} to peer leader [WARN] [03/10/2026 09:12:49.137] [test-pekko.actor.default-dispatcher-5] [pekko://test/user/$c/fake/path] received dead letter from Actor[pekko://test/user/$c#-1672035005]: RequestVote{term=12, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} 09:12:49,294 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] Candidate - notifier-229 (Candidate): Received ElectionTimeout 09:12:49,297 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] PropertiesTermInfoStore - notifier-229: Set currentTerm=13, votedFor=notifier-229 09:12:49,297 AM [test-pekko.actor.default-dispatcher-5] [INFO] Candidate - notifier-229 (Candidate): Starting new election term 13 09:12:49,297 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] Candidate - notifier-229 (Candidate): Sending RequestVote{term=13, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} to peer leader [WARN] [03/10/2026 09:12:49.297] [test-pekko.actor.default-dispatcher-6] [pekko://test/user/$c/fake/path] received dead letter from Actor[pekko://test/user/$c#-1672035005]: RequestVote{term=13, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} 09:12:49,484 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] Candidate - notifier-229 (Candidate): Received ElectionTimeout 09:12:49,486 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] PropertiesTermInfoStore - notifier-229: Set currentTerm=14, votedFor=notifier-229 09:12:49,486 AM [test-pekko.actor.default-dispatcher-6] [INFO] Candidate - notifier-229 (Candidate): Starting new election term 14 09:12:49,486 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] Candidate - notifier-229 (Candidate): Sending RequestVote{term=14, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} to peer leader [WARN] [03/10/2026 09:12:49.487] [test-pekko.actor.default-dispatcher-6] [pekko://test/user/$c/fake/path] received dead letter from Actor[pekko://test/user/$c#-1672035005]: RequestVote{term=14, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} 09:12:49,674 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] Candidate - notifier-229 (Candidate): Received ElectionTimeout 09:12:49,676 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] PropertiesTermInfoStore - notifier-229: Set currentTerm=15, votedFor=notifier-229 09:12:49,676 AM [test-pekko.actor.default-dispatcher-6] [INFO] Candidate - notifier-229 (Candidate): Starting new election term 15 09:12:49,676 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] Candidate - notifier-229 (Candidate): Sending RequestVote{term=15, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} to peer leader [WARN] [03/10/2026 09:12:49.677] [test-pekko.actor.default-dispatcher-12] [pekko://test/user/$c/fake/path] received dead letter from Actor[pekko://test/user/$c#-1672035005]: RequestVote{term=15, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} 09:12:49,894 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] Candidate - notifier-229 (Candidate): Received ElectionTimeout 09:12:49,897 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] PropertiesTermInfoStore - notifier-229: Set currentTerm=16, votedFor=notifier-229 09:12:49,898 AM [test-pekko.actor.default-dispatcher-12] [INFO] Candidate - notifier-229 (Candidate): Starting new election term 16 09:12:49,898 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] Candidate - notifier-229 (Candidate): Sending RequestVote{term=16, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} to peer leader [WARN] [03/10/2026 09:12:49.898] [test-pekko.actor.default-dispatcher-5] [pekko://test/user/$c/fake/path] received dead letter from Actor[pekko://test/user/$c#-1672035005]: RequestVote{term=16, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} 09:12:50,24 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] Candidate - notifier-229 (Candidate): Received ElectionTimeout 09:12:50,27 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] PropertiesTermInfoStore - notifier-229: Set currentTerm=17, votedFor=notifier-229 09:12:50,27 AM [test-pekko.actor.default-dispatcher-5] [INFO] Candidate - notifier-229 (Candidate): Starting new election term 17 09:12:50,27 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] Candidate - notifier-229 (Candidate): Sending RequestVote{term=17, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} to peer leader [WARN] [03/10/2026 09:12:50.027] [test-pekko.actor.default-dispatcher-6] [pekko://test/user/$c/fake/path] received dead letter from Actor[pekko://test/user/$c#-1672035005]: RequestVote{term=17, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} 09:12:50,234 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] Candidate - notifier-229 (Candidate): Received ElectionTimeout 09:12:50,240 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] PropertiesTermInfoStore - notifier-229: Set currentTerm=18, votedFor=notifier-229 09:12:50,240 AM [test-pekko.actor.default-dispatcher-6] [INFO] Candidate - notifier-229 (Candidate): Starting new election term 18 09:12:50,240 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] Candidate - notifier-229 (Candidate): Sending RequestVote{term=18, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} to peer leader [WARN] [03/10/2026 09:12:50.240] [test-pekko.actor.default-dispatcher-12] [pekko://test/user/$c/fake/path] received dead letter from Actor[pekko://test/user/$c#-1672035005]: RequestVote{term=18, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} 09:12:50,424 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] Candidate - notifier-229 (Candidate): Received ElectionTimeout 09:12:50,429 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] PropertiesTermInfoStore - notifier-229: Set currentTerm=19, votedFor=notifier-229 09:12:50,429 AM [test-pekko.actor.default-dispatcher-12] [INFO] Candidate - notifier-229 (Candidate): Starting new election term 19 09:12:50,429 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] Candidate - notifier-229 (Candidate): Sending RequestVote{term=19, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} to peer leader [WARN] [03/10/2026 09:12:50.430] [test-pekko.actor.default-dispatcher-12] [pekko://test/user/$c/fake/path] received dead letter from Actor[pekko://test/user/$c#-1672035005]: RequestVote{term=19, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} 09:12:50,564 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] Candidate - notifier-229 (Candidate): Received ElectionTimeout 09:12:50,566 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] PropertiesTermInfoStore - notifier-229: Set currentTerm=20, votedFor=notifier-229 09:12:50,566 AM [test-pekko.actor.default-dispatcher-12] [INFO] Candidate - notifier-229 (Candidate): Starting new election term 20 09:12:50,566 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] Candidate - notifier-229 (Candidate): Sending RequestVote{term=20, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} to peer leader [WARN] [03/10/2026 09:12:50.568] [test-pekko.actor.default-dispatcher-12] [pekko://test/user/$c/fake/path] received dead letter from Actor[pekko://test/user/$c#-1672035005]: RequestVote{term=20, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} 09:12:50,724 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] Candidate - notifier-229 (Candidate): Received ElectionTimeout 09:12:50,728 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] PropertiesTermInfoStore - notifier-229: Set currentTerm=21, votedFor=notifier-229 09:12:50,728 AM [test-pekko.actor.default-dispatcher-12] [INFO] Candidate - notifier-229 (Candidate): Starting new election term 21 09:12:50,728 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] Candidate - notifier-229 (Candidate): Sending RequestVote{term=21, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} to peer leader [WARN] [03/10/2026 09:12:50.728] [test-pekko.actor.default-dispatcher-12] [pekko://test/user/$c/fake/path] received dead letter from Actor[pekko://test/user/$c#-1672035005]: RequestVote{term=21, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} 09:12:50,934 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] Candidate - notifier-229 (Candidate): Received ElectionTimeout 09:12:50,945 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] PropertiesTermInfoStore - notifier-229: Set currentTerm=22, votedFor=notifier-229 09:12:50,945 AM [test-pekko.actor.default-dispatcher-12] [INFO] Candidate - notifier-229 (Candidate): Starting new election term 22 09:12:50,945 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] Candidate - notifier-229 (Candidate): Sending RequestVote{term=22, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} to peer leader [WARN] [03/10/2026 09:12:50.945] [test-pekko.actor.default-dispatcher-12] [pekko://test/user/$c/fake/path] received dead letter from Actor[pekko://test/user/$c#-1672035005]: RequestVote{term=22, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} 09:12:51,165 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] Candidate - notifier-229 (Candidate): Received ElectionTimeout 09:12:51,170 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] PropertiesTermInfoStore - notifier-229: Set currentTerm=23, votedFor=notifier-229 09:12:51,170 AM [test-pekko.actor.default-dispatcher-12] [INFO] Candidate - notifier-229 (Candidate): Starting new election term 23 09:12:51,170 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] Candidate - notifier-229 (Candidate): Sending RequestVote{term=23, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} to peer leader [WARN] [03/10/2026 09:12:51.170] [test-pekko.actor.default-dispatcher-5] [pekko://test/user/$c/fake/path] received dead letter from Actor[pekko://test/user/$c#-1672035005]: RequestVote{term=23, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} 09:12:51,324 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] Candidate - notifier-229 (Candidate): Received ElectionTimeout 09:12:51,333 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] PropertiesTermInfoStore - notifier-229: Set currentTerm=24, votedFor=notifier-229 09:12:51,333 AM [test-pekko.actor.default-dispatcher-5] [INFO] Candidate - notifier-229 (Candidate): Starting new election term 24 09:12:51,334 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] Candidate - notifier-229 (Candidate): Sending RequestVote{term=24, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} to peer leader [WARN] [03/10/2026 09:12:51.334] [test-pekko.actor.default-dispatcher-5] [pekko://test/user/$c/fake/path] received dead letter from Actor[pekko://test/user/$c#-1672035005]: RequestVote{term=24, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} 09:12:51,514 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] Candidate - notifier-229 (Candidate): Received ElectionTimeout 09:12:51,518 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] PropertiesTermInfoStore - notifier-229: Set currentTerm=25, votedFor=notifier-229 09:12:51,518 AM [test-pekko.actor.default-dispatcher-5] [INFO] Candidate - notifier-229 (Candidate): Starting new election term 25 09:12:51,518 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] Candidate - notifier-229 (Candidate): Sending RequestVote{term=25, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} to peer leader [WARN] [03/10/2026 09:12:51.519] [test-pekko.actor.default-dispatcher-5] [pekko://test/user/$c/fake/path] received dead letter from Actor[pekko://test/user/$c#-1672035005]: RequestVote{term=25, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} 09:12:51,644 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] Candidate - notifier-229 (Candidate): Received ElectionTimeout 09:12:51,651 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] PropertiesTermInfoStore - notifier-229: Set currentTerm=26, votedFor=notifier-229 09:12:51,651 AM [test-pekko.actor.default-dispatcher-6] [INFO] Candidate - notifier-229 (Candidate): Starting new election term 26 09:12:51,652 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] Candidate - notifier-229 (Candidate): Sending RequestVote{term=26, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} to peer leader [WARN] [03/10/2026 09:12:51.652] [test-pekko.actor.default-dispatcher-6] [pekko://test/user/$c/fake/path] received dead letter from Actor[pekko://test/user/$c#-1672035005]: RequestVote{term=26, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} 09:12:51,794 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] Candidate - notifier-229 (Candidate): Received ElectionTimeout 09:12:51,845 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] PropertiesTermInfoStore - notifier-229: Set currentTerm=27, votedFor=notifier-229 09:12:51,845 AM [test-pekko.actor.default-dispatcher-5] [INFO] Candidate - notifier-229 (Candidate): Starting new election term 27 09:12:51,845 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] Candidate - notifier-229 (Candidate): Sending RequestVote{term=27, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} to peer leader [WARN] [03/10/2026 09:12:51.845] [test-pekko.actor.default-dispatcher-5] [pekko://test/user/$c/fake/path] received dead letter from Actor[pekko://test/user/$c#-1672035005]: RequestVote{term=27, candidateId=notifier-229, lastLogIndex=-1, lastLogTerm=-1} 09:12:51,981 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/$b#-1413560114] 09:12:51,993 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/$c#-1672035005] 09:12:51,993 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] EnabledRaftStorage - notifier-229: terminating thread VirtualThread[#413,notifier-229-writer-106]/waiting 09:12:51,993 AM [notifier-229-writer-106] [DEBUG] JournalWriteTask - notifier-229: received 1 commands after 5.035 s 09:12:51,993 AM [notifier-229-writer-106] [DEBUG] JournalWriteTask - notifier-229: completed 1 commands in 56.66 μs 09:12:51,993 AM [notifier-229-writer-106] [DEBUG] JournalWriteTask - notifier-229: journal writer stopped 09:12:51,994 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] EntryJournalV1 - notifier-229: journal closed 09:12:51,994 AM [test-pekko.actor.default-dispatcher-6] [INFO] EnabledRaftStorage - notifier-229: journal closed 09:12:51,994 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] RaftStorage - notifier-229: stopped executor with 0 remaining tasks 09:12:51,994 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] RaftStorage - notifier-229: stopped executor with 0 remaining tasks 09:12:51,998 AM [main] [DEBUG] MockRaftActor - Actor created TestActor[pekko://test/user/leader-230] [WARN] [03/10/2026 09:12:51.998] [test-pekko.actor.default-dispatcher-6] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/leader-230]: org.opendaylight.controller.cluster.common.actor.Monitor@50e928ca 09:12:51,999 AM [main] [INFO] RaftActor - leader-230: Starting recovery with journal batch size 1000 09:12:51,999 AM [main] [DEBUG] RaftStorage - leader-230: started executor 09:12:51,999 AM [main] [DEBUG] RaftStorage - leader-230: started executor 09:12:52,0 AM [main] [DEBUG] EntryJournalV1 - leader-230: metadata journal open: replayFrom=1 applyTo=0 09:12:52,1 AM [main] [DEBUG] EntryJournalV1 - leader-230: journal open: firstIndex=1 lastIndex=0 replayFrom=1 fileEntries=0 09:12:52,1 AM [main] [INFO] EnabledRaftStorage - leader-230: journal open: applyTo=0 09:12:52,1 AM [leader-230-writer-107] [DEBUG] JournalWriteTask - leader-230: journal writer started 09:12:52,1 AM [leader-230-writer-107] [DEBUG] JournalWriteTask - leader-230: waiting to receive commands 09:12:52,1 AM [main] [DEBUG] RaftActor - leader-230: recovering to non-persistent 09:12:52,1 AM [main] [DEBUG] PropertiesTermInfoStore - /tmp/junit-8722561657080780507/leader-230/TermInfo.properties does not exist 09:12:52,21 AM [main] [DEBUG] PropertiesTermInfoStore - leader-230: Set currentTerm=0, votedFor=null 09:12:52,21 AM [main] [INFO] Recovery - leader-230: Local TermInfo store seeded with TermInfo{term=0} 09:12:52,21 AM [main] [DEBUG] AbstractReplicatedLog - leader-230: Moving last applied index from -1 to -1 09:12:52,21 AM [main] [INFO] Recovery - leader-230: Recovery completed in in 20.12 ms: last log index = -1, last log term = -1, napshot index = -1, snapshot term = -1, journal size = 0 09:12:52,21 AM [main] [DEBUG] RaftActor - leader-230: Recovery completed and can restore from snapshot 09:12:52,38 AM [main] [DEBUG] PropertiesTermInfoStore - leader-230: Set currentTerm=100, votedFor= 09:12:52,82 AM [main] [DEBUG] PropertiesTermInfoStore - leader-230: Set currentTerm=110, votedFor= 09:12:52,82 AM [main] [DEBUG] AbstractLeader - leader-230 (Leader): Election: Leader has following peers: [] 09:12:52,83 AM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/leader-230] 09:12:52,94 AM [main] [DEBUG] EnabledRaftStorage - leader-230: terminating thread VirtualThread[#414,leader-230-writer-107]/waiting 09:12:52,94 AM [leader-230-writer-107] [DEBUG] JournalWriteTask - leader-230: received 1 commands after 92.81 ms 09:12:52,94 AM [leader-230-writer-107] [DEBUG] JournalWriteTask - leader-230: completed 1 commands in 31.37 μs 09:12:52,94 AM [leader-230-writer-107] [DEBUG] JournalWriteTask - leader-230: journal writer stopped 09:12:52,94 AM [main] [DEBUG] EntryJournalV1 - leader-230: journal closed 09:12:52,94 AM [main] [INFO] EnabledRaftStorage - leader-230: journal closed 09:12:52,94 AM [main] [DEBUG] RaftStorage - leader-230: stopped executor with 0 remaining tasks 09:12:52,95 AM [main] [DEBUG] RaftStorage - leader-230: stopped executor with 0 remaining tasks 09:12:52,99 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] MockRaftActor - Actor created Actor[pekko://test/user/testConstruction#-540674977] 09:12:52,100 AM [test-pekko.actor.default-dispatcher-5] [INFO] RaftActor - testConstruction: Starting recovery with journal batch size 1000 [WARN] [03/10/2026 09:12:52.100] [test-pekko.actor.default-dispatcher-6] [pekko://test/user/termination-monitor] received dead letter from Actor[pekko://test/user/testConstruction#-540674977]: org.opendaylight.controller.cluster.common.actor.Monitor@512b997f 09:12:52,100 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] RaftStorage - testConstruction: started executor 09:12:52,101 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] RaftStorage - testConstruction: started executor 09:12:52,101 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] EntryJournalV1 - testConstruction: metadata journal open: replayFrom=1 applyTo=0 09:12:52,102 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] EntryJournalV1 - testConstruction: journal open: firstIndex=1 lastIndex=0 replayFrom=1 fileEntries=0 09:12:52,102 AM [test-pekko.actor.default-dispatcher-5] [INFO] EnabledRaftStorage - testConstruction: journal open: applyTo=0 09:12:52,102 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] RaftActor - testConstruction: starting journal recovery 09:12:52,102 AM [testConstruction-writer-108] [DEBUG] JournalWriteTask - testConstruction: journal writer started 09:12:52,102 AM [testConstruction-writer-108] [DEBUG] JournalWriteTask - testConstruction: waiting to receive commands 09:12:52,102 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] PropertiesTermInfoStore - /tmp/junit-5427509549756556061/testConstruction/TermInfo.properties does not exist 09:12:52,112 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] PropertiesTermInfoStore - testConstruction: Set currentTerm=0, votedFor=null 09:12:52,113 AM [test-pekko.actor.default-dispatcher-5] [INFO] Recovery - testConstruction: Local TermInfo store seeded with TermInfo{term=0} 09:12:52,113 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] RaftStorage - testConstruction: skipping unrecognized file /tmp/junit-5427509549756556061/testConstruction/TermInfo.properties 09:12:52,113 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] RaftStorage - testConstruction: skipping unrecognized file /tmp/junit-5427509549756556061/testConstruction/journal-v1-1.log 09:12:52,113 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] RaftStorage - testConstruction: skipping unrecognized file /tmp/junit-5427509549756556061/testConstruction/metadata-v1-1.log 09:12:52,113 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] RaftStorage - testConstruction: no eligible files found 09:12:52,113 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] AbstractReplicatedLog - testConstruction: Moving last applied index from -1 to -1 09:12:52,113 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] JournalRecovery - testConstruction: empty journal: appending 0 entries 09:12:52,113 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] EntryJournalV1 - testConstruction: updated meta to JournalMeta[replayFrom=1, applyTo=0] 09:12:52,113 AM [test-pekko.actor.default-dispatcher-5] [INFO] Recovery - testConstruction: Recovery completed in in 10.93 ms: last log index = -1, last log term = -1, napshot index = -1, snapshot term = -1, journal size = 0 09:12:52,113 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] RaftActor - testConstruction: Recovery completed and can restore from snapshot 09:12:52,114 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] Follower - testConstruction (Follower): Received TimeoutNow - switching to Candidate 09:12:52,114 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] Candidate - testConstruction (Candidate): Election: Candidate has following voting peers: [] 09:12:52,137 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] PropertiesTermInfoStore - testConstruction: Set currentTerm=1, votedFor=testConstruction 09:12:52,137 AM [test-pekko.actor.default-dispatcher-5] [INFO] Candidate - testConstruction (Candidate): Starting new election term 1 09:12:52,137 AM [test-pekko.actor.default-dispatcher-5] [INFO] RaftActorBehavior - testConstruction (Follower) :- Switching from behavior Follower to Candidate, election term: 1 09:12:52,137 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] Candidate - testConstruction (Candidate): Received ElectionTimeout 09:12:52,138 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] AbstractLeader - testConstruction (Leader): Election: Leader has following peers: [] 09:12:52,138 AM [test-pekko.actor.default-dispatcher-5] [INFO] RaftActorBehavior - testConstruction (Candidate) :- Switching from behavior Candidate to Leader, election term: 1 09:12:52,141 AM [main] [DEBUG] MockRaftActor - Actor created TestActor[pekko://test/user/leader-231] [WARN] [03/10/2026 09:12:52.141] [test-pekko.actor.default-dispatcher-5] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/leader-231]: org.opendaylight.controller.cluster.common.actor.Monitor@222046c6 09:12:52,142 AM [main] [INFO] RaftActor - leader-231: Starting recovery with journal batch size 1000 09:12:52,142 AM [main] [DEBUG] RaftStorage - leader-231: started executor 09:12:52,142 AM [main] [DEBUG] RaftStorage - leader-231: started executor 09:12:52,142 AM [main] [DEBUG] EntryJournalV1 - leader-231: metadata journal open: replayFrom=1 applyTo=0 09:12:52,143 AM [main] [DEBUG] EntryJournalV1 - leader-231: journal open: firstIndex=1 lastIndex=0 replayFrom=1 fileEntries=0 09:12:52,143 AM [main] [INFO] EnabledRaftStorage - leader-231: journal open: applyTo=0 09:12:52,143 AM [leader-231-writer-109] [DEBUG] JournalWriteTask - leader-231: journal writer started 09:12:52,143 AM [leader-231-writer-109] [DEBUG] JournalWriteTask - leader-231: waiting to receive commands 09:12:52,143 AM [main] [DEBUG] RaftActor - leader-231: recovering to non-persistent 09:12:52,143 AM [main] [DEBUG] PropertiesTermInfoStore - /tmp/junit-12342380775674994108/leader-231/TermInfo.properties does not exist 09:12:52,152 AM [main] [DEBUG] PropertiesTermInfoStore - leader-231: Set currentTerm=0, votedFor=null 09:12:52,152 AM [main] [INFO] Recovery - leader-231: Local TermInfo store seeded with TermInfo{term=0} 09:12:52,152 AM [main] [DEBUG] AbstractReplicatedLog - leader-231: Moving last applied index from -1 to -1 09:12:52,152 AM [main] [INFO] Recovery - leader-231: Recovery completed in in 9.145 ms: last log index = -1, last log term = -1, napshot index = -1, snapshot term = -1, journal size = 0 09:12:52,152 AM [main] [DEBUG] RaftActor - leader-231: Recovery completed and can restore from snapshot 09:12:52,153 AM [main] [DEBUG] AbstractReplicatedLog - leader-231: Moving last applied index from -1 to 4 09:12:52,153 AM [main] [DEBUG] PropertiesTermInfoStore - leader-231: Set currentTerm=1, votedFor=leader-231 09:12:52,153 AM [main] [DEBUG] AbstractLeader - leader-231 (Leader): Election: Leader has following peers: [follower-232] 09:12:52,153 AM [main] [DEBUG] AbstractLeader - leader-231 (Leader): Checking sendAppendEntries for follower follower-232: active: false, followerNextIndex: 4, leaderLastIndex: -1, leaderSnapShotIndex: -1 09:12:52,155 AM [main] [INFO] SnapshotManager - leader-231: Initiating snapshot capture CaptureSnapshot [lastAppliedIndex=-1, lastAppliedTerm=-1, lastIndex=6, lastTerm=1, installSnapshotInitiated=, replicatedToAllIndex=4, replicatedToAllTerm=1, unAppliedEntries size=8, mandatoryTrim=false] to install on xyzzy 09:12:52,155 AM [main] [DEBUG] SnapshotManager - leader-231: last applied journal index prior to capture: 0 09:12:52,155 AM [main] [INFO] MockRaftActor - leader-231: support() called 09:12:52,156 AM [main] [DEBUG] AbstractLeader - leader-231 (Leader): handleAppendEntriesReply - FollowerLogInformation for follower-232 updated: matchIndex: 5, nextIndex: 6 09:12:52,157 AM [main] [DEBUG] AbstractLeader - leader-231 (Leader): Applying to log - commitIndex: 5, lastAppliedIndex: -1 09:12:52,158 AM [main] [DEBUG] RaftActorBehavior - leader-231 (Leader): Setting last applied to 0 09:12:52,158 AM [main] [DEBUG] AbstractReplicatedLog - leader-231: Moving last applied index from -1 to 0 09:12:52,158 AM [main] [DEBUG] RaftActor - leader-231: Applying state for log index 0 data 0 09:12:52,158 AM [main] [INFO] MockRaftActor - leader-231: applyState called: 0 09:12:52,158 AM [main] [DEBUG] RaftActorBehavior - leader-231 (Leader): Setting last applied to 1 09:12:52,158 AM [main] [DEBUG] AbstractReplicatedLog - leader-231: Moving last applied index from 0 to 1 09:12:52,158 AM [main] [DEBUG] RaftActor - leader-231: Applying state for log index 1 data 1 09:12:52,158 AM [main] [INFO] MockRaftActor - leader-231: applyState called: 1 09:12:52,159 AM [main] [DEBUG] RaftActorBehavior - leader-231 (Leader): Setting last applied to 2 09:12:52,159 AM [main] [DEBUG] AbstractReplicatedLog - leader-231: Moving last applied index from 1 to 2 09:12:52,159 AM [main] [DEBUG] RaftActor - leader-231: Applying state for log index 2 data 2 09:12:52,159 AM [main] [INFO] MockRaftActor - leader-231: applyState called: 2 09:12:52,159 AM [main] [DEBUG] RaftActorBehavior - leader-231 (Leader): Setting last applied to 3 09:12:52,159 AM [main] [DEBUG] AbstractReplicatedLog - leader-231: Moving last applied index from 2 to 3 09:12:52,159 AM [main] [DEBUG] RaftActor - leader-231: Applying state for log index 3 data 3 09:12:52,159 AM [main] [INFO] MockRaftActor - leader-231: applyState called: 3 09:12:52,159 AM [main] [DEBUG] RaftActorBehavior - leader-231 (Leader): Setting last applied to 4 09:12:52,159 AM [main] [DEBUG] AbstractReplicatedLog - leader-231: Moving last applied index from 3 to 4 09:12:52,159 AM [main] [DEBUG] RaftActor - leader-231: Applying state for log index 4 data 4 09:12:52,159 AM [main] [INFO] MockRaftActor - leader-231: applyState called: 4 09:12:52,159 AM [main] [DEBUG] RaftActorBehavior - leader-231 (Leader): Setting last applied to 5 09:12:52,159 AM [main] [DEBUG] AbstractReplicatedLog - leader-231: Moving last applied index from 4 to 5 09:12:52,159 AM [main] [DEBUG] RaftActor - leader-231: Applying state for log index 5 data 5 09:12:52,159 AM [main] [INFO] MockRaftActor - leader-231: applyState called: 5 09:12:52,159 AM [main] [DEBUG] AbstractLeader - leader-231 (Leader): Checking sendAppendEntries for follower follower-232: active: true, followerNextIndex: 6, leaderLastIndex: 7, leaderSnapShotIndex: -1 09:12:52,159 AM [main] [DEBUG] AbstractLeader - leader-231 (Leader): sendAppendEntries: 6 is present for follower follower-232 09:12:52,159 AM [main] [DEBUG] AbstractLeader - leader-231 (Leader): Sending AppendEntries to follower follower-232: AppendEntries{term=1, leaderId=leader-231, prevLogIndex=5, prevLogTerm=1, leaderCommit=5, replicatedToAllIndex=-1, payloadVersion=5, recipientRaftVersion=5, leaderRaftVersion=5, entries==[JournaledLogEntry{index=6, term=1, command=6, pending=false}, JournaledLogEntry{index=7, term=1, command=7, pending=false}]} 09:12:52,159 AM [main] [DEBUG] AbstractLeader - leader-231 (Leader): handleAppendEntriesReply - FollowerLogInformation for follower-232 updated: matchIndex: 6, nextIndex: 7 09:12:52,159 AM [main] [DEBUG] AbstractLeader - leader-231 (Leader): Applying to log - commitIndex: 6, lastAppliedIndex: 5 09:12:52,159 AM [main] [DEBUG] RaftActorBehavior - leader-231 (Leader): Setting last applied to 6 09:12:52,159 AM [main] [DEBUG] AbstractReplicatedLog - leader-231: Moving last applied index from 5 to 6 09:12:52,159 AM [main] [DEBUG] RaftActor - leader-231: Applying state for log index 6 data 6 09:12:52,159 AM [main] [INFO] MockRaftActor - leader-231: applyState called: 6 09:12:52,159 AM [main] [DEBUG] AbstractLeader - leader-231 (Leader): Checking sendAppendEntries for follower follower-232: active: true, followerNextIndex: 7, leaderLastIndex: 7, leaderSnapShotIndex: -1 09:12:52,159 AM [main] [DEBUG] AbstractLeader - leader-231 (Leader): sendAppendEntries: 7 is present for follower follower-232 09:12:52,159 AM [main] [DEBUG] AbstractLeader - leader-231 (Leader): Sending AppendEntries to follower follower-232: AppendEntries{term=1, leaderId=leader-231, prevLogIndex=6, prevLogTerm=1, leaderCommit=6, replicatedToAllIndex=-1, payloadVersion=5, recipientRaftVersion=5, leaderRaftVersion=5, entries==[JournaledLogEntry{index=7, term=1, command=7, pending=false}]} 09:12:52,159 AM [main] [INFO] SnapshotManager - leader-231: Persising snapshot at EntryInfo[index=-1, term=-1]/EntryInfo[index=6, term=1] 09:12:52,160 AM [main] [INFO] MockRaftActor - leader-231: support() called 09:12:52,160 AM [main] [INFO] SnapshotManager - leader-231: Removed in-memory snapshotted entries, adjusted snapshotIndex: 4 and term: 1 09:12:52,160 AM [main] [DEBUG] AbstractLeader - leader-231 (Leader): sendInstallSnapshot 09:12:52,160 AM [main] [DEBUG] SnapshotManager - leader-231: Snapshot success, discarding journal entries up to 0 09:12:52,160 AM [main] [DEBUG] RaftActorSnapshotMessageSupport - leader-231: SnapshotComplete received 09:12:52,160 AM [main] [DEBUG] AbstractLeader - leader-231 (Leader): handleAppendEntriesReply - FollowerLogInformation for follower-232 updated: matchIndex: 7, nextIndex: 8 09:12:52,160 AM [main] [DEBUG] AbstractLeader - leader-231 (Leader): Applying to log - commitIndex: 7, lastAppliedIndex: 6 09:12:52,160 AM [main] [DEBUG] RaftActorBehavior - leader-231 (Leader): Setting last applied to 7 09:12:52,160 AM [main] [DEBUG] AbstractReplicatedLog - leader-231: Moving last applied index from 6 to 7 09:12:52,160 AM [main] [DEBUG] RaftActor - leader-231: Applying state for log index 7 data 7 09:12:52,160 AM [main] [INFO] MockRaftActor - leader-231: applyState called: 7 09:12:52,160 AM [main] [DEBUG] SnapshotManager - leader-231: fakeSnapshot purging log to 6 for term 1 09:12:52,160 AM [main] [DEBUG] AbstractLeader - leader-231 (Leader): Checking sendAppendEntries for follower follower-232: active: true, followerNextIndex: 8, leaderLastIndex: 8, leaderSnapShotIndex: 6 09:12:52,160 AM [main] [DEBUG] AbstractLeader - leader-231 (Leader): sendAppendEntries: 8 is present for follower follower-232 09:12:52,160 AM [main] [DEBUG] AbstractLeader - leader-231 (Leader): Sending AppendEntries to follower follower-232: AppendEntries{term=1, leaderId=leader-231, prevLogIndex=7, prevLogTerm=1, leaderCommit=7, replicatedToAllIndex=6, payloadVersion=5, recipientRaftVersion=5, leaderRaftVersion=5, entries==[JournaledLogEntry{index=8, term=1, command=foo-8, pending=false}]} 09:12:52,160 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/$d#1790530458] 09:12:52,171 AM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/leader-231] 09:12:52,171 AM [main] [DEBUG] EnabledRaftStorage - leader-231: terminating thread VirtualThread[#416,leader-231-writer-109]/waiting 09:12:52,171 AM [leader-231-writer-109] [DEBUG] JournalWriteTask - leader-231: received 1 commands after 28.52 ms 09:12:52,171 AM [leader-231-writer-109] [DEBUG] JournalWriteTask - leader-231: completed 1 commands in 21.38 μs 09:12:52,172 AM [leader-231-writer-109] [DEBUG] JournalWriteTask - leader-231: journal writer stopped 09:12:52,172 AM [main] [DEBUG] EntryJournalV1 - leader-231: journal closed 09:12:52,172 AM [main] [INFO] EnabledRaftStorage - leader-231: journal closed 09:12:52,172 AM [main] [DEBUG] RaftStorage - leader-231: stopped executor with 0 remaining tasks 09:12:52,172 AM [main] [DEBUG] RaftStorage - leader-231: stopped executor with 0 remaining tasks 09:12:52,176 AM [main] [DEBUG] MockRaftActor - Actor created TestActor[pekko://test/user/leader-233] [WARN] [03/10/2026 09:12:52.176] [test-pekko.actor.default-dispatcher-5] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/leader-233]: org.opendaylight.controller.cluster.common.actor.Monitor@30aae194 09:12:52,176 AM [main] [INFO] RaftActor - leader-233: Starting recovery with journal batch size 1000 09:12:52,177 AM [main] [DEBUG] RaftStorage - leader-233: started executor 09:12:52,177 AM [main] [DEBUG] RaftStorage - leader-233: started executor 09:12:52,177 AM [main] [DEBUG] EntryJournalV1 - leader-233: metadata journal open: replayFrom=1 applyTo=0 09:12:52,178 AM [main] [DEBUG] EntryJournalV1 - leader-233: journal open: firstIndex=1 lastIndex=0 replayFrom=1 fileEntries=0 09:12:52,178 AM [main] [INFO] EnabledRaftStorage - leader-233: journal open: applyTo=0 09:12:52,178 AM [leader-233-writer-110] [DEBUG] JournalWriteTask - leader-233: journal writer started 09:12:52,178 AM [leader-233-writer-110] [DEBUG] JournalWriteTask - leader-233: waiting to receive commands 09:12:52,178 AM [main] [DEBUG] RaftActor - leader-233: recovering to non-persistent 09:12:52,178 AM [main] [DEBUG] PropertiesTermInfoStore - /tmp/junit-5772632767482144400/leader-233/TermInfo.properties does not exist 09:12:52,208 AM [main] [DEBUG] PropertiesTermInfoStore - leader-233: Set currentTerm=0, votedFor=null 09:12:52,208 AM [main] [INFO] Recovery - leader-233: Local TermInfo store seeded with TermInfo{term=0} 09:12:52,209 AM [main] [DEBUG] AbstractReplicatedLog - leader-233: Moving last applied index from -1 to -1 09:12:52,209 AM [main] [INFO] Recovery - leader-233: Recovery completed in in 30.73 ms: last log index = -1, last log term = -1, napshot index = -1, snapshot term = -1, journal size = 0 09:12:52,209 AM [main] [DEBUG] RaftActor - leader-233: Recovery completed and can restore from snapshot 09:12:52,209 AM [main] [DEBUG] Follower - leader-233 (Follower): Received TimeoutNow - switching to Candidate 09:12:52,209 AM [main] [DEBUG] Candidate - leader-233 (Candidate): Election: Candidate has following voting peers: [] 09:12:52,213 AM [main] [DEBUG] PropertiesTermInfoStore - leader-233: Set currentTerm=1, votedFor=leader-233 09:12:52,213 AM [main] [INFO] Candidate - leader-233 (Candidate): Starting new election term 1 09:12:52,213 AM [main] [INFO] RaftActorBehavior - leader-233 (Follower) :- Switching from behavior Follower to Candidate, election term: 1 09:12:52,213 AM [main] [DEBUG] Candidate - leader-233 (Candidate): Received ElectionTimeout 09:12:52,214 AM [main] [DEBUG] AbstractLeader - leader-233 (Leader): Election: Leader has following peers: [] 09:12:52,214 AM [main] [INFO] RaftActorBehavior - leader-233 (Candidate) :- Switching from behavior Candidate to Leader, election term: 1 09:12:52,214 AM [main] [DEBUG] RaftActor - leader-233: Applying state for log index 5 data F 09:12:52,214 AM [main] [INFO] MockRaftActor - leader-233: applyState called: F 09:12:52,215 AM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/leader-233] 09:12:52,226 AM [main] [DEBUG] EnabledRaftStorage - leader-233: terminating thread VirtualThread[#417,leader-233-writer-110]/waiting 09:12:52,226 AM [leader-233-writer-110] [DEBUG] JournalWriteTask - leader-233: received 1 commands after 48.10 ms 09:12:52,226 AM [leader-233-writer-110] [DEBUG] JournalWriteTask - leader-233: completed 1 commands in 28.85 μs 09:12:52,226 AM [leader-233-writer-110] [DEBUG] JournalWriteTask - leader-233: journal writer stopped 09:12:52,226 AM [main] [DEBUG] EntryJournalV1 - leader-233: journal closed 09:12:52,226 AM [main] [INFO] EnabledRaftStorage - leader-233: journal closed 09:12:52,226 AM [main] [DEBUG] RaftStorage - leader-233: stopped executor with 0 remaining tasks 09:12:52,226 AM [main] [DEBUG] RaftStorage - leader-233: stopped executor with 0 remaining tasks 09:12:52,231 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] MockRaftActor - Actor created TestActor[pekko://test/user/follower-234] [WARN] [03/10/2026 09:12:52.231] [test-pekko.actor.default-dispatcher-6] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/follower-234]: org.opendaylight.controller.cluster.common.actor.Monitor@36c44507 09:12:52,232 AM [test-pekko.actor.default-dispatcher-5] [INFO] RaftActor - follower-234: Starting recovery with journal batch size 1000 09:12:52,232 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] RaftStorage - follower-234: started executor 09:12:52,232 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] RaftStorage - follower-234: started executor 09:12:52,233 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] EntryJournalV1 - follower-234: metadata journal open: replayFrom=1 applyTo=0 09:12:52,234 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] EntryJournalV1 - follower-234: journal open: firstIndex=1 lastIndex=0 replayFrom=1 fileEntries=0 09:12:52,234 AM [test-pekko.actor.default-dispatcher-5] [INFO] EnabledRaftStorage - follower-234: journal open: applyTo=0 09:12:52,234 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] RaftActor - follower-234: recovering to non-persistent 09:12:52,234 AM [follower-234-writer-111] [DEBUG] JournalWriteTask - follower-234: journal writer started 09:12:52,234 AM [follower-234-writer-111] [DEBUG] JournalWriteTask - follower-234: waiting to receive commands 09:12:52,234 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] PropertiesTermInfoStore - /tmp/junit-4980182844797279163/follower-234/TermInfo.properties does not exist 09:12:52,241 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] PropertiesTermInfoStore - follower-234: Set currentTerm=0, votedFor=null 09:12:52,241 AM [test-pekko.actor.default-dispatcher-5] [INFO] Recovery - follower-234: Local TermInfo store seeded with TermInfo{term=0} 09:12:52,241 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] AbstractReplicatedLog - follower-234: Moving last applied index from -1 to -1 09:12:52,241 AM [test-pekko.actor.default-dispatcher-5] [INFO] Recovery - follower-234: Recovery completed in in 7.127 ms: last log index = -1, last log term = -1, napshot index = -1, snapshot term = -1, journal size = 0 09:12:52,241 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] RaftActor - follower-234: Recovery completed and can restore from snapshot 09:12:52,241 AM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/follower-234] 09:12:52,252 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] EnabledRaftStorage - follower-234: terminating thread VirtualThread[#418,follower-234-writer-111]/waiting 09:12:52,252 AM [follower-234-writer-111] [DEBUG] JournalWriteTask - follower-234: received 1 commands after 18.50 ms 09:12:52,252 AM [follower-234-writer-111] [DEBUG] JournalWriteTask - follower-234: completed 1 commands in 33.34 μs 09:12:52,252 AM [follower-234-writer-111] [DEBUG] JournalWriteTask - follower-234: journal writer stopped 09:12:52,253 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] EntryJournalV1 - follower-234: journal closed 09:12:52,253 AM [test-pekko.actor.default-dispatcher-5] [INFO] EnabledRaftStorage - follower-234: journal closed 09:12:52,253 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] RaftStorage - follower-234: stopped executor with 0 remaining tasks 09:12:52,253 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] RaftStorage - follower-234: stopped executor with 0 remaining tasks 09:12:52,254 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] MockRaftActor - Actor created TestActor[pekko://test/user/follower-235] [WARN] [03/10/2026 09:12:52.254] [test-pekko.actor.default-dispatcher-6] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/follower-235]: org.opendaylight.controller.cluster.common.actor.Monitor@4d11da8a 09:12:52,254 AM [test-pekko.actor.default-dispatcher-5] [INFO] RaftActor - follower-234: Starting recovery with journal batch size 1000 09:12:52,255 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] RaftStorage - follower-234: started executor 09:12:52,255 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] RaftStorage - follower-234: started executor 09:12:52,256 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] EntryJournalV1 - follower-234: metadata journal open: replayFrom=1 applyTo=0 09:12:52,257 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] EntryJournalV1 - follower-234: journal open: firstIndex=1 lastIndex=0 replayFrom=1 fileEntries=0 09:12:52,257 AM [test-pekko.actor.default-dispatcher-5] [INFO] EnabledRaftStorage - follower-234: journal open: applyTo=0 09:12:52,257 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] RaftActor - follower-234: recovering to non-persistent 09:12:52,257 AM [follower-234-writer-112] [DEBUG] JournalWriteTask - follower-234: journal writer started 09:12:52,257 AM [follower-234-writer-112] [DEBUG] JournalWriteTask - follower-234: waiting to receive commands 09:12:52,257 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] PropertiesTermInfoStore - follower-234: Set currentTerm=0, votedFor=null 09:12:52,257 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] AbstractReplicatedLog - follower-234: Moving last applied index from -1 to -1 09:12:52,257 AM [test-pekko.actor.default-dispatcher-5] [INFO] Recovery - follower-234: Recovery completed in in 157.6 μs: last log index = -1, last log term = -1, napshot index = -1, snapshot term = -1, journal size = 0 09:12:52,257 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] RaftActor - follower-234: Recovery completed and cannot restore from snapshot 09:12:52,258 AM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/follower-235] 09:12:52,268 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] EnabledRaftStorage - follower-234: terminating thread VirtualThread[#419,follower-234-writer-112]/waiting 09:12:52,269 AM [follower-234-writer-112] [DEBUG] JournalWriteTask - follower-234: received 1 commands after 11.85 ms 09:12:52,269 AM [follower-234-writer-112] [DEBUG] JournalWriteTask - follower-234: completed 1 commands in 29.55 μs 09:12:52,269 AM [follower-234-writer-112] [DEBUG] JournalWriteTask - follower-234: journal writer stopped 09:12:52,269 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] EntryJournalV1 - follower-234: journal closed 09:12:52,269 AM [test-pekko.actor.default-dispatcher-5] [INFO] EnabledRaftStorage - follower-234: journal closed 09:12:52,269 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] RaftStorage - follower-234: stopped executor with 0 remaining tasks 09:12:52,269 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] RaftStorage - follower-234: stopped executor with 0 remaining tasks 09:12:52,273 AM [main] [INFO] RaftActorTest - testNonVotingOnRecovery starting 09:12:52,274 AM [main] [DEBUG] EntryJournalV1 - test-actor-236: metadata journal open: replayFrom=1 applyTo=0 09:12:52,274 AM [main] [DEBUG] EntryJournalV1 - test-actor-236: journal open: firstIndex=1 lastIndex=0 replayFrom=1 fileEntries=0 09:12:52,275 AM [main] [DEBUG] EntryJournalV1 - test-actor-236: journal closed 09:12:52,279 AM [main] [INFO] RaftActorTest - testRaftActorRecoveryWithPersistenceEnabled starting 09:12:52,279 AM [main] [DEBUG] RaftStorage - follower-237: starting snapshot writeout to /tmp/junit-17958737937915288717/follower-237/snapshot-0000000069AFE094-10A5F08E.tmp 09:12:52,289 AM [main] [DEBUG] RaftStorage - follower-237: finished snapshot writeout to /tmp/junit-17958737937915288717/follower-237/snapshot-0000000069AFE094-10A5F08E.v1 09:12:52,290 AM [main] [DEBUG] EntryJournalV1 - follower-237: metadata journal open: replayFrom=1 applyTo=0 09:12:52,290 AM [main] [DEBUG] EntryJournalV1 - follower-237: journal open: firstIndex=1 lastIndex=0 replayFrom=1 fileEntries=0 09:12:52,291 AM [main] [DEBUG] EntryJournalV1 - follower-237: journal closed 09:12:52,295 AM [main] [DEBUG] MockRaftActor - Actor created TestActor[pekko://test/user/leader-238] [WARN] [03/10/2026 09:12:52.295] [test-pekko.actor.default-dispatcher-5] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/leader-238]: org.opendaylight.controller.cluster.common.actor.Monitor@146f4db4 09:12:52,296 AM [main] [INFO] RaftActor - leader-238: Starting recovery with journal batch size 1000 09:12:52,296 AM [main] [DEBUG] RaftStorage - leader-238: started executor 09:12:52,296 AM [main] [DEBUG] RaftStorage - leader-238: started executor 09:12:52,297 AM [main] [DEBUG] EntryJournalV1 - leader-238: metadata journal open: replayFrom=1 applyTo=0 09:12:52,297 AM [main] [DEBUG] EntryJournalV1 - leader-238: journal open: firstIndex=1 lastIndex=0 replayFrom=1 fileEntries=0 09:12:52,297 AM [main] [INFO] EnabledRaftStorage - leader-238: journal open: applyTo=0 09:12:52,297 AM [leader-238-writer-113] [DEBUG] JournalWriteTask - leader-238: journal writer started 09:12:52,297 AM [leader-238-writer-113] [DEBUG] JournalWriteTask - leader-238: waiting to receive commands 09:12:52,297 AM [main] [DEBUG] RaftActor - leader-238: recovering to non-persistent 09:12:52,297 AM [main] [DEBUG] PropertiesTermInfoStore - /tmp/junit-4065458323538427160/leader-238/TermInfo.properties does not exist 09:12:52,305 AM [main] [DEBUG] PropertiesTermInfoStore - leader-238: Set currentTerm=0, votedFor=null 09:12:52,305 AM [main] [INFO] Recovery - leader-238: Local TermInfo store seeded with TermInfo{term=0} 09:12:52,305 AM [main] [DEBUG] AbstractReplicatedLog - leader-238: Moving last applied index from -1 to -1 09:12:52,305 AM [main] [INFO] Recovery - leader-238: Recovery completed in in 7.453 ms: last log index = -1, last log term = -1, napshot index = -1, snapshot term = -1, journal size = 0 09:12:52,305 AM [main] [DEBUG] RaftActor - leader-238: Recovery completed and can restore from snapshot 09:12:52,305 AM [main] [DEBUG] AbstractReplicatedLog - leader-238: Moving last applied index from -1 to 3 09:12:52,305 AM [main] [DEBUG] PropertiesTermInfoStore - leader-238: Set currentTerm=1, votedFor=leader-238 09:12:52,305 AM [main] [DEBUG] AbstractLeader - leader-238 (Leader): Election: Leader has following peers: [member1] 09:12:52,305 AM [main] [DEBUG] AbstractLeader - leader-238 (Leader): Checking sendAppendEntries for follower member1: active: false, followerNextIndex: 3, leaderLastIndex: 3, leaderSnapShotIndex: 3 [WARN] [03/10/2026 09:12:52.305] [test-pekko.actor.default-dispatcher-5] [pekko://test/user/leader-238/address] received dead letter from TestActor[pekko://test/user/leader-238]: AppendEntries{term=1, leaderId=leader-238, prevLogIndex=-1, prevLogTerm=-1, leaderCommit=-1, replicatedToAllIndex=-1, payloadVersion=5, recipientRaftVersion=4, leaderRaftVersion=5, entries==[]} 09:12:52,306 AM [main] [DEBUG] RaftActor - leader-238: Persist data index=4 term=1 command=duh 09:12:52,306 AM [main] [DEBUG] ReplicatedLogImpl - leader-238: Append log entry and persist JournaledLogEntry{index=4, term=1, command=duh, pending=true} 09:12:52,306 AM [main] [DEBUG] RaftStorageCompleter - test: 1 completion(s) pending 09:12:52,306 AM [main] [DEBUG] RaftStorageCompleter - test: running 1 completion(s) 09:12:52,306 AM [main] [DEBUG] ReplicatedLogImpl - leader-238: persist complete JournaledLogEntry{index=4, term=1, command=duh, pending=true} 09:12:52,306 AM [main] [INFO] SnapshotManager - leader-238: Initiating snapshot capture CaptureSnapshot [lastAppliedIndex=3, lastAppliedTerm=-1, lastIndex=4, lastTerm=1, installSnapshotInitiated=, replicatedToAllIndex=-1, replicatedToAllTerm=-1, unAppliedEntries size=1, mandatoryTrim=false] 09:12:52,306 AM [main] [DEBUG] SnapshotManager - leader-238: captured snapshot at lastSequenceNumber: 0 09:12:52,306 AM [main] [INFO] SnapshotManager - leader-238: Persising snapshot at EntryInfo[index=3, term=-1]/EntryInfo[index=4, term=1] 09:12:52,306 AM [main] [INFO] MockRaftActor - leader-238: support() called 09:12:52,306 AM [main] [INFO] SnapshotManager - leader-238: Removed in-memory snapshotted entries, adjusted snapshotIndex: 3 and term: -1 09:12:52,306 AM [main] [DEBUG] AbstractLeader - leader-238 (Leader): Replicate message: identifier: MockIdentifier{value=x}, logIndex: 4, isSendImmediate: true 09:12:52,307 AM [main] [DEBUG] AbstractLeader - leader-238 (Leader): Checking sendAppendEntries for follower member1: active: false, followerNextIndex: 3, leaderLastIndex: 4, leaderSnapShotIndex: 3 [WARN] [03/10/2026 09:12:52.307] [test-pekko.actor.default-dispatcher-5] [pekko://test/user/leader-238/address] received dead letter from TestActor[pekko://test/user/leader-238]: AppendEntries{term=1, leaderId=leader-238, prevLogIndex=-1, prevLogTerm=-1, leaderCommit=-1, replicatedToAllIndex=3, payloadVersion=5, recipientRaftVersion=4, leaderRaftVersion=5, entries==[]} 09:12:52,307 AM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/leader-238] 09:12:52,318 AM [main] [DEBUG] EnabledRaftStorage - leader-238: terminating thread VirtualThread[#420,leader-238-writer-113]/waiting 09:12:52,318 AM [leader-238-writer-113] [DEBUG] JournalWriteTask - leader-238: received 1 commands after 20.85 ms 09:12:52,318 AM [leader-238-writer-113] [DEBUG] JournalWriteTask - leader-238: completed 1 commands in 30.28 μs 09:12:52,318 AM [leader-238-writer-113] [DEBUG] JournalWriteTask - leader-238: journal writer stopped 09:12:52,319 AM [main] [DEBUG] EntryJournalV1 - leader-238: journal closed 09:12:52,319 AM [main] [INFO] EnabledRaftStorage - leader-238: journal closed 09:12:52,319 AM [main] [DEBUG] RaftStorage - leader-238: stopped executor with 0 remaining tasks 09:12:52,319 AM [main] [DEBUG] RaftStorage - leader-238: stopped executor with 0 remaining tasks 09:12:52,324 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] MockRaftActor - Actor created TestActor[pekko://test/user/notifier-239] [WARN] [03/10/2026 09:12:52.324] [test-pekko.actor.default-dispatcher-6] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/notifier-239]: org.opendaylight.controller.cluster.common.actor.Monitor@54a7149a 09:12:52,325 AM [test-pekko.actor.default-dispatcher-5] [INFO] RaftActor - notifier-239: Starting recovery with journal batch size 1000 09:12:52,325 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] RaftStorage - notifier-239: started executor 09:12:52,325 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] RaftStorage - notifier-239: started executor 09:12:52,326 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] EntryJournalV1 - notifier-239: metadata journal open: replayFrom=1 applyTo=0 09:12:52,327 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] EntryJournalV1 - notifier-239: journal open: firstIndex=1 lastIndex=0 replayFrom=1 fileEntries=0 09:12:52,327 AM [test-pekko.actor.default-dispatcher-5] [INFO] EnabledRaftStorage - notifier-239: journal open: applyTo=0 09:12:52,327 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] RaftActor - notifier-239: recovering to non-persistent 09:12:52,327 AM [notifier-239-writer-114] [DEBUG] JournalWriteTask - notifier-239: journal writer started 09:12:52,327 AM [notifier-239-writer-114] [DEBUG] JournalWriteTask - notifier-239: waiting to receive commands 09:12:52,327 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] PropertiesTermInfoStore - /tmp/junit-1971283058174746133/notifier-239/TermInfo.properties does not exist 09:12:52,331 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] PropertiesTermInfoStore - notifier-239: Set currentTerm=0, votedFor=null 09:12:52,331 AM [test-pekko.actor.default-dispatcher-5] [INFO] Recovery - notifier-239: Local TermInfo store seeded with TermInfo{term=0} 09:12:52,331 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] AbstractReplicatedLog - notifier-239: Moving last applied index from -1 to -1 09:12:52,331 AM [test-pekko.actor.default-dispatcher-5] [INFO] Recovery - notifier-239: Recovery completed in in 3.670 ms: last log index = -1, last log term = -1, napshot index = -1, snapshot term = -1, journal size = 0 09:12:52,331 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] RaftActor - notifier-239: Recovery completed and can restore from snapshot 09:12:52,331 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] Follower - notifier-239 (Follower): Received TimeoutNow - switching to Candidate 09:12:52,331 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] Candidate - notifier-239 (Candidate): Election: Candidate has following voting peers: [] 09:12:52,336 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] PropertiesTermInfoStore - notifier-239: Set currentTerm=1, votedFor=notifier-239 09:12:52,336 AM [test-pekko.actor.default-dispatcher-5] [INFO] Candidate - notifier-239 (Candidate): Starting new election term 1 09:12:52,336 AM [test-pekko.actor.default-dispatcher-5] [INFO] RaftActorBehavior - notifier-239 (Follower) :- Switching from behavior Follower to Candidate, election term: 1 09:12:52,336 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] Candidate - notifier-239 (Candidate): Received ElectionTimeout 09:12:52,336 AM [test-pekko.actor.default-dispatcher-5] [DEBUG] AbstractLeader - notifier-239 (Leader): Election: Leader has following peers: [] 09:12:52,336 AM [test-pekko.actor.default-dispatcher-5] [INFO] RaftActorBehavior - notifier-239 (Candidate) :- Switching from behavior Candidate to Leader, election term: 1 [WARN] [03/10/2026 09:12:52.337] [test-pekko.actor.default-dispatcher-6] [pekko://test/user/notifier-239] unhandled message from TestActor[pekko://test/user/notifier-239]: org.opendaylight.controller.cluster.raft.base.messages.TimeoutNow@38e8f9a8 09:12:52,894 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/$e#-1974918276] 09:12:52,906 AM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/notifier-239] 09:12:52,906 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] EnabledRaftStorage - notifier-239: terminating thread VirtualThread[#421,notifier-239-writer-114]/waiting 09:12:52,906 AM [notifier-239-writer-114] [DEBUG] JournalWriteTask - notifier-239: received 1 commands after 579.0 ms 09:12:52,906 AM [notifier-239-writer-114] [DEBUG] JournalWriteTask - notifier-239: completed 1 commands in 33.31 μs 09:12:52,906 AM [notifier-239-writer-114] [DEBUG] JournalWriteTask - notifier-239: journal writer stopped 09:12:52,907 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] EntryJournalV1 - notifier-239: journal closed 09:12:52,907 AM [test-pekko.actor.default-dispatcher-6] [INFO] EnabledRaftStorage - notifier-239: journal closed 09:12:52,907 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] RaftStorage - notifier-239: stopped executor with 0 remaining tasks 09:12:52,907 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] RaftStorage - notifier-239: stopped executor with 0 remaining tasks 09:12:52,912 AM [main] [DEBUG] MockRaftActor - Actor created TestActor[pekko://test/user/follower-240] [WARN] [03/10/2026 09:12:52.912] [test-pekko.actor.default-dispatcher-6] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/follower-240]: org.opendaylight.controller.cluster.common.actor.Monitor@4d320543 09:12:52,913 AM [main] [INFO] RaftActor - follower-240: Starting recovery with journal batch size 1000 09:12:52,913 AM [main] [DEBUG] RaftStorage - follower-240: started executor 09:12:52,913 AM [main] [DEBUG] RaftStorage - follower-240: started executor 09:12:52,913 AM [main] [DEBUG] EntryJournalV1 - follower-240: metadata journal open: replayFrom=1 applyTo=0 09:12:52,914 AM [main] [DEBUG] EntryJournalV1 - follower-240: journal open: firstIndex=1 lastIndex=0 replayFrom=1 fileEntries=0 09:12:52,914 AM [main] [INFO] EnabledRaftStorage - follower-240: journal open: applyTo=0 09:12:52,915 AM [main] [DEBUG] RaftActor - follower-240: recovering to non-persistent 09:12:52,915 AM [follower-240-writer-115] [DEBUG] JournalWriteTask - follower-240: journal writer started 09:12:52,915 AM [follower-240-writer-115] [DEBUG] JournalWriteTask - follower-240: waiting to receive commands 09:12:52,915 AM [main] [DEBUG] PropertiesTermInfoStore - /tmp/junit-17160740936729056922/follower-240/TermInfo.properties does not exist 09:12:52,925 AM [main] [DEBUG] PropertiesTermInfoStore - follower-240: Set currentTerm=0, votedFor=null 09:12:52,925 AM [main] [INFO] Recovery - follower-240: Local TermInfo store seeded with TermInfo{term=0} 09:12:52,925 AM [main] [DEBUG] AbstractReplicatedLog - follower-240: Moving last applied index from -1 to -1 09:12:52,925 AM [main] [INFO] Recovery - follower-240: Recovery completed in in 10.39 ms: last log index = -1, last log term = -1, napshot index = -1, snapshot term = -1, journal size = 0 09:12:52,925 AM [main] [DEBUG] RaftActor - follower-240: Recovery completed and can restore from snapshot 09:12:52,926 AM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/follower-240] 09:12:52,937 AM [main] [DEBUG] EnabledRaftStorage - follower-240: terminating thread VirtualThread[#422,follower-240-writer-115]/waiting 09:12:52,937 AM [follower-240-writer-115] [DEBUG] JournalWriteTask - follower-240: received 1 commands after 22.19 ms 09:12:52,937 AM [follower-240-writer-115] [DEBUG] JournalWriteTask - follower-240: completed 1 commands in 34.01 μs 09:12:52,937 AM [follower-240-writer-115] [DEBUG] JournalWriteTask - follower-240: journal writer stopped 09:12:52,937 AM [main] [DEBUG] EntryJournalV1 - follower-240: journal closed 09:12:52,937 AM [main] [INFO] EnabledRaftStorage - follower-240: journal closed 09:12:52,937 AM [main] [DEBUG] RaftStorage - follower-240: stopped executor with 0 remaining tasks 09:12:52,937 AM [main] [DEBUG] RaftStorage - follower-240: stopped executor with 0 remaining tasks 09:12:52,942 AM [main] [DEBUG] MockRaftActor - Actor created TestActor[pekko://test/user/leader-241] [WARN] [03/10/2026 09:12:52.942] [test-pekko.actor.default-dispatcher-6] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/leader-241]: org.opendaylight.controller.cluster.common.actor.Monitor@eb443e5 09:12:52,943 AM [main] [INFO] RaftActor - leader-241: Starting recovery with journal batch size 1000 09:12:52,943 AM [main] [DEBUG] RaftStorage - leader-241: started executor 09:12:52,943 AM [main] [DEBUG] RaftStorage - leader-241: started executor 09:12:52,943 AM [main] [DEBUG] EntryJournalV1 - leader-241: metadata journal open: replayFrom=1 applyTo=0 09:12:52,944 AM [main] [DEBUG] EntryJournalV1 - leader-241: journal open: firstIndex=1 lastIndex=0 replayFrom=1 fileEntries=0 09:12:52,944 AM [main] [INFO] EnabledRaftStorage - leader-241: journal open: applyTo=0 09:12:52,944 AM [main] [DEBUG] RaftActor - leader-241: recovering to non-persistent 09:12:52,944 AM [leader-241-writer-116] [DEBUG] JournalWriteTask - leader-241: journal writer started 09:12:52,944 AM [main] [DEBUG] PropertiesTermInfoStore - /tmp/junit-16703799178603033829/leader-241/TermInfo.properties does not exist 09:12:52,944 AM [leader-241-writer-116] [DEBUG] JournalWriteTask - leader-241: waiting to receive commands 09:12:52,956 AM [main] [DEBUG] PropertiesTermInfoStore - leader-241: Set currentTerm=0, votedFor=null 09:12:52,957 AM [main] [INFO] Recovery - leader-241: Local TermInfo store seeded with TermInfo{term=0} 09:12:52,957 AM [main] [DEBUG] AbstractReplicatedLog - leader-241: Moving last applied index from -1 to -1 09:12:52,957 AM [main] [INFO] Recovery - leader-241: Recovery completed in in 12.53 ms: last log index = -1, last log term = -1, napshot index = -1, snapshot term = -1, journal size = 0 09:12:52,957 AM [main] [DEBUG] RaftActor - leader-241: Recovery completed and can restore from snapshot 09:12:52,957 AM [main] [DEBUG] AbstractReplicatedLog - leader-241: Moving last applied index from -1 to 3 09:12:52,957 AM [main] [DEBUG] PropertiesTermInfoStore - leader-241: Set currentTerm=1, votedFor=leader-241 09:12:52,957 AM [main] [DEBUG] AbstractLeader - leader-241 (Leader): Election: Leader has following peers: [member1] 09:12:52,957 AM [main] [DEBUG] AbstractLeader - leader-241 (Leader): Checking sendAppendEntries for follower member1: active: false, followerNextIndex: 3, leaderLastIndex: 3, leaderSnapShotIndex: -1 [WARN] [03/10/2026 09:12:52.958] [test-pekko.actor.default-dispatcher-11] [pekko://test/user/leader-241/address] received dead letter from TestActor[pekko://test/user/leader-241]: AppendEntries{term=1, leaderId=leader-241, prevLogIndex=2, prevLogTerm=1, leaderCommit=-1, replicatedToAllIndex=-1, payloadVersion=5, recipientRaftVersion=4, leaderRaftVersion=5, entries==[]} 09:12:52,958 AM [main] [INFO] SnapshotManager - leader-241: Initiating snapshot capture CaptureSnapshot [lastAppliedIndex=3, lastAppliedTerm=1, lastIndex=3, lastTerm=1, installSnapshotInitiated=, replicatedToAllIndex=-1, replicatedToAllTerm=-1, unAppliedEntries size=0, mandatoryTrim=false] to install on member1 09:12:52,958 AM [main] [DEBUG] SnapshotManager - leader-241: last applied journal index prior to capture: 4 09:12:52,958 AM [main] [DEBUG] RaftStorageCompleter - test: 1 completion(s) pending 09:12:52,958 AM [main] [DEBUG] RaftStorageCompleter - test: running 1 completion(s) 09:12:52,958 AM [main] [INFO] SnapshotManager - leader-241: Persising snapshot at EntryInfo[index=3, term=1]/EntryInfo[index=3, term=1] 09:12:52,959 AM [main] [INFO] SnapshotManager - leader-241: Removed in-memory snapshotted entries, adjusted snapshotIndex: -1 and term: -1 09:12:52,959 AM [main] [DEBUG] AbstractLeader - leader-241 (Leader): sendInstallSnapshot 09:12:52,959 AM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/leader-241] 09:12:52,970 AM [main] [DEBUG] EnabledRaftStorage - leader-241: terminating thread VirtualThread[#423,leader-241-writer-116]/waiting 09:12:52,970 AM [leader-241-writer-116] [DEBUG] JournalWriteTask - leader-241: received 1 commands after 25.78 ms 09:12:52,970 AM [leader-241-writer-116] [DEBUG] JournalWriteTask - leader-241: completed 1 commands in 57.91 μs 09:12:52,970 AM [leader-241-writer-116] [DEBUG] JournalWriteTask - leader-241: journal writer stopped 09:12:52,971 AM [main] [DEBUG] EntryJournalV1 - leader-241: journal closed 09:12:52,971 AM [main] [INFO] EnabledRaftStorage - leader-241: journal closed 09:12:52,971 AM [main] [DEBUG] RaftStorage - leader-241: stopped executor with 0 remaining tasks 09:12:52,971 AM [main] [DEBUG] RaftStorage - leader-241: stopped executor with 0 remaining tasks 09:12:52,977 AM [main] [DEBUG] MockRaftActor - Actor created TestActor[pekko://test/user/leader-242] [WARN] [03/10/2026 09:12:52.977] [test-pekko.actor.default-dispatcher-11] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/leader-242]: org.opendaylight.controller.cluster.common.actor.Monitor@882326c 09:12:52,978 AM [main] [INFO] RaftActor - leader-242: Starting recovery with journal batch size 1000 09:12:52,978 AM [main] [DEBUG] RaftStorage - leader-242: started executor 09:12:52,978 AM [main] [DEBUG] RaftStorage - leader-242: started executor 09:12:52,979 AM [main] [DEBUG] EntryJournalV1 - leader-242: metadata journal open: replayFrom=1 applyTo=0 09:12:52,979 AM [main] [DEBUG] EntryJournalV1 - leader-242: journal open: firstIndex=1 lastIndex=0 replayFrom=1 fileEntries=0 09:12:52,979 AM [main] [INFO] EnabledRaftStorage - leader-242: journal open: applyTo=0 09:12:52,979 AM [main] [DEBUG] RaftActor - leader-242: recovering to non-persistent 09:12:52,979 AM [leader-242-writer-117] [DEBUG] JournalWriteTask - leader-242: journal writer started 09:12:52,979 AM [leader-242-writer-117] [DEBUG] JournalWriteTask - leader-242: waiting to receive commands 09:12:52,979 AM [main] [DEBUG] PropertiesTermInfoStore - /tmp/junit-1640880430033603974/leader-242/TermInfo.properties does not exist 09:12:52,983 AM [main] [DEBUG] PropertiesTermInfoStore - leader-242: Set currentTerm=0, votedFor=null 09:12:52,983 AM [main] [INFO] Recovery - leader-242: Local TermInfo store seeded with TermInfo{term=0} 09:12:52,983 AM [main] [DEBUG] AbstractReplicatedLog - leader-242: Moving last applied index from -1 to -1 09:12:52,983 AM [main] [INFO] Recovery - leader-242: Recovery completed in in 4.023 ms: last log index = -1, last log term = -1, napshot index = -1, snapshot term = -1, journal size = 0 09:12:52,984 AM [main] [DEBUG] RaftActor - leader-242: Recovery completed and can restore from snapshot 09:12:52,984 AM [main] [DEBUG] AbstractReplicatedLog - leader-242: Moving last applied index from -1 to 9 09:12:52,984 AM [main] [DEBUG] PropertiesTermInfoStore - leader-242: Set currentTerm=1, votedFor=leader-242 09:12:52,984 AM [main] [DEBUG] AbstractLeader - leader-242 (Leader): Election: Leader has following peers: [follower-244, follower-243] 09:12:52,984 AM [main] [DEBUG] AbstractLeader - leader-242 (Leader): Checking sendAppendEntries for follower follower-244: active: false, followerNextIndex: 9, leaderLastIndex: -1, leaderSnapShotIndex: -1 09:12:52,984 AM [main] [DEBUG] AbstractLeader - leader-242 (Leader): Checking sendAppendEntries for follower follower-243: active: false, followerNextIndex: 9, leaderLastIndex: -1, leaderSnapShotIndex: -1 09:12:52,984 AM [main] [DEBUG] AbstractLeader - leader-242 (Leader): handleAppendEntriesReply - FollowerLogInformation for follower-243 updated: matchIndex: 9, nextIndex: 10 09:12:52,984 AM [main] [DEBUG] AbstractLeader - leader-242 (Leader): Checking sendAppendEntries for follower follower-243: active: true, followerNextIndex: 10, leaderLastIndex: 9, leaderSnapShotIndex: 4 09:12:52,985 AM [main] [DEBUG] AbstractLeader - leader-242 (Leader): handleAppendEntriesReply - FollowerLogInformation for follower-244 updated: matchIndex: 0, nextIndex: 1 09:12:52,985 AM [main] [DEBUG] AbstractLeader - leader-242 (Leader): Checking sendAppendEntries for follower follower-244: active: true, followerNextIndex: 1, leaderLastIndex: 9, leaderSnapShotIndex: 4 09:12:52,985 AM [main] [INFO] AbstractLeader - leader-242 (Leader): Initiating install snapshot to follower follower-244: follower nextIndex: 1, leader snapshotIndex: 4, leader lastIndex: 9, leader log size: 5 09:12:52,985 AM [main] [INFO] SnapshotManager - leader-242: Initiating snapshot capture CaptureSnapshot [lastAppliedIndex=4, lastAppliedTerm=-1, lastIndex=9, lastTerm=1, installSnapshotInitiated=, replicatedToAllIndex=9, replicatedToAllTerm=1, unAppliedEntries size=5, mandatoryTrim=false] to install on follower-244 09:12:52,985 AM [main] [DEBUG] SnapshotManager - leader-242: last applied journal index prior to capture: -5 09:12:52,985 AM [main] [INFO] MockRaftActor - leader-242: support() called 09:12:52,986 AM [main] [DEBUG] RaftStorageCompleter - test: 1 completion(s) pending 09:12:52,986 AM [main] [DEBUG] AbstractLeader - leader-242 (Leader): handleAppendEntriesReply - FollowerLogInformation for follower-244 updated: matchIndex: 9, nextIndex: 10 09:12:52,986 AM [main] [DEBUG] RaftStorageCompleter - test: running 1 completion(s) 09:12:52,986 AM [main] [INFO] SnapshotManager - leader-242: Persising snapshot at EntryInfo[index=4, term=-1]/EntryInfo[index=9, term=1] 09:12:52,986 AM [main] [INFO] MockRaftActor - leader-242: support() called 09:12:52,986 AM [main] [INFO] SnapshotManager - leader-242: Removed in-memory snapshotted entries, adjusted snapshotIndex: 9 and term: 1 09:12:52,986 AM [main] [DEBUG] AbstractLeader - leader-242 (Leader): sendInstallSnapshot 09:12:52,986 AM [main] [DEBUG] LeaderInstallSnapshotState - leader-242 (Leader): Snapshot 351 bytes, total chunks to send: 1 09:12:52,986 AM [main] [DEBUG] LeaderInstallSnapshotState - leader-242 (Leader): Next chunk: total length=351, offset=0, size=351, hashCode=1011228180 09:12:52,987 AM [main] [DEBUG] AbstractLeader - leader-242 (Leader): next snapshot chunk size for follower follower-244: 351 09:12:52,987 AM [main] [DEBUG] AbstractLeader - leader-242 (Leader): InstallSnapshot sent to follower Vector(user, follower-244), Chunk: 1/1 09:12:52,987 AM [main] [DEBUG] AbstractLeader - leader-242 (Leader): handleAppendEntriesReply - FollowerLogInformation for follower-244 updated: matchIndex: 5, nextIndex: 6 09:12:52,987 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/follower-243#1758662524] 09:12:52,998 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/follower-244#-338629724] 09:12:52,998 AM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/leader-242] 09:12:52,998 AM [main] [DEBUG] EnabledRaftStorage - leader-242: terminating thread VirtualThread[#424,leader-242-writer-117]/waiting 09:12:52,998 AM [leader-242-writer-117] [DEBUG] JournalWriteTask - leader-242: received 1 commands after 18.96 ms 09:12:52,999 AM [leader-242-writer-117] [DEBUG] JournalWriteTask - leader-242: completed 1 commands in 29.63 μs 09:12:52,999 AM [leader-242-writer-117] [DEBUG] JournalWriteTask - leader-242: journal writer stopped 09:12:52,999 AM [main] [DEBUG] EntryJournalV1 - leader-242: journal closed 09:12:52,999 AM [main] [INFO] EnabledRaftStorage - leader-242: journal closed 09:12:52,999 AM [main] [DEBUG] RaftStorage - leader-242: stopped executor with 0 remaining tasks 09:12:52,999 AM [main] [DEBUG] RaftStorage - leader-242: stopped executor with 0 remaining tasks 09:12:53,4 AM [main] [DEBUG] MockRaftActor - Actor created TestActor[pekko://test/user/follower-245] [WARN] [03/10/2026 09:12:53.004] [test-pekko.actor.default-dispatcher-11] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/follower-245]: org.opendaylight.controller.cluster.common.actor.Monitor@32401315 09:12:53,5 AM [main] [INFO] RaftActor - follower-245: Starting recovery with journal batch size 1000 09:12:53,5 AM [main] [DEBUG] RaftStorage - follower-245: started executor 09:12:53,6 AM [main] [DEBUG] RaftStorage - follower-245: started executor 09:12:53,6 AM [main] [DEBUG] EntryJournalV1 - follower-245: metadata journal open: replayFrom=1 applyTo=0 09:12:53,7 AM [main] [DEBUG] EntryJournalV1 - follower-245: journal open: firstIndex=1 lastIndex=0 replayFrom=1 fileEntries=0 09:12:53,7 AM [main] [INFO] EnabledRaftStorage - follower-245: journal open: applyTo=0 09:12:53,7 AM [main] [DEBUG] RaftActor - follower-245: recovering to non-persistent 09:12:53,7 AM [main] [DEBUG] PropertiesTermInfoStore - /tmp/junit-5120839116198078992/follower-245/TermInfo.properties does not exist 09:12:53,7 AM [follower-245-writer-118] [DEBUG] JournalWriteTask - follower-245: journal writer started 09:12:53,7 AM [follower-245-writer-118] [DEBUG] JournalWriteTask - follower-245: waiting to receive commands 09:12:53,11 AM [main] [DEBUG] PropertiesTermInfoStore - follower-245: Set currentTerm=0, votedFor=null 09:12:53,11 AM [main] [INFO] Recovery - follower-245: Local TermInfo store seeded with TermInfo{term=0} 09:12:53,11 AM [main] [DEBUG] AbstractReplicatedLog - follower-245: Moving last applied index from -1 to -1 09:12:53,11 AM [main] [INFO] Recovery - follower-245: Recovery completed in in 3.928 ms: last log index = -1, last log term = -1, napshot index = -1, snapshot term = -1, journal size = 0 09:12:53,11 AM [main] [DEBUG] RaftActor - follower-245: Recovery completed and can restore from snapshot 09:12:53,12 AM [main] [DEBUG] RaftActor - follower-245: RaftPolicy used with prev.config NORMAL, RaftPolicy used with newConfig NORMAL 09:12:53,12 AM [main] [DEBUG] RaftActor - follower-245: RaftPolicy used with prev.config NORMAL, RaftPolicy used with newConfig DISABLE_ELECTIONS 09:12:53,12 AM [main] [DEBUG] RaftActor - follower-245: Re-initializing to Follower with previous leaderId null 09:12:53,12 AM [main] [DEBUG] RaftActor - follower-245: RaftPolicy used with prev.config DISABLE_ELECTIONS, RaftPolicy used with newConfig DISABLE_ELECTIONS 09:12:53,12 AM [main] [DEBUG] RaftActor - follower-245: RaftPolicy used with prev.config DISABLE_ELECTIONS, RaftPolicy used with newConfig NORMAL 09:12:53,12 AM [main] [DEBUG] RaftActor - follower-245: Re-initializing to Follower with previous leaderId null 09:12:53,12 AM [main] [DEBUG] RaftActor - follower-245: RaftPolicy used with prev.config NORMAL, RaftPolicy used with newConfig NORMAL 09:12:53,12 AM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/follower-245] 09:12:53,23 AM [main] [DEBUG] EnabledRaftStorage - follower-245: terminating thread VirtualThread[#425,follower-245-writer-118]/waiting 09:12:53,23 AM [follower-245-writer-118] [DEBUG] JournalWriteTask - follower-245: received 1 commands after 15.71 ms 09:12:53,23 AM [follower-245-writer-118] [DEBUG] JournalWriteTask - follower-245: completed 1 commands in 48.99 μs 09:12:53,23 AM [follower-245-writer-118] [DEBUG] JournalWriteTask - follower-245: journal writer stopped 09:12:53,24 AM [main] [DEBUG] EntryJournalV1 - follower-245: journal closed 09:12:53,24 AM [main] [INFO] EnabledRaftStorage - follower-245: journal closed 09:12:53,24 AM [main] [DEBUG] RaftStorage - follower-245: stopped executor with 0 remaining tasks 09:12:53,24 AM [main] [DEBUG] RaftStorage - follower-245: stopped executor with 0 remaining tasks 09:12:53,85 AM [main] [DEBUG] MockRaftActor - Actor created TestActor[pekko://test/user/$$a] [WARN] [03/10/2026 09:12:53.085] [test-pekko.actor.default-dispatcher-11] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/$$a]: org.opendaylight.controller.cluster.common.actor.Monitor@6baf3072 09:12:53,86 AM [main] [INFO] RaftActor - leader-246: Starting recovery with journal batch size 1000 09:12:53,86 AM [main] [DEBUG] RaftStorage - leader-246: started executor 09:12:53,86 AM [main] [DEBUG] RaftStorage - leader-246: started executor 09:12:53,87 AM [main] [DEBUG] EntryJournalV1 - leader-246: metadata journal open: replayFrom=1 applyTo=0 09:12:53,88 AM [main] [DEBUG] EntryJournalV1 - leader-246: journal open: firstIndex=1 lastIndex=0 replayFrom=1 fileEntries=0 09:12:53,88 AM [main] [INFO] EnabledRaftStorage - leader-246: journal open: applyTo=0 09:12:53,88 AM [main] [DEBUG] RaftActor - leader-246: starting journal recovery 09:12:53,88 AM [leader-246-writer-119] [DEBUG] JournalWriteTask - leader-246: journal writer started 09:12:53,88 AM [leader-246-writer-119] [DEBUG] JournalWriteTask - leader-246: waiting to receive commands 09:12:53,88 AM [main] [DEBUG] PropertiesTermInfoStore - /tmp/junit-7005480928242106123/leader-246/TermInfo.properties does not exist 09:12:53,92 AM [main] [DEBUG] PropertiesTermInfoStore - leader-246: Set currentTerm=0, votedFor=null 09:12:53,92 AM [main] [INFO] Recovery - leader-246: Local TermInfo store seeded with TermInfo{term=0} 09:12:53,92 AM [main] [DEBUG] RaftStorage - leader-246: skipping unrecognized file /tmp/junit-7005480928242106123/leader-246/TermInfo.properties 09:12:53,92 AM [main] [DEBUG] RaftStorage - leader-246: skipping unrecognized file /tmp/junit-7005480928242106123/leader-246/journal-v1-1.log 09:12:53,92 AM [main] [DEBUG] RaftStorage - leader-246: skipping unrecognized file /tmp/junit-7005480928242106123/leader-246/metadata-v1-1.log 09:12:53,92 AM [main] [DEBUG] RaftStorage - leader-246: no eligible files found 09:12:53,92 AM [main] [DEBUG] AbstractReplicatedLog - leader-246: Moving last applied index from -1 to -1 09:12:53,92 AM [main] [DEBUG] JournalRecovery - leader-246: empty journal: appending 0 entries 09:12:53,92 AM [main] [DEBUG] EntryJournalV1 - leader-246: updated meta to JournalMeta[replayFrom=1, applyTo=0] 09:12:53,92 AM [main] [INFO] Recovery - leader-246: Recovery completed in in 4.172 ms: last log index = -1, last log term = -1, napshot index = -1, snapshot term = -1, journal size = 0 09:12:53,93 AM [main] [DEBUG] RaftActor - leader-246: Recovery completed and can restore from snapshot 09:12:53,94 AM [main] [DEBUG] Follower - leader-246 (Follower): Received TimeoutNow - switching to Candidate 09:12:53,94 AM [main] [DEBUG] Candidate - leader-246 (Candidate): Election: Candidate has following voting peers: [] 09:12:53,99 AM [main] [DEBUG] PropertiesTermInfoStore - leader-246: Set currentTerm=1, votedFor=leader-246 09:12:53,99 AM [main] [INFO] Candidate - leader-246 (Candidate): Starting new election term 1