[DEBUG] [08/28/2024 08:22:17.424] [main] [EventStream(pekko://test)] logger log1-TestEventListener started 08:22:17,425 AM [test-pekko.actor.default-dispatcher-6] [INFO] Slf4jLogger - Slf4jLogger started [DEBUG] [08/28/2024 08:22:17.425] [main] [EventStream(pekko://test)] logger log2-Slf4jLogger started [DEBUG] [08/28/2024 08:22:17.425] [main] [EventStream(pekko://test)] Default Loggers started 08:22:17,434 AM [test-pekko.actor.default-dispatcher-6] [INFO] ArteryTransport - Remoting started with transport [Artery tcp]; listening on address [pekko://test@10.30.170.21:17355] with UID [-47796262184331526] 08:22:17,434 AM [test-pekko.actor.default-dispatcher-6] [INFO] Cluster - Cluster Node [pekko://test@10.30.170.21:17355] - Starting up, Pekko version [1.0.3] ... [INFO] [08/28/2024 08:22:17.433] [main] [ArteryTransport(pekko://test)] Remoting started with transport [Artery tcp]; listening on address [pekko://test@10.30.170.21:17355] with UID [-47796262184331526] [INFO] [08/28/2024 08:22:17.433] [main] [Cluster(pekko://test)] Cluster Node [pekko://test@10.30.170.21:17355] - Starting up, Pekko version [1.0.3] ... 08:22:17,435 AM [test-pekko.actor.default-dispatcher-6] [INFO] Cluster - Cluster Node [pekko://test@10.30.170.21:17355] - Registered cluster JMX MBean [pekko:type=Cluster] 08:22:17,435 AM [test-pekko.actor.default-dispatcher-6] [INFO] Cluster - Cluster Node [pekko://test@10.30.170.21:17355] - Started up successfully [INFO] [08/28/2024 08:22:17.435] [main] [Cluster(pekko://test)] Cluster Node [pekko://test@10.30.170.21:17355] - Registered cluster JMX MBean [pekko:type=Cluster] [INFO] [08/28/2024 08:22:17.435] [main] [Cluster(pekko://test)] Cluster Node [pekko://test@10.30.170.21:17355] - Started up successfully [INFO] [08/28/2024 08:22:17.436] [test-pekko.actor.internal-dispatcher-4] [Cluster(pekko://test)] Cluster Node [pekko://test@10.30.170.21:17355] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing [INFO] [08/28/2024 08:22:17.436] [test-pekko.actor.internal-dispatcher-4] [Cluster(pekko://test)] Cluster Node [pekko://test@10.30.170.21:17355] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining 08:22:17,436 AM [test-pekko.actor.default-dispatcher-7] [INFO] Cluster - Cluster Node [pekko://test@10.30.170.21:17355] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing 08:22:17,436 AM [test-pekko.actor.default-dispatcher-7] [INFO] Cluster - Cluster Node [pekko://test@10.30.170.21:17355] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining 08:22:17,443 AM [main] [INFO] LeadershipTransferIntegrationTest - testLeaderTransferAborted starting 08:22:17,443 AM [main] [INFO] LeadershipTransferIntegrationTest - createRaftActors starting [WARN] [08/28/2024 08:22:17.448] [test-pekko.actor.default-dispatcher-11] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/follower552]: org.opendaylight.controller.cluster.common.actor.Monitor@3616ad57 [INFO] [pekkoDeadLetter][08/28/2024 08:22:17.448] [test-pekko.actor.default-dispatcher-7] [pekko://test/user/termination-monitor] Message [org.opendaylight.controller.cluster.common.actor.Monitor] from TestActor[pekko://test/user/follower552] 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'. 08:22:17,448 AM [test-pekko.actor.default-dispatcher-11] [INFO] EmptyLocalActorRef - pekkoDeadLetter Message [org.opendaylight.controller.cluster.common.actor.Monitor] from TestActor[pekko://test/user/follower552] 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'. 08:22:17,449 AM [test-pekko.actor.default-dispatcher-6] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Starting recovery for follower552 with journal batch size 1000 08:22:17,450 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower552: SnapshotOffer called. 08:22:17,450 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower552: Moving last applied index from -1 to -1 08:22:17,450 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower552: Set currentTerm=1, votedFor=null 08:22:17,450 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower552: Updated server config: isVoting: true, peers: [PeerInfo [id=leader551, address=pekko://test/user/leader551, votingState=VOTING], PeerInfo [id=follower553, address=pekko://test/user/follower553, votingState=VOTING], PeerInfo [id=follower554, address=pekko://test/user/follower554, votingState=NON_VOTING]] 08:22:17,450 AM [test-pekko.actor.default-dispatcher-12] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Recovery snapshot applied for follower552 in 60.94 μs: snapshotIndex=-1, snapshotTerm=-1, journal-size=0 08:22:17,451 AM [test-pekko.actor.default-dispatcher-7] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower552: Recovery completed in 555.8 μs - Switching actor to Follower - last log index = -1, last log term = -1, snapshot index = -1, snapshot term = -1, journal size = 0 [WARN] [08/28/2024 08:22:17.549] [test-pekko.actor.default-dispatcher-7] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/follower553]: org.opendaylight.controller.cluster.common.actor.Monitor@235a633b [INFO] [pekkoDeadLetter][08/28/2024 08:22:17.549] [test-pekko.actor.default-dispatcher-7] [pekko://test/user/termination-monitor] Message [org.opendaylight.controller.cluster.common.actor.Monitor] from TestActor[pekko://test/user/follower553] 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'. 08:22:17,549 AM [test-pekko.actor.default-dispatcher-6] [INFO] EmptyLocalActorRef - pekkoDeadLetter Message [org.opendaylight.controller.cluster.common.actor.Monitor] from TestActor[pekko://test/user/follower553] 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'. 08:22:17,550 AM [test-pekko.actor.default-dispatcher-12] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Starting recovery for follower553 with journal batch size 1000 08:22:17,551 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower553: SnapshotOffer called. 08:22:17,551 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower553: Moving last applied index from -1 to -1 08:22:17,551 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower553: Set currentTerm=1, votedFor=null 08:22:17,551 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower553: Updated server config: isVoting: true, peers: [PeerInfo [id=leader551, address=pekko://test/user/leader551, votingState=VOTING], PeerInfo [id=follower552, address=pekko://test/user/follower552, votingState=VOTING], PeerInfo [id=follower554, address=pekko://test/user/follower554, votingState=NON_VOTING]] 08:22:17,551 AM [test-pekko.actor.default-dispatcher-12] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Recovery snapshot applied for follower553 in 114.0 μs: snapshotIndex=-1, snapshotTerm=-1, journal-size=0 [WARN] [08/28/2024 08:22:17.552] [test-pekko.actor.default-dispatcher-11] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/follower554]: org.opendaylight.controller.cluster.common.actor.Monitor@39810a4a [INFO] [pekkoDeadLetter][08/28/2024 08:22:17.551] [test-pekko.actor.default-dispatcher-7] [pekko://test/user/termination-monitor] Message [org.opendaylight.controller.cluster.common.actor.Monitor] from TestActor[pekko://test/user/follower554] 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'. 08:22:17,552 AM [test-pekko.actor.default-dispatcher-11] [INFO] EmptyLocalActorRef - pekkoDeadLetter Message [org.opendaylight.controller.cluster.common.actor.Monitor] from TestActor[pekko://test/user/follower554] 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'. 08:22:17,552 AM [test-pekko.actor.default-dispatcher-6] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Starting recovery for follower554 with journal batch size 1000 08:22:17,552 AM [test-pekko.actor.default-dispatcher-12] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower553: Recovery completed in 1.205 ms - Switching actor to Follower - last log index = -1, last log term = -1, snapshot index = -1, snapshot term = -1, journal size = 0 08:22:17,553 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower554: SnapshotOffer called. 08:22:17,553 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower554: Moving last applied index from -1 to -1 08:22:17,553 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower554: Set currentTerm=1, votedFor=null 08:22:17,553 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower554: Updated server config: isVoting: false, peers: [PeerInfo [id=leader551, address=pekko://test/user/leader551, votingState=VOTING], PeerInfo [id=follower553, address=pekko://test/user/follower553, votingState=VOTING], PeerInfo [id=follower552, address=pekko://test/user/follower552, votingState=VOTING]] 08:22:17,553 AM [test-pekko.actor.default-dispatcher-11] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Recovery snapshot applied for follower554 in 78.88 μs: snapshotIndex=-1, snapshotTerm=-1, journal-size=0 08:22:17,554 AM [test-pekko.actor.default-dispatcher-12] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower554: Recovery completed in 695.0 μs - Switching actor to Follower - last log index = -1, last log term = -1, snapshot index = -1, snapshot term = -1, journal size = 0 [WARN] [08/28/2024 08:22:17.554] [test-pekko.actor.default-dispatcher-11] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/leader551]: org.opendaylight.controller.cluster.common.actor.Monitor@225941c9 [INFO] [pekkoDeadLetter][08/28/2024 08:22:17.554] [test-pekko.actor.default-dispatcher-12] [pekko://test/user/termination-monitor] Message [org.opendaylight.controller.cluster.common.actor.Monitor] from TestActor[pekko://test/user/leader551] 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'. 08:22:17,554 AM [test-pekko.actor.default-dispatcher-12] [INFO] EmptyLocalActorRef - pekkoDeadLetter Message [org.opendaylight.controller.cluster.common.actor.Monitor] from TestActor[pekko://test/user/leader551] 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'. 08:22:17,556 AM [test-pekko.actor.default-dispatcher-15] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Starting recovery for leader551 with journal batch size 1000 08:22:17,556 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader551: SnapshotOffer called. 08:22:17,556 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader551: Moving last applied index from -1 to -1 08:22:17,556 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader551: Set currentTerm=1, votedFor=null 08:22:17,556 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader551: Updated server config: isVoting: true, peers: [PeerInfo [id=follower553, address=pekko://test/user/follower553, votingState=VOTING], PeerInfo [id=follower552, address=pekko://test/user/follower552, votingState=VOTING], PeerInfo [id=follower554, address=pekko://test/user/follower554, votingState=NON_VOTING]] 08:22:17,556 AM [test-pekko.actor.default-dispatcher-15] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Recovery snapshot applied for leader551 in 75.61 μs: snapshotIndex=-1, snapshotTerm=-1, journal-size=0 08:22:17,557 AM [test-pekko.actor.default-dispatcher-15] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - leader551: Recovery completed in 824.4 μs - Switching actor to Follower - last log index = -1, last log term = -1, snapshot index = -1, snapshot term = -1, journal size = 0 08:22:17,959 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] DefaultConfigParamsImpl - No custom RaftPolicy specified. Using DefaultRaftPolicy 08:22:17,959 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader551 (Follower): Checking if this node is isolated in the cluster unreachable set [],all members [] self member: Member(pekko://test@10.30.170.21:17355, Removed) 08:22:17,960 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader551 (Follower): Received ElectionTimeout - switching to Candidate 08:22:17,960 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader551 (Candidate): Election: Candidate has following voting peers: [follower553, follower552] 08:22:17,960 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader551: Set currentTerm=2, votedFor=leader551 08:22:17,960 AM [test-pekko.actor.default-dispatcher-11] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - leader551 (Candidate): Starting new election term 2 08:22:17,960 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader551 (Candidate): Sending RequestVote [term=2, candidateId=leader551, lastLogIndex=-1, lastLogTerm=-1] to peer follower553 08:22:17,960 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader551 (Candidate): Sending RequestVote [term=2, candidateId=leader551, lastLogIndex=-1, lastLogTerm=-1] to peer follower552 08:22:17,960 AM [test-pekko.actor.default-dispatcher-11] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - leader551 (Follower) :- Switching from behavior Follower to Candidate, election term: 2 08:22:17,960 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower553 (Follower): Found higher term in RequestVote rpc, verifying whether it's safe to update term. 08:22:17,960 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower552 (Follower): Found higher term in RequestVote rpc, verifying whether it's safe to update term. 08:22:17,960 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower552 (Follower): Cluster state: [] 08:22:17,960 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower553 (Follower): Cluster state: [] 08:22:17,960 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower552 (Follower): Candidate in requestVote:RequestVote [term=2, candidateId=leader551, lastLogIndex=-1, lastLogTerm=-1] with higher term appears reachable, updating term. 08:22:17,960 AM [test-pekko.actor.default-dispatcher-6] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower552 (Follower): Term 2 in "RequestVote [term=2, candidateId=leader551, lastLogIndex=-1, lastLogTerm=-1]" message is greater than follower's term 1 - updating term 08:22:17,960 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower553 (Follower): Candidate in requestVote:RequestVote [term=2, candidateId=leader551, lastLogIndex=-1, lastLogTerm=-1] with higher term appears reachable, updating term. 08:22:17,960 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower552: Set currentTerm=2, votedFor=null 08:22:17,960 AM [test-pekko.actor.default-dispatcher-15] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower553 (Follower): Term 2 in "RequestVote [term=2, candidateId=leader551, lastLogIndex=-1, lastLogTerm=-1]" message is greater than follower's term 1 - updating term 08:22:17,960 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower553: Set currentTerm=2, votedFor=null 08:22:17,960 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower552 (Follower): In requestVote: RequestVote [term=2, candidateId=leader551, lastLogIndex=-1, lastLogTerm=-1] - currentTerm: 2, votedFor: null, lastIndex: -1, lastTerm: -1 08:22:17,960 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower552: Set currentTerm=2, votedFor=leader551 08:22:17,960 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower552 (Follower): requestVote returning: RequestVoteReply [term=2, voteGranted=true] 08:22:17,961 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower553 (Follower): In requestVote: RequestVote [term=2, candidateId=leader551, lastLogIndex=-1, lastLogTerm=-1] - currentTerm: 2, votedFor: null, lastIndex: -1, lastTerm: -1 08:22:17,961 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower553: Set currentTerm=2, votedFor=leader551 08:22:17,961 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower553 (Follower): requestVote returning: RequestVoteReply [term=2, voteGranted=true] 08:22:17,961 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader551 (Candidate): RaftRPC message received RequestVoteReply [term=2, voteGranted=true], my term is 2 08:22:17,961 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader551 (Candidate): handleRequestVoteReply: RequestVoteReply [term=2, voteGranted=true], current voteCount: 1 08:22:17,961 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader551 (Leader): Election: Leader has following peers: [follower553, follower552, follower554] 08:22:17,961 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader551 (Leader): Checking sendAppendEntries for follower follower553: active: false, followerNextIndex: -1, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:17,961 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader551 (Leader): Checking sendAppendEntries for follower follower552: active: false, followerNextIndex: -1, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:17,962 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader551 (Leader): Checking sendAppendEntries for follower follower554: active: false, followerNextIndex: -1, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:17,962 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] SyncStatusTracker - follower553: Last sync leader does not match current leader leader551, need to catch up to -1 [WARN] [08/28/2024 08:22:17.962] [test-pekko.actor.default-dispatcher-16] [pekko://test/user/follower553] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@fb1abb1 08:22:17,962 AM [test-pekko.actor.default-dispatcher-11] [INFO] TestActorRef - pekkoDeadLetter Message [org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus] to TestActor[pekko://test/user/follower553] was unhandled. [5] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'pekko.log-dead-letters' and 'pekko.log-dead-letters-during-shutdown'. [INFO] [pekkoDeadLetter][08/28/2024 08:22:17.962] [test-pekko.actor.default-dispatcher-11] [pekko://test/user/follower553] Message [org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus] to TestActor[pekko://test/user/follower553] was unhandled. [5] 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'. 08:22:17,962 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] SyncStatusTracker - follower552: Last sync leader does not match current leader leader551, need to catch up to -1 [WARN] [08/28/2024 08:22:17.962] [test-pekko.actor.default-dispatcher-6] [pekko://test/user/follower552] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@53f40286 08:22:17,962 AM [test-pekko.actor.default-dispatcher-17] [INFO] TestActorRef - pekkoDeadLetter Message [org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus] to TestActor[pekko://test/user/follower552] 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'. [INFO] [pekkoDeadLetter][08/28/2024 08:22:17.962] [test-pekko.actor.default-dispatcher-17] [pekko://test/user/follower552] Message [org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus] to TestActor[pekko://test/user/follower552] 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'. 08:22:17,962 AM [test-pekko.actor.default-dispatcher-7] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower554 (Follower): Term 2 in "AppendEntries [leaderId=leader551, prevLogIndex=-1, prevLogTerm=-1, leaderCommit=-1, replicatedToAllIndex=-1, payloadVersion=5, recipientRaftVersion=4, leaderRaftVersion=5, leaderAddress=null, entries=[]]" message is greater than follower's term 1 - updating term 08:22:17,962 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower554: Set currentTerm=2, votedFor=null 08:22:17,963 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] SyncStatusTracker - follower554: Last sync leader does not match current leader leader551, need to catch up to -1 08:22:17,963 AM [test-pekko.actor.default-dispatcher-15] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - leader551 (Candidate) :- Switching from behavior Candidate to Leader, election term: 2 08:22:17,963 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader551 (Leader): handleAppendEntriesReply - FollowerLogInformation for follower553 updated: matchIndex: -1, nextIndex: 0 [WARN] [08/28/2024 08:22:17.963] [test-pekko.actor.default-dispatcher-6] [pekko://test/user/follower554] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@27619eb2 [INFO] [pekkoDeadLetter][08/28/2024 08:22:17.963] [test-pekko.actor.default-dispatcher-17] [pekko://test/user/follower554] Message [org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus] to TestActor[pekko://test/user/follower554] was unhandled. [7] 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'. 08:22:17,963 AM [test-pekko.actor.default-dispatcher-12] [INFO] TestActorRef - pekkoDeadLetter Message [org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus] to TestActor[pekko://test/user/follower554] was unhandled. [7] 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'. 08:22:17,964 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader551 (Leader): Checking sendAppendEntries for follower follower553: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:17,964 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader551 (Leader): handleAppendEntriesReply - FollowerLogInformation for follower552 updated: matchIndex: -1, nextIndex: 0 08:22:17,964 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader551 (Leader): Checking sendAppendEntries for follower follower552: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:17,964 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader551 (Leader): handleAppendEntriesReply - FollowerLogInformation for follower554 updated: matchIndex: -1, nextIndex: 0 08:22:17,964 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader551 (Leader): Checking sendAppendEntries for follower follower554: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:18,11 AM [main] [INFO] LeadershipTransferIntegrationTest - createRaftActors starting 08:22:18,11 AM [main] [INFO] LeadershipTransferIntegrationTest - sendShutDown for pekko://test/user/leader551 starting 08:22:18,20 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader551: onShutDown 08:22:18,21 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader551: Initiating leader transfer 08:22:18,21 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] RaftActorLeadershipTransferCohort - leader551: pauseLeader successfully completed - doing transfer 08:22:18,21 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader551 (Leader): Attempting to transfer leadership 08:22:18,21 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader551 (Leader): Checking sendAppendEntries for follower follower553: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:18,21 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader551 (Leader): Checking sendAppendEntries for follower follower552: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:18,21 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader551 (Leader): Checking sendAppendEntries for follower follower554: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:18,21 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] SyncStatusTracker - follower553: Lagging 0 entries behind leader leader551 and reached -1 (of expected -1) 08:22:18,21 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower553: onLeaderTransitioning: LeaderTransitioning [leaderId=leader551] 08:22:18,21 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] SyncStatusTracker - follower552: Lagging 0 entries behind leader leader551 and reached -1 (of expected -1) 08:22:18,21 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower552: onLeaderTransitioning: LeaderTransitioning [leaderId=leader551] 08:22:18,21 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] SyncStatusTracker - follower554: Lagging 0 entries behind leader leader551 and reached -1 (of expected -1) 08:22:18,21 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower554: onLeaderTransitioning: LeaderTransitioning [leaderId=leader551] [WARN] [08/28/2024 08:22:18.022] [test-pekko.actor.default-dispatcher-15] [pekko://test/user/follower553] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@2a63f08e [WARN] [08/28/2024 08:22:18.022] [test-pekko.actor.default-dispatcher-15] [pekko://test/user/follower552] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@36e17bfc 08:22:18,22 AM [test-pekko.actor.default-dispatcher-6] [INFO] TestActorRef - pekkoDeadLetter Message [org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus] to TestActor[pekko://test/user/follower553] was unhandled. [8] 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'. 08:22:18,22 AM [test-pekko.actor.default-dispatcher-6] [INFO] TestActorRef - pekkoDeadLetter Message [org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus] to TestActor[pekko://test/user/follower552] was unhandled. [9] 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'. 08:22:18,22 AM [test-pekko.actor.default-dispatcher-6] [INFO] TestActorRef - pekkoDeadLetter Message [org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus] to TestActor[pekko://test/user/follower554] was unhandled. [10] dead letters encountered, no more dead letters will be logged in next [5.000 min]. This logging can be turned off or adjusted with configuration settings 'pekko.log-dead-letters' and 'pekko.log-dead-letters-during-shutdown'. [WARN] [08/28/2024 08:22:18.022] [test-pekko.actor.default-dispatcher-15] [pekko://test/user/follower554] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@183dc4bd [INFO] [pekkoDeadLetter][08/28/2024 08:22:18.022] [test-pekko.actor.default-dispatcher-17] [pekko://test/user/follower553] Message [org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus] to TestActor[pekko://test/user/follower553] was unhandled. [8] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'pekko.log-dead-letters' and 'pekko.log-dead-letters-during-shutdown'. [INFO] [pekkoDeadLetter][08/28/2024 08:22:18.022] [test-pekko.actor.default-dispatcher-17] [pekko://test/user/follower552] Message [org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus] to TestActor[pekko://test/user/follower552] was unhandled. [9] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'pekko.log-dead-letters' and 'pekko.log-dead-letters-during-shutdown'. [INFO] [pekkoDeadLetter][08/28/2024 08:22:18.022] [test-pekko.actor.default-dispatcher-17] [pekko://test/user/follower554] Message [org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus] to TestActor[pekko://test/user/follower554] was unhandled. [10] dead letters encountered, no more dead letters will be logged in next [5.000 min]. This logging can be turned off or adjusted with configuration settings 'pekko.log-dead-letters' and 'pekko.log-dead-letters-during-shutdown'. 08:22:18,80 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] SyncStatusTracker - follower552: Lagging 0 entries behind leader leader551 and reached -1 (of expected -1) 08:22:18,80 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] SyncStatusTracker - follower553: Lagging 0 entries behind leader leader551 and reached -1 (of expected -1) 08:22:18,80 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] SyncStatusTracker - follower554: Lagging 0 entries behind leader leader551 and reached -1 (of expected -1) 08:22:18,199 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] SyncStatusTracker - follower553: Lagging 0 entries behind leader leader551 and reached -1 (of expected -1) 08:22:18,200 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] SyncStatusTracker - follower554: Lagging 0 entries behind leader leader551 and reached -1 (of expected -1) 08:22:18,200 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] SyncStatusTracker - follower552: Lagging 0 entries behind leader leader551 and reached -1 (of expected -1) 08:22:18,320 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] SyncStatusTracker - follower553: Lagging 0 entries behind leader leader551 and reached -1 (of expected -1) 08:22:18,320 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] SyncStatusTracker - follower552: Lagging 0 entries behind leader leader551 and reached -1 (of expected -1) 08:22:18,320 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] SyncStatusTracker - follower554: Lagging 0 entries behind leader leader551 and reached -1 (of expected -1) 08:22:18,440 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] RaftActorLeadershipTransferCohort - leader551: leader transfer aborted 08:22:18,440 AM [test-pekko.actor.default-dispatcher-7] [WARN] RaftActorLeadershipTransferCohort - leader551: Failed to transfer leadership in 419.4 ms 08:22:18,440 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader551: leader transfer failed - sending PoisonPill 08:22:18,440 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader551 (Leader): Leadership transfer expired 08:22:18,441 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] SyncStatusTracker - follower553: Lagging 0 entries behind leader leader551 and reached -1 (of expected -1) 08:22:18,441 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] SyncStatusTracker - follower552: Lagging 0 entries behind leader leader551 and reached -1 (of expected -1) 08:22:18,441 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] SyncStatusTracker - follower554: Lagging 0 entries behind leader leader551 and reached -1 (of expected -1) [WARN] [08/28/2024 08:22:18.441] [test-pekko.actor.default-dispatcher-12] [pekko://test/user/leader551] received dead letter from TestActor[pekko://test/user/follower553]: AppendEntriesReply [term=2, success=true, followerId=follower553, logLastIndex=-1, logLastTerm=-1, forceInstallSnapshot=false, needsLeaderAddress=false, payloadVersion=5, raftVersion=5, recipientRaftVersion=5] [WARN] [08/28/2024 08:22:18.441] [test-pekko.actor.default-dispatcher-12] [pekko://test/user/leader551] received dead letter from TestActor[pekko://test/user/follower552]: AppendEntriesReply [term=2, success=true, followerId=follower552, logLastIndex=-1, logLastTerm=-1, forceInstallSnapshot=false, needsLeaderAddress=false, payloadVersion=5, raftVersion=5, recipientRaftVersion=5] [WARN] [08/28/2024 08:22:18.441] [test-pekko.actor.default-dispatcher-12] [pekko://test/user/leader551] received dead letter from TestActor[pekko://test/user/follower554]: AppendEntriesReply [term=2, success=true, followerId=follower554, logLastIndex=-1, logLastTerm=-1, forceInstallSnapshot=false, needsLeaderAddress=false, payloadVersion=5, raftVersion=5, recipientRaftVersion=5] 08:22:18,443 AM [main] [INFO] LeadershipTransferIntegrationTest - sendShutDown for pekko://test/user/leader551 ending 08:22:18,444 AM [main] [INFO] LeadershipTransferIntegrationTest - testLeaderTransferOnShutDown ending 08:22:18,444 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/follower552-notifier555#-1669650613] 08:22:18,455 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/follower552-collector556#1931167995] 08:22:18,455 AM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/follower552] 08:22:18,456 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/follower553-notifier557#-1393281856] 08:22:18,456 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/follower553-collector558#-1398289898] 08:22:18,456 AM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/follower553] 08:22:18,456 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/follower554-notifier559#-1651854647] 08:22:18,456 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/follower554-collector560#-1960134027] 08:22:18,457 AM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/follower554] 08:22:18,457 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/leader551-notifier561#302551489] 08:22:18,457 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/leader551-collector562#1048980626] 08:22:18,457 AM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/leader551] 08:22:18,459 AM [main] [INFO] LeadershipTransferIntegrationTest - testSuccessfulRequestLeadershipTransferToFollower2 starting 08:22:18,459 AM [main] [INFO] LeadershipTransferIntegrationTest - createRaftActors starting [WARN] [08/28/2024 08:22:18.461] [test-pekko.actor.default-dispatcher-7] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/follower564]: org.opendaylight.controller.cluster.common.actor.Monitor@6340e06 08:22:18,462 AM [test-pekko.actor.default-dispatcher-17] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Starting recovery for follower564 with journal batch size 1000 08:22:18,462 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower564: SnapshotOffer called. 08:22:18,462 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower564: Moving last applied index from -1 to -1 08:22:18,462 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower564: Set currentTerm=1, votedFor=null 08:22:18,462 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower564: Updated server config: isVoting: true, peers: [PeerInfo [id=leader563, address=pekko://test/user/leader563, votingState=VOTING], PeerInfo [id=follower566, address=pekko://test/user/follower566, votingState=NON_VOTING], PeerInfo [id=follower565, address=pekko://test/user/follower565, votingState=VOTING]] 08:22:18,463 AM [test-pekko.actor.default-dispatcher-17] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Recovery snapshot applied for follower564 in 452.8 μs: snapshotIndex=-1, snapshotTerm=-1, journal-size=0 08:22:18,464 AM [test-pekko.actor.default-dispatcher-7] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower564: Recovery completed in 2.102 ms - Switching actor to Follower - last log index = -1, last log term = -1, snapshot index = -1, snapshot term = -1, journal size = 0 [WARN] [08/28/2024 08:22:18.563] [test-pekko.actor.default-dispatcher-7] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/follower565]: org.opendaylight.controller.cluster.common.actor.Monitor@5cbdf407 08:22:18,563 AM [test-pekko.actor.default-dispatcher-17] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Starting recovery for follower565 with journal batch size 1000 08:22:18,564 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower565: SnapshotOffer called. 08:22:18,564 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower565: Moving last applied index from -1 to -1 08:22:18,564 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower565: Set currentTerm=1, votedFor=null 08:22:18,564 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower565: Updated server config: isVoting: true, peers: [PeerInfo [id=leader563, address=pekko://test/user/leader563, votingState=VOTING], PeerInfo [id=follower564, address=pekko://test/user/follower564, votingState=VOTING], PeerInfo [id=follower566, address=pekko://test/user/follower566, votingState=NON_VOTING]] 08:22:18,564 AM [test-pekko.actor.default-dispatcher-17] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Recovery snapshot applied for follower565 in 145.8 μs: snapshotIndex=-1, snapshotTerm=-1, journal-size=0 08:22:18,565 AM [test-pekko.actor.default-dispatcher-17] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower565: Recovery completed in 934.9 μs - Switching actor to Follower - last log index = -1, last log term = -1, snapshot index = -1, snapshot term = -1, journal size = 0 [WARN] [08/28/2024 08:22:18.570] [test-pekko.actor.default-dispatcher-17] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/follower566]: org.opendaylight.controller.cluster.common.actor.Monitor@65026d23 08:22:18,571 AM [test-pekko.actor.default-dispatcher-7] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Starting recovery for follower566 with journal batch size 1000 08:22:18,572 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower566: SnapshotOffer called. 08:22:18,572 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower566: Moving last applied index from -1 to -1 08:22:18,572 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower566: Set currentTerm=1, votedFor=null 08:22:18,572 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower566: Updated server config: isVoting: false, peers: [PeerInfo [id=leader563, address=pekko://test/user/leader563, votingState=VOTING], PeerInfo [id=follower564, address=pekko://test/user/follower564, votingState=VOTING], PeerInfo [id=follower565, address=pekko://test/user/follower565, votingState=VOTING]] 08:22:18,572 AM [test-pekko.actor.default-dispatcher-7] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Recovery snapshot applied for follower566 in 82.64 μs: snapshotIndex=-1, snapshotTerm=-1, journal-size=0 08:22:18,572 AM [test-pekko.actor.default-dispatcher-7] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower566: Recovery completed in 853.8 μs - Switching actor to Follower - last log index = -1, last log term = -1, snapshot index = -1, snapshot term = -1, journal size = 0 [WARN] [08/28/2024 08:22:18.572] [test-pekko.actor.default-dispatcher-6] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/leader563]: org.opendaylight.controller.cluster.common.actor.Monitor@632975a5 08:22:18,573 AM [test-pekko.actor.default-dispatcher-12] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Starting recovery for leader563 with journal batch size 1000 08:22:18,573 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563: SnapshotOffer called. 08:22:18,573 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563: Moving last applied index from -1 to -1 08:22:18,573 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563: Set currentTerm=1, votedFor=null 08:22:18,573 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563: Updated server config: isVoting: true, peers: [PeerInfo [id=follower564, address=pekko://test/user/follower564, votingState=VOTING], PeerInfo [id=follower566, address=pekko://test/user/follower566, votingState=NON_VOTING], PeerInfo [id=follower565, address=pekko://test/user/follower565, votingState=VOTING]] 08:22:18,573 AM [test-pekko.actor.default-dispatcher-12] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Recovery snapshot applied for leader563 in 76.35 μs: snapshotIndex=-1, snapshotTerm=-1, journal-size=0 08:22:18,574 AM [test-pekko.actor.default-dispatcher-6] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - leader563: Recovery completed in 695.9 μs - Switching actor to Follower - last log index = -1, last log term = -1, snapshot index = -1, snapshot term = -1, journal size = 0 08:22:18,989 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] DefaultConfigParamsImpl - No custom RaftPolicy specified. Using DefaultRaftPolicy 08:22:18,989 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563 (Follower): Checking if this node is isolated in the cluster unreachable set [],all members [] self member: Member(pekko://test@10.30.170.21:17355, Removed) 08:22:18,989 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563 (Follower): Received ElectionTimeout - switching to Candidate 08:22:18,990 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563 (Candidate): Election: Candidate has following voting peers: [follower564, follower565] 08:22:18,990 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563: Set currentTerm=2, votedFor=leader563 08:22:18,990 AM [test-pekko.actor.default-dispatcher-12] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - leader563 (Candidate): Starting new election term 2 08:22:18,990 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563 (Candidate): Sending RequestVote [term=2, candidateId=leader563, lastLogIndex=-1, lastLogTerm=-1] to peer follower564 08:22:18,990 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563 (Candidate): Sending RequestVote [term=2, candidateId=leader563, lastLogIndex=-1, lastLogTerm=-1] to peer follower565 08:22:18,990 AM [test-pekko.actor.default-dispatcher-12] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - leader563 (Follower) :- Switching from behavior Follower to Candidate, election term: 2 08:22:18,990 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower564 (Follower): Found higher term in RequestVote rpc, verifying whether it's safe to update term. 08:22:18,990 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower564 (Follower): Cluster state: [] 08:22:18,990 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower564 (Follower): Candidate in requestVote:RequestVote [term=2, candidateId=leader563, lastLogIndex=-1, lastLogTerm=-1] with higher term appears reachable, updating term. 08:22:18,990 AM [test-pekko.actor.default-dispatcher-6] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower564 (Follower): Term 2 in "RequestVote [term=2, candidateId=leader563, lastLogIndex=-1, lastLogTerm=-1]" message is greater than follower's term 1 - updating term 08:22:18,990 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower564: Set currentTerm=2, votedFor=null 08:22:18,990 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower564 (Follower): In requestVote: RequestVote [term=2, candidateId=leader563, lastLogIndex=-1, lastLogTerm=-1] - currentTerm: 2, votedFor: null, lastIndex: -1, lastTerm: -1 08:22:18,990 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower564: Set currentTerm=2, votedFor=leader563 08:22:18,990 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower564 (Follower): requestVote returning: RequestVoteReply [term=2, voteGranted=true] 08:22:18,991 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower565 (Follower): Found higher term in RequestVote rpc, verifying whether it's safe to update term. 08:22:18,991 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563 (Candidate): RaftRPC message received RequestVoteReply [term=2, voteGranted=true], my term is 2 08:22:18,991 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563 (Candidate): handleRequestVoteReply: RequestVoteReply [term=2, voteGranted=true], current voteCount: 1 08:22:18,991 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower565 (Follower): Cluster state: [] 08:22:18,991 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower565 (Follower): Candidate in requestVote:RequestVote [term=2, candidateId=leader563, lastLogIndex=-1, lastLogTerm=-1] with higher term appears reachable, updating term. 08:22:18,991 AM [test-pekko.actor.default-dispatcher-7] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower565 (Follower): Term 2 in "RequestVote [term=2, candidateId=leader563, lastLogIndex=-1, lastLogTerm=-1]" message is greater than follower's term 1 - updating term 08:22:18,991 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower565: Set currentTerm=2, votedFor=null 08:22:18,991 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563 (Leader): Election: Leader has following peers: [follower564, follower566, follower565] 08:22:18,991 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563 (Leader): Checking sendAppendEntries for follower follower564: active: false, followerNextIndex: -1, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:18,992 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower565 (Follower): In requestVote: RequestVote [term=2, candidateId=leader563, lastLogIndex=-1, lastLogTerm=-1] - currentTerm: 2, votedFor: null, lastIndex: -1, lastTerm: -1 08:22:18,992 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower565: Set currentTerm=2, votedFor=leader563 08:22:18,992 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower565 (Follower): requestVote returning: RequestVoteReply [term=2, voteGranted=true] 08:22:18,992 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] SyncStatusTracker - follower564: Last sync leader does not match current leader leader563, need to catch up to -1 08:22:18,992 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563 (Leader): Checking sendAppendEntries for follower follower566: active: false, followerNextIndex: -1, leaderLastIndex: -1, leaderSnapShotIndex: -1 [WARN] [08/28/2024 08:22:18.992] [test-pekko.actor.default-dispatcher-18] [pekko://test/user/follower564] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@44eb5eb2 08:22:18,992 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563 (Leader): Checking sendAppendEntries for follower follower565: active: false, followerNextIndex: -1, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:18,992 AM [test-pekko.actor.default-dispatcher-6] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower566 (Follower): Term 2 in "AppendEntries [leaderId=leader563, prevLogIndex=-1, prevLogTerm=-1, leaderCommit=-1, replicatedToAllIndex=-1, payloadVersion=5, recipientRaftVersion=4, leaderRaftVersion=5, leaderAddress=null, entries=[]]" message is greater than follower's term 1 - updating term 08:22:18,992 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower566: Set currentTerm=2, votedFor=null 08:22:18,992 AM [test-pekko.actor.default-dispatcher-17] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - leader563 (Candidate) :- Switching from behavior Candidate to Leader, election term: 2 08:22:18,992 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] SyncStatusTracker - follower566: Last sync leader does not match current leader leader563, need to catch up to -1 08:22:18,992 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563 (Leader): handleAppendEntriesReply - FollowerLogInformation for follower564 updated: matchIndex: -1, nextIndex: 0 08:22:18,992 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] SyncStatusTracker - follower565: Last sync leader does not match current leader leader563, need to catch up to -1 08:22:18,992 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563 (Leader): Checking sendAppendEntries for follower follower564: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:18,992 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563 (Leader): handleAppendEntriesReply - FollowerLogInformation for follower566 updated: matchIndex: -1, nextIndex: 0 08:22:18,992 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563 (Leader): Checking sendAppendEntries for follower follower566: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 [WARN] [08/28/2024 08:22:18.993] [test-pekko.actor.default-dispatcher-18] [pekko://test/user/follower565] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@40d4c2f7 08:22:18,993 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563 (Leader): handleAppendEntriesReply - FollowerLogInformation for follower565 updated: matchIndex: -1, nextIndex: 0 08:22:18,993 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563 (Leader): Checking sendAppendEntries for follower follower565: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 [WARN] [08/28/2024 08:22:18.993] [test-pekko.actor.default-dispatcher-6] [pekko://test/user/follower566] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@4472fec3 08:22:19,27 AM [main] [INFO] LeadershipTransferIntegrationTest - createRaftActors starting 08:22:19,27 AM [main] [INFO] LeadershipTransferIntegrationTest - createRequestLeadershipResultCollectorActor starting 08:22:19,28 AM [main] [INFO] LeadershipTransferIntegrationTest - createRequestLeadershipResultCollectorActor ending 08:22:19,28 AM [main] [INFO] LeadershipTransferIntegrationTest - sendFollower2RequestLeadershipTransferToLeader starting 08:22:19,28 AM [main] [INFO] LeadershipTransferIntegrationTest - sendFollower2RequestLeadershipTransferToLeader ending 08:22:19,28 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563: onRequestLeadership RequestLeadership [requestedFollowerId=follower565, replyTo=Actor[pekko://test/user/$a#-1939055841]] 08:22:19,30 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563: Initiating leader transfer 08:22:19,30 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower566: onLeaderTransitioning: LeaderTransitioning [leaderId=leader563] 08:22:19,30 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] RaftActorLeadershipTransferCohort - leader563: pauseLeader successfully completed - doing transfer 08:22:19,30 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563 (Leader): Attempting to transfer leadership 08:22:19,30 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower565: onLeaderTransitioning: LeaderTransitioning [leaderId=leader563] 08:22:19,30 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563 (Leader): Checking sendAppendEntries for follower follower564: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:19,30 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower564: onLeaderTransitioning: LeaderTransitioning [leaderId=leader563] 08:22:19,30 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563 (Leader): Checking sendAppendEntries for follower follower566: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:19,30 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] SyncStatusTracker - follower564: Lagging 0 entries behind leader leader563 and reached -1 (of expected -1) 08:22:19,30 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563 (Leader): Checking sendAppendEntries for follower follower565: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:19,30 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] SyncStatusTracker - follower565: Lagging 0 entries behind leader leader563 and reached -1 (of expected -1) 08:22:19,30 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] SyncStatusTracker - follower566: Lagging 0 entries behind leader leader563 and reached -1 (of expected -1) 08:22:19,30 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563 (Leader): tryToCompleteLeadershipTransfer: followerId: follower565, matchIndex: -1, lastIndex: -1, isVoting: true [WARN] [08/28/2024 08:22:19.030] [test-pekko.actor.default-dispatcher-6] [pekko://test/user/follower565] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@5dc4dc 08:22:19,30 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563 (Leader): Follower's log matches - sending ElectionTimeout 08:22:19,30 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563 (Leader): Checking sendAppendEntries for follower follower564: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:19,30 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563 (Leader): Checking sendAppendEntries for follower follower566: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 [WARN] [08/28/2024 08:22:19.030] [test-pekko.actor.default-dispatcher-16] [pekko://test/user/follower564] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@b8e2e9f 08:22:19,30 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563 (Leader): Checking sendAppendEntries for follower follower565: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 [WARN] [08/28/2024 08:22:19.030] [test-pekko.actor.default-dispatcher-16] [pekko://test/user/follower566] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@4e8ca18a 08:22:19,30 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] SyncStatusTracker - follower566: Lagging 0 entries behind leader leader563 and reached -1 (of expected -1) 08:22:19,30 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563 (Leader): Leader transfer complete 08:22:19,30 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] RaftActorLeadershipTransferCohort - leader563: leader transfer complete - waiting for new leader 08:22:19,30 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] SyncStatusTracker - follower565: Lagging 0 entries behind leader leader563 and reached -1 (of expected -1) 08:22:19,30 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] SyncStatusTracker - follower564: Lagging 0 entries behind leader leader563 and reached -1 (of expected -1) 08:22:19,31 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] DefaultConfigParamsImpl - No custom RaftPolicy specified. Using DefaultRaftPolicy 08:22:19,31 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower565 (Follower): Received TimeoutNow - switching to Candidate 08:22:19,31 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower565 (Candidate): Election: Candidate has following voting peers: [leader563, follower564] 08:22:19,31 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower565: Set currentTerm=3, votedFor=follower565 08:22:19,31 AM [test-pekko.actor.default-dispatcher-17] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower565 (Candidate): Starting new election term 3 08:22:19,31 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower565 (Candidate): Sending RequestVote [term=3, candidateId=follower565, lastLogIndex=-1, lastLogTerm=-1] to peer leader563 08:22:19,31 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower565 (Candidate): Sending RequestVote [term=3, candidateId=follower565, lastLogIndex=-1, lastLogTerm=-1] to peer follower564 08:22:19,31 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563 (Leader): Found higher term in RequestVote rpc, verifying whether it's safe to update term. 08:22:19,31 AM [test-pekko.actor.default-dispatcher-17] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower565 (Follower) :- Switching from behavior Follower to Candidate, election term: 3 08:22:19,31 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower564 (Follower): Found higher term in RequestVote rpc, verifying whether it's safe to update term. 08:22:19,31 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563 (Leader): Cluster state: [] 08:22:19,31 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563 (Leader): Candidate in requestVote:RequestVote [term=3, candidateId=follower565, lastLogIndex=-1, lastLogTerm=-1] with higher term appears reachable, updating term. 08:22:19,31 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower564 (Follower): Cluster state: [] 08:22:19,31 AM [test-pekko.actor.default-dispatcher-7] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - leader563 (Leader): Term 3 in "RequestVote [term=3, candidateId=follower565, lastLogIndex=-1, lastLogTerm=-1]" message is greater than leader's term 2 - switching to Follower 08:22:19,31 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower564 (Follower): Candidate in requestVote:RequestVote [term=3, candidateId=follower565, lastLogIndex=-1, lastLogTerm=-1] with higher term appears reachable, updating term. 08:22:19,31 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563: Set currentTerm=3, votedFor=null 08:22:19,31 AM [test-pekko.actor.default-dispatcher-15] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower564 (Follower): Term 3 in "RequestVote [term=3, candidateId=follower565, lastLogIndex=-1, lastLogTerm=-1]" message is greater than follower's term 2 - updating term 08:22:19,31 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower564: Set currentTerm=3, votedFor=null 08:22:19,31 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563 (Leader): Leadership transfer in progress - processing RequestVote 08:22:19,31 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563 (Leader): In requestVote: RequestVote [term=3, candidateId=follower565, lastLogIndex=-1, lastLogTerm=-1] - currentTerm: 3, votedFor: null, lastIndex: -1, lastTerm: -1 08:22:19,31 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower564 (Follower): In requestVote: RequestVote [term=3, candidateId=follower565, lastLogIndex=-1, lastLogTerm=-1] - currentTerm: 3, votedFor: null, lastIndex: -1, lastTerm: -1 08:22:19,31 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563: Set currentTerm=3, votedFor=follower565 08:22:19,31 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower564: Set currentTerm=3, votedFor=follower565 08:22:19,31 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563 (Leader): requestVote returning: RequestVoteReply [term=3, voteGranted=true] 08:22:19,31 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower564 (Follower): requestVote returning: RequestVoteReply [term=3, voteGranted=true] 08:22:19,31 AM [test-pekko.actor.default-dispatcher-7] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - leader563 (Leader) :- Switching from behavior Leader to Follower, election term: 3 08:22:19,32 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower565 (Candidate): RaftRPC message received RequestVoteReply [term=3, voteGranted=true], my term is 3 08:22:19,32 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower565 (Candidate): handleRequestVoteReply: RequestVoteReply [term=3, voteGranted=true], current voteCount: 1 08:22:19,32 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower565 (Leader): Election: Leader has following peers: [leader563, follower564, follower566] 08:22:19,32 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower565 (Leader): Checking sendAppendEntries for follower leader563: active: false, followerNextIndex: -1, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:19,32 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower565 (Leader): Checking sendAppendEntries for follower follower564: active: false, followerNextIndex: -1, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:19,32 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] SyncStatusTracker - follower564: Last sync leader does not match current leader follower565, need to catch up to -1 [WARN] [08/28/2024 08:22:19.032] [test-pekko.actor.default-dispatcher-6] [pekko://test/user/follower564] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@530aa6f2 08:22:19,32 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower565 (Leader): Checking sendAppendEntries for follower follower566: active: false, followerNextIndex: -1, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:19,32 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] SyncStatusTracker - leader563: Last sync leader does not match current leader follower565, need to catch up to -1 08:22:19,32 AM [test-pekko.actor.default-dispatcher-16] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower566 (Follower): Term 3 in "AppendEntries [leaderId=follower565, prevLogIndex=-1, prevLogTerm=-1, leaderCommit=-1, replicatedToAllIndex=-1, payloadVersion=5, recipientRaftVersion=4, leaderRaftVersion=5, leaderAddress=null, entries=[]]" message is greater than follower's term 2 - updating term 08:22:19,32 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower566: Set currentTerm=3, votedFor=null 08:22:19,33 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] RaftActorLeadershipTransferCohort - leader563: leader changed to follower565 08:22:19,33 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] SyncStatusTracker - follower566: Last sync leader does not match current leader follower565, need to catch up to -1 08:22:19,33 AM [test-pekko.actor.default-dispatcher-7] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower565 (Candidate) :- Switching from behavior Candidate to Leader, election term: 3 08:22:19,33 AM [test-pekko.actor.default-dispatcher-17] [INFO] RaftActorLeadershipTransferCohort - leader563: Successfully transferred leadership to follower565 in 2.860 ms 08:22:19,33 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader563: Leadership transferred successfully to follower565 08:22:19,33 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower565 (Leader): handleAppendEntriesReply - FollowerLogInformation for follower564 updated: matchIndex: -1, nextIndex: 0 08:22:19,33 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower565 (Leader): Checking sendAppendEntries for follower follower564: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:19,33 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower565 (Leader): handleAppendEntriesReply - FollowerLogInformation for leader563 updated: matchIndex: -1, nextIndex: 0 [WARN] [08/28/2024 08:22:19.033] [test-pekko.actor.default-dispatcher-6] [pekko://test/user/follower566] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@37793509 [WARN] [08/28/2024 08:22:19.033] [test-pekko.actor.default-dispatcher-6] [pekko://test/user/leader563] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@4e4d723 08:22:19,33 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower565 (Leader): Checking sendAppendEntries for follower leader563: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:19,33 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower565 (Leader): handleAppendEntriesReply - FollowerLogInformation for follower566 updated: matchIndex: -1, nextIndex: 0 08:22:19,33 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower565 (Leader): Checking sendAppendEntries for follower follower566: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:19,80 AM [main] [INFO] LeadershipTransferIntegrationTest - testSuccessfulRequestLeadershipTransferToFollower2 ending 08:22:19,80 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/follower564-notifier567#174247396] 08:22:19,91 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/follower564-collector568#-747072955] 08:22:19,91 AM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/follower564] 08:22:19,92 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/follower565-notifier569#-887330336] 08:22:19,92 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/follower565-collector570#-1384112584] 08:22:19,92 AM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/follower565] 08:22:19,92 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/follower566-notifier571#1967907935] 08:22:19,93 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/follower566-collector572#534813078] 08:22:19,93 AM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/follower566] 08:22:19,93 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/leader563-notifier573#-857434587] 08:22:19,93 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/leader563-collector574#1778009955] 08:22:19,94 AM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/leader563] 08:22:19,94 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/$a#-1939055841] 08:22:19,96 AM [main] [INFO] LeadershipTransferIntegrationTest - testRequestLeadershipTransferToFollower2WithFollower2Shutdown starting 08:22:19,96 AM [main] [INFO] LeadershipTransferIntegrationTest - createRaftActors starting [WARN] [08/28/2024 08:22:19.098] [test-pekko.actor.default-dispatcher-6] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/follower576]: org.opendaylight.controller.cluster.common.actor.Monitor@6a719847 08:22:19,98 AM [test-pekko.actor.default-dispatcher-7] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Starting recovery for follower576 with journal batch size 1000 08:22:19,99 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower576: SnapshotOffer called. 08:22:19,99 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower576: Moving last applied index from -1 to -1 08:22:19,99 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower576: Set currentTerm=1, votedFor=null 08:22:19,99 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower576: Updated server config: isVoting: true, peers: [PeerInfo [id=leader575, address=pekko://test/user/leader575, votingState=VOTING], PeerInfo [id=follower578, address=pekko://test/user/follower578, votingState=NON_VOTING], PeerInfo [id=follower577, address=pekko://test/user/follower577, votingState=VOTING]] 08:22:19,100 AM [test-pekko.actor.default-dispatcher-6] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Starting recovery for follower577 with journal batch size 1000 [WARN] [08/28/2024 08:22:19.100] [test-pekko.actor.default-dispatcher-6] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/follower577]: org.opendaylight.controller.cluster.common.actor.Monitor@1b5807b1 08:22:19,99 AM [test-pekko.actor.default-dispatcher-7] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Recovery snapshot applied for follower576 in 179.5 μs: snapshotIndex=-1, snapshotTerm=-1, journal-size=0 08:22:19,101 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower577: SnapshotOffer called. 08:22:19,101 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower577: Moving last applied index from -1 to -1 08:22:19,101 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower577: Set currentTerm=1, votedFor=null 08:22:19,101 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower577: Updated server config: isVoting: true, peers: [PeerInfo [id=leader575, address=pekko://test/user/leader575, votingState=VOTING], PeerInfo [id=follower578, address=pekko://test/user/follower578, votingState=NON_VOTING], PeerInfo [id=follower576, address=pekko://test/user/follower576, votingState=VOTING]] 08:22:19,101 AM [test-pekko.actor.default-dispatcher-16] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Recovery snapshot applied for follower577 in 45.62 μs: snapshotIndex=-1, snapshotTerm=-1, journal-size=0 08:22:19,102 AM [test-pekko.actor.default-dispatcher-12] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower576: Recovery completed in 2.505 ms - Switching actor to Follower - last log index = -1, last log term = -1, snapshot index = -1, snapshot term = -1, journal size = 0 08:22:19,102 AM [test-pekko.actor.default-dispatcher-6] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Starting recovery for follower578 with journal batch size 1000 08:22:19,102 AM [test-pekko.actor.default-dispatcher-11] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower577: Recovery completed in 1.051 ms - Switching actor to Follower - last log index = -1, last log term = -1, snapshot index = -1, snapshot term = -1, journal size = 0 08:22:19,102 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower578: SnapshotOffer called. 08:22:19,102 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower578: Moving last applied index from -1 to -1 08:22:19,102 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower578: Set currentTerm=1, votedFor=null 08:22:19,102 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower578: Updated server config: isVoting: false, peers: [PeerInfo [id=leader575, address=pekko://test/user/leader575, votingState=VOTING], PeerInfo [id=follower577, address=pekko://test/user/follower577, votingState=VOTING], PeerInfo [id=follower576, address=pekko://test/user/follower576, votingState=VOTING]] 08:22:19,102 AM [test-pekko.actor.default-dispatcher-16] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Recovery snapshot applied for follower578 in 49.82 μs: snapshotIndex=-1, snapshotTerm=-1, journal-size=0 [WARN] [08/28/2024 08:22:19.103] [test-pekko.actor.default-dispatcher-17] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/follower578]: org.opendaylight.controller.cluster.common.actor.Monitor@796af6e3 08:22:19,103 AM [test-pekko.actor.default-dispatcher-7] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower578: Recovery completed in 694.2 μs - Switching actor to Follower - last log index = -1, last log term = -1, snapshot index = -1, snapshot term = -1, journal size = 0 [WARN] [08/28/2024 08:22:19.103] [test-pekko.actor.default-dispatcher-7] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/leader575]: org.opendaylight.controller.cluster.common.actor.Monitor@6560a41f 08:22:19,104 AM [test-pekko.actor.default-dispatcher-18] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Starting recovery for leader575 with journal batch size 1000 08:22:19,105 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader575: SnapshotOffer called. 08:22:19,105 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader575: Moving last applied index from -1 to -1 08:22:19,105 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader575: Set currentTerm=1, votedFor=null 08:22:19,105 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader575: Updated server config: isVoting: true, peers: [PeerInfo [id=follower578, address=pekko://test/user/follower578, votingState=NON_VOTING], PeerInfo [id=follower577, address=pekko://test/user/follower577, votingState=VOTING], PeerInfo [id=follower576, address=pekko://test/user/follower576, votingState=VOTING]] 08:22:19,105 AM [test-pekko.actor.default-dispatcher-18] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Recovery snapshot applied for leader575 in 69.04 μs: snapshotIndex=-1, snapshotTerm=-1, journal-size=0 08:22:19,105 AM [test-pekko.actor.default-dispatcher-7] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - leader575: Recovery completed in 711.1 μs - Switching actor to Follower - last log index = -1, last log term = -1, snapshot index = -1, snapshot term = -1, journal size = 0 08:22:19,519 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] DefaultConfigParamsImpl - No custom RaftPolicy specified. Using DefaultRaftPolicy 08:22:19,519 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader575 (Follower): Checking if this node is isolated in the cluster unreachable set [],all members [] self member: Member(pekko://test@10.30.170.21:17355, Removed) 08:22:19,520 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader575 (Follower): Received ElectionTimeout - switching to Candidate 08:22:19,520 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader575 (Candidate): Election: Candidate has following voting peers: [follower577, follower576] 08:22:19,520 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader575: Set currentTerm=2, votedFor=leader575 08:22:19,520 AM [test-pekko.actor.default-dispatcher-7] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - leader575 (Candidate): Starting new election term 2 08:22:19,520 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader575 (Candidate): Sending RequestVote [term=2, candidateId=leader575, lastLogIndex=-1, lastLogTerm=-1] to peer follower577 08:22:19,520 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader575 (Candidate): Sending RequestVote [term=2, candidateId=leader575, lastLogIndex=-1, lastLogTerm=-1] to peer follower576 08:22:19,520 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower577 (Follower): Found higher term in RequestVote rpc, verifying whether it's safe to update term. 08:22:19,520 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower576 (Follower): Found higher term in RequestVote rpc, verifying whether it's safe to update term. 08:22:19,520 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower577 (Follower): Cluster state: [] 08:22:19,520 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower576 (Follower): Cluster state: [] 08:22:19,520 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower577 (Follower): Candidate in requestVote:RequestVote [term=2, candidateId=leader575, lastLogIndex=-1, lastLogTerm=-1] with higher term appears reachable, updating term. 08:22:19,520 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower576 (Follower): Candidate in requestVote:RequestVote [term=2, candidateId=leader575, lastLogIndex=-1, lastLogTerm=-1] with higher term appears reachable, updating term. 08:22:19,520 AM [test-pekko.actor.default-dispatcher-18] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower577 (Follower): Term 2 in "RequestVote [term=2, candidateId=leader575, lastLogIndex=-1, lastLogTerm=-1]" message is greater than follower's term 1 - updating term 08:22:19,520 AM [test-pekko.actor.default-dispatcher-6] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower576 (Follower): Term 2 in "RequestVote [term=2, candidateId=leader575, lastLogIndex=-1, lastLogTerm=-1]" message is greater than follower's term 1 - updating term 08:22:19,520 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower577: Set currentTerm=2, votedFor=null 08:22:19,520 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower576: Set currentTerm=2, votedFor=null 08:22:19,520 AM [test-pekko.actor.default-dispatcher-7] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - leader575 (Follower) :- Switching from behavior Follower to Candidate, election term: 2 08:22:19,520 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower576 (Follower): In requestVote: RequestVote [term=2, candidateId=leader575, lastLogIndex=-1, lastLogTerm=-1] - currentTerm: 2, votedFor: null, lastIndex: -1, lastTerm: -1 08:22:19,520 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower576: Set currentTerm=2, votedFor=leader575 08:22:19,520 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower577 (Follower): In requestVote: RequestVote [term=2, candidateId=leader575, lastLogIndex=-1, lastLogTerm=-1] - currentTerm: 2, votedFor: null, lastIndex: -1, lastTerm: -1 08:22:19,520 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower577: Set currentTerm=2, votedFor=leader575 08:22:19,520 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower576 (Follower): requestVote returning: RequestVoteReply [term=2, voteGranted=true] 08:22:19,520 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower577 (Follower): requestVote returning: RequestVoteReply [term=2, voteGranted=true] 08:22:19,522 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader575 (Candidate): RaftRPC message received RequestVoteReply [term=2, voteGranted=true], my term is 2 08:22:19,522 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader575 (Candidate): handleRequestVoteReply: RequestVoteReply [term=2, voteGranted=true], current voteCount: 1 08:22:19,522 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader575 (Leader): Election: Leader has following peers: [follower578, follower577, follower576] 08:22:19,522 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader575 (Leader): Checking sendAppendEntries for follower follower578: active: false, followerNextIndex: -1, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:19,522 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader575 (Leader): Checking sendAppendEntries for follower follower577: active: false, followerNextIndex: -1, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:19,522 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader575 (Leader): Checking sendAppendEntries for follower follower576: active: false, followerNextIndex: -1, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:19,522 AM [test-pekko.actor.default-dispatcher-17] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower578 (Follower): Term 2 in "AppendEntries [leaderId=leader575, prevLogIndex=-1, prevLogTerm=-1, leaderCommit=-1, replicatedToAllIndex=-1, payloadVersion=5, recipientRaftVersion=4, leaderRaftVersion=5, leaderAddress=null, entries=[]]" message is greater than follower's term 1 - updating term 08:22:19,522 AM [test-pekko.actor.default-dispatcher-18] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - leader575 (Candidate) :- Switching from behavior Candidate to Leader, election term: 2 08:22:19,522 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower578: Set currentTerm=2, votedFor=null 08:22:19,523 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] SyncStatusTracker - follower578: Last sync leader does not match current leader leader575, need to catch up to -1 08:22:19,523 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader575 (Leader): handleAppendEntriesReply - FollowerLogInformation for follower578 updated: matchIndex: -1, nextIndex: 0 08:22:19,523 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader575 (Leader): Checking sendAppendEntries for follower follower578: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:19,523 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] SyncStatusTracker - follower577: Last sync leader does not match current leader leader575, need to catch up to -1 08:22:19,523 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader575 (Leader): handleAppendEntriesReply - FollowerLogInformation for follower577 updated: matchIndex: -1, nextIndex: 0 08:22:19,523 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader575 (Leader): Checking sendAppendEntries for follower follower577: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 [WARN] [08/28/2024 08:22:19.523] [test-pekko.actor.default-dispatcher-12] [pekko://test/user/follower577] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@b20e65b 08:22:19,523 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] SyncStatusTracker - follower576: Last sync leader does not match current leader leader575, need to catch up to -1 08:22:19,523 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader575 (Leader): handleAppendEntriesReply - FollowerLogInformation for follower576 updated: matchIndex: -1, nextIndex: 0 08:22:19,523 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader575 (Leader): Checking sendAppendEntries for follower follower576: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 [WARN] [08/28/2024 08:22:19.523] [test-pekko.actor.default-dispatcher-6] [pekko://test/user/follower576] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@68e420a2 [WARN] [08/28/2024 08:22:19.524] [test-pekko.actor.default-dispatcher-6] [pekko://test/user/follower578] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@9a83e70 08:22:19,559 AM [main] [INFO] LeadershipTransferIntegrationTest - createRaftActors starting 08:22:19,559 AM [main] [INFO] LeadershipTransferIntegrationTest - createRequestLeadershipResultCollectorActor starting 08:22:19,559 AM [main] [INFO] LeadershipTransferIntegrationTest - createRequestLeadershipResultCollectorActor ending 08:22:19,559 AM [main] [INFO] LeadershipTransferIntegrationTest - sendShutDown for pekko://test/user/follower577 starting 08:22:19,559 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower577: onShutDown 08:22:19,560 AM [main] [INFO] LeadershipTransferIntegrationTest - sendShutDown for pekko://test/user/follower577 ending 08:22:19,560 AM [main] [INFO] LeadershipTransferIntegrationTest - sendFollower2RequestLeadershipTransferToLeader starting 08:22:19,560 AM [main] [INFO] LeadershipTransferIntegrationTest - sendFollower2RequestLeadershipTransferToLeader ending 08:22:19,560 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader575: onRequestLeadership RequestLeadership [requestedFollowerId=follower577, replyTo=Actor[pekko://test/user/$b#-1203460373]] 08:22:19,560 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader575: Initiating leader transfer 08:22:19,560 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower578: onLeaderTransitioning: LeaderTransitioning [leaderId=leader575] 08:22:19,560 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] RaftActorLeadershipTransferCohort - leader575: pauseLeader successfully completed - doing transfer 08:22:19,560 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader575 (Leader): Attempting to transfer leadership [WARN] [08/28/2024 08:22:19.560] [test-pekko.actor.default-dispatcher-12] [pekko://test/user/follower577] received dead letter from TestActor[pekko://test/user/leader575]: LeaderTransitioning [leaderId=leader575] 08:22:19,560 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader575 (Leader): Checking sendAppendEntries for follower follower578: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:19,560 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader575 (Leader): Checking sendAppendEntries for follower follower577: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:19,560 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower576: onLeaderTransitioning: LeaderTransitioning [leaderId=leader575] 08:22:19,560 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader575 (Leader): Checking sendAppendEntries for follower follower576: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 [WARN] [08/28/2024 08:22:19.560] [test-pekko.actor.default-dispatcher-17] [pekko://test/user/follower577] received dead letter from TestActor[pekko://test/user/leader575]: AppendEntries [leaderId=leader575, prevLogIndex=-1, prevLogTerm=-1, leaderCommit=-1, replicatedToAllIndex=-1, payloadVersion=5, recipientRaftVersion=5, leaderRaftVersion=5, leaderAddress=null, entries=[]] 08:22:19,561 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] SyncStatusTracker - follower578: Lagging 0 entries behind leader leader575 and reached -1 (of expected -1) 08:22:19,561 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] SyncStatusTracker - follower576: Lagging 0 entries behind leader leader575 and reached -1 (of expected -1) [WARN] [08/28/2024 08:22:19.561] [test-pekko.actor.default-dispatcher-17] [pekko://test/user/follower578] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@51f45377 [WARN] [08/28/2024 08:22:19.561] [test-pekko.actor.default-dispatcher-17] [pekko://test/user/follower576] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@7f876a44 [WARN] [08/28/2024 08:22:19.640] [test-pekko.actor.default-dispatcher-17] [pekko://test/user/follower577] received dead letter from TestActor[pekko://test/user/leader575]: AppendEntries [leaderId=leader575, prevLogIndex=-1, prevLogTerm=-1, leaderCommit=-1, replicatedToAllIndex=-1, payloadVersion=5, recipientRaftVersion=5, leaderRaftVersion=5, leaderAddress=null, entries=[]] [WARN] [08/28/2024 08:22:19.760] [test-pekko.actor.default-dispatcher-17] [pekko://test/user/follower577] received dead letter from TestActor[pekko://test/user/leader575]: AppendEntries [leaderId=leader575, prevLogIndex=-1, prevLogTerm=-1, leaderCommit=-1, replicatedToAllIndex=-1, payloadVersion=5, recipientRaftVersion=5, leaderRaftVersion=5, leaderAddress=null, entries=[]] 08:22:19,760 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] SyncStatusTracker - follower576: Lagging 0 entries behind leader leader575 and reached -1 (of expected -1) 08:22:19,760 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] SyncStatusTracker - follower578: Lagging 0 entries behind leader leader575 and reached -1 (of expected -1) 08:22:19,880 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] RaftActorLeadershipTransferCohort - leader575: leader transfer aborted 08:22:19,880 AM [test-pekko.actor.default-dispatcher-17] [WARN] RaftActorLeadershipTransferCohort - leader575: Failed to transfer leadership in 319.9 ms 08:22:19,880 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader575: LeadershipTransfer request from follower577 failed 08:22:19,881 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader575 (Leader): Leadership transfer expired 08:22:19,881 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] SyncStatusTracker - follower578: Lagging 0 entries behind leader leader575 and reached -1 (of expected -1) [WARN] [08/28/2024 08:22:19.881] [test-pekko.actor.default-dispatcher-18] [pekko://test/user/follower577] received dead letter from TestActor[pekko://test/user/leader575]: AppendEntries [leaderId=leader575, prevLogIndex=-1, prevLogTerm=-1, leaderCommit=-1, replicatedToAllIndex=-1, payloadVersion=5, recipientRaftVersion=5, leaderRaftVersion=5, leaderAddress=null, entries=[]] 08:22:19,881 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] SyncStatusTracker - follower576: Lagging 0 entries behind leader leader575 and reached -1 (of expected -1) 08:22:19,912 AM [main] [INFO] LeadershipTransferIntegrationTest - testRequestLeadershipTransferToFollower2WithFollower2Shutdown ending 08:22:19,912 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/follower576-notifier579#-104172077] 08:22:19,923 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/follower576-collector580#285711659] 08:22:19,923 AM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/follower576] 08:22:19,923 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/follower577-notifier581#223526141] 08:22:19,923 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/follower577-collector582#-549179549] 08:22:19,923 AM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/follower577] 08:22:19,923 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/follower578-notifier583#1693306812] 08:22:19,923 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/follower578-collector584#575059833] 08:22:19,923 AM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/follower578] 08:22:19,923 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/leader575-notifier585#-1430791397] 08:22:19,923 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/leader575-collector586#-1217754360] 08:22:19,923 AM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/leader575] 08:22:19,924 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/$b#-1203460373] 08:22:19,924 AM [main] [INFO] LeadershipTransferIntegrationTest - testLeaderTransferOnShutDown starting 08:22:19,924 AM [main] [INFO] LeadershipTransferIntegrationTest - createRaftActors starting [WARN] [08/28/2024 08:22:19.925] [test-pekko.actor.default-dispatcher-18] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/follower588]: org.opendaylight.controller.cluster.common.actor.Monitor@543751ae 08:22:19,925 AM [test-pekko.actor.default-dispatcher-12] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Starting recovery for follower588 with journal batch size 1000 08:22:19,926 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588: SnapshotOffer called. 08:22:19,926 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588: Moving last applied index from -1 to -1 08:22:19,926 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588: Set currentTerm=1, votedFor=null 08:22:19,926 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588: Updated server config: isVoting: true, peers: [PeerInfo [id=leader587, address=pekko://test/user/leader587, votingState=VOTING], PeerInfo [id=follower590, address=pekko://test/user/follower590, votingState=NON_VOTING], PeerInfo [id=follower589, address=pekko://test/user/follower589, votingState=VOTING]] 08:22:19,926 AM [test-pekko.actor.default-dispatcher-12] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Recovery snapshot applied for follower588 in 63.12 μs: snapshotIndex=-1, snapshotTerm=-1, journal-size=0 [WARN] [08/28/2024 08:22:19.927] [test-pekko.actor.default-dispatcher-7] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/follower589]: org.opendaylight.controller.cluster.common.actor.Monitor@2b46f59f 08:22:19,927 AM [test-pekko.actor.default-dispatcher-12] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Starting recovery for follower589 with journal batch size 1000 08:22:19,927 AM [test-pekko.actor.default-dispatcher-15] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower588: Recovery completed in 910.3 μs - Switching actor to Follower - last log index = -1, last log term = -1, snapshot index = -1, snapshot term = -1, journal size = 0 08:22:19,928 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower589: SnapshotOffer called. 08:22:19,928 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower589: Moving last applied index from -1 to -1 08:22:19,928 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower589: Set currentTerm=1, votedFor=null 08:22:19,928 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower589: Updated server config: isVoting: true, peers: [PeerInfo [id=leader587, address=pekko://test/user/leader587, votingState=VOTING], PeerInfo [id=follower590, address=pekko://test/user/follower590, votingState=NON_VOTING], PeerInfo [id=follower588, address=pekko://test/user/follower588, votingState=VOTING]] 08:22:19,928 AM [test-pekko.actor.default-dispatcher-12] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Recovery snapshot applied for follower589 in 42.42 μs: snapshotIndex=-1, snapshotTerm=-1, journal-size=0 08:22:19,928 AM [test-pekko.actor.default-dispatcher-15] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower589: Recovery completed in 478.1 μs - Switching actor to Follower - last log index = -1, last log term = -1, snapshot index = -1, snapshot term = -1, journal size = 0 [WARN] [08/28/2024 08:22:20.029] [test-pekko.actor.default-dispatcher-15] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/follower590]: org.opendaylight.controller.cluster.common.actor.Monitor@40a74caa 08:22:20,30 AM [test-pekko.actor.default-dispatcher-12] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Starting recovery for follower590 with journal batch size 1000 08:22:20,30 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower590: SnapshotOffer called. 08:22:20,30 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower590: Moving last applied index from -1 to -1 08:22:20,31 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower590: Set currentTerm=1, votedFor=null 08:22:20,31 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower590: Updated server config: isVoting: false, peers: [PeerInfo [id=leader587, address=pekko://test/user/leader587, votingState=VOTING], PeerInfo [id=follower589, address=pekko://test/user/follower589, votingState=VOTING], PeerInfo [id=follower588, address=pekko://test/user/follower588, votingState=VOTING]] 08:22:20,31 AM [test-pekko.actor.default-dispatcher-12] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Recovery snapshot applied for follower590 in 84.95 μs: snapshotIndex=-1, snapshotTerm=-1, journal-size=0 08:22:20,32 AM [test-pekko.actor.default-dispatcher-17] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower590: Recovery completed in 1.041 ms - Switching actor to Follower - last log index = -1, last log term = -1, snapshot index = -1, snapshot term = -1, journal size = 0 [WARN] [08/28/2024 08:22:20.032] [test-pekko.actor.default-dispatcher-15] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/leader587]: org.opendaylight.controller.cluster.common.actor.Monitor@57283bbd 08:22:20,32 AM [test-pekko.actor.default-dispatcher-12] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Starting recovery for leader587 with journal batch size 1000 08:22:20,33 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587: SnapshotOffer called. 08:22:20,33 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587: Moving last applied index from -1 to -1 08:22:20,33 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587: Set currentTerm=1, votedFor=null 08:22:20,33 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587: Updated server config: isVoting: true, peers: [PeerInfo [id=follower590, address=pekko://test/user/follower590, votingState=NON_VOTING], PeerInfo [id=follower589, address=pekko://test/user/follower589, votingState=VOTING], PeerInfo [id=follower588, address=pekko://test/user/follower588, votingState=VOTING]] 08:22:20,33 AM [test-pekko.actor.default-dispatcher-12] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Recovery snapshot applied for leader587 in 48.13 μs: snapshotIndex=-1, snapshotTerm=-1, journal-size=0 08:22:20,33 AM [test-pekko.actor.default-dispatcher-15] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - leader587: Recovery completed in 539.5 μs - Switching actor to Follower - last log index = -1, last log term = -1, snapshot index = -1, snapshot term = -1, journal size = 0 08:22:20,439 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] DefaultConfigParamsImpl - No custom RaftPolicy specified. Using DefaultRaftPolicy 08:22:20,440 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Follower): Checking if this node is isolated in the cluster unreachable set [],all members [] self member: Member(pekko://test@10.30.170.21:17355, Removed) 08:22:20,440 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Follower): Received ElectionTimeout - switching to Candidate 08:22:20,440 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Candidate): Election: Candidate has following voting peers: [follower589, follower588] 08:22:20,440 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587: Set currentTerm=2, votedFor=leader587 08:22:20,440 AM [test-pekko.actor.default-dispatcher-12] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Candidate): Starting new election term 2 08:22:20,440 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Candidate): Sending RequestVote [term=2, candidateId=leader587, lastLogIndex=-1, lastLogTerm=-1] to peer follower589 08:22:20,440 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Candidate): Sending RequestVote [term=2, candidateId=leader587, lastLogIndex=-1, lastLogTerm=-1] to peer follower588 08:22:20,440 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower589 (Follower): Found higher term in RequestVote rpc, verifying whether it's safe to update term. 08:22:20,440 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588 (Follower): Found higher term in RequestVote rpc, verifying whether it's safe to update term. 08:22:20,440 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower589 (Follower): Cluster state: [] 08:22:20,440 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower589 (Follower): Candidate in requestVote:RequestVote [term=2, candidateId=leader587, lastLogIndex=-1, lastLogTerm=-1] with higher term appears reachable, updating term. 08:22:20,440 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588 (Follower): Cluster state: [] 08:22:20,440 AM [test-pekko.actor.default-dispatcher-15] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower589 (Follower): Term 2 in "RequestVote [term=2, candidateId=leader587, lastLogIndex=-1, lastLogTerm=-1]" message is greater than follower's term 1 - updating term 08:22:20,440 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588 (Follower): Candidate in requestVote:RequestVote [term=2, candidateId=leader587, lastLogIndex=-1, lastLogTerm=-1] with higher term appears reachable, updating term. 08:22:20,440 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower589: Set currentTerm=2, votedFor=null 08:22:20,440 AM [test-pekko.actor.default-dispatcher-17] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower588 (Follower): Term 2 in "RequestVote [term=2, candidateId=leader587, lastLogIndex=-1, lastLogTerm=-1]" message is greater than follower's term 1 - updating term 08:22:20,440 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588: Set currentTerm=2, votedFor=null 08:22:20,440 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588 (Follower): In requestVote: RequestVote [term=2, candidateId=leader587, lastLogIndex=-1, lastLogTerm=-1] - currentTerm: 2, votedFor: null, lastIndex: -1, lastTerm: -1 08:22:20,440 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower589 (Follower): In requestVote: RequestVote [term=2, candidateId=leader587, lastLogIndex=-1, lastLogTerm=-1] - currentTerm: 2, votedFor: null, lastIndex: -1, lastTerm: -1 08:22:20,440 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588: Set currentTerm=2, votedFor=leader587 08:22:20,440 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower589: Set currentTerm=2, votedFor=leader587 08:22:20,441 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588 (Follower): requestVote returning: RequestVoteReply [term=2, voteGranted=true] 08:22:20,441 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower589 (Follower): requestVote returning: RequestVoteReply [term=2, voteGranted=true] 08:22:20,441 AM [test-pekko.actor.default-dispatcher-12] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Follower) :- Switching from behavior Follower to Candidate, election term: 2 08:22:20,442 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Candidate): RaftRPC message received RequestVoteReply [term=2, voteGranted=true], my term is 2 08:22:20,442 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Candidate): handleRequestVoteReply: RequestVoteReply [term=2, voteGranted=true], current voteCount: 1 08:22:20,442 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): Election: Leader has following peers: [follower590, follower589, follower588] 08:22:20,442 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): Checking sendAppendEntries for follower follower590: active: false, followerNextIndex: -1, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:20,442 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): Checking sendAppendEntries for follower follower589: active: false, followerNextIndex: -1, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:20,442 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): Checking sendAppendEntries for follower follower588: active: false, followerNextIndex: -1, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:20,442 AM [test-pekko.actor.default-dispatcher-7] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Candidate) :- Switching from behavior Candidate to Leader, election term: 2 08:22:20,442 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] SyncStatusTracker - follower589: Last sync leader does not match current leader leader587, need to catch up to -1 08:22:20,442 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] SyncStatusTracker - follower588: Last sync leader does not match current leader leader587, need to catch up to -1 08:22:20,442 AM [test-pekko.actor.default-dispatcher-12] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower590 (Follower): Term 2 in "AppendEntries [leaderId=leader587, prevLogIndex=-1, prevLogTerm=-1, leaderCommit=-1, replicatedToAllIndex=-1, payloadVersion=5, recipientRaftVersion=4, leaderRaftVersion=5, leaderAddress=null, entries=[]]" message is greater than follower's term 1 - updating term 08:22:20,442 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower590: Set currentTerm=2, votedFor=null [WARN] [08/28/2024 08:22:20.442] [test-pekko.actor.default-dispatcher-16] [pekko://test/user/follower589] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@2aed84cf 08:22:20,443 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] SyncStatusTracker - follower590: Last sync leader does not match current leader leader587, need to catch up to -1 [WARN] [08/28/2024 08:22:20.443] [test-pekko.actor.default-dispatcher-16] [pekko://test/user/follower588] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@1d582e23 08:22:20,443 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): handleAppendEntriesReply - FollowerLogInformation for follower589 updated: matchIndex: -1, nextIndex: 0 08:22:20,443 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): Checking sendAppendEntries for follower follower589: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 [WARN] [08/28/2024 08:22:20.443] [test-pekko.actor.default-dispatcher-6] [pekko://test/user/follower590] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@6433eff7 08:22:20,444 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): handleAppendEntriesReply - FollowerLogInformation for follower588 updated: matchIndex: -1, nextIndex: 0 08:22:20,444 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): Checking sendAppendEntries for follower follower588: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:20,444 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): handleAppendEntriesReply - FollowerLogInformation for follower590 updated: matchIndex: -1, nextIndex: 0 08:22:20,444 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): Checking sendAppendEntries for follower follower590: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:20,486 AM [main] [INFO] LeadershipTransferIntegrationTest - createRaftActors starting 08:22:20,486 AM [main] [INFO] LeadershipTransferIntegrationTest - sendPayloadWithFollower2Lagging starting 08:22:20,487 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587: Persist data SimpleReplicatedLogEntry [index=0, term=2, payload=zero] 08:22:20,487 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587: Append log entry and persist SimpleReplicatedLogEntry [index=0, term=2, payload=zero] 08:22:20,487 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): Replicate message: identifier: MockIdentifier{value=zero}, logIndex: 0, isSendImmediate: true 08:22:20,487 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): Checking sendAppendEntries for follower follower590: active: true, followerNextIndex: 0, leaderLastIndex: 0, leaderSnapShotIndex: -1 08:22:20,487 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): sendAppendEntries: 0 is present for follower follower590 08:22:20,487 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): Sending AppendEntries to follower follower590: AppendEntries [leaderId=leader587, prevLogIndex=-1, prevLogTerm=-1, leaderCommit=-1, replicatedToAllIndex=-1, payloadVersion=5, recipientRaftVersion=5, leaderRaftVersion=5, leaderAddress=null, entries=[SimpleReplicatedLogEntry [index=0, term=2, payload=zero]]] 08:22:20,487 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): Checking sendAppendEntries for follower follower589: active: true, followerNextIndex: 0, leaderLastIndex: 0, leaderSnapShotIndex: -1 08:22:20,487 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): sendAppendEntries: 0 is present for follower follower589 08:22:20,487 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): Sending AppendEntries to follower follower589: AppendEntries [leaderId=leader587, prevLogIndex=-1, prevLogTerm=-1, leaderCommit=-1, replicatedToAllIndex=-1, payloadVersion=5, recipientRaftVersion=5, leaderRaftVersion=5, leaderAddress=null, entries=[SimpleReplicatedLogEntry [index=0, term=2, payload=zero]]] 08:22:20,487 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): Checking sendAppendEntries for follower follower588: active: true, followerNextIndex: 0, leaderLastIndex: 0, leaderSnapShotIndex: -1 08:22:20,487 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): sendAppendEntries: 0 is present for follower follower588 08:22:20,487 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower590 (Follower): handleAppendEntries: AppendEntries [leaderId=leader587, prevLogIndex=-1, prevLogTerm=-1, leaderCommit=-1, replicatedToAllIndex=-1, payloadVersion=5, recipientRaftVersion=5, leaderRaftVersion=5, leaderAddress=null, entries=[SimpleReplicatedLogEntry [index=0, term=2, payload=zero]]] 08:22:20,487 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): Sending AppendEntries to follower follower588: AppendEntries [leaderId=leader587, prevLogIndex=-1, prevLogTerm=-1, leaderCommit=-1, replicatedToAllIndex=-1, payloadVersion=5, recipientRaftVersion=5, leaderRaftVersion=5, leaderAddress=null, entries=[SimpleReplicatedLogEntry [index=0, term=2, payload=zero]]] 08:22:20,487 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower590 (Follower): Number of entries to be appended = 1 08:22:20,487 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower590 (Follower): After cleanup, lastIndex: -1, entries to be added from: 0 08:22:20,487 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower590 (Follower): Append entry to log zero 08:22:20,487 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower590: Append log entry and persist SimpleReplicatedLogEntry [index=0, term=2, payload=zero] 08:22:20,487 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588 (Follower): handleAppendEntries: AppendEntries [leaderId=leader587, prevLogIndex=-1, prevLogTerm=-1, leaderCommit=-1, replicatedToAllIndex=-1, payloadVersion=5, recipientRaftVersion=5, leaderRaftVersion=5, leaderAddress=null, entries=[SimpleReplicatedLogEntry [index=0, term=2, payload=zero]]] 08:22:20,487 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower590 (Follower): Log size is now 1 08:22:20,487 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588 (Follower): Number of entries to be appended = 1 08:22:20,487 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588 (Follower): After cleanup, lastIndex: -1, entries to be added from: 0 08:22:20,487 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588 (Follower): Append entry to log zero 08:22:20,487 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588: Append log entry and persist SimpleReplicatedLogEntry [index=0, term=2, payload=zero] 08:22:20,487 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower590 (Follower): handleAppendEntries returning : AppendEntriesReply [term=2, success=true, followerId=follower590, logLastIndex=0, logLastTerm=2, forceInstallSnapshot=false, needsLeaderAddress=false, payloadVersion=5, raftVersion=5, recipientRaftVersion=5] 08:22:20,487 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] SyncStatusTracker - follower590: Lagging 0 entries behind leader leader587 and reached -1 (of expected -1) 08:22:20,487 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588 (Follower): Log size is now 1 08:22:20,487 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): handleAppendEntriesReply - FollowerLogInformation for follower590 updated: matchIndex: 0, nextIndex: 1 08:22:20,487 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588 (Follower): handleAppendEntries returning : AppendEntriesReply [term=2, success=true, followerId=follower588, logLastIndex=0, logLastTerm=2, forceInstallSnapshot=false, needsLeaderAddress=false, payloadVersion=5, raftVersion=5, recipientRaftVersion=5] 08:22:20,487 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] SyncStatusTracker - follower588: Lagging 0 entries behind leader leader587 and reached -1 (of expected -1) 08:22:20,487 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): Checking sendAppendEntries for follower follower590: active: true, followerNextIndex: 1, leaderLastIndex: 0, leaderSnapShotIndex: -1 08:22:20,488 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): handleAppendEntriesReply - FollowerLogInformation for follower588 updated: matchIndex: 0, nextIndex: 1 08:22:20,488 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): Checking sendAppendEntries for follower follower588: active: true, followerNextIndex: 1, leaderLastIndex: 0, leaderSnapShotIndex: -1 08:22:20,488 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587: persist complete SimpleReplicatedLogEntry [index=0, term=2, payload=zero] 08:22:20,488 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): Applying to log - commitIndex: 0, lastAppliedIndex: -1 08:22:20,488 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): Setting last applied to 0 08:22:20,488 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587: Moving last applied index from -1 to 0 08:22:20,488 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587: Applying state for log index 0 data zero 08:22:20,488 AM [test-pekko.actor.default-dispatcher-18] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - leader587: applyState called: zero 08:22:20,488 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587: Persisting ApplyJournalEntries with index=0 08:22:20,488 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower590: persist complete SimpleReplicatedLogEntry [index=0, term=2, payload=zero] [WARN] [08/28/2024 08:22:20.488] [test-pekko.actor.default-dispatcher-12] [pekko://test/user/follower590] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@153fa7ce 08:22:20,488 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588: persist complete SimpleReplicatedLogEntry [index=0, term=2, payload=zero] [WARN] [08/28/2024 08:22:20.489] [test-pekko.actor.default-dispatcher-15] [pekko://test/user/follower588] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@14d1d27d 08:22:20,560 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): sendAppendEntries: 0 is present for follower follower589 08:22:20,560 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): Sending AppendEntries to follower follower589: AppendEntries [leaderId=leader587, prevLogIndex=-1, prevLogTerm=-1, leaderCommit=0, replicatedToAllIndex=-1, payloadVersion=5, recipientRaftVersion=5, leaderRaftVersion=5, leaderAddress=null, entries=[SimpleReplicatedLogEntry [index=0, term=2, payload=zero]]] 08:22:20,680 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): sendAppendEntries: 0 is present for follower follower589 08:22:20,680 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): Sending AppendEntries to follower follower589: AppendEntries [leaderId=leader587, prevLogIndex=-1, prevLogTerm=-1, leaderCommit=0, replicatedToAllIndex=-1, payloadVersion=5, recipientRaftVersion=5, leaderRaftVersion=5, leaderAddress=null, entries=[SimpleReplicatedLogEntry [index=0, term=2, payload=zero]]] 08:22:20,680 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower590 (Follower): Commit index set to 0 08:22:20,680 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] SyncStatusTracker - follower590: Lagging 0 entries behind leader leader587 and reached 0 (of expected -1) 08:22:20,680 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower590 (Follower): applyLogToStateMachine, appendEntries.getLeaderCommit(): 0, context.getLastApplied(): -1, lastIndex(): 0 08:22:20,680 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower590 (Follower): Setting last applied to 0 08:22:20,680 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588 (Follower): Commit index set to 0 08:22:20,680 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower590: Moving last applied index from -1 to 0 08:22:20,680 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower590: Applying state for log index 0 data zero 08:22:20,680 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] SyncStatusTracker - follower588: Lagging 0 entries behind leader leader587 and reached 0 (of expected -1) 08:22:20,681 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588 (Follower): applyLogToStateMachine, appendEntries.getLeaderCommit(): 0, context.getLastApplied(): -1, lastIndex(): 0 08:22:20,681 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588 (Follower): Setting last applied to 0 08:22:20,681 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588: Moving last applied index from -1 to 0 08:22:20,681 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588: Applying state for log index 0 data zero 08:22:20,681 AM [test-pekko.actor.default-dispatcher-18] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower590: applyState called: zero 08:22:20,681 AM [test-pekko.actor.default-dispatcher-12] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower588: applyState called: zero 08:22:20,681 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower590: Persisting ApplyJournalEntries with index=0 08:22:20,681 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588: Persisting ApplyJournalEntries with index=0 08:22:20,688 AM [main] [INFO] LeadershipTransferIntegrationTest - sendPayloadWithFollower2Lagging ending 08:22:20,688 AM [main] [INFO] LeadershipTransferIntegrationTest - sendShutDownToLeaderAndVerifyLeadershipTransferToFollower1 starting 08:22:20,689 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587: onShutDown 08:22:20,689 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587: Initiating leader transfer 08:22:20,689 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower590: onLeaderTransitioning: LeaderTransitioning [leaderId=leader587] 08:22:20,689 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] RaftActorLeadershipTransferCohort - leader587: pauseLeader successfully completed - doing transfer 08:22:20,689 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): Attempting to transfer leadership 08:22:20,689 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): Checking sendAppendEntries for follower follower590: active: true, followerNextIndex: 1, leaderLastIndex: 0, leaderSnapShotIndex: -1 08:22:20,689 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588: onLeaderTransitioning: LeaderTransitioning [leaderId=leader587] 08:22:20,689 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): Checking sendAppendEntries for follower follower589: active: true, followerNextIndex: 0, leaderLastIndex: 0, leaderSnapShotIndex: -1 08:22:20,689 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): sendAppendEntries: 0 is present for follower follower589 08:22:20,689 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): Checking sendAppendEntries for follower follower588: active: true, followerNextIndex: 1, leaderLastIndex: 0, leaderSnapShotIndex: -1 08:22:20,689 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] SyncStatusTracker - follower590: Lagging 0 entries behind leader leader587 and reached 0 (of expected -1) 08:22:20,689 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] SyncStatusTracker - follower588: Lagging 0 entries behind leader leader587 and reached 0 (of expected -1) 08:22:20,689 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): tryToCompleteLeadershipTransfer: followerId: follower590, matchIndex: 0, lastIndex: 0, isVoting: false 08:22:20,689 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): tryToCompleteLeadershipTransfer: followerId: follower588, matchIndex: 0, lastIndex: 0, isVoting: true 08:22:20,689 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): Follower's log matches - sending ElectionTimeout 08:22:20,689 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): Checking sendAppendEntries for follower follower590: active: true, followerNextIndex: 1, leaderLastIndex: 0, leaderSnapShotIndex: -1 08:22:20,689 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): Checking sendAppendEntries for follower follower589: active: true, followerNextIndex: 0, leaderLastIndex: 0, leaderSnapShotIndex: -1 08:22:20,689 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): sendAppendEntries: 0 is present for follower follower589 08:22:20,689 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): Checking sendAppendEntries for follower follower588: active: true, followerNextIndex: 1, leaderLastIndex: 0, leaderSnapShotIndex: -1 08:22:20,689 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] SyncStatusTracker - follower590: Lagging 0 entries behind leader leader587 and reached 0 (of expected -1) 08:22:20,689 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): Leader transfer complete 08:22:20,689 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] RaftActorLeadershipTransferCohort - leader587: leader transfer complete - waiting for new leader 08:22:20,690 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] SyncStatusTracker - follower588: Lagging 0 entries behind leader leader587 and reached 0 (of expected -1) 08:22:20,690 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] DefaultConfigParamsImpl - No custom RaftPolicy specified. Using DefaultRaftPolicy 08:22:20,690 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588 (Follower): Received TimeoutNow - switching to Candidate 08:22:20,690 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588 (Candidate): Election: Candidate has following voting peers: [leader587, follower589] 08:22:20,690 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588: Set currentTerm=3, votedFor=follower588 08:22:20,690 AM [test-pekko.actor.default-dispatcher-17] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower588 (Candidate): Starting new election term 3 08:22:20,690 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588 (Candidate): Sending RequestVote [term=3, candidateId=follower588, lastLogIndex=0, lastLogTerm=2] to peer leader587 08:22:20,690 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588 (Candidate): Sending RequestVote [term=3, candidateId=follower588, lastLogIndex=0, lastLogTerm=2] to peer follower589 08:22:20,690 AM [test-pekko.actor.default-dispatcher-17] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower588 (Follower) :- Switching from behavior Follower to Candidate, election term: 3 08:22:20,690 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): Found higher term in RequestVote rpc, verifying whether it's safe to update term. 08:22:20,690 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower589 (Follower): Found higher term in RequestVote rpc, verifying whether it's safe to update term. 08:22:20,690 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): Cluster state: [] 08:22:20,690 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): Candidate in requestVote:RequestVote [term=3, candidateId=follower588, lastLogIndex=0, lastLogTerm=2] with higher term appears reachable, updating term. 08:22:20,690 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower589 (Follower): Cluster state: [] 08:22:20,690 AM [test-pekko.actor.default-dispatcher-12] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): Term 3 in "RequestVote [term=3, candidateId=follower588, lastLogIndex=0, lastLogTerm=2]" message is greater than leader's term 2 - switching to Follower 08:22:20,690 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower589 (Follower): Candidate in requestVote:RequestVote [term=3, candidateId=follower588, lastLogIndex=0, lastLogTerm=2] with higher term appears reachable, updating term. 08:22:20,690 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587: Set currentTerm=3, votedFor=null 08:22:20,690 AM [test-pekko.actor.default-dispatcher-11] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower589 (Follower): Term 3 in "RequestVote [term=3, candidateId=follower588, lastLogIndex=0, lastLogTerm=2]" message is greater than follower's term 2 - updating term 08:22:20,690 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower589: Set currentTerm=3, votedFor=null 08:22:20,690 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): Leadership transfer in progress - processing RequestVote 08:22:20,690 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): In requestVote: RequestVote [term=3, candidateId=follower588, lastLogIndex=0, lastLogTerm=2] - currentTerm: 3, votedFor: null, lastIndex: 0, lastTerm: 2 08:22:20,690 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587: Set currentTerm=3, votedFor=follower588 08:22:20,690 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader): requestVote returning: RequestVoteReply [term=3, voteGranted=true] 08:22:20,691 AM [test-pekko.actor.default-dispatcher-12] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - leader587 (Leader) :- Switching from behavior Leader to Follower, election term: 3 08:22:20,690 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower589 (Follower): In requestVote: RequestVote [term=3, candidateId=follower588, lastLogIndex=0, lastLogTerm=2] - currentTerm: 3, votedFor: null, lastIndex: -1, lastTerm: -1 08:22:20,691 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower589: Set currentTerm=3, votedFor=follower588 08:22:20,691 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower589 (Follower): requestVote returning: RequestVoteReply [term=3, voteGranted=true] 08:22:20,691 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588 (Candidate): RaftRPC message received RequestVoteReply [term=3, voteGranted=true], my term is 3 08:22:20,691 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588 (Candidate): handleRequestVoteReply: RequestVoteReply [term=3, voteGranted=true], current voteCount: 1 08:22:20,691 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588 (Leader): Election: Leader has following peers: [leader587, follower590, follower589] 08:22:20,691 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588 (Leader): Checking sendAppendEntries for follower leader587: active: false, followerNextIndex: 0, leaderLastIndex: 0, leaderSnapShotIndex: -1 08:22:20,691 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588 (Leader): Checking sendAppendEntries for follower follower590: active: false, followerNextIndex: 0, leaderLastIndex: 0, leaderSnapShotIndex: -1 08:22:20,691 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588 (Leader): Checking sendAppendEntries for follower follower589: active: false, followerNextIndex: 0, leaderLastIndex: 0, leaderSnapShotIndex: -1 08:22:20,691 AM [test-pekko.actor.default-dispatcher-6] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower588 (Candidate) :- Switching from behavior Candidate to Leader, election term: 3 08:22:20,691 AM [test-pekko.actor.default-dispatcher-15] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower590 (Follower): Term 3 in "AppendEntries [leaderId=follower588, prevLogIndex=-1, prevLogTerm=-1, leaderCommit=-1, replicatedToAllIndex=-1, payloadVersion=5, recipientRaftVersion=4, leaderRaftVersion=5, leaderAddress=null, entries=[]]" message is greater than follower's term 2 - updating term 08:22:20,691 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower590: Set currentTerm=3, votedFor=null 08:22:20,691 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] SyncStatusTracker - follower590: Last sync leader does not match current leader follower588, need to catch up to -1 08:22:20,691 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588 (Leader): handleAppendEntriesReply - FollowerLogInformation for follower590 updated: matchIndex: 0, nextIndex: 1 08:22:20,691 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588 (Leader): Checking sendAppendEntries for follower follower590: active: true, followerNextIndex: 1, leaderLastIndex: 0, leaderSnapShotIndex: -1 08:22:20,692 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] SyncStatusTracker - leader587: Last sync leader does not match current leader follower588, need to catch up to -1 08:22:20,692 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] RaftActorLeadershipTransferCohort - leader587: leader changed to follower588 08:22:20,692 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] SyncStatusTracker - follower590: Lagging 0 entries behind leader follower588 and reached 0 (of expected -1) 08:22:20,692 AM [test-pekko.actor.default-dispatcher-11] [INFO] RaftActorLeadershipTransferCohort - leader587: Successfully transferred leadership to follower588 in 3.188 ms 08:22:20,692 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader587: leader transfer succeeded - sending PoisonPill [WARN] [08/28/2024 08:22:20.692] [test-pekko.actor.default-dispatcher-17] [pekko://test/user/follower590] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@208c249b 08:22:20,692 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588 (Leader): handleAppendEntriesReply - FollowerLogInformation for leader587 updated: matchIndex: 0, nextIndex: 1 [WARN] [08/28/2024 08:22:20.692] [test-pekko.actor.default-dispatcher-17] [pekko://test/user/follower590] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@24d685c9 08:22:20,692 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588 (Leader): Checking sendAppendEntries for follower leader587: active: true, followerNextIndex: 1, leaderLastIndex: 0, leaderSnapShotIndex: -1 [WARN] [08/28/2024 08:22:20.692] [test-pekko.actor.default-dispatcher-17] [pekko://test/user/leader587] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@15a96e95 08:22:20,692 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] SyncStatusTracker - leader587: Lagging 0 entries behind leader follower588 and reached 0 (of expected -1) [WARN] [08/28/2024 08:22:20.693] [test-pekko.actor.default-dispatcher-16] [pekko://test/user/leader587] received dead letter: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@3bfdc32 08:22:21,210 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] SyncStatusTracker - follower589: Last sync leader does not match current leader follower588, need to catch up to -1 08:22:21,210 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] SyncStatusTracker - follower590: Lagging 0 entries behind leader follower588 and reached 0 (of expected -1) 08:22:21,210 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588 (Leader): sendAppendEntries: 0 is present for follower follower589 08:22:21,210 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588 (Leader): Sending AppendEntries to follower follower589: AppendEntries [leaderId=follower588, prevLogIndex=-1, prevLogTerm=-1, leaderCommit=0, replicatedToAllIndex=-1, payloadVersion=5, recipientRaftVersion=5, leaderRaftVersion=5, leaderAddress=null, entries=[SimpleReplicatedLogEntry [index=0, term=2, payload=zero]]] 08:22:21,210 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower589 (Follower): handleAppendEntries: AppendEntries [leaderId=follower588, prevLogIndex=-1, prevLogTerm=-1, leaderCommit=0, replicatedToAllIndex=-1, payloadVersion=5, recipientRaftVersion=5, leaderRaftVersion=5, leaderAddress=null, entries=[SimpleReplicatedLogEntry [index=0, term=2, payload=zero]]] 08:22:21,210 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower589 (Follower): Number of entries to be appended = 1 08:22:21,210 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower589 (Follower): After cleanup, lastIndex: -1, entries to be added from: 0 08:22:21,210 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower589 (Follower): Append entry to log zero 08:22:21,210 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower589: Append log entry and persist SimpleReplicatedLogEntry [index=0, term=2, payload=zero] [WARN] [08/28/2024 08:22:21.210] [test-pekko.actor.default-dispatcher-7] [pekko://test/user/leader587] received dead letter from TestActor[pekko://test/user/follower588]: AppendEntries [leaderId=follower588, prevLogIndex=0, prevLogTerm=2, leaderCommit=0, replicatedToAllIndex=-1, payloadVersion=5, recipientRaftVersion=5, leaderRaftVersion=5, leaderAddress=null, entries=[]] [WARN] [08/28/2024 08:22:21.210] [test-pekko.actor.default-dispatcher-7] [pekko://test/user/follower589] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@ca00217 08:22:21,210 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower589 (Follower): Log size is now 1 08:22:21,210 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower589 (Follower): Commit index set to 0 08:22:21,210 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower589 (Follower): handleAppendEntries returning : AppendEntriesReply [term=3, success=true, followerId=follower589, logLastIndex=0, logLastTerm=2, forceInstallSnapshot=false, needsLeaderAddress=false, payloadVersion=5, raftVersion=5, recipientRaftVersion=5] 08:22:21,210 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] SyncStatusTracker - follower589: Lagging 0 entries behind leader follower588 and reached 0 (of expected -1) 08:22:21,211 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower589 (Follower): applyLogToStateMachine, appendEntries.getLeaderCommit(): 0, context.getLastApplied(): -1, lastIndex(): 0 08:22:21,211 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower589 (Follower): Setting last applied to 0 08:22:21,211 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower589: Moving last applied index from -1 to 0 08:22:21,211 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower589: Applying state for log index 0 data zero 08:22:21,211 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588 (Leader): handleAppendEntriesReply - FollowerLogInformation for follower589 updated: matchIndex: 0, nextIndex: 1 08:22:21,211 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower588 (Leader): Checking sendAppendEntries for follower follower589: active: true, followerNextIndex: 1, leaderLastIndex: 0, leaderSnapShotIndex: -1 08:22:21,211 AM [test-pekko.actor.default-dispatcher-16] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower589: applyState called: zero 08:22:21,212 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower589: persist complete SimpleReplicatedLogEntry [index=0, term=2, payload=zero] 08:22:21,212 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower589: Persisting ApplyJournalEntries with index=0 [WARN] [08/28/2024 08:22:21.213] [test-pekko.actor.default-dispatcher-18] [pekko://test/user/follower589] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@3817d149 08:22:21,242 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower589: onLeaderTransitioning: LeaderTransitioning [leaderId=leader587] 08:22:21,243 AM [main] [INFO] LeadershipTransferIntegrationTest - sendShutDownToLeaderAndVerifyLeadershipTransferToFollower1 ending 08:22:21,243 AM [main] [INFO] LeadershipTransferIntegrationTest - sendShutDown for pekko://test/user/follower589 starting 08:22:21,243 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower589: onShutDown 08:22:21,244 AM [main] [INFO] LeadershipTransferIntegrationTest - sendShutDown for pekko://test/user/follower589 ending 08:22:21,244 AM [main] [INFO] LeadershipTransferIntegrationTest - testLeaderTransferOnShutDown ending 08:22:21,244 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/follower588-notifier591#-1011850591] 08:22:21,255 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/follower588-collector592#1419918590] 08:22:21,255 AM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/follower588] 08:22:21,255 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/follower589-notifier593#548990725] 08:22:21,255 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/follower589-collector594#1537274939] 08:22:21,255 AM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/follower589] 08:22:21,256 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/follower590-notifier595#-194698327] 08:22:21,256 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/follower590-collector596#40086589] 08:22:21,256 AM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/follower590] 08:22:21,256 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/leader587-notifier597#-1265080610] 08:22:21,256 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/leader587-collector598#-1130228701] 08:22:21,256 AM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/leader587] 08:22:21,258 AM [main] [INFO] LeadershipTransferIntegrationTest - testLeaderTransferSkippedOnShutdownWithNoFollowers starting [WARN] [08/28/2024 08:22:21.259] [test-pekko.actor.default-dispatcher-16] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/leader599]: org.opendaylight.controller.cluster.common.actor.Monitor@3e60018a 08:22:21,260 AM [test-pekko.actor.default-dispatcher-7] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Starting recovery for leader599 with journal batch size 1000 08:22:21,261 AM [test-pekko.actor.default-dispatcher-16] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - leader599: Recovery completed - Switching actor to Follower - last log index = -1, last log term = -1, snapshot index = -1, snapshot term = -1, journal size = 0 08:22:21,262 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] DefaultConfigParamsImpl - No custom RaftPolicy specified. Using DefaultRaftPolicy 08:22:21,262 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader599 (Follower): Received TimeoutNow - switching to Candidate 08:22:21,262 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader599 (Candidate): Election: Candidate has following voting peers: [] 08:22:21,262 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader599: Set currentTerm=1, votedFor=leader599 08:22:21,262 AM [test-pekko.actor.default-dispatcher-16] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - leader599 (Candidate): Starting new election term 1 08:22:21,262 AM [test-pekko.actor.default-dispatcher-16] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - leader599 (Follower) :- Switching from behavior Follower to Candidate, election term: 1 08:22:21,262 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader599 (Candidate): Received ElectionTimeout 08:22:21,262 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader599 (Leader): Election: Leader has following peers: [] 08:22:21,262 AM [test-pekko.actor.default-dispatcher-16] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - leader599 (Candidate) :- Switching from behavior Candidate to Leader, election term: 1 08:22:21,262 AM [main] [INFO] LeadershipTransferIntegrationTest - sendShutDown for pekko://test/user/leader599 starting 08:22:21,263 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader599: onShutDown 08:22:21,263 AM [main] [INFO] LeadershipTransferIntegrationTest - sendShutDown for pekko://test/user/leader599 ending 08:22:21,263 AM [main] [INFO] LeadershipTransferIntegrationTest - testLeaderTransferSkippedOnShutdownWithNoFollowers ending 08:22:21,263 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/leader599-collector603#27403729] 08:22:21,274 AM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/leader599] 08:22:21,275 AM [main] [INFO] LeadershipTransferIntegrationTest - testRequestLeadershipTransferToFollower2WithFollower2Lagging starting 08:22:21,275 AM [main] [INFO] LeadershipTransferIntegrationTest - createRaftActors starting [WARN] [08/28/2024 08:22:21.277] [test-pekko.actor.default-dispatcher-18] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/follower605]: org.opendaylight.controller.cluster.common.actor.Monitor@425a16e0 08:22:21,278 AM [test-pekko.actor.default-dispatcher-7] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Starting recovery for follower605 with journal batch size 1000 08:22:21,279 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower605: SnapshotOffer called. 08:22:21,279 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower605: Moving last applied index from -1 to -1 08:22:21,279 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower605: Set currentTerm=1, votedFor=null 08:22:21,279 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower605: Updated server config: isVoting: true, peers: [PeerInfo [id=follower607, address=pekko://test/user/follower607, votingState=NON_VOTING], PeerInfo [id=follower606, address=pekko://test/user/follower606, votingState=VOTING], PeerInfo [id=leader604, address=pekko://test/user/leader604, votingState=VOTING]] 08:22:21,279 AM [test-pekko.actor.default-dispatcher-7] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Recovery snapshot applied for follower605 in 113.2 μs: snapshotIndex=-1, snapshotTerm=-1, journal-size=0 08:22:21,280 AM [test-pekko.actor.default-dispatcher-7] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower605: Recovery completed in 1.165 ms - Switching actor to Follower - last log index = -1, last log term = -1, snapshot index = -1, snapshot term = -1, journal size = 0 [WARN] [08/28/2024 08:22:21.287] [test-pekko.actor.default-dispatcher-7] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/follower606]: org.opendaylight.controller.cluster.common.actor.Monitor@d6fff29 08:22:21,288 AM [test-pekko.actor.default-dispatcher-18] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Starting recovery for follower606 with journal batch size 1000 08:22:21,288 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower606: SnapshotOffer called. 08:22:21,288 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower606: Moving last applied index from -1 to -1 08:22:21,288 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower606: Set currentTerm=1, votedFor=null 08:22:21,288 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower606: Updated server config: isVoting: true, peers: [PeerInfo [id=follower605, address=pekko://test/user/follower605, votingState=VOTING], PeerInfo [id=follower607, address=pekko://test/user/follower607, votingState=NON_VOTING], PeerInfo [id=leader604, address=pekko://test/user/leader604, votingState=VOTING]] 08:22:21,288 AM [test-pekko.actor.default-dispatcher-18] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Recovery snapshot applied for follower606 in 81.44 μs: snapshotIndex=-1, snapshotTerm=-1, journal-size=0 08:22:21,289 AM [test-pekko.actor.default-dispatcher-18] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower606: Recovery completed in 599.4 μs - Switching actor to Follower - last log index = -1, last log term = -1, snapshot index = -1, snapshot term = -1, journal size = 0 [WARN] [08/28/2024 08:22:21.289] [test-pekko.actor.default-dispatcher-16] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/follower607]: org.opendaylight.controller.cluster.common.actor.Monitor@28885e2 08:22:21,290 AM [test-pekko.actor.default-dispatcher-7] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Starting recovery for follower607 with journal batch size 1000 08:22:21,290 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower607: SnapshotOffer called. 08:22:21,290 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower607: Moving last applied index from -1 to -1 08:22:21,290 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower607: Set currentTerm=1, votedFor=null 08:22:21,290 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower607: Updated server config: isVoting: false, peers: [PeerInfo [id=follower605, address=pekko://test/user/follower605, votingState=VOTING], PeerInfo [id=follower606, address=pekko://test/user/follower606, votingState=VOTING], PeerInfo [id=leader604, address=pekko://test/user/leader604, votingState=VOTING]] 08:22:21,290 AM [test-pekko.actor.default-dispatcher-7] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Recovery snapshot applied for follower607 in 75.48 μs: snapshotIndex=-1, snapshotTerm=-1, journal-size=0 08:22:21,291 AM [test-pekko.actor.default-dispatcher-16] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower607: Recovery completed in 753.0 μs - Switching actor to Follower - last log index = -1, last log term = -1, snapshot index = -1, snapshot term = -1, journal size = 0 [WARN] [08/28/2024 08:22:21.292] [test-pekko.actor.default-dispatcher-16] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/leader604]: org.opendaylight.controller.cluster.common.actor.Monitor@19ff096d 08:22:21,293 AM [test-pekko.actor.default-dispatcher-7] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Starting recovery for leader604 with journal batch size 1000 08:22:21,293 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604: SnapshotOffer called. 08:22:21,293 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604: Moving last applied index from -1 to -1 08:22:21,293 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604: Set currentTerm=1, votedFor=null 08:22:21,293 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604: Updated server config: isVoting: true, peers: [PeerInfo [id=follower605, address=pekko://test/user/follower605, votingState=VOTING], PeerInfo [id=follower607, address=pekko://test/user/follower607, votingState=NON_VOTING], PeerInfo [id=follower606, address=pekko://test/user/follower606, votingState=VOTING]] 08:22:21,293 AM [test-pekko.actor.default-dispatcher-7] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Recovery snapshot applied for leader604 in 59.59 μs: snapshotIndex=-1, snapshotTerm=-1, journal-size=0 08:22:21,294 AM [test-pekko.actor.default-dispatcher-16] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - leader604: Recovery completed in 544.5 μs - Switching actor to Follower - last log index = -1, last log term = -1, snapshot index = -1, snapshot term = -1, journal size = 0 08:22:21,650 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] DefaultConfigParamsImpl - No custom RaftPolicy specified. Using DefaultRaftPolicy 08:22:21,650 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Follower): Checking if this node is isolated in the cluster unreachable set [],all members [] self member: Member(pekko://test@10.30.170.21:17355, Removed) 08:22:21,650 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Follower): Received ElectionTimeout - switching to Candidate 08:22:21,650 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Candidate): Election: Candidate has following voting peers: [follower605, follower606] 08:22:21,650 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604: Set currentTerm=2, votedFor=leader604 08:22:21,650 AM [test-pekko.actor.default-dispatcher-16] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Candidate): Starting new election term 2 08:22:21,650 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Candidate): Sending RequestVote [term=2, candidateId=leader604, lastLogIndex=-1, lastLogTerm=-1] to peer follower605 08:22:21,650 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Candidate): Sending RequestVote [term=2, candidateId=leader604, lastLogIndex=-1, lastLogTerm=-1] to peer follower606 08:22:21,650 AM [test-pekko.actor.default-dispatcher-16] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Follower) :- Switching from behavior Follower to Candidate, election term: 2 08:22:21,650 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower606 (Follower): Found higher term in RequestVote rpc, verifying whether it's safe to update term. 08:22:21,651 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower606 (Follower): Cluster state: [] 08:22:21,651 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower606 (Follower): Candidate in requestVote:RequestVote [term=2, candidateId=leader604, lastLogIndex=-1, lastLogTerm=-1] with higher term appears reachable, updating term. 08:22:21,651 AM [test-pekko.actor.default-dispatcher-17] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower606 (Follower): Term 2 in "RequestVote [term=2, candidateId=leader604, lastLogIndex=-1, lastLogTerm=-1]" message is greater than follower's term 1 - updating term 08:22:21,651 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower606: Set currentTerm=2, votedFor=null 08:22:21,651 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower606 (Follower): In requestVote: RequestVote [term=2, candidateId=leader604, lastLogIndex=-1, lastLogTerm=-1] - currentTerm: 2, votedFor: null, lastIndex: -1, lastTerm: -1 08:22:21,651 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower606: Set currentTerm=2, votedFor=leader604 08:22:21,651 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower606 (Follower): requestVote returning: RequestVoteReply [term=2, voteGranted=true] 08:22:21,651 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Candidate): RaftRPC message received RequestVoteReply [term=2, voteGranted=true], my term is 2 08:22:21,651 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Candidate): handleRequestVoteReply: RequestVoteReply [term=2, voteGranted=true], current voteCount: 1 08:22:21,651 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Leader): Election: Leader has following peers: [follower605, follower607, follower606] 08:22:21,651 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower605 (Follower): Found higher term in RequestVote rpc, verifying whether it's safe to update term. 08:22:21,651 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower605 (Follower): Cluster state: [] 08:22:21,651 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower605 (Follower): Candidate in requestVote:RequestVote [term=2, candidateId=leader604, lastLogIndex=-1, lastLogTerm=-1] with higher term appears reachable, updating term. 08:22:21,651 AM [test-pekko.actor.default-dispatcher-18] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower605 (Follower): Term 2 in "RequestVote [term=2, candidateId=leader604, lastLogIndex=-1, lastLogTerm=-1]" message is greater than follower's term 1 - updating term 08:22:21,651 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower605: Set currentTerm=2, votedFor=null 08:22:21,651 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Leader): Checking sendAppendEntries for follower follower605: active: false, followerNextIndex: -1, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:21,651 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower605 (Follower): In requestVote: RequestVote [term=2, candidateId=leader604, lastLogIndex=-1, lastLogTerm=-1] - currentTerm: 2, votedFor: null, lastIndex: -1, lastTerm: -1 08:22:21,651 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower605: Set currentTerm=2, votedFor=leader604 08:22:21,651 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Leader): Checking sendAppendEntries for follower follower607: active: false, followerNextIndex: -1, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:21,651 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower605 (Follower): requestVote returning: RequestVoteReply [term=2, voteGranted=true] 08:22:21,652 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Leader): Checking sendAppendEntries for follower follower606: active: false, followerNextIndex: -1, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:21,652 AM [test-pekko.actor.default-dispatcher-6] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower607 (Follower): Term 2 in "AppendEntries [leaderId=leader604, prevLogIndex=-1, prevLogTerm=-1, leaderCommit=-1, replicatedToAllIndex=-1, payloadVersion=5, recipientRaftVersion=4, leaderRaftVersion=5, leaderAddress=null, entries=[]]" message is greater than follower's term 1 - updating term 08:22:21,652 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower607: Set currentTerm=2, votedFor=null 08:22:21,652 AM [test-pekko.actor.default-dispatcher-17] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Candidate) :- Switching from behavior Candidate to Leader, election term: 2 08:22:21,652 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] SyncStatusTracker - follower607: Last sync leader does not match current leader leader604, need to catch up to -1 08:22:21,652 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] SyncStatusTracker - follower606: Last sync leader does not match current leader leader604, need to catch up to -1 [WARN] [08/28/2024 08:22:21.652] [test-pekko.actor.default-dispatcher-6] [pekko://test/user/follower606] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@abd3b80 08:22:21,652 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Leader): handleAppendEntriesReply - FollowerLogInformation for follower607 updated: matchIndex: -1, nextIndex: 0 08:22:21,652 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Leader): Checking sendAppendEntries for follower follower607: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:21,652 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Leader): handleAppendEntriesReply - FollowerLogInformation for follower606 updated: matchIndex: -1, nextIndex: 0 08:22:21,652 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Leader): Checking sendAppendEntries for follower follower606: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 [WARN] [08/28/2024 08:22:21.652] [test-pekko.actor.default-dispatcher-17] [pekko://test/user/follower607] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@64f31cc0 08:22:21,653 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] SyncStatusTracker - follower605: Last sync leader does not match current leader leader604, need to catch up to -1 08:22:21,653 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Leader): handleAppendEntriesReply - FollowerLogInformation for follower605 updated: matchIndex: -1, nextIndex: 0 08:22:21,653 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Leader): Checking sendAppendEntries for follower follower605: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 [WARN] [08/28/2024 08:22:21.653] [test-pekko.actor.default-dispatcher-16] [pekko://test/user/follower605] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@2e45c564 08:22:21,696 AM [main] [INFO] LeadershipTransferIntegrationTest - createRaftActors starting 08:22:21,696 AM [main] [INFO] LeadershipTransferIntegrationTest - createRequestLeadershipResultCollectorActor starting 08:22:21,697 AM [main] [INFO] LeadershipTransferIntegrationTest - createRequestLeadershipResultCollectorActor ending 08:22:21,697 AM [main] [INFO] LeadershipTransferIntegrationTest - sendPayloadWithFollower2Lagging starting 08:22:21,697 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604: Persist data SimpleReplicatedLogEntry [index=0, term=2, payload=zero] 08:22:21,697 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604: Append log entry and persist SimpleReplicatedLogEntry [index=0, term=2, payload=zero] 08:22:21,697 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Leader): Replicate message: identifier: MockIdentifier{value=zero}, logIndex: 0, isSendImmediate: true 08:22:21,697 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Leader): Checking sendAppendEntries for follower follower605: active: true, followerNextIndex: 0, leaderLastIndex: 0, leaderSnapShotIndex: -1 08:22:21,697 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Leader): sendAppendEntries: 0 is present for follower follower605 08:22:21,697 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Leader): Sending AppendEntries to follower follower605: AppendEntries [leaderId=leader604, prevLogIndex=-1, prevLogTerm=-1, leaderCommit=-1, replicatedToAllIndex=-1, payloadVersion=5, recipientRaftVersion=5, leaderRaftVersion=5, leaderAddress=null, entries=[SimpleReplicatedLogEntry [index=0, term=2, payload=zero]]] 08:22:21,697 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Leader): Checking sendAppendEntries for follower follower607: active: true, followerNextIndex: 0, leaderLastIndex: 0, leaderSnapShotIndex: -1 08:22:21,697 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Leader): sendAppendEntries: 0 is present for follower follower607 08:22:21,697 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Leader): Sending AppendEntries to follower follower607: AppendEntries [leaderId=leader604, prevLogIndex=-1, prevLogTerm=-1, leaderCommit=-1, replicatedToAllIndex=-1, payloadVersion=5, recipientRaftVersion=5, leaderRaftVersion=5, leaderAddress=null, entries=[SimpleReplicatedLogEntry [index=0, term=2, payload=zero]]] 08:22:21,697 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Leader): Checking sendAppendEntries for follower follower606: active: true, followerNextIndex: 0, leaderLastIndex: 0, leaderSnapShotIndex: -1 08:22:21,697 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Leader): sendAppendEntries: 0 is present for follower follower606 08:22:21,697 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower605 (Follower): handleAppendEntries: AppendEntries [leaderId=leader604, prevLogIndex=-1, prevLogTerm=-1, leaderCommit=-1, replicatedToAllIndex=-1, payloadVersion=5, recipientRaftVersion=5, leaderRaftVersion=5, leaderAddress=null, entries=[SimpleReplicatedLogEntry [index=0, term=2, payload=zero]]] 08:22:21,697 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Leader): Sending AppendEntries to follower follower606: AppendEntries [leaderId=leader604, prevLogIndex=-1, prevLogTerm=-1, leaderCommit=-1, replicatedToAllIndex=-1, payloadVersion=5, recipientRaftVersion=5, leaderRaftVersion=5, leaderAddress=null, entries=[SimpleReplicatedLogEntry [index=0, term=2, payload=zero]]] 08:22:21,697 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower605 (Follower): Number of entries to be appended = 1 08:22:21,697 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower605 (Follower): After cleanup, lastIndex: -1, entries to be added from: 0 08:22:21,697 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower605 (Follower): Append entry to log zero 08:22:21,697 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower605: Append log entry and persist SimpleReplicatedLogEntry [index=0, term=2, payload=zero] 08:22:21,697 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower607 (Follower): handleAppendEntries: AppendEntries [leaderId=leader604, prevLogIndex=-1, prevLogTerm=-1, leaderCommit=-1, replicatedToAllIndex=-1, payloadVersion=5, recipientRaftVersion=5, leaderRaftVersion=5, leaderAddress=null, entries=[SimpleReplicatedLogEntry [index=0, term=2, payload=zero]]] 08:22:21,697 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower605 (Follower): Log size is now 1 08:22:21,697 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower607 (Follower): Number of entries to be appended = 1 08:22:21,697 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower607 (Follower): After cleanup, lastIndex: -1, entries to be added from: 0 08:22:21,697 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower607 (Follower): Append entry to log zero 08:22:21,697 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower607: Append log entry and persist SimpleReplicatedLogEntry [index=0, term=2, payload=zero] 08:22:21,697 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower605 (Follower): handleAppendEntries returning : AppendEntriesReply [term=2, success=true, followerId=follower605, logLastIndex=0, logLastTerm=2, forceInstallSnapshot=false, needsLeaderAddress=false, payloadVersion=5, raftVersion=5, recipientRaftVersion=5] 08:22:21,697 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] SyncStatusTracker - follower605: Lagging 0 entries behind leader leader604 and reached -1 (of expected -1) 08:22:21,697 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower607 (Follower): Log size is now 1 08:22:21,698 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Leader): handleAppendEntriesReply - FollowerLogInformation for follower605 updated: matchIndex: 0, nextIndex: 1 08:22:21,698 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower607 (Follower): handleAppendEntries returning : AppendEntriesReply [term=2, success=true, followerId=follower607, logLastIndex=0, logLastTerm=2, forceInstallSnapshot=false, needsLeaderAddress=false, payloadVersion=5, raftVersion=5, recipientRaftVersion=5] 08:22:21,698 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] SyncStatusTracker - follower607: Lagging 0 entries behind leader leader604 and reached -1 (of expected -1) 08:22:21,698 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Leader): Checking sendAppendEntries for follower follower605: active: true, followerNextIndex: 1, leaderLastIndex: 0, leaderSnapShotIndex: -1 08:22:21,698 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Leader): handleAppendEntriesReply - FollowerLogInformation for follower607 updated: matchIndex: 0, nextIndex: 1 08:22:21,698 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Leader): Checking sendAppendEntries for follower follower607: active: true, followerNextIndex: 1, leaderLastIndex: 0, leaderSnapShotIndex: -1 08:22:21,698 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower605: persist complete SimpleReplicatedLogEntry [index=0, term=2, payload=zero] 08:22:21,698 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604: persist complete SimpleReplicatedLogEntry [index=0, term=2, payload=zero] 08:22:21,698 AM [test-pekko.actor.default-dispatcher-12] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower607: persist complete SimpleReplicatedLogEntry [index=0, term=2, payload=zero] [WARN] [08/28/2024 08:22:21.698] [test-pekko.actor.default-dispatcher-17] [pekko://test/user/follower605] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@676022b5 [WARN] [08/28/2024 08:22:21.699] [test-pekko.actor.default-dispatcher-17] [pekko://test/user/follower607] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@1c91aa1d 08:22:21,700 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Leader): Applying to log - commitIndex: 0, lastAppliedIndex: -1 08:22:21,700 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Leader): Setting last applied to 0 08:22:21,700 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604: Moving last applied index from -1 to 0 08:22:21,700 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604: Applying state for log index 0 data zero 08:22:21,700 AM [test-pekko.actor.default-dispatcher-7] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - leader604: applyState called: zero 08:22:21,700 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604: Persisting ApplyJournalEntries with index=0 08:22:21,770 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Leader): sendAppendEntries: 0 is present for follower follower606 08:22:21,770 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Leader): Sending AppendEntries to follower follower606: AppendEntries [leaderId=leader604, prevLogIndex=-1, prevLogTerm=-1, leaderCommit=0, replicatedToAllIndex=-1, payloadVersion=5, recipientRaftVersion=5, leaderRaftVersion=5, leaderAddress=null, entries=[SimpleReplicatedLogEntry [index=0, term=2, payload=zero]]] 08:22:21,890 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Leader): sendAppendEntries: 0 is present for follower follower606 08:22:21,890 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower605 (Follower): Commit index set to 0 08:22:21,890 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Leader): Sending AppendEntries to follower follower606: AppendEntries [leaderId=leader604, prevLogIndex=-1, prevLogTerm=-1, leaderCommit=0, replicatedToAllIndex=-1, payloadVersion=5, recipientRaftVersion=5, leaderRaftVersion=5, leaderAddress=null, entries=[SimpleReplicatedLogEntry [index=0, term=2, payload=zero]]] 08:22:21,890 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] SyncStatusTracker - follower605: Lagging 0 entries behind leader leader604 and reached 0 (of expected -1) 08:22:21,890 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower605 (Follower): applyLogToStateMachine, appendEntries.getLeaderCommit(): 0, context.getLastApplied(): -1, lastIndex(): 0 08:22:21,890 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower605 (Follower): Setting last applied to 0 08:22:21,890 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower605: Moving last applied index from -1 to 0 08:22:21,890 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower607 (Follower): Commit index set to 0 08:22:21,890 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower605: Applying state for log index 0 data zero 08:22:21,890 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] SyncStatusTracker - follower607: Lagging 0 entries behind leader leader604 and reached 0 (of expected -1) 08:22:21,890 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower607 (Follower): applyLogToStateMachine, appendEntries.getLeaderCommit(): 0, context.getLastApplied(): -1, lastIndex(): 0 08:22:21,890 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower607 (Follower): Setting last applied to 0 08:22:21,890 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower607: Moving last applied index from -1 to 0 08:22:21,890 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower607: Applying state for log index 0 data zero 08:22:21,890 AM [test-pekko.actor.default-dispatcher-15] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower605: applyState called: zero 08:22:21,890 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower605: Persisting ApplyJournalEntries with index=0 08:22:21,890 AM [test-pekko.actor.default-dispatcher-7] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower607: applyState called: zero 08:22:21,891 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower607: Persisting ApplyJournalEntries with index=0 08:22:21,898 AM [main] [INFO] LeadershipTransferIntegrationTest - sendPayloadWithFollower2Lagging ending 08:22:21,898 AM [main] [INFO] LeadershipTransferIntegrationTest - sendFollower2RequestLeadershipTransferToLeader starting 08:22:21,898 AM [main] [INFO] LeadershipTransferIntegrationTest - sendFollower2RequestLeadershipTransferToLeader ending 08:22:21,898 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604: onRequestLeadership RequestLeadership [requestedFollowerId=follower606, replyTo=Actor[pekko://test/user/$c#1188076243]] 08:22:21,898 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604: Initiating leader transfer 08:22:21,898 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower605: onLeaderTransitioning: LeaderTransitioning [leaderId=leader604] 08:22:21,898 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] RaftActorLeadershipTransferCohort - leader604: pauseLeader successfully completed - doing transfer 08:22:21,898 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower607: onLeaderTransitioning: LeaderTransitioning [leaderId=leader604] 08:22:21,898 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower606: onLeaderTransitioning: LeaderTransitioning [leaderId=leader604] 08:22:21,898 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Leader): Attempting to transfer leadership 08:22:21,899 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Leader): Checking sendAppendEntries for follower follower605: active: true, followerNextIndex: 1, leaderLastIndex: 0, leaderSnapShotIndex: -1 08:22:21,899 AM [test-pekko.actor.default-dispatcher-6] [DEBUG] SyncStatusTracker - follower605: Lagging 0 entries behind leader leader604 and reached 0 (of expected -1) 08:22:21,899 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Leader): Checking sendAppendEntries for follower follower607: active: true, followerNextIndex: 1, leaderLastIndex: 0, leaderSnapShotIndex: -1 08:22:21,899 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Leader): Checking sendAppendEntries for follower follower606: active: true, followerNextIndex: 0, leaderLastIndex: 0, leaderSnapShotIndex: -1 08:22:21,899 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Leader): sendAppendEntries: 0 is present for follower follower606 08:22:21,899 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] SyncStatusTracker - follower607: Lagging 0 entries behind leader leader604 and reached 0 (of expected -1) 08:22:22,10 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] SyncStatusTracker - follower605: Lagging 0 entries behind leader leader604 and reached 0 (of expected -1) 08:22:22,10 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] SyncStatusTracker - follower607: Lagging 0 entries behind leader leader604 and reached 0 (of expected -1) 08:22:22,130 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] SyncStatusTracker - follower607: Lagging 0 entries behind leader leader604 and reached 0 (of expected -1) 08:22:22,130 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] SyncStatusTracker - follower605: Lagging 0 entries behind leader leader604 and reached 0 (of expected -1) 08:22:22,250 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] RaftActorLeadershipTransferCohort - leader604: leader transfer aborted 08:22:22,250 AM [test-pekko.actor.default-dispatcher-15] [WARN] RaftActorLeadershipTransferCohort - leader604: Failed to transfer leadership in 351.6 ms 08:22:22,250 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604: LeadershipTransfer request from follower606 failed 08:22:22,250 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader604 (Leader): Leadership transfer expired 08:22:22,250 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] SyncStatusTracker - follower605: Lagging 0 entries behind leader leader604 and reached 0 (of expected -1) 08:22:22,250 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] SyncStatusTracker - follower607: Lagging 0 entries behind leader leader604 and reached 0 (of expected -1) 08:22:22,252 AM [main] [INFO] LeadershipTransferIntegrationTest - testRequestLeadershipTransferToFollower2WithFollower2Lagging ending 08:22:22,252 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/follower605-notifier608#-3226620] 08:22:22,263 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/follower605-collector609#-678989455] 08:22:22,263 AM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/follower605] 08:22:22,263 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/follower606-notifier610#807052289] 08:22:22,263 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/follower606-collector611#-2049214935] 08:22:22,263 AM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/follower606] 08:22:22,264 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/follower607-notifier612#-391091155] 08:22:22,266 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/follower607-collector613#25789416] 08:22:22,266 AM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/follower607] 08:22:22,267 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/leader604-notifier614#1716225862] 08:22:22,268 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/leader604-collector615#358373353] 08:22:22,268 AM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/leader604] 08:22:22,268 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/$c#1188076243] 08:22:22,269 AM [main] [INFO] LeadershipTransferIntegrationTest - testRequestLeadershipTransferToFollower2WithOtherFollowersDown starting 08:22:22,269 AM [main] [INFO] LeadershipTransferIntegrationTest - createRaftActors starting [WARN] [08/28/2024 08:22:22.271] [test-pekko.actor.default-dispatcher-15] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/follower617]: org.opendaylight.controller.cluster.common.actor.Monitor@6769f9ae 08:22:22,272 AM [test-pekko.actor.default-dispatcher-18] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Starting recovery for follower617 with journal batch size 1000 08:22:22,272 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower617: SnapshotOffer called. 08:22:22,272 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower617: Moving last applied index from -1 to -1 08:22:22,272 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower617: Set currentTerm=1, votedFor=null 08:22:22,273 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower617: Updated server config: isVoting: true, peers: [PeerInfo [id=follower618, address=pekko://test/user/follower618, votingState=VOTING], PeerInfo [id=leader616, address=pekko://test/user/leader616, votingState=VOTING], PeerInfo [id=follower619, address=pekko://test/user/follower619, votingState=NON_VOTING]] 08:22:22,273 AM [test-pekko.actor.default-dispatcher-15] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Recovery snapshot applied for follower617 in 68.31 μs: snapshotIndex=-1, snapshotTerm=-1, journal-size=0 [WARN] [08/28/2024 08:22:22.273] [test-pekko.actor.default-dispatcher-7] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/follower618]: org.opendaylight.controller.cluster.common.actor.Monitor@f87cd0a 08:22:22,274 AM [test-pekko.actor.default-dispatcher-15] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Starting recovery for follower618 with journal batch size 1000 08:22:22,274 AM [test-pekko.actor.default-dispatcher-11] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower617: Recovery completed in 995.6 μs - Switching actor to Follower - last log index = -1, last log term = -1, snapshot index = -1, snapshot term = -1, journal size = 0 08:22:22,274 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower618: SnapshotOffer called. 08:22:22,274 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower618: Moving last applied index from -1 to -1 08:22:22,274 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower618: Set currentTerm=1, votedFor=null 08:22:22,274 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower618: Updated server config: isVoting: true, peers: [PeerInfo [id=follower617, address=pekko://test/user/follower617, votingState=VOTING], PeerInfo [id=leader616, address=pekko://test/user/leader616, votingState=VOTING], PeerInfo [id=follower619, address=pekko://test/user/follower619, votingState=NON_VOTING]] 08:22:22,274 AM [test-pekko.actor.default-dispatcher-7] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Recovery snapshot applied for follower618 in 114.6 μs: snapshotIndex=-1, snapshotTerm=-1, journal-size=0 08:22:22,275 AM [test-pekko.actor.default-dispatcher-6] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower618: Recovery completed in 956.6 μs - Switching actor to Follower - last log index = -1, last log term = -1, snapshot index = -1, snapshot term = -1, journal size = 0 [WARN] [08/28/2024 08:22:22.276] [test-pekko.actor.default-dispatcher-7] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/follower619]: org.opendaylight.controller.cluster.common.actor.Monitor@6e4a0b30 08:22:22,277 AM [test-pekko.actor.default-dispatcher-15] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Starting recovery for follower619 with journal batch size 1000 08:22:22,277 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower619: SnapshotOffer called. 08:22:22,277 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower619: Moving last applied index from -1 to -1 08:22:22,277 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower619: Set currentTerm=1, votedFor=null 08:22:22,277 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower619: Updated server config: isVoting: false, peers: [PeerInfo [id=follower618, address=pekko://test/user/follower618, votingState=VOTING], PeerInfo [id=follower617, address=pekko://test/user/follower617, votingState=VOTING], PeerInfo [id=leader616, address=pekko://test/user/leader616, votingState=VOTING]] 08:22:22,277 AM [test-pekko.actor.default-dispatcher-16] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Recovery snapshot applied for follower619 in 43.21 μs: snapshotIndex=-1, snapshotTerm=-1, journal-size=0 08:22:22,278 AM [test-pekko.actor.default-dispatcher-15] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower619: Recovery completed in 409.2 μs - Switching actor to Follower - last log index = -1, last log term = -1, snapshot index = -1, snapshot term = -1, journal size = 0 [WARN] [08/28/2024 08:22:22.279] [test-pekko.actor.default-dispatcher-15] [pekko://test/user/termination-monitor] received dead letter from TestActor[pekko://test/user/leader616]: org.opendaylight.controller.cluster.common.actor.Monitor@40ae933a 08:22:22,279 AM [test-pekko.actor.default-dispatcher-16] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Starting recovery for leader616 with journal batch size 1000 08:22:22,279 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616: SnapshotOffer called. 08:22:22,279 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616: Moving last applied index from -1 to -1 08:22:22,279 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616: Set currentTerm=1, votedFor=null 08:22:22,279 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616: Updated server config: isVoting: true, peers: [PeerInfo [id=follower618, address=pekko://test/user/follower618, votingState=VOTING], PeerInfo [id=follower617, address=pekko://test/user/follower617, votingState=VOTING], PeerInfo [id=follower619, address=pekko://test/user/follower619, votingState=NON_VOTING]] 08:22:22,279 AM [test-pekko.actor.default-dispatcher-7] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - Recovery snapshot applied for leader616 in 39.63 μs: snapshotIndex=-1, snapshotTerm=-1, journal-size=0 08:22:22,280 AM [test-pekko.actor.default-dispatcher-15] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - leader616: Recovery completed in 425.0 μs - Switching actor to Follower - last log index = -1, last log term = -1, snapshot index = -1, snapshot term = -1, journal size = 0 08:22:22,640 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] DefaultConfigParamsImpl - No custom RaftPolicy specified. Using DefaultRaftPolicy 08:22:22,640 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616 (Follower): Checking if this node is isolated in the cluster unreachable set [],all members [] self member: Member(pekko://test@10.30.170.21:17355, Removed) 08:22:22,640 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616 (Follower): Received ElectionTimeout - switching to Candidate 08:22:22,640 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616 (Candidate): Election: Candidate has following voting peers: [follower618, follower617] 08:22:22,640 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616: Set currentTerm=2, votedFor=leader616 08:22:22,640 AM [test-pekko.actor.default-dispatcher-7] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - leader616 (Candidate): Starting new election term 2 08:22:22,640 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616 (Candidate): Sending RequestVote [term=2, candidateId=leader616, lastLogIndex=-1, lastLogTerm=-1] to peer follower618 08:22:22,640 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616 (Candidate): Sending RequestVote [term=2, candidateId=leader616, lastLogIndex=-1, lastLogTerm=-1] to peer follower617 08:22:22,641 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower618 (Follower): Found higher term in RequestVote rpc, verifying whether it's safe to update term. 08:22:22,641 AM [test-pekko.actor.default-dispatcher-7] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - leader616 (Follower) :- Switching from behavior Follower to Candidate, election term: 2 08:22:22,641 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower618 (Follower): Cluster state: [] 08:22:22,641 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower618 (Follower): Candidate in requestVote:RequestVote [term=2, candidateId=leader616, lastLogIndex=-1, lastLogTerm=-1] with higher term appears reachable, updating term. 08:22:22,641 AM [test-pekko.actor.default-dispatcher-15] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower618 (Follower): Term 2 in "RequestVote [term=2, candidateId=leader616, lastLogIndex=-1, lastLogTerm=-1]" message is greater than follower's term 1 - updating term 08:22:22,641 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower618: Set currentTerm=2, votedFor=null 08:22:22,641 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower618 (Follower): In requestVote: RequestVote [term=2, candidateId=leader616, lastLogIndex=-1, lastLogTerm=-1] - currentTerm: 2, votedFor: null, lastIndex: -1, lastTerm: -1 08:22:22,641 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower617 (Follower): Found higher term in RequestVote rpc, verifying whether it's safe to update term. 08:22:22,641 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower618: Set currentTerm=2, votedFor=leader616 08:22:22,641 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower617 (Follower): Cluster state: [] 08:22:22,641 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower617 (Follower): Candidate in requestVote:RequestVote [term=2, candidateId=leader616, lastLogIndex=-1, lastLogTerm=-1] with higher term appears reachable, updating term. 08:22:22,641 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower618 (Follower): requestVote returning: RequestVoteReply [term=2, voteGranted=true] 08:22:22,641 AM [test-pekko.actor.default-dispatcher-7] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower617 (Follower): Term 2 in "RequestVote [term=2, candidateId=leader616, lastLogIndex=-1, lastLogTerm=-1]" message is greater than follower's term 1 - updating term 08:22:22,641 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower617: Set currentTerm=2, votedFor=null 08:22:22,641 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower617 (Follower): In requestVote: RequestVote [term=2, candidateId=leader616, lastLogIndex=-1, lastLogTerm=-1] - currentTerm: 2, votedFor: null, lastIndex: -1, lastTerm: -1 08:22:22,641 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower617: Set currentTerm=2, votedFor=leader616 08:22:22,641 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower617 (Follower): requestVote returning: RequestVoteReply [term=2, voteGranted=true] 08:22:22,642 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616 (Candidate): RaftRPC message received RequestVoteReply [term=2, voteGranted=true], my term is 2 08:22:22,642 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616 (Candidate): handleRequestVoteReply: RequestVoteReply [term=2, voteGranted=true], current voteCount: 1 08:22:22,642 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616 (Leader): Election: Leader has following peers: [follower618, follower617, follower619] 08:22:22,642 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616 (Leader): Checking sendAppendEntries for follower follower618: active: false, followerNextIndex: -1, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:22,642 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616 (Leader): Checking sendAppendEntries for follower follower617: active: false, followerNextIndex: -1, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:22,642 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616 (Leader): Checking sendAppendEntries for follower follower619: active: false, followerNextIndex: -1, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:22,642 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] SyncStatusTracker - follower618: Last sync leader does not match current leader leader616, need to catch up to -1 08:22:22,642 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] SyncStatusTracker - follower617: Last sync leader does not match current leader leader616, need to catch up to -1 08:22:22,642 AM [test-pekko.actor.default-dispatcher-16] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - leader616 (Candidate) :- Switching from behavior Candidate to Leader, election term: 2 08:22:22,642 AM [test-pekko.actor.default-dispatcher-17] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower619 (Follower): Term 2 in "AppendEntries [leaderId=leader616, prevLogIndex=-1, prevLogTerm=-1, leaderCommit=-1, replicatedToAllIndex=-1, payloadVersion=5, recipientRaftVersion=4, leaderRaftVersion=5, leaderAddress=null, entries=[]]" message is greater than follower's term 1 - updating term 08:22:22,642 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower619: Set currentTerm=2, votedFor=null 08:22:22,642 AM [test-pekko.actor.default-dispatcher-17] [DEBUG] SyncStatusTracker - follower619: Last sync leader does not match current leader leader616, need to catch up to -1 [WARN] [08/28/2024 08:22:22.642] [test-pekko.actor.default-dispatcher-11] [pekko://test/user/follower617] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@43dbad48 08:22:22,643 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616 (Leader): handleAppendEntriesReply - FollowerLogInformation for follower618 updated: matchIndex: -1, nextIndex: 0 08:22:22,643 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616 (Leader): Checking sendAppendEntries for follower follower618: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:22,643 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616 (Leader): handleAppendEntriesReply - FollowerLogInformation for follower617 updated: matchIndex: -1, nextIndex: 0 08:22:22,643 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616 (Leader): Checking sendAppendEntries for follower follower617: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:22,643 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616 (Leader): handleAppendEntriesReply - FollowerLogInformation for follower619 updated: matchIndex: -1, nextIndex: 0 08:22:22,643 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616 (Leader): Checking sendAppendEntries for follower follower619: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 [WARN] [08/28/2024 08:22:22.643] [test-pekko.actor.default-dispatcher-7] [pekko://test/user/follower618] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@1d2ba56b [WARN] [08/28/2024 08:22:22.643] [test-pekko.actor.default-dispatcher-7] [pekko://test/user/follower619] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@40644670 08:22:22,683 AM [main] [INFO] LeadershipTransferIntegrationTest - createRaftActors starting 08:22:22,683 AM [main] [INFO] LeadershipTransferIntegrationTest - createRequestLeadershipResultCollectorActor starting 08:22:22,683 AM [main] [INFO] LeadershipTransferIntegrationTest - createRequestLeadershipResultCollectorActor ending 08:22:22,683 AM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/follower617] 08:22:22,694 AM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/follower619] 08:22:22,705 AM [main] [INFO] LeadershipTransferIntegrationTest - sendFollower2RequestLeadershipTransferToLeader starting 08:22:22,706 AM [main] [INFO] LeadershipTransferIntegrationTest - sendFollower2RequestLeadershipTransferToLeader ending 08:22:22,706 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616: onRequestLeadership RequestLeadership [requestedFollowerId=follower618, replyTo=Actor[pekko://test/user/$d#1517882552]] 08:22:22,706 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616: Initiating leader transfer 08:22:22,706 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower618: onLeaderTransitioning: LeaderTransitioning [leaderId=leader616] [WARN] [08/28/2024 08:22:22.706] [test-pekko.actor.default-dispatcher-16] [pekko://test/user/follower617] received dead letter from TestActor[pekko://test/user/leader616]: LeaderTransitioning [leaderId=leader616] [WARN] [08/28/2024 08:22:22.706] [test-pekko.actor.default-dispatcher-16] [pekko://test/user/follower619] received dead letter from TestActor[pekko://test/user/leader616]: LeaderTransitioning [leaderId=leader616] 08:22:22,706 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] RaftActorLeadershipTransferCohort - leader616: pauseLeader successfully completed - doing transfer 08:22:22,706 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616 (Leader): Attempting to transfer leadership 08:22:22,706 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616 (Leader): Checking sendAppendEntries for follower follower618: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:22,706 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616 (Leader): Checking sendAppendEntries for follower follower617: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:22,706 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] SyncStatusTracker - follower618: Lagging 0 entries behind leader leader616 and reached -1 (of expected -1) [WARN] [08/28/2024 08:22:22.706] [test-pekko.actor.default-dispatcher-7] [pekko://test/user/follower617] received dead letter from TestActor[pekko://test/user/leader616]: AppendEntries [leaderId=leader616, prevLogIndex=-1, prevLogTerm=-1, leaderCommit=-1, replicatedToAllIndex=-1, payloadVersion=5, recipientRaftVersion=5, leaderRaftVersion=5, leaderAddress=null, entries=[]] [WARN] [08/28/2024 08:22:22.706] [test-pekko.actor.default-dispatcher-7] [pekko://test/user/follower618] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@36f26382 08:22:22,707 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616 (Leader): Checking sendAppendEntries for follower follower619: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 [WARN] [08/28/2024 08:22:22.707] [test-pekko.actor.default-dispatcher-7] [pekko://test/user/follower619] received dead letter from TestActor[pekko://test/user/leader616]: AppendEntries [leaderId=leader616, prevLogIndex=-1, prevLogTerm=-1, leaderCommit=-1, replicatedToAllIndex=-1, payloadVersion=5, recipientRaftVersion=5, leaderRaftVersion=5, leaderAddress=null, entries=[]] 08:22:22,707 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616 (Leader): tryToCompleteLeadershipTransfer: followerId: follower618, matchIndex: -1, lastIndex: -1, isVoting: true 08:22:22,707 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616 (Leader): Follower's log matches - sending ElectionTimeout 08:22:22,707 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616 (Leader): Checking sendAppendEntries for follower follower618: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:22,707 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] SyncStatusTracker - follower618: Lagging 0 entries behind leader leader616 and reached -1 (of expected -1) 08:22:22,707 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616 (Leader): Checking sendAppendEntries for follower follower617: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:22,707 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616 (Leader): Checking sendAppendEntries for follower follower619: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 [WARN] [08/28/2024 08:22:22.707] [test-pekko.actor.default-dispatcher-16] [pekko://test/user/follower617] received dead letter from TestActor[pekko://test/user/leader616]: AppendEntries [leaderId=leader616, prevLogIndex=-1, prevLogTerm=-1, leaderCommit=-1, replicatedToAllIndex=-1, payloadVersion=5, recipientRaftVersion=5, leaderRaftVersion=5, leaderAddress=null, entries=[]] [WARN] [08/28/2024 08:22:22.707] [test-pekko.actor.default-dispatcher-16] [pekko://test/user/follower619] received dead letter from TestActor[pekko://test/user/leader616]: AppendEntries [leaderId=leader616, prevLogIndex=-1, prevLogTerm=-1, leaderCommit=-1, replicatedToAllIndex=-1, payloadVersion=5, recipientRaftVersion=5, leaderRaftVersion=5, leaderAddress=null, entries=[]] 08:22:22,707 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616 (Leader): Leader transfer complete 08:22:22,707 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] RaftActorLeadershipTransferCohort - leader616: leader transfer complete - waiting for new leader 08:22:22,708 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] DefaultConfigParamsImpl - No custom RaftPolicy specified. Using DefaultRaftPolicy 08:22:22,708 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower618 (Follower): Received TimeoutNow - switching to Candidate 08:22:22,708 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower618 (Candidate): Election: Candidate has following voting peers: [follower617, leader616] 08:22:22,708 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower618: Set currentTerm=3, votedFor=follower618 08:22:22,708 AM [test-pekko.actor.default-dispatcher-16] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower618 (Candidate): Starting new election term 3 08:22:22,708 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower618 (Candidate): Sending RequestVote [term=3, candidateId=follower618, lastLogIndex=-1, lastLogTerm=-1] to peer follower617 08:22:22,708 AM [test-pekko.actor.default-dispatcher-16] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower618 (Candidate): Sending RequestVote [term=3, candidateId=follower618, lastLogIndex=-1, lastLogTerm=-1] to peer leader616 08:22:22,708 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616 (Leader): Found higher term in RequestVote rpc, verifying whether it's safe to update term. 08:22:22,708 AM [test-pekko.actor.default-dispatcher-16] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower618 (Follower) :- Switching from behavior Follower to Candidate, election term: 3 08:22:22,708 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616 (Leader): Cluster state: [] 08:22:22,708 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616 (Leader): Candidate in requestVote:RequestVote [term=3, candidateId=follower618, lastLogIndex=-1, lastLogTerm=-1] with higher term appears reachable, updating term. 08:22:22,708 AM [test-pekko.actor.default-dispatcher-7] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - leader616 (Leader): Term 3 in "RequestVote [term=3, candidateId=follower618, lastLogIndex=-1, lastLogTerm=-1]" message is greater than leader's term 2 - switching to Follower 08:22:22,708 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616: Set currentTerm=3, votedFor=null 08:22:22,708 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616 (Leader): Leadership transfer in progress - processing RequestVote 08:22:22,708 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616 (Leader): In requestVote: RequestVote [term=3, candidateId=follower618, lastLogIndex=-1, lastLogTerm=-1] - currentTerm: 3, votedFor: null, lastIndex: -1, lastTerm: -1 08:22:22,708 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616: Set currentTerm=3, votedFor=follower618 08:22:22,708 AM [test-pekko.actor.default-dispatcher-7] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616 (Leader): requestVote returning: RequestVoteReply [term=3, voteGranted=true] 08:22:22,709 AM [test-pekko.actor.default-dispatcher-7] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - leader616 (Leader) :- Switching from behavior Leader to Follower, election term: 3 08:22:22,709 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower618 (Candidate): RaftRPC message received RequestVoteReply [term=3, voteGranted=true], my term is 3 08:22:22,709 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower618 (Candidate): handleRequestVoteReply: RequestVoteReply [term=3, voteGranted=true], current voteCount: 1 08:22:22,709 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower618 (Leader): Election: Leader has following peers: [follower617, leader616, follower619] 08:22:22,709 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower618 (Leader): Checking sendAppendEntries for follower follower617: active: false, followerNextIndex: -1, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:22,709 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower618 (Leader): Checking sendAppendEntries for follower leader616: active: false, followerNextIndex: -1, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:22,709 AM [test-pekko.actor.default-dispatcher-11] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower618 (Leader): Checking sendAppendEntries for follower follower619: active: false, followerNextIndex: -1, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:22,709 AM [test-pekko.actor.default-dispatcher-11] [INFO] AbstractRaftActorIntegrationTest$TestRaftActor - follower618 (Candidate) :- Switching from behavior Candidate to Leader, election term: 3 [WARN] [08/28/2024 08:22:22.709] [test-pekko.actor.default-dispatcher-15] [pekko://test/user/follower617] received dead letter from TestActor[pekko://test/user/follower618]: RequestVote [term=3, candidateId=follower618, lastLogIndex=-1, lastLogTerm=-1] [WARN] [08/28/2024 08:22:22.709] [test-pekko.actor.default-dispatcher-15] [pekko://test/user/follower617] received dead letter from TestActor[pekko://test/user/follower618]: AppendEntries [leaderId=follower618, prevLogIndex=-1, prevLogTerm=-1, leaderCommit=-1, replicatedToAllIndex=-1, payloadVersion=5, recipientRaftVersion=4, leaderRaftVersion=5, leaderAddress=null, entries=[]] [WARN] [08/28/2024 08:22:22.709] [test-pekko.actor.default-dispatcher-15] [pekko://test/user/follower619] received dead letter from TestActor[pekko://test/user/follower618]: AppendEntries [leaderId=follower618, prevLogIndex=-1, prevLogTerm=-1, leaderCommit=-1, replicatedToAllIndex=-1, payloadVersion=5, recipientRaftVersion=4, leaderRaftVersion=5, leaderAddress=null, entries=[]] 08:22:22,709 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] SyncStatusTracker - leader616: Last sync leader does not match current leader follower618, need to catch up to -1 08:22:22,709 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] RaftActorLeadershipTransferCohort - leader616: leader changed to follower618 08:22:22,710 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower618 (Leader): handleAppendEntriesReply - FollowerLogInformation for leader616 updated: matchIndex: -1, nextIndex: 0 08:22:22,710 AM [test-pekko.actor.default-dispatcher-15] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - follower618 (Leader): Checking sendAppendEntries for follower leader616: active: true, followerNextIndex: 0, leaderLastIndex: -1, leaderSnapShotIndex: -1 08:22:22,710 AM [test-pekko.actor.default-dispatcher-18] [INFO] RaftActorLeadershipTransferCohort - leader616: Successfully transferred leadership to follower618 in 3.853 ms 08:22:22,710 AM [test-pekko.actor.default-dispatcher-18] [DEBUG] AbstractRaftActorIntegrationTest$TestRaftActor - leader616: Leadership transferred successfully to follower618 [WARN] [08/28/2024 08:22:22.710] [test-pekko.actor.default-dispatcher-15] [pekko://test/user/leader616] unhandled message from Actor[pekko://test/deadLetters]: org.opendaylight.controller.cluster.raft.base.messages.FollowerInitialSyncUpStatus@1ce8778a 08:22:22,758 AM [main] [INFO] LeadershipTransferIntegrationTest - testRequestLeadershipTransferToFollower2WithOtherFollowersDown ending 08:22:22,758 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/follower617-notifier620#2014742146] 08:22:22,769 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/follower617-collector621#-148876607] 08:22:22,769 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/follower618-notifier622#1354351062] 08:22:22,769 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/follower618-collector623#2141857017] 08:22:22,769 AM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/follower618] 08:22:22,771 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/follower619-notifier624#1085764754] 08:22:22,771 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/follower619-collector625#-1701846675] 08:22:22,771 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/leader616-notifier626#1500204133] 08:22:22,771 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/leader616-collector627#-758493284] 08:22:22,772 AM [main] [INFO] TestActorFactory - Killing actor TestActor[pekko://test/user/leader616] 08:22:22,772 AM [main] [INFO] TestActorFactory - Killing actor Actor[pekko://test/user/$d#1517882552] [INFO] [08/28/2024 08:22:22.773] [main] [CoordinatedShutdown(pekko://test)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 08:22:22,773 AM [test-pekko.actor.default-dispatcher-16] [INFO] CoordinatedShutdown - Running CoordinatedShutdown with reason [ActorSystemTerminateReason] [WARN] [08/28/2024 08:22:22.774] [test-pekko.actor.default-dispatcher-16] [pekko://test/system/cluster/core/daemon] unhandled message from Actor[pekko://test/deadLetters]: Leave(pekko://test@10.30.170.21:17355) 08:22:22,775 AM [test-pekko.actor.default-dispatcher-18] [INFO] Cluster - Cluster Node [pekko://test@10.30.170.21:17355] - Exiting completed 08:22:22,775 AM [test-pekko.actor.default-dispatcher-18] [INFO] Cluster - Cluster Node [pekko://test@10.30.170.21:17355] - Shutting down... 08:22:22,775 AM [test-pekko.actor.default-dispatcher-18] [INFO] Cluster - Cluster Node [pekko://test@10.30.170.21:17355] - Successfully shut down [INFO] [08/28/2024 08:22:22.774] [test-pekko.actor.internal-dispatcher-4] [Cluster(pekko://test)] Cluster Node [pekko://test@10.30.170.21:17355] - Exiting completed [INFO] [08/28/2024 08:22:22.775] [test-pekko.actor.internal-dispatcher-4] [Cluster(pekko://test)] Cluster Node [pekko://test@10.30.170.21:17355] - Shutting down... [INFO] [08/28/2024 08:22:22.775] [test-pekko.actor.internal-dispatcher-4] [Cluster(pekko://test)] Cluster Node [pekko://test@10.30.170.21:17355] - Successfully shut down 08:22:22,776 AM [test-pekko.actor.default-dispatcher-18] [INFO] RemoteActorRefProvider$RemotingTerminator - Shutting down remote daemon. [INFO] [08/28/2024 08:22:22.776] [test-pekko.remote.default-remote-dispatcher-9] [pekko://test@10.30.170.21:17355/system/remoting-terminator] Shutting down remote daemon. 08:22:22,776 AM [test-pekko.actor.default-dispatcher-18] [INFO] RemoteActorRefProvider$RemotingTerminator - Remote daemon shut down; proceeding with flushing remote transports. [INFO] [08/28/2024 08:22:22.776] [test-pekko.remote.default-remote-dispatcher-9] [pekko://test@10.30.170.21:17355/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports.