Skip to content

Instantly share code, notes, and snippets.

@alesapin
Created February 4, 2021 20:41
Show Gist options
  • Save alesapin/502b6abea98d54cf83eed3b87e7e1aa7 to your computer and use it in GitHub Desktop.
Save alesapin/502b6abea98d54cf83eed3b87e7e1aa7 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
2021.02.04 22:45:52.988497 [ 54 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.02.04 22:45:52.988655 [ 54 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 1, state term 1, target p 2, my p 2, hb alive, pre-vote NOT done
2021.02.04 22:45:52.988742 [ 54 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.02.04 22:45:52.989180 [ 54 ] {} <Information> RaftInstance: asio client created: 0x7b54000fff18
2021.02.04 22:45:52.989236 [ 54 ] {} <Information> RaftInstance: asio client destroyed: 0x7b540003fe98
2021.02.04 22:45:52.989396 [ 54 ] {} <Information> RaftInstance: 0x7b54000fff18 reconnect peer 3
2021.02.04 22:45:52.989447 [ 54 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.02.04 22:45:52.989585 [ 54 ] {} <Information> RaftInstance: asio client created: 0x7b540003fe98
2021.02.04 22:45:52.989625 [ 54 ] {} <Information> RaftInstance: asio client destroyed: 0x7b540001fe18
2021.02.04 22:45:52.989836 [ 54 ] {} <Information> RaftInstance: 0x7b540003fe98 reconnect peer 1
2021.02.04 22:45:52.989916 [ 54 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 1, log idx 151, log term 1, priority (target 2 / mine 2)
2021.02.04 22:45:52.989990 [ 54 ] {} <Information> RaftInstance: send req 2 -> 3, type pre_vote_request
2021.02.04 22:45:52.990069 [ 54 ] {} <Notice> RaftInstance: socket 0x7b54000fff18 to node3:44444 is not opened yet
2021.02.04 22:45:52.990179 [ 54 ] {} <Information> RaftInstance: send req 2 -> 1, type pre_vote_request
2021.02.04 22:45:52.990229 [ 54 ] {} <Notice> RaftInstance: socket 0x7b540003fe98 to node1:44444 is not opened yet
2021.02.04 22:45:52.990297 [ 54 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:45:52.990342 [ 54 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:45:52.991112 [ 55 ] {} <Warning> RaftInstance: 0x7b54000fff18 connected to node3:44444 (as a client)
2021.02.04 22:45:52.992368 [ 26 ] {} <Information> RaftInstance: resp of req 2 -> 3, type pre_vote_request, OK
2021.02.04 22:45:52.992467 [ 26 ] {} <Notice> RaftInstance: Receive a pre_vote_response message from peer 3 with Result=0, Term=1, NextIndex=0
2021.02.04 22:45:52.992546 [ 26 ] {} <Information> RaftInstance: src: 3, dst: 2, resp->get_term(): 1
2021.02.04 22:45:52.992641 [ 26 ] {} <Warning> RaftInstance: [PRE-VOTE RESP] peer 3 (X), term 1, resp term 1, my role follower, dead 1, live 1, num voting members 3, quorum 2
2021.02.04 22:45:54.575336 [ 24 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.02.04 22:45:54.575474 [ 24 ] {} <Warning> RaftInstance: session 3 got connection from 192.168.16.2:54094 (as a server)
2021.02.04 22:45:54.575705 [ 17 ] {} <Notice> RaftInstance: Receive a pre_vote_request message from 3 with LastLogIndex=151, LastLogTerm=1, EntriesLength=0, CommitIndex=151 and Term=1
2021.02.04 22:45:54.575877 [ 17 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role follower, from peer 3, log term: req 1 / mine 1
2021.02.04 22:45:54.575990 [ 24 ] {} <Information> RaftInstance: asio rpc session created: 0x7b5400140018
2021.02.04 22:45:54.576020 [ 17 ] {} <Warning> RaftInstance: pre-vote decision: O (grant)
2021.02.04 22:45:54.576120 [ 17 ] {} <Notice> RaftInstance: Response back a pre_vote_response message to 3 with Accepted=1, Term=1, NextIndex=152
2021.02.04 22:45:54.577266 [ 22 ] {} <Notice> RaftInstance: Receive a request_vote_request message from 3 with LastLogIndex=151, LastLogTerm=1, EntriesLength=0, CommitIndex=151 and Term=2
2021.02.04 22:45:54.577455 [ 22 ] {} <Information> RaftInstance: FOLLOWER
2021.02.04 22:45:54.577554 [ 22 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:45:54.577620 [ 22 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:45:54.577769 [ 22 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 2 -> 1, mine 2
2021.02.04 22:45:54.577892 [ 22 ] {} <Warning> RaftInstance: [VOTE REQ] my role follower, from peer 3, log term: req 1 / mine 1
2021.02.04 22:45:54.578007 [ 22 ] {} <Warning> RaftInstance: decision: O (grant), voted_for 3, term 2
2021.02.04 22:45:54.578099 [ 22 ] {} <Notice> RaftInstance: Response back a request_vote_response message to 3 with Accepted=1, Term=2, NextIndex=152
2021.02.04 22:45:54.579678 [ 61 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=151, LastLogTerm=1, EntriesLength=1, CommitIndex=151 and Term=2
2021.02.04 22:45:54.579810 [ 61 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 151 (1), req c idx: 151, my term: 2, my role: 1
2021.02.04 22:45:54.579875 [ 61 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:45:54.579937 [ 61 ] {} <Information> RaftInstance: [LOG OK] req log idx: 151, req log term: 1, my last log idx: 151, my log (151) term: 1
2021.02.04 22:45:54.579992 [ 61 ] {} <Notice> RaftInstance: [INIT] log_idx: 152, count: 0, log_store_->next_slot(): 152, req.log_entries().size(): 1
2021.02.04 22:45:54.580059 [ 61 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 152, count: 0
2021.02.04 22:45:54.580128 [ 61 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 152, count: 0
2021.02.04 22:45:54.580178 [ 61 ] {} <Information> RaftInstance: append at 152
2021.02.04 22:45:54.580237 [ 61 ] {} <Warning> RaftInstance: receive a config change from leader at 152
2021.02.04 22:45:54.580309 [ 61 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 151, quick_commit_index_ 151, state_->get_commit_idx() 151
2021.02.04 22:45:54.580359 [ 61 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:45:54.580416 [ 61 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:45:54.580480 [ 61 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:45:54.580551 [ 61 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:45:54.581707 [ 28 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:45:54.581851 [ 28 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:45:54.581912 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:45:54.581971 [ 28 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:45:54.582043 [ 28 ] {} <Notice> RaftInstance: trigger commit upto 152
2021.02.04 22:45:54.582108 [ 28 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 151
2021.02.04 22:45:54.582151 [ 28 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.02.04 22:45:54.582199 [ 28 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:45:54.582254 [ 28 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:45:54.582308 [ 28 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:45:54.582312 [ 69 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.02.04 22:45:54.582363 [ 28 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:45:54.582395 [ 69 ] {} <Notice> RaftInstance: commit upto 152, curruent idx 151
2021.02.04 22:45:54.582501 [ 69 ] {} <Information> RaftInstance: commit upto 152, curruent idx 152
2021.02.04 22:45:54.582565 [ 69 ] {} <Warning> RaftInstance: config at index 152 is committed, prev config log idx 3
2021.02.04 22:45:54.582678 [ 69 ] {} <Warning> RaftInstance: new config log idx 152, prev log idx 3, cur config log idx 3, prev log idx 2
2021.02.04 22:45:54.582753 [ 69 ] {} <Notice> RaftInstance: system is reconfigured to have 3 servers, last config index: 3, this config index: 152
2021.02.04 22:45:54.582876 [ 69 ] {} <Warning> RaftInstance: new configuration: log idx 152, prev log idx 3
2021.02.04 22:45:54.582957 [ 69 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:45:54.583009 [ 69 ] {} <Notice> RaftInstance: DONE: commit upto 152, curruent idx 152
2021.02.04 22:45:54.583061 [ 69 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.02.04 22:45:55.080003 [ 44 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:45:55.080170 [ 44 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:45:55.080239 [ 44 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:45:55.080303 [ 44 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:45:55.080374 [ 44 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:45:55.080423 [ 44 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:45:55.080482 [ 44 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:45:55.080552 [ 44 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:45:55.080604 [ 44 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:45:55.580850 [ 30 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:45:55.581012 [ 30 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:45:55.581073 [ 30 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:45:55.581133 [ 30 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:45:55.581205 [ 30 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:45:55.581252 [ 30 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:45:55.581307 [ 30 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:45:55.581361 [ 30 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:45:55.581409 [ 30 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:45:56.082353 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:45:56.082476 [ 31 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:45:56.082540 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:45:56.082599 [ 31 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:45:56.082656 [ 31 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:45:56.082700 [ 31 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:45:56.082753 [ 31 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:45:56.082818 [ 31 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:45:56.082868 [ 31 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:45:56.583212 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:45:56.583365 [ 65 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:45:56.583429 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:45:56.583491 [ 65 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:45:56.583576 [ 65 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:45:56.583625 [ 65 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:45:56.583683 [ 65 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:45:56.583739 [ 65 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:45:56.583787 [ 65 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:45:57.084053 [ 13 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:45:57.084222 [ 13 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:45:57.084291 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:45:57.084359 [ 13 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:45:57.084434 [ 13 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:45:57.084487 [ 13 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:45:57.084552 [ 13 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:45:57.084613 [ 13 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:45:57.084676 [ 13 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:45:57.584906 [ 42 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:45:57.585072 [ 42 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:45:57.585132 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:45:57.585189 [ 42 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:45:57.585249 [ 42 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:45:57.585294 [ 42 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:45:57.585350 [ 42 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:45:57.585406 [ 42 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:45:57.585454 [ 42 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:45:58.085833 [ 57 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:45:58.085977 [ 57 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:45:58.086043 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:45:58.086102 [ 57 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:45:58.086162 [ 57 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:45:58.086205 [ 57 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:45:58.086260 [ 57 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:45:58.086315 [ 57 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:45:58.086366 [ 57 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:45:58.586831 [ 67 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:45:58.586990 [ 67 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:45:58.587059 [ 67 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:45:58.587134 [ 67 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:45:58.587193 [ 67 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:45:58.587239 [ 67 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:45:58.587291 [ 67 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:45:58.587345 [ 67 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:45:58.587390 [ 67 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:45:59.087698 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:45:59.087857 [ 63 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:45:59.087925 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:45:59.087987 [ 63 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:45:59.088058 [ 63 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:45:59.088106 [ 63 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:45:59.088169 [ 63 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:45:59.088230 [ 63 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:45:59.088289 [ 63 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:45:59.588620 [ 18 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:45:59.588784 [ 18 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:45:59.588855 [ 18 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:45:59.588921 [ 18 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:45:59.588989 [ 18 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:45:59.589041 [ 18 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:45:59.589101 [ 18 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:45:59.589163 [ 18 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:45:59.589226 [ 18 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:00.089557 [ 49 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:00.089754 [ 49 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:00.089837 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:00.089907 [ 49 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:00.089982 [ 49 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:00.090037 [ 49 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:00.090098 [ 49 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:00.090186 [ 49 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:00.090244 [ 49 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:00.590527 [ 54 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:00.590708 [ 54 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:00.590778 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:00.590845 [ 54 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:00.590916 [ 54 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:00.590967 [ 54 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:00.591033 [ 54 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:00.591098 [ 54 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:00.591157 [ 54 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:01.093916 [ 64 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:01.094092 [ 64 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:01.094169 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:01.094237 [ 64 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:01.094307 [ 64 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:01.094363 [ 64 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:01.094432 [ 64 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:01.094504 [ 64 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:01.094574 [ 64 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:01.594810 [ 60 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:01.594993 [ 60 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:01.595071 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:01.595148 [ 60 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:01.595218 [ 60 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:01.595272 [ 60 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:01.595333 [ 60 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:01.595411 [ 60 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:01.595466 [ 60 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:02.095775 [ 16 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:02.095935 [ 16 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:02.096006 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:02.096091 [ 16 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:02.096174 [ 16 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:02.096239 [ 16 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:02.096308 [ 16 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:02.096375 [ 16 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:02.096437 [ 16 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:02.596843 [ 46 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:02.597023 [ 46 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:02.597094 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:02.597163 [ 46 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:02.597230 [ 46 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:02.597281 [ 46 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:02.597344 [ 46 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:02.597412 [ 46 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:02.597469 [ 46 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:03.097823 [ 22 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:03.097984 [ 22 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:03.098052 [ 22 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:03.098121 [ 22 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:03.098191 [ 22 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:03.098240 [ 22 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:03.098308 [ 22 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:03.098370 [ 22 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:03.098429 [ 22 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:03.598660 [ 20 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:03.598791 [ 20 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:03.598855 [ 20 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:03.598921 [ 20 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:03.598981 [ 20 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:03.599029 [ 20 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:03.599087 [ 20 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:03.599141 [ 20 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:03.599189 [ 20 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:04.099475 [ 38 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:04.099647 [ 38 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:04.099711 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:04.099771 [ 38 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:04.099835 [ 38 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:04.099883 [ 38 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:04.099940 [ 38 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:04.100001 [ 38 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:04.100049 [ 38 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:04.600365 [ 28 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:04.600529 [ 28 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:04.600596 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:04.600663 [ 28 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:04.600745 [ 28 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:04.600792 [ 28 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:04.600854 [ 28 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:04.600909 [ 28 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:04.600962 [ 28 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:05.102870 [ 50 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:05.103032 [ 50 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:05.103105 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:05.103177 [ 50 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:05.103256 [ 50 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:05.103307 [ 50 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:05.103368 [ 50 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:05.103432 [ 50 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:05.103486 [ 50 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:05.603780 [ 52 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:05.603915 [ 52 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:05.603973 [ 52 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:05.604029 [ 52 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:05.604090 [ 52 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:05.604134 [ 52 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:05.604189 [ 52 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:05.604243 [ 52 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:05.604289 [ 52 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:06.104540 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:06.104697 [ 31 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:06.104759 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:06.104819 [ 31 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:06.104876 [ 31 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:06.104923 [ 31 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:06.104980 [ 31 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:06.105041 [ 31 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:06.105103 [ 31 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:06.605570 [ 35 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:06.605738 [ 35 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:06.605827 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:06.605897 [ 35 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:06.605968 [ 35 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:06.606020 [ 35 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:06.606081 [ 35 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:06.606143 [ 35 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:06.606199 [ 35 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:07.106427 [ 62 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:07.106573 [ 62 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:07.106637 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:07.106705 [ 62 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:07.106766 [ 62 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:07.106811 [ 62 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:07.106869 [ 62 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:07.106923 [ 62 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:07.106972 [ 62 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:07.607299 [ 42 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:07.607437 [ 42 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:07.607497 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:07.607556 [ 42 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:07.607615 [ 42 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:07.607676 [ 42 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:07.607733 [ 42 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:07.607789 [ 42 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:07.607837 [ 42 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:08.108206 [ 57 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:08.108373 [ 57 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:08.108449 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:08.108514 [ 57 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:08.108586 [ 57 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:08.108630 [ 57 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:08.108690 [ 57 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:08.108744 [ 57 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:08.108794 [ 57 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:08.609029 [ 67 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:08.609161 [ 67 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:08.609220 [ 67 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:08.609283 [ 67 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:08.609339 [ 67 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:08.609383 [ 67 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:08.609438 [ 67 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:08.609505 [ 67 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:08.609551 [ 67 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:09.109987 [ 58 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:09.110136 [ 58 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:09.110200 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:09.110264 [ 58 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:09.110330 [ 58 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:09.110378 [ 58 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:09.110434 [ 58 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:09.110491 [ 58 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:09.110541 [ 58 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:09.610937 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:09.611087 [ 29 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:09.611150 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:09.611214 [ 29 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:09.611280 [ 29 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:09.611327 [ 29 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:09.611391 [ 29 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:09.611444 [ 29 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:09.611493 [ 29 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:10.112131 [ 41 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:10.112285 [ 41 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:10.112352 [ 41 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:10.112414 [ 41 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:10.112479 [ 41 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:10.112525 [ 41 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:10.112581 [ 41 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:10.112641 [ 41 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:10.112694 [ 41 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:10.613068 [ 14 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:10.613221 [ 14 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:10.613280 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:10.613338 [ 14 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:10.613400 [ 14 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:10.613443 [ 14 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:10.613498 [ 14 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:10.613569 [ 14 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:10.613622 [ 14 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:11.113978 [ 26 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:11.114131 [ 26 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:11.114218 [ 26 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:11.114293 [ 26 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:11.114361 [ 26 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:11.114413 [ 26 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:11.114481 [ 26 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:11.114542 [ 26 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:11.114597 [ 26 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:11.614889 [ 60 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:11.615038 [ 60 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:11.615105 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:11.615174 [ 60 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:11.615247 [ 60 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:11.615292 [ 60 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:11.615356 [ 60 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:11.615412 [ 60 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:11.615461 [ 60 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:12.116017 [ 16 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:12.116187 [ 16 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:12.116248 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:12.116306 [ 16 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:12.116364 [ 16 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:12.116409 [ 16 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:12.116463 [ 16 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:12.116518 [ 16 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:12.116575 [ 16 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:12.616669 [ 32 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:12.616810 [ 32 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:12.616876 [ 32 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:12.616936 [ 32 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:12.616998 [ 32 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:12.617052 [ 32 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:12.617119 [ 32 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:12.617173 [ 32 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:12.617220 [ 32 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:13.117466 [ 61 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:13.117603 [ 61 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:13.117665 [ 61 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:13.117754 [ 61 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:13.117817 [ 61 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:13.117864 [ 61 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:13.117920 [ 61 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:13.117977 [ 61 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:13.118025 [ 61 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:13.618409 [ 20 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:13.618551 [ 20 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:13.618616 [ 20 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:13.618682 [ 20 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:13.618752 [ 20 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:13.618805 [ 20 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:13.618863 [ 20 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:13.618917 [ 20 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:13.618967 [ 20 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:14.119262 [ 38 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:14.119428 [ 38 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:14.119490 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:14.119560 [ 38 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:14.119617 [ 38 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:14.119662 [ 38 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:14.119717 [ 38 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:14.119774 [ 38 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:14.119822 [ 38 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:14.620137 [ 30 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:14.620271 [ 30 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:14.620331 [ 30 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:14.620389 [ 30 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:14.620448 [ 30 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:14.620497 [ 30 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:14.620549 [ 30 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:14.620604 [ 30 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:14.620651 [ 30 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:15.121384 [ 50 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:15.121550 [ 50 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:15.121619 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:15.121700 [ 50 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:15.121786 [ 50 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:15.121843 [ 50 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:15.121910 [ 50 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:15.121972 [ 50 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:15.122028 [ 50 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:15.622297 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:15.622462 [ 65 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:15.622537 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:15.622608 [ 65 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:15.622681 [ 65 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:15.622736 [ 65 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:15.622802 [ 65 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:15.622869 [ 65 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:15.622928 [ 65 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:16.123230 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:16.123381 [ 31 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:16.123457 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:16.123540 [ 31 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:16.123651 [ 31 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:16.123697 [ 31 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:16.123758 [ 31 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:16.123821 [ 31 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:16.123875 [ 31 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:16.624479 [ 36 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:16.624632 [ 36 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:16.624694 [ 36 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:16.624755 [ 36 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:16.624818 [ 36 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:16.624865 [ 36 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:16.624927 [ 36 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:16.624993 [ 36 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:16.625045 [ 36 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:17.125288 [ 62 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:17.125423 [ 62 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:17.125481 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:17.125543 [ 62 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:17.125621 [ 62 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:17.125666 [ 62 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:17.125757 [ 62 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:17.125814 [ 62 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:17.125862 [ 62 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:17.626248 [ 15 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:17.626388 [ 15 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:17.626450 [ 15 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:17.626513 [ 15 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:17.626579 [ 15 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:17.626629 [ 15 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:17.626687 [ 15 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:17.626740 [ 15 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:17.626790 [ 15 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:18.127314 [ 57 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:18.127460 [ 57 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:18.127518 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:18.127576 [ 57 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:18.127637 [ 57 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:18.127682 [ 57 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:18.127738 [ 57 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:18.127792 [ 57 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:18.127840 [ 57 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:18.628181 [ 18 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:18.628336 [ 18 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:18.628395 [ 18 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:18.628465 [ 18 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:18.628521 [ 18 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:18.628569 [ 18 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:18.628622 [ 18 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:18.628677 [ 18 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:18.628729 [ 18 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:19.129172 [ 49 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:19.129317 [ 49 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:19.129379 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:19.129438 [ 49 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:19.129519 [ 49 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:19.129564 [ 49 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:19.129616 [ 49 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:19.129669 [ 49 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:19.129770 [ 49 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:19.630079 [ 54 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:19.630243 [ 54 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:19.630311 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:19.630372 [ 54 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:19.630431 [ 54 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:19.630478 [ 54 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:19.630534 [ 54 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:19.630591 [ 54 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:19.630651 [ 54 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:20.131622 [ 64 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:20.131797 [ 64 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:20.131871 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:20.131945 [ 64 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:20.132010 [ 64 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:20.132063 [ 64 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:20.132127 [ 64 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:20.132203 [ 64 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:20.132260 [ 64 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:20.632709 [ 17 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:20.632998 [ 17 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:20.633065 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:20.633126 [ 17 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:20.633187 [ 17 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:20.633235 [ 17 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:20.633291 [ 17 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:20.633341 [ 17 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:20.633394 [ 17 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:21.133359 [ 27 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:21.133502 [ 27 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:21.133567 [ 27 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:21.133628 [ 27 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:21.133730 [ 27 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:21.133819 [ 27 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:21.133887 [ 27 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:21.133957 [ 27 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:21.134013 [ 27 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:21.634502 [ 60 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:21.634657 [ 60 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:21.634721 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:21.634784 [ 60 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:21.634846 [ 60 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:21.634892 [ 60 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:21.634946 [ 60 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:21.635003 [ 60 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:21.635057 [ 60 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:22.135269 [ 22 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:22.135430 [ 22 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:22.135492 [ 22 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:22.135553 [ 22 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:22.135610 [ 22 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:22.135657 [ 22 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:22.135714 [ 22 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:22.135768 [ 22 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:22.135815 [ 22 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:22.636122 [ 32 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:22.636267 [ 32 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:22.636331 [ 32 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:22.636401 [ 32 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:22.636461 [ 32 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:22.636510 [ 32 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:22.636564 [ 32 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:22.636620 [ 32 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:22.636669 [ 32 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:23.136924 [ 61 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:23.137066 [ 61 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:23.137134 [ 61 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:23.137192 [ 61 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:23.137255 [ 61 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:23.137299 [ 61 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:23.137355 [ 61 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:23.137406 [ 61 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:23.137453 [ 61 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:23.637860 [ 28 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:23.638018 [ 28 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:23.638101 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:23.638166 [ 28 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:23.638237 [ 28 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:23.638295 [ 28 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:23.638352 [ 28 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:23.638406 [ 28 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:23.638454 [ 28 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:24.139092 [ 38 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:24.139267 [ 38 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:24.139329 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:24.139389 [ 38 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:24.139449 [ 38 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:24.139495 [ 38 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:24.139553 [ 38 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:24.139613 [ 38 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:24.139660 [ 38 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:24.639938 [ 30 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:24.640087 [ 30 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:24.640155 [ 30 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:24.640216 [ 30 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:24.640278 [ 30 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:24.640322 [ 30 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:24.640380 [ 30 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:24.640440 [ 30 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:24.640493 [ 30 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:25.140868 [ 13 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:25.141035 [ 13 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:25.141102 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:25.141163 [ 13 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:25.141225 [ 13 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:25.141285 [ 13 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:25.141344 [ 13 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:25.141399 [ 13 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:25.141449 [ 13 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:25.641838 [ 35 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:25.641997 [ 35 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:25.642063 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:25.642130 [ 35 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:25.642192 [ 35 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:25.642243 [ 35 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:25.642304 [ 35 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:25.642358 [ 35 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:25.642408 [ 35 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:26.142710 [ 47 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:26.142895 [ 47 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:26.142972 [ 47 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:26.143034 [ 47 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:26.143098 [ 47 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:26.143154 [ 47 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:26.143210 [ 47 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:26.143268 [ 47 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:26.143319 [ 47 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:26.643678 [ 42 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:26.643833 [ 42 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:26.643896 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:26.643956 [ 42 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:26.644020 [ 42 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:26.644067 [ 42 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:26.644124 [ 42 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:26.644182 [ 42 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:26.644231 [ 42 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:27.144466 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:27.144617 [ 63 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:27.144678 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:27.144738 [ 63 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:27.144797 [ 63 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:27.144842 [ 63 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:27.144894 [ 63 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:27.144950 [ 63 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:27.144997 [ 63 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:27.645364 [ 67 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:27.645503 [ 67 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:27.645562 [ 67 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:27.645623 [ 67 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:27.645686 [ 67 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:27.645758 [ 67 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:27.645814 [ 67 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:27.645868 [ 67 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:27.645914 [ 67 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:28.146590 [ 57 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:28.146737 [ 57 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:28.146796 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:28.146853 [ 57 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:28.146908 [ 57 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:28.146957 [ 57 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:28.147014 [ 57 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:28.147065 [ 57 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:28.147114 [ 57 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:28.647489 [ 18 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:28.647637 [ 18 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:28.647714 [ 18 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:28.647776 [ 18 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:28.647854 [ 18 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:28.647900 [ 18 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:28.647967 [ 18 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:28.648023 [ 18 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:28.648072 [ 18 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:29.148407 [ 41 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:29.148552 [ 41 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:29.148614 [ 41 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:29.148677 [ 41 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:29.148736 [ 41 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:29.148786 [ 41 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:29.148843 [ 41 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:29.148895 [ 41 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:29.148941 [ 41 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:29.649299 [ 54 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:29.649469 [ 54 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:29.649539 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:29.649606 [ 54 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:29.649696 [ 54 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:29.649765 [ 54 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:29.649839 [ 54 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:29.649904 [ 54 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:29.649963 [ 54 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:30.150206 [ 64 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:30.150360 [ 64 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:30.150424 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:30.150488 [ 64 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:30.150549 [ 64 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:30.150599 [ 64 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:30.150666 [ 64 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:30.150724 [ 64 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:30.150782 [ 64 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:30.651185 [ 17 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:30.651337 [ 17 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:30.651403 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:30.651464 [ 17 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:30.651527 [ 17 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:30.651574 [ 17 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:30.651631 [ 17 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:30.651693 [ 17 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:30.651745 [ 17 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:31.152153 [ 16 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:31.152296 [ 16 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:31.152368 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:31.152429 [ 16 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:31.152487 [ 16 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:31.152534 [ 16 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:31.152590 [ 16 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:31.152644 [ 16 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:31.152695 [ 16 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:31.652984 [ 60 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:31.653133 [ 60 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:31.653197 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:31.653256 [ 60 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:31.653336 [ 60 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:31.653378 [ 60 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:31.653432 [ 60 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:31.653485 [ 60 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:31.653543 [ 60 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:32.153881 [ 22 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:32.154057 [ 22 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:32.154121 [ 22 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:32.154194 [ 22 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:32.154262 [ 22 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:32.154309 [ 22 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:32.154368 [ 22 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:32.154425 [ 22 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:32.154482 [ 22 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:32.655053 [ 32 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:32.655219 [ 32 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:32.655293 [ 32 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:32.655388 [ 32 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:32.655465 [ 32 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:32.655510 [ 32 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:32.655561 [ 32 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:32.655638 [ 32 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:32.655690 [ 32 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:33.156015 [ 68 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:33.156178 [ 68 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:33.156255 [ 68 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:33.156323 [ 68 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:33.156415 [ 68 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:33.156463 [ 68 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:33.156542 [ 68 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:33.156601 [ 68 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:33.156657 [ 68 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:33.656804 [ 28 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:33.656934 [ 28 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:33.656993 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:33.657058 [ 28 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:33.657114 [ 28 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:33.657164 [ 28 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:33.657218 [ 28 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:33.657269 [ 28 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:33.657323 [ 28 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:34.157842 [ 38 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:34.157985 [ 38 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:34.158045 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:34.158111 [ 38 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:34.158181 [ 38 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:34.158226 [ 38 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:34.158280 [ 38 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:34.158332 [ 38 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:34.158382 [ 38 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:34.658676 [ 30 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:34.658814 [ 30 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:34.658894 [ 30 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:34.658968 [ 30 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:34.659031 [ 30 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:34.659074 [ 30 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:34.659130 [ 30 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:34.659183 [ 30 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:34.659238 [ 30 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:35.159761 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:35.159937 [ 31 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:35.160011 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:35.160072 [ 31 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:35.160145 [ 31 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:35.160190 [ 31 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:35.160256 [ 31 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:35.160314 [ 31 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:35.160362 [ 31 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:35.660588 [ 35 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:35.660727 [ 35 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:35.660787 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:35.660848 [ 35 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:35.660906 [ 35 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:35.660951 [ 35 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:35.661014 [ 35 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:35.661066 [ 35 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:35.661122 [ 35 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:36.161498 [ 47 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:36.161656 [ 47 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:36.161758 [ 47 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:36.161824 [ 47 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:36.161892 [ 47 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:36.161939 [ 47 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:36.162005 [ 47 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:36.162064 [ 47 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:36.162113 [ 47 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:36.662414 [ 15 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:36.662558 [ 15 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:36.662621 [ 15 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:36.662692 [ 15 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:36.662757 [ 15 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:36.662805 [ 15 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:36.662859 [ 15 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:36.662915 [ 15 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:36.662966 [ 15 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:37.163271 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:37.163410 [ 29 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:37.163472 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:37.163556 [ 29 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:37.163636 [ 29 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:37.163689 [ 29 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:37.163752 [ 29 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:37.163810 [ 29 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:37.163863 [ 29 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:37.664257 [ 49 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:37.664412 [ 49 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:37.664483 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:37.664545 [ 49 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:37.664605 [ 49 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:37.664653 [ 49 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:37.664707 [ 49 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:37.664764 [ 49 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:37.664822 [ 49 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:38.165277 [ 14 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:38.165462 [ 14 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:38.165525 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:38.165592 [ 14 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:38.165658 [ 14 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:38.165743 [ 14 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:38.165804 [ 14 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:38.165863 [ 14 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:38.165920 [ 14 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:38.666215 [ 26 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:38.666365 [ 26 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:38.666427 [ 26 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:38.666492 [ 26 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:38.666555 [ 26 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:38.666605 [ 26 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:38.666660 [ 26 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:38.666723 [ 26 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:38.666775 [ 26 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:39.167405 [ 46 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:39.167553 [ 46 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:39.167615 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:39.167675 [ 46 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:39.167741 [ 46 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:39.167785 [ 46 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:39.167843 [ 46 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:39.167905 [ 46 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:39.167953 [ 46 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:39.668397 [ 27 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:39.668539 [ 27 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:39.668599 [ 27 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:39.668658 [ 27 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:39.668722 [ 27 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:39.668766 [ 27 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:39.668820 [ 27 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:39.668871 [ 27 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:39.668917 [ 27 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:40.169327 [ 37 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:40.169478 [ 37 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:40.169542 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:40.169603 [ 37 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:40.169670 [ 37 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:40.169768 [ 37 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:40.169824 [ 37 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:40.169879 [ 37 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:40.169930 [ 37 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:40.670348 [ 44 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:40.670496 [ 44 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:40.670558 [ 44 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:40.670622 [ 44 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:40.670687 [ 44 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:40.670735 [ 44 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:40.670799 [ 44 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:40.670865 [ 44 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:40.670913 [ 44 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:41.171211 [ 20 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:41.171359 [ 20 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:41.171424 [ 20 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:41.171483 [ 20 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:41.171539 [ 20 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:41.171584 [ 20 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:41.171640 [ 20 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:41.171689 [ 20 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:41.171738 [ 20 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:41.672084 [ 22 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:41.672241 [ 22 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:41.672302 [ 22 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:41.672362 [ 22 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:41.672420 [ 22 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:41.672465 [ 22 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:41.672519 [ 22 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:41.672574 [ 22 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:41.672622 [ 22 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:42.172992 [ 52 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:42.173208 [ 52 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:42.173281 [ 52 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:42.173355 [ 52 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:42.173435 [ 52 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:42.173491 [ 52 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:42.173559 [ 52 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:42.173626 [ 52 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:42.173719 [ 52 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:42.673837 [ 50 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:42.674017 [ 50 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:42.674118 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:42.674196 [ 50 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:42.674272 [ 50 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:42.674329 [ 50 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:42.674397 [ 50 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:42.674466 [ 50 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:42.674525 [ 50 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:43.174616 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:43.174756 [ 65 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:43.174823 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:43.174884 [ 65 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:43.174947 [ 65 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:43.175004 [ 65 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:43.175059 [ 65 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:43.175111 [ 65 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:43.175159 [ 65 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:43.675529 [ 38 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:43.675681 [ 38 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:43.675746 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:43.675803 [ 38 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:43.675862 [ 38 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:43.675904 [ 38 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:43.675965 [ 38 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:43.676024 [ 38 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:43.676074 [ 38 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:44.176711 [ 36 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:44.176873 [ 36 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:44.176936 [ 36 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:44.176998 [ 36 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:44.177060 [ 36 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:44.177111 [ 36 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:44.177172 [ 36 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:44.177229 [ 36 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:44.177278 [ 36 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:44.677583 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:44.677857 [ 31 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:44.677936 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:44.678018 [ 31 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:44.678096 [ 31 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:44.678162 [ 31 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:44.678231 [ 31 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:44.678301 [ 31 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:44.678377 [ 31 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:45.178504 [ 42 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:45.178666 [ 42 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:45.178729 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:45.178790 [ 42 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:45.178852 [ 42 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:45.178910 [ 42 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:45.178978 [ 42 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:45.179042 [ 42 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:45.179090 [ 42 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:45.679817 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:45.679961 [ 63 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:45.680024 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:45.680087 [ 63 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:45.680148 [ 63 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:45.680192 [ 63 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:45.680249 [ 63 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:45.680303 [ 63 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:45.680356 [ 63 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:46.180743 [ 45 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:46.180897 [ 45 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:46.180960 [ 45 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:46.181037 [ 45 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:46.181096 [ 45 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:46.181141 [ 45 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:46.181199 [ 45 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:46.181250 [ 45 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:46.181299 [ 45 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:46.681658 [ 58 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:46.681832 [ 58 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:46.681894 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:46.681963 [ 58 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:46.682037 [ 58 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:46.682082 [ 58 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:46.682136 [ 58 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:46.682193 [ 58 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:46.682242 [ 58 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:47.182425 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:47.182565 [ 29 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:47.182633 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:47.182704 [ 29 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:47.182769 [ 29 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:47.182813 [ 29 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:47.182889 [ 29 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:47.182940 [ 29 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:47.182989 [ 29 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:47.683322 [ 34 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:47.683464 [ 34 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:47.683527 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:47.683588 [ 34 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:47.683649 [ 34 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:47.683696 [ 34 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:47.683753 [ 34 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:47.683814 [ 34 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:47.683870 [ 34 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:48.184336 [ 14 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:48.184486 [ 14 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:48.184552 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:48.184613 [ 14 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:48.184671 [ 14 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:48.184717 [ 14 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:48.184775 [ 14 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:48.184827 [ 14 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:48.184889 [ 14 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:48.685209 [ 26 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:48.685347 [ 26 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:48.685410 [ 26 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:48.685471 [ 26 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:48.685548 [ 26 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:48.685595 [ 26 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:48.685652 [ 26 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:48.685756 [ 26 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:48.685811 [ 26 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:49.186174 [ 46 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:49.186314 [ 46 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:49.186378 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:49.186444 [ 46 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:49.186513 [ 46 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:49.186567 [ 46 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:49.186624 [ 46 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:49.186684 [ 46 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:49.186733 [ 46 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:49.687212 [ 66 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:49.687351 [ 66 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:49.687411 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:49.687470 [ 66 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:49.687533 [ 66 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:49.687577 [ 66 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:49.687632 [ 66 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:49.687692 [ 66 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:49.687744 [ 66 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:50.188076 [ 19 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:50.188247 [ 19 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:50.188315 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:50.188381 [ 19 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:50.188456 [ 19 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:50.188513 [ 19 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:50.188576 [ 19 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:50.188637 [ 19 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:50.188692 [ 19 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:50.689242 [ 48 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:50.689666 [ 48 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:50.689961 [ 48 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:50.690033 [ 48 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:50.690106 [ 48 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:50.690178 [ 48 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:50.690248 [ 48 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:50.690310 [ 48 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:50.690368 [ 48 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:51.189867 [ 22 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:51.190017 [ 22 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:51.190077 [ 22 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:51.190135 [ 22 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:51.190203 [ 22 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:51.190256 [ 22 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:51.190314 [ 22 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:51.190402 [ 22 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:51.190453 [ 22 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:51.690816 [ 33 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:51.690988 [ 33 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:51.691050 [ 33 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:51.691118 [ 33 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:51.691179 [ 33 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:51.691229 [ 33 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:51.691287 [ 33 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:51.691351 [ 33 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:51.691402 [ 33 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:52.191860 [ 50 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:52.192023 [ 50 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:52.192094 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:52.192160 [ 50 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:52.192234 [ 50 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:52.192287 [ 50 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:52.192346 [ 50 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:52.192418 [ 50 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:52.192472 [ 50 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:52.692735 [ 25 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:52.692881 [ 25 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:52.692946 [ 25 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:52.693011 [ 25 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:52.693073 [ 25 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:52.693125 [ 25 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:52.693184 [ 25 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:52.693246 [ 25 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:52.693296 [ 25 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:53.193562 [ 38 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:53.193750 [ 38 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:53.193819 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:53.193881 [ 38 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:53.193942 [ 38 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:53.193997 [ 38 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:53.194058 [ 38 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:53.194122 [ 38 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:53.194180 [ 38 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:53.694539 [ 36 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:53.694690 [ 36 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:53.694757 [ 36 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:53.694822 [ 36 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:53.694882 [ 36 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:53.694932 [ 36 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:53.695006 [ 36 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:53.695068 [ 36 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:53.695118 [ 36 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:54.195321 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:54.195468 [ 31 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:54.195528 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:54.195595 [ 31 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:54.195663 [ 31 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:54.195710 [ 31 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:54.195768 [ 31 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:54.195822 [ 31 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:54.195879 [ 31 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:54.696300 [ 42 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:54.696468 [ 42 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:54.696532 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:54.696593 [ 42 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:54.696667 [ 42 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:54.696714 [ 42 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:54.696772 [ 42 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:54.696829 [ 42 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:54.696876 [ 42 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:55.197135 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:55.197305 [ 63 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:55.197380 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:55.197470 [ 63 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:55.197542 [ 63 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:55.197592 [ 63 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:55.197655 [ 63 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:55.197752 [ 63 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:55.197810 [ 63 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:55.698525 [ 45 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:55.698662 [ 45 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:55.698726 [ 45 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:55.698789 [ 45 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:55.698848 [ 45 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:55.698897 [ 45 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:55.698964 [ 45 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:55.699018 [ 45 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:55.699067 [ 45 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:56.199667 [ 49 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:56.199834 [ 49 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:56.199899 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:56.199963 [ 49 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:56.200030 [ 49 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:56.200076 [ 49 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:56.200137 [ 49 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:56.200193 [ 49 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:56.200245 [ 49 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:56.700646 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:56.700797 [ 29 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:56.700870 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:56.700931 [ 29 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:56.701002 [ 29 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:56.701061 [ 29 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:56.701123 [ 29 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:56.701181 [ 29 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:56.701231 [ 29 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:57.201537 [ 23 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:57.201742 [ 23 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:57.201831 [ 23 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:57.201901 [ 23 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:57.201970 [ 23 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:57.202021 [ 23 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:57.202084 [ 23 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:57.202145 [ 23 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:57.202199 [ 23 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:57.702639 [ 14 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:57.702811 [ 14 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:57.702882 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:57.702953 [ 14 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:57.703031 [ 14 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:57.703085 [ 14 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:57.703159 [ 14 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:57.703223 [ 14 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:57.703280 [ 14 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:58.203572 [ 27 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:58.203708 [ 27 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:58.203771 [ 27 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:58.203829 [ 27 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:58.203889 [ 27 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:58.203934 [ 27 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:58.203993 [ 27 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:58.204045 [ 27 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:58.204092 [ 27 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:58.704513 [ 37 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:58.704646 [ 37 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:58.704707 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:58.704767 [ 37 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:58.704831 [ 37 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:58.704895 [ 37 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:58.704953 [ 37 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:58.705005 [ 37 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:58.705053 [ 37 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:59.205490 [ 21 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:59.205627 [ 21 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:59.205711 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:59.205777 [ 21 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:59.205836 [ 21 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:59.205883 [ 21 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:59.205941 [ 21 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:59.205995 [ 21 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:59.206043 [ 21 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:46:59.706352 [ 61 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:46:59.706493 [ 61 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:46:59.706556 [ 61 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:59.706616 [ 61 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:46:59.706685 [ 61 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:46:59.706732 [ 61 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:46:59.706792 [ 61 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:46:59.706855 [ 61 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:46:59.706909 [ 61 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:00.207275 [ 19 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:00.207411 [ 19 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:00.207473 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:00.207533 [ 19 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:00.207594 [ 19 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:00.207642 [ 19 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:00.207698 [ 19 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:00.207751 [ 19 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:00.207830 [ 19 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:00.708931 [ 68 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:00.709081 [ 68 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:00.709143 [ 68 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:00.709203 [ 68 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:00.709266 [ 68 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:00.709312 [ 68 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:00.709376 [ 68 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:00.709430 [ 68 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:00.709482 [ 68 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:01.209984 [ 28 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:01.210138 [ 28 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:01.210210 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:01.210288 [ 28 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:01.210356 [ 28 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:01.210410 [ 28 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:01.210475 [ 28 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:01.210537 [ 28 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:01.210595 [ 28 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:01.711006 [ 33 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:01.711172 [ 33 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:01.711244 [ 33 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:01.711317 [ 33 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:01.711385 [ 33 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:01.711438 [ 33 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:01.711506 [ 33 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:01.711571 [ 33 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:01.711627 [ 33 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:02.211874 [ 30 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:02.212051 [ 30 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:02.212121 [ 30 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:02.212188 [ 30 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:02.212263 [ 30 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:02.212316 [ 30 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:02.212377 [ 30 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:02.212446 [ 30 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:02.212500 [ 30 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:02.712782 [ 25 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:02.712939 [ 25 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:02.713012 [ 25 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:02.713083 [ 25 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:02.713152 [ 25 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:02.713204 [ 25 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:02.713270 [ 25 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:02.713336 [ 25 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:02.713390 [ 25 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:03.213930 [ 35 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:03.214101 [ 35 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:03.214178 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:03.214254 [ 35 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:03.214323 [ 35 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:03.214379 [ 35 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:03.214446 [ 35 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:03.214521 [ 35 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:03.214579 [ 35 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:03.714964 [ 36 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:03.715122 [ 36 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:03.715190 [ 36 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:03.715261 [ 36 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:03.715354 [ 36 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:03.715405 [ 36 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:03.715466 [ 36 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:03.715525 [ 36 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:03.715578 [ 36 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:04.215891 [ 15 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:04.216042 [ 15 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:04.216113 [ 15 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:04.216191 [ 15 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:04.216258 [ 15 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:04.216312 [ 15 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:04.216375 [ 15 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:04.216434 [ 15 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:04.216490 [ 15 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:04.716804 [ 57 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:04.716957 [ 57 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:04.717020 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:04.717081 [ 57 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:04.717143 [ 57 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:04.717190 [ 57 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:04.717246 [ 57 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:04.717299 [ 57 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:04.717356 [ 57 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:05.217712 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:05.217883 [ 63 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:05.217953 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:05.218021 [ 63 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:05.218090 [ 63 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:05.218142 [ 63 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:05.218201 [ 63 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:05.218264 [ 63 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:05.218318 [ 63 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:05.718543 [ 45 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:05.718676 [ 45 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:05.718739 [ 45 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:05.718805 [ 45 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:05.718866 [ 45 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:05.718916 [ 45 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:05.718974 [ 45 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:05.719025 [ 45 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:05.719072 [ 45 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:06.219476 [ 49 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:06.219619 [ 49 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:06.219677 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:06.219736 [ 49 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:06.219797 [ 49 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:06.219840 [ 49 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:06.219895 [ 49 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:06.219961 [ 49 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:06.220019 [ 49 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:06.720427 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:06.720584 [ 29 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:06.720647 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:06.720724 [ 29 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:06.720785 [ 29 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:06.720829 [ 29 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:06.720884 [ 29 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:06.720937 [ 29 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:06.721001 [ 29 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:07.221741 [ 23 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:07.221881 [ 23 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:07.221942 [ 23 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:07.222011 [ 23 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:07.222068 [ 23 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:07.222116 [ 23 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:07.222170 [ 23 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:07.222237 [ 23 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:07.222286 [ 23 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:07.722743 [ 14 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:07.722906 [ 14 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:07.722969 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:07.723034 [ 14 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:07.723098 [ 14 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:07.723146 [ 14 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:07.723203 [ 14 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:07.723259 [ 14 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:07.723310 [ 14 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:08.223650 [ 60 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:08.223796 [ 60 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:08.223858 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:08.223921 [ 60 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:08.223980 [ 60 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:08.224026 [ 60 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:08.224103 [ 60 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:08.224159 [ 60 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:08.224207 [ 60 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:08.724431 [ 20 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:08.724563 [ 20 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:08.724633 [ 20 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:08.724689 [ 20 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:08.724745 [ 20 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:08.724789 [ 20 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:08.724843 [ 20 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:08.724893 [ 20 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:08.724946 [ 20 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:09.225375 [ 21 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:09.225525 [ 21 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:09.225587 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:09.225651 [ 21 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:09.225733 [ 21 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:09.225782 [ 21 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:09.225859 [ 21 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:09.225936 [ 21 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:09.225992 [ 21 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:09.726347 [ 48 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:09.726503 [ 48 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:09.726577 [ 48 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:09.726646 [ 48 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:09.726712 [ 48 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:09.726765 [ 48 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:09.726831 [ 48 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:09.726897 [ 48 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:09.726962 [ 48 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:10.227287 [ 19 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:10.227469 [ 19 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:10.227538 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:10.227607 [ 19 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:10.227672 [ 19 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:10.227726 [ 19 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:10.227789 [ 19 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:10.227860 [ 19 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:10.227919 [ 19 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:10.728138 [ 13 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:10.728282 [ 13 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:10.728343 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:10.728406 [ 13 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:10.728464 [ 13 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:10.728526 [ 13 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:10.728585 [ 13 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:10.728637 [ 13 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:10.728684 [ 13 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:11.229000 [ 28 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:11.229150 [ 28 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:11.229212 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:11.229297 [ 28 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:11.229357 [ 28 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:11.229401 [ 28 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:11.229455 [ 28 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:11.229515 [ 28 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:11.229561 [ 28 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:11.729990 [ 33 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:11.730150 [ 33 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:11.730215 [ 33 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:11.730287 [ 33 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:11.730348 [ 33 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:11.730396 [ 33 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:11.730457 [ 33 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:11.730515 [ 33 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:11.730565 [ 33 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:12.231192 [ 38 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:12.231648 [ 38 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:12.231756 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:12.231817 [ 38 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:12.231875 [ 38 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:12.231921 [ 38 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:12.231980 [ 38 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:12.232034 [ 38 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:12.232086 [ 38 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:12.731809 [ 47 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:12.731966 [ 47 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:12.732029 [ 47 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:12.732091 [ 47 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:12.732158 [ 47 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:12.732206 [ 47 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:12.732264 [ 47 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:12.732323 [ 47 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:12.732383 [ 47 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:13.232753 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:13.232906 [ 31 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:13.232971 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:13.233031 [ 31 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:13.233086 [ 31 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:13.233135 [ 31 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:13.233207 [ 31 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:13.233266 [ 31 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:13.233316 [ 31 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:13.733643 [ 36 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:13.733821 [ 36 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:13.733883 [ 36 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:13.733949 [ 36 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:13.734007 [ 36 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:13.734053 [ 36 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:13.734110 [ 36 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:13.734162 [ 36 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:13.734217 [ 36 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:14.234759 [ 18 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:14.234919 [ 18 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:14.234995 [ 18 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:14.235057 [ 18 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:14.235128 [ 18 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:14.235180 [ 18 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:14.235238 [ 18 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:14.235300 [ 18 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:14.235349 [ 18 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:14.735498 [ 41 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:14.735657 [ 41 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:14.735717 [ 41 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:14.735777 [ 41 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:14.735838 [ 41 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:14.735883 [ 41 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:14.735939 [ 41 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:14.735998 [ 41 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:14.736051 [ 41 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:15.236463 [ 54 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:15.236606 [ 54 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:15.236673 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:15.236732 [ 54 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:15.236790 [ 54 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:15.236835 [ 54 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:15.236893 [ 54 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:15.236947 [ 54 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:15.236996 [ 54 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:15.737422 [ 45 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:15.737571 [ 45 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:15.737638 [ 45 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:15.737725 [ 45 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:15.737790 [ 45 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:15.737837 [ 45 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:15.737891 [ 45 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:15.737946 [ 45 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:15.737997 [ 45 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:16.238452 [ 17 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:16.238587 [ 17 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:16.238648 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:16.238707 [ 17 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:16.238766 [ 17 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:16.238821 [ 17 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:16.238875 [ 17 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:16.238927 [ 17 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:16.238973 [ 17 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:16.739548 [ 16 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:16.739680 [ 16 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:16.739742 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:16.739806 [ 16 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:16.739868 [ 16 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:16.739915 [ 16 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:16.739973 [ 16 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:16.740036 [ 16 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:16.740085 [ 16 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:17.240444 [ 23 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:17.240601 [ 23 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:17.240669 [ 23 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:17.240740 [ 23 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:17.240814 [ 23 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:17.240864 [ 23 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:17.240930 [ 23 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:17.240988 [ 23 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:17.241038 [ 23 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:17.741338 [ 37 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:17.741483 [ 37 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:17.741547 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:17.741608 [ 37 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:17.741670 [ 37 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:17.741749 [ 37 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:17.741807 [ 37 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:17.741874 [ 37 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:17.741933 [ 37 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:18.242180 [ 60 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:18.242343 [ 60 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:18.242412 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:18.242479 [ 60 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:18.242550 [ 60 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:18.242601 [ 60 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:18.242673 [ 60 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:18.242733 [ 60 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:18.242788 [ 60 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:18.743102 [ 20 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:18.743244 [ 20 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:18.743308 [ 20 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:18.743370 [ 20 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:18.743429 [ 20 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:18.743474 [ 20 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:18.743531 [ 20 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:18.743583 [ 20 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:18.743630 [ 20 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:19.243985 [ 22 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:19.244154 [ 22 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:19.244222 [ 22 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:19.244282 [ 22 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:19.244341 [ 22 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:19.244404 [ 22 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:19.244461 [ 22 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:19.244524 [ 22 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:19.244577 [ 22 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:19.744892 [ 48 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:19.745033 [ 48 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:19.745097 [ 48 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:19.745155 [ 48 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:19.745215 [ 48 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:19.745260 [ 48 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:19.745314 [ 48 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:19.745369 [ 48 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:19.745416 [ 48 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:20.245794 [ 19 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:20.245971 [ 19 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:20.246035 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:20.246104 [ 19 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:20.246174 [ 19 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:20.246222 [ 19 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:20.246281 [ 19 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:20.246338 [ 19 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:20.246391 [ 19 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:20.746613 [ 13 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:20.746761 [ 13 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:20.746821 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:20.746897 [ 13 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:20.746957 [ 13 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:20.747007 [ 13 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:20.747067 [ 13 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:20.747120 [ 13 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:20.747168 [ 13 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:21.247546 [ 28 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:21.247695 [ 28 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:21.247759 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:21.247838 [ 28 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:21.247907 [ 28 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:21.247953 [ 28 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:21.248015 [ 28 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:21.248083 [ 28 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:21.248133 [ 28 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:21.748886 [ 33 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:21.749033 [ 33 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:21.749101 [ 33 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:21.749177 [ 33 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:21.749237 [ 33 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:21.749285 [ 33 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:21.749342 [ 33 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:21.749402 [ 33 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:21.749451 [ 33 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:22.249852 [ 35 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:22.249996 [ 35 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:22.250064 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:22.250127 [ 35 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:22.250199 [ 35 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:22.250246 [ 35 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:22.250306 [ 35 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:22.250360 [ 35 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:22.250410 [ 35 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:22.750703 [ 47 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:22.750850 [ 47 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:22.750911 [ 47 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:22.750972 [ 47 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:22.751045 [ 47 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:22.751092 [ 47 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:22.751152 [ 47 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:22.751213 [ 47 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:22.751277 [ 47 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:23.252303 [ 15 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:23.252460 [ 15 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:23.252521 [ 15 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:23.252581 [ 15 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:23.252644 [ 15 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:23.252689 [ 15 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:23.252744 [ 15 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:23.252812 [ 15 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:23.252861 [ 15 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:23.753227 [ 36 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:23.753363 [ 36 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:23.753425 [ 36 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:23.753488 [ 36 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:23.753550 [ 36 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:23.753601 [ 36 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:23.753656 [ 36 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:23.753749 [ 36 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:23.753802 [ 36 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:24.254227 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:24.254377 [ 63 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:24.254441 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:24.254503 [ 63 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:24.254565 [ 63 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:24.254613 [ 63 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:24.254669 [ 63 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:24.254721 [ 63 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:24.254771 [ 63 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:24.755302 [ 64 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:24.755456 [ 64 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:24.755539 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:24.755618 [ 64 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:24.755686 [ 64 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:24.755738 [ 64 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:24.755802 [ 64 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:24.755860 [ 64 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:24.755916 [ 64 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:25.256158 [ 54 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:25.256331 [ 54 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:25.256414 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:25.256496 [ 54 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:25.256571 [ 54 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:25.256630 [ 54 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:25.256688 [ 54 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:25.256742 [ 54 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:25.256795 [ 54 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:25.756955 [ 45 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:25.757120 [ 45 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:25.757203 [ 45 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:25.757265 [ 45 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:25.757331 [ 45 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:25.757378 [ 45 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:25.757430 [ 45 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:25.757489 [ 45 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:25.757538 [ 45 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:26.257898 [ 17 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:26.258050 [ 17 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:26.258112 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:26.258172 [ 17 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:26.258248 [ 17 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:26.258297 [ 17 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:26.258360 [ 17 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:26.258413 [ 17 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:26.258462 [ 17 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:26.759273 [ 14 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:26.759428 [ 14 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:26.759489 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:26.759555 [ 14 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:26.759615 [ 14 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:26.759661 [ 14 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:26.759720 [ 14 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:26.759784 [ 14 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:26.759833 [ 14 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:27.260187 [ 23 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:27.260332 [ 23 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:27.260401 [ 23 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:27.260464 [ 23 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:27.260529 [ 23 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:27.260579 [ 23 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:27.260637 [ 23 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:27.260692 [ 23 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:27.260742 [ 23 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:27.761042 [ 61 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:27.761198 [ 61 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:27.761266 [ 61 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:27.761344 [ 61 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:27.761417 [ 61 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:27.761470 [ 61 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:27.761526 [ 61 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:27.761581 [ 61 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:27.761628 [ 61 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:28.262374 [ 60 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:28.262526 [ 60 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:28.262587 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:28.262649 [ 60 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:28.262713 [ 60 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:28.262767 [ 60 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:28.262826 [ 60 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:28.262883 [ 60 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:28.262931 [ 60 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:28.763171 [ 20 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:28.763316 [ 20 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:28.763388 [ 20 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:28.763451 [ 20 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:28.763513 [ 20 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:28.763577 [ 20 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:28.763636 [ 20 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:28.763693 [ 20 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:28.763742 [ 20 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:29.264095 [ 22 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:29.264264 [ 22 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:29.264332 [ 22 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:29.264399 [ 22 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:29.264463 [ 22 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:29.264520 [ 22 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:29.264583 [ 22 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:29.264645 [ 22 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:29.264705 [ 22 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:29.765044 [ 62 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:29.765222 [ 62 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:29.765285 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:29.765349 [ 62 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:29.765418 [ 62 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:29.765466 [ 62 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:29.765525 [ 62 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:29.765579 [ 62 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:29.765630 [ 62 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:30.266004 [ 19 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:30.266153 [ 19 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:30.266222 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:30.266299 [ 19 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:30.266359 [ 19 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:30.266407 [ 19 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:30.266468 [ 19 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:30.266525 [ 19 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:30.266575 [ 19 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:30.766893 [ 13 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:30.767041 [ 13 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:30.767102 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:30.767166 [ 13 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:30.767226 [ 13 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:30.767273 [ 13 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:30.767331 [ 13 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:30.767385 [ 13 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:30.767435 [ 13 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:31.268058 [ 38 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:31.268192 [ 38 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:31.268251 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:31.268309 [ 38 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:31.268389 [ 38 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:31.268438 [ 38 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:31.268493 [ 38 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:31.268549 [ 38 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:31.268600 [ 38 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:31.768953 [ 42 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:31.769114 [ 42 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:31.769176 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:31.769246 [ 42 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:31.769309 [ 42 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:31.769356 [ 42 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:31.769410 [ 42 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:31.769467 [ 42 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:31.769517 [ 42 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:32.270514 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:32.270676 [ 31 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:32.270738 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:32.270798 [ 31 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:32.270861 [ 31 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:32.270907 [ 31 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:32.270964 [ 31 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:32.271018 [ 31 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:32.271070 [ 31 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:32.771320 [ 47 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:32.771462 [ 47 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:32.771523 [ 47 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:32.771585 [ 47 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:32.771645 [ 47 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:32.771692 [ 47 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:32.771750 [ 47 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:32.771807 [ 47 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:32.771866 [ 47 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:33.272228 [ 18 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:33.272412 [ 18 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:33.272485 [ 18 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:33.272554 [ 18 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:33.272620 [ 18 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:33.272671 [ 18 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:33.272742 [ 18 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:33.272810 [ 18 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:33.272868 [ 18 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:33.773026 [ 41 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:33.773173 [ 41 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:33.773237 [ 41 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:33.773298 [ 41 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:33.773361 [ 41 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:33.773410 [ 41 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:33.773465 [ 41 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:33.773534 [ 41 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:33.773582 [ 41 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:34.273969 [ 49 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:34.274124 [ 49 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:34.274186 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:34.274251 [ 49 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:34.274311 [ 49 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:34.274358 [ 49 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:34.274419 [ 49 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:34.274480 [ 49 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:34.274541 [ 49 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:34.774896 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:34.775067 [ 29 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:34.775132 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:34.775198 [ 29 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:34.775256 [ 29 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:34.775304 [ 29 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:34.775360 [ 29 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:34.775417 [ 29 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:34.775470 [ 29 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:35.275829 [ 27 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:35.275974 [ 27 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:35.276038 [ 27 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:35.276108 [ 27 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:35.276171 [ 27 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:35.276220 [ 27 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:35.276278 [ 27 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:35.276331 [ 27 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:35.276380 [ 27 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:35.776957 [ 45 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:35.777103 [ 45 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:35.777162 [ 45 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:35.777228 [ 45 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:35.777288 [ 45 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:35.777333 [ 45 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:35.777386 [ 45 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:35.777440 [ 45 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:35.777487 [ 45 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:36.277925 [ 44 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:36.278101 [ 44 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:36.278161 [ 44 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:36.278227 [ 44 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:36.278285 [ 44 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:36.278331 [ 44 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:36.278392 [ 44 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:36.278448 [ 44 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:36.278497 [ 44 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:36.779165 [ 37 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:36.779306 [ 37 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:36.779369 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:36.779429 [ 37 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:36.779494 [ 37 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:36.779541 [ 37 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:36.779596 [ 37 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:36.779651 [ 37 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:36.779700 [ 37 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:37.280066 [ 21 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:37.280216 [ 21 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:37.280279 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:37.280342 [ 21 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:37.280398 [ 21 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:37.280447 [ 21 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:37.280503 [ 21 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:37.280553 [ 21 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:37.280599 [ 21 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:37.780962 [ 61 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:37.781104 [ 61 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:37.781166 [ 61 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:37.781236 [ 61 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:37.781299 [ 61 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:37.781354 [ 61 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:37.781407 [ 61 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:37.781465 [ 61 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:37.781513 [ 61 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:38.282004 [ 50 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:38.282165 [ 50 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:38.282227 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:38.282289 [ 50 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:38.282363 [ 50 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:38.282411 [ 50 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:38.282468 [ 50 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:38.282529 [ 50 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:38.282578 [ 50 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:38.782820 [ 48 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:38.782968 [ 48 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:38.783033 [ 48 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:38.783094 [ 48 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:38.783153 [ 48 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:38.783196 [ 48 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:38.783252 [ 48 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:38.783309 [ 48 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:38.783357 [ 48 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:39.283754 [ 30 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:39.283913 [ 30 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:39.283978 [ 30 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:39.284046 [ 30 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:39.284105 [ 30 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:39.284162 [ 30 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:39.284225 [ 30 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:39.284280 [ 30 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:39.284333 [ 30 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:39.784618 [ 25 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:39.784763 [ 25 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:39.784824 [ 25 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:39.784883 [ 25 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:39.784948 [ 25 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:39.784996 [ 25 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:39.785061 [ 25 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:39.785113 [ 25 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:39.785160 [ 25 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:40.285754 [ 19 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:40.285924 [ 19 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:40.286005 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:40.286077 [ 19 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:40.286141 [ 19 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:40.286192 [ 19 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:40.286257 [ 19 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:40.286320 [ 19 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:40.286376 [ 19 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:40.786547 [ 33 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:40.786711 [ 33 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:40.786779 [ 33 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:40.786865 [ 33 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:40.786924 [ 33 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:40.786981 [ 33 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:40.787038 [ 33 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:40.787091 [ 33 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:40.787140 [ 33 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:41.287368 [ 35 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:41.287517 [ 35 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:41.287578 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:41.287642 [ 35 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:41.287705 [ 35 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:41.287751 [ 35 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:41.287807 [ 35 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:41.287860 [ 35 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:41.287908 [ 35 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:41.788935 [ 57 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:41.789083 [ 57 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:41.789152 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:41.789215 [ 57 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:41.789276 [ 57 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:41.789334 [ 57 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:41.789391 [ 57 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:41.789442 [ 57 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:41.789489 [ 57 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:42.289880 [ 15 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:42.290014 [ 15 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:42.290076 [ 15 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:42.290141 [ 15 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:42.290202 [ 15 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:42.290257 [ 15 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:42.290320 [ 15 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:42.290373 [ 15 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:42.290423 [ 15 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:42.790872 [ 47 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:42.791039 [ 47 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:42.791107 [ 47 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:42.791173 [ 47 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:42.791253 [ 47 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:42.791319 [ 47 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:42.791381 [ 47 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:42.791444 [ 47 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:42.791500 [ 47 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:43.291962 [ 18 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:43.292143 [ 18 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:43.292218 [ 18 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:43.292291 [ 18 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:43.292365 [ 18 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:43.292415 [ 18 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:43.292481 [ 18 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:43.292540 [ 18 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:43.292598 [ 18 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:43.792744 [ 64 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:43.792876 [ 64 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:43.792936 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:43.792996 [ 64 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:43.793052 [ 64 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:43.793103 [ 64 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:43.793159 [ 64 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:43.793214 [ 64 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:43.793261 [ 64 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:44.293749 [ 54 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:44.293913 [ 54 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:44.293978 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:44.294040 [ 54 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:44.294101 [ 54 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:44.294148 [ 54 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:44.294209 [ 54 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:44.294265 [ 54 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:44.294318 [ 54 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:44.794600 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:44.794741 [ 29 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:44.794804 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:44.794868 [ 29 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:44.794928 [ 29 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:44.794979 [ 29 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:44.795036 [ 29 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:44.795090 [ 29 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:44.795138 [ 29 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:45.295689 [ 27 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:45.295853 [ 27 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:45.295916 [ 27 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:45.295977 [ 27 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:45.296046 [ 27 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:45.296095 [ 27 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:45.296149 [ 27 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:45.296207 [ 27 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:45.296258 [ 27 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:45.796656 [ 14 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:45.796816 [ 14 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:45.796880 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:45.796954 [ 14 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:45.797015 [ 14 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:45.797061 [ 14 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:45.797118 [ 14 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:45.797175 [ 14 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:45.797224 [ 14 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:46.297510 [ 44 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:46.297653 [ 44 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:46.297752 [ 44 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:46.297823 [ 44 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:46.297888 [ 44 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:46.297936 [ 44 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:46.298001 [ 44 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:46.298062 [ 44 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:46.298121 [ 44 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:46.798760 [ 68 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:46.798892 [ 68 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:46.798953 [ 68 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:46.799015 [ 68 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:46.799074 [ 68 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:46.799128 [ 68 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:46.799184 [ 68 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:46.799245 [ 68 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:46.799295 [ 68 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:47.299640 [ 21 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:47.299775 [ 21 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:47.299838 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:47.299905 [ 21 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:47.299961 [ 21 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:47.300017 [ 21 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:47.300071 [ 21 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:47.300147 [ 21 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:47.300195 [ 21 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:47.800472 [ 61 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:47.800617 [ 61 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:47.800677 [ 61 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:47.800736 [ 61 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:47.800794 [ 61 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:47.800846 [ 61 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:47.800901 [ 61 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:47.800963 [ 61 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:47.801013 [ 61 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:48.301300 [ 50 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:48.301433 [ 50 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:48.301492 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:48.301552 [ 50 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:48.301611 [ 50 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:48.301667 [ 50 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:48.301756 [ 50 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:48.301815 [ 50 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:48.301868 [ 50 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:48.802221 [ 62 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:48.802379 [ 62 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:48.802442 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:48.802504 [ 62 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:48.802573 [ 62 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:48.802619 [ 62 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:48.802677 [ 62 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:48.802733 [ 62 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:48.802782 [ 62 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:49.303186 [ 55 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:49.303307 [ 55 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:49.303364 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:49.303421 [ 55 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:49.303484 [ 55 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:49.303527 [ 55 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:49.303581 [ 55 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:49.303645 [ 55 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:49.303691 [ 55 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:49.804218 [ 24 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:49.804364 [ 24 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:49.804428 [ 24 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:49.804493 [ 24 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:49.804561 [ 24 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:49.804608 [ 24 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:49.804665 [ 24 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:49.804743 [ 24 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:49.804793 [ 24 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:50.305137 [ 58 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:50.305313 [ 58 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:50.305383 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:50.305472 [ 58 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:50.305538 [ 58 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:50.305596 [ 58 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:50.305662 [ 58 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:50.305766 [ 58 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:50.305824 [ 58 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:50.806082 [ 51 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:50.806236 [ 51 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:50.806298 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:50.806371 [ 51 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:50.806432 [ 51 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:50.806490 [ 51 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:50.806551 [ 51 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:50.806608 [ 51 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:50.806658 [ 51 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:51.307060 [ 34 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:51.307213 [ 34 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:51.307278 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:51.307342 [ 34 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:51.307409 [ 34 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:51.307456 [ 34 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:51.307513 [ 34 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:51.307571 [ 34 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:51.307620 [ 34 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:51.808706 [ 53 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:51.808853 [ 53 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:51.808919 [ 53 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:51.808983 [ 53 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:51.809042 [ 53 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:51.809099 [ 53 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:51.809198 [ 53 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:51.809263 [ 53 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:51.809313 [ 53 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:52.309653 [ 26 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:52.309837 [ 26 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:52.309902 [ 26 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:52.309963 [ 26 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:52.310027 [ 26 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:52.310073 [ 26 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:52.310130 [ 26 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:52.310197 [ 26 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:52.310246 [ 26 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:52.810568 [ 46 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:52.810707 [ 46 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:52.810771 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:52.810849 [ 46 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:52.810911 [ 46 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:52.810960 [ 46 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:52.811016 [ 46 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:52.811072 [ 46 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:52.811121 [ 46 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:53.311481 [ 66 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:53.311649 [ 66 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:53.311712 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:53.311770 [ 66 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:53.311829 [ 66 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:53.311872 [ 66 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:53.311927 [ 66 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:53.311981 [ 66 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:53.312026 [ 66 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:53.812305 [ 32 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:53.812449 [ 32 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:53.812512 [ 32 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:53.812573 [ 32 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:53.812633 [ 32 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:53.812679 [ 32 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:53.812734 [ 32 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:53.812787 [ 32 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:53.812835 [ 32 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:54.313384 [ 43 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:54.313547 [ 43 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:54.313607 [ 43 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:54.313664 [ 43 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:54.313771 [ 43 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:54.313826 [ 43 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:54.313895 [ 43 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:54.313951 [ 43 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:54.314003 [ 43 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:54.814333 [ 52 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:54.814480 [ 52 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:54.814544 [ 52 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:54.814608 [ 52 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:54.814687 [ 52 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:54.814738 [ 52 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:54.814802 [ 52 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:54.814863 [ 52 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:54.814927 [ 52 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:55.315275 [ 56 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:55.315429 [ 56 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:55.315493 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:55.315560 [ 56 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:55.315649 [ 56 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:55.315698 [ 56 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:55.315757 [ 56 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:55.315813 [ 56 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:55.315864 [ 56 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:55.816223 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:55.816369 [ 65 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:55.816442 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:55.816508 [ 65 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:55.816570 [ 65 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:55.816617 [ 65 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:55.816676 [ 65 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:55.816744 [ 65 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:55.816789 [ 65 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:56.317034 [ 39 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:56.317209 [ 39 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:56.317278 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:56.317352 [ 39 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:56.317431 [ 39 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:56.317479 [ 39 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:56.317538 [ 39 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:56.317593 [ 39 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:56.317644 [ 39 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:56.818765 [ 40 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:56.818898 [ 40 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:56.818962 [ 40 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:56.819029 [ 40 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:56.819091 [ 40 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:56.819137 [ 40 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:56.819192 [ 40 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:56.819244 [ 40 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:56.819291 [ 40 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:57.319775 [ 59 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:57.319956 [ 59 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:57.320046 [ 59 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:57.320127 [ 59 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:57.320195 [ 59 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:57.320254 [ 59 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:57.320321 [ 59 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:57.320385 [ 59 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:57.320443 [ 59 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:57.820576 [ 67 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:57.820730 [ 67 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:57.820796 [ 67 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:57.820867 [ 67 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:57.820930 [ 67 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:57.820990 [ 67 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:57.821057 [ 67 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:57.821118 [ 67 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:57.821172 [ 67 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:58.321500 [ 30 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:58.321658 [ 30 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:58.321761 [ 30 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:58.321830 [ 30 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:58.321908 [ 30 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:58.321968 [ 30 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:58.322047 [ 30 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:58.322117 [ 30 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:58.322174 [ 30 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:58.822373 [ 62 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:58.822515 [ 62 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:58.822577 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:58.822641 [ 62 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:58.822697 [ 62 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:58.822743 [ 62 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:58.822805 [ 62 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:58.822861 [ 62 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:58.822910 [ 62 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:59.323269 [ 19 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:59.323414 [ 19 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:59.323478 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:59.323544 [ 19 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:59.323603 [ 19 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:59.323650 [ 19 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:59.323710 [ 19 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:59.323768 [ 19 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:59.323818 [ 19 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:47:59.824222 [ 33 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:47:59.824384 [ 33 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:47:59.824452 [ 33 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:59.824528 [ 33 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:47:59.824592 [ 33 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:47:59.824644 [ 33 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:47:59.824713 [ 33 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:47:59.824774 [ 33 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:47:59.824836 [ 33 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:00.325101 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:00.325282 [ 31 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:00.325366 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:00.325428 [ 31 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:00.325487 [ 31 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:00.325534 [ 31 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:00.325592 [ 31 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:00.325646 [ 31 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:00.325768 [ 31 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:00.826093 [ 51 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:00.826257 [ 51 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:00.826324 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:00.826390 [ 51 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:00.826453 [ 51 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:00.826504 [ 51 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:00.826567 [ 51 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:00.826631 [ 51 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:00.826688 [ 51 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:01.326907 [ 34 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:01.327076 [ 34 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:01.327140 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:01.327220 [ 34 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:01.327290 [ 34 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:01.327343 [ 34 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:01.327410 [ 34 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:01.327469 [ 34 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:01.327531 [ 34 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:01.829359 [ 47 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:01.829529 [ 47 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:01.829601 [ 47 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:01.829674 [ 47 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:01.829793 [ 47 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:01.829852 [ 47 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:01.829924 [ 47 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:01.829993 [ 47 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:01.830052 [ 47 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:02.330321 [ 18 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:02.330514 [ 18 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:02.330587 [ 18 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:02.330660 [ 18 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:02.330728 [ 18 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:02.330785 [ 18 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:02.330867 [ 18 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:02.330942 [ 18 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:02.330995 [ 18 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:02.594171 [ 64 ] {} <Information> RaftInstance: resp of req 2 -> 1, type pre_vote_request, failed to connect to peer 1, node1:44444, error 110
2021.02.04 22:48:02.594320 [ 64 ] {} <Error> RaftInstance: peer (1) response error: failed to connect to peer 1, node1:44444, error 110
2021.02.04 22:48:02.594444 [ 64 ] {} <Information> RaftInstance: asio client destroyed: 0x7b540003fe98
2021.02.04 22:48:02.831227 [ 66 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:02.831368 [ 66 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:02.831430 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:02.831491 [ 66 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:02.831550 [ 66 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:02.831597 [ 66 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:02.831670 [ 66 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:02.831725 [ 66 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:02.831774 [ 66 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:03.332208 [ 45 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:03.332369 [ 45 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:03.332434 [ 45 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:03.332497 [ 45 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:03.332562 [ 45 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:03.332621 [ 45 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:03.332678 [ 45 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:03.332731 [ 45 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:03.332782 [ 45 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:03.833223 [ 27 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:03.833364 [ 27 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:03.833425 [ 27 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:03.833484 [ 27 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:03.833550 [ 27 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:03.833595 [ 27 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:03.833667 [ 27 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:03.833781 [ 27 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:03.833837 [ 27 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:04.334377 [ 14 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:04.334547 [ 14 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:04.334618 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:04.334690 [ 14 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:04.334760 [ 14 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:04.334816 [ 14 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:04.334886 [ 14 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:04.334963 [ 14 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:04.335024 [ 14 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:04.835522 [ 60 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:04.835696 [ 60 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:04.835772 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:04.835849 [ 60 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:04.835917 [ 60 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:04.835971 [ 60 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:04.836056 [ 60 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:04.836127 [ 60 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:04.836192 [ 60 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:05.336691 [ 68 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:05.336858 [ 68 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:05.336933 [ 68 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:05.337006 [ 68 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:05.337082 [ 68 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:05.337140 [ 68 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:05.337216 [ 68 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:05.337284 [ 68 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:05.337347 [ 68 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:05.837632 [ 21 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:05.837858 [ 21 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:05.837922 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:05.837987 [ 21 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:05.838046 [ 21 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:05.838093 [ 21 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:05.838151 [ 21 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:05.838213 [ 21 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:05.838263 [ 21 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:06.338535 [ 48 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:06.338681 [ 48 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:06.338744 [ 48 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:06.338806 [ 48 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:06.338870 [ 48 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:06.338917 [ 48 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:06.338977 [ 48 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:06.339044 [ 48 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:06.339092 [ 48 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:06.839543 [ 50 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:06.839693 [ 50 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:06.839765 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:06.839830 [ 50 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:06.839888 [ 50 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:06.839936 [ 50 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:06.839994 [ 50 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:06.840050 [ 50 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:06.840101 [ 50 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:07.340527 [ 13 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:07.340679 [ 13 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:07.340741 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:07.340805 [ 13 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:07.340874 [ 13 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:07.340919 [ 13 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:07.340989 [ 13 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:07.341043 [ 13 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:07.341089 [ 13 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:07.841394 [ 55 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:07.841541 [ 55 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:07.841608 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:07.841667 [ 55 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:07.841750 [ 55 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:07.841797 [ 55 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:07.841850 [ 55 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:07.841907 [ 55 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:07.841959 [ 55 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:08.342377 [ 24 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:08.342543 [ 24 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:08.342605 [ 24 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:08.342671 [ 24 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:08.342736 [ 24 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:08.342783 [ 24 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:08.342845 [ 24 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:08.342907 [ 24 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:08.342958 [ 24 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:08.843233 [ 58 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:08.843372 [ 58 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:08.843432 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:08.843497 [ 58 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:08.843554 [ 58 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:08.843598 [ 58 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:08.843673 [ 58 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:08.843729 [ 58 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:08.843778 [ 58 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:09.344280 [ 36 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:09.344442 [ 36 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:09.344512 [ 36 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:09.344582 [ 36 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:09.344655 [ 36 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:09.344707 [ 36 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:09.344772 [ 36 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:09.344838 [ 36 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:09.344893 [ 36 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:09.845033 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:09.845195 [ 31 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:09.845258 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:09.845322 [ 31 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:09.845394 [ 31 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:09.845441 [ 31 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:09.845498 [ 31 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:09.845553 [ 31 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:09.845603 [ 31 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:10.345945 [ 51 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:10.346110 [ 51 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:10.346178 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:10.346246 [ 51 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:10.346316 [ 51 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:10.346367 [ 51 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:10.346433 [ 51 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:10.346495 [ 51 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:10.346551 [ 51 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:10.846797 [ 34 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:10.846950 [ 34 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:10.847016 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:10.847082 [ 34 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:10.847147 [ 34 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:10.847196 [ 34 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:10.847257 [ 34 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:10.847320 [ 34 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:10.847380 [ 34 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:11.347611 [ 46 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:11.347768 [ 46 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:11.347831 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:11.347898 [ 46 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:11.347959 [ 46 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:11.348017 [ 46 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:11.348073 [ 46 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:11.348127 [ 46 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:11.348176 [ 46 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:11.848637 [ 17 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:11.848796 [ 17 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:11.848858 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:11.848922 [ 17 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:11.848984 [ 17 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:11.849033 [ 17 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:11.849092 [ 17 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:11.849151 [ 17 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:11.849200 [ 17 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:12.349599 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:12.349790 [ 29 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:12.349853 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:12.349923 [ 29 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:12.349983 [ 29 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:12.350031 [ 29 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:12.350096 [ 29 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:12.350154 [ 29 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:12.350204 [ 29 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:12.850600 [ 43 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:12.850755 [ 43 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:12.850830 [ 43 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:12.850903 [ 43 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:12.850983 [ 43 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:12.851041 [ 43 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:12.851107 [ 43 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:12.851172 [ 43 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:12.851233 [ 43 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:13.351665 [ 52 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:13.351828 [ 52 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:13.351891 [ 52 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:13.351954 [ 52 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:13.352013 [ 52 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:13.352062 [ 52 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:13.352127 [ 52 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:13.352188 [ 52 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:13.352242 [ 52 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:13.852442 [ 56 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:13.852569 [ 56 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:13.852629 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:13.852722 [ 56 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:13.852784 [ 56 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:13.852830 [ 56 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:13.852886 [ 56 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:13.852941 [ 56 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:13.852989 [ 56 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:14.354288 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:14.354449 [ 65 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:14.354516 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:14.354582 [ 65 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:14.354648 [ 65 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:14.354699 [ 65 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:14.354763 [ 65 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:14.354843 [ 65 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:14.354893 [ 65 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:14.855211 [ 39 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:14.855364 [ 39 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:14.855429 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:14.855496 [ 39 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:14.855567 [ 39 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:14.855624 [ 39 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:14.855684 [ 39 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:14.855741 [ 39 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:14.855790 [ 39 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:15.356256 [ 40 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:15.356416 [ 40 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:15.356481 [ 40 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:15.356547 [ 40 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:15.356608 [ 40 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:15.356658 [ 40 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:15.356717 [ 40 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:15.356773 [ 40 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:15.356821 [ 40 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:15.857040 [ 28 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:15.857202 [ 28 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:15.857265 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:15.857330 [ 28 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:15.857389 [ 28 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:15.857436 [ 28 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:15.857506 [ 28 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:15.857563 [ 28 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:15.857611 [ 28 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:16.358065 [ 67 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:16.358211 [ 67 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:16.358273 [ 67 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:16.358338 [ 67 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:16.358397 [ 67 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:16.358459 [ 67 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:16.358523 [ 67 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:16.358579 [ 67 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:16.358628 [ 67 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:16.859337 [ 38 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:16.859486 [ 38 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:16.859548 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:16.859618 [ 38 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:16.859681 [ 38 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:16.859728 [ 38 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:16.859784 [ 38 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:16.859839 [ 38 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:16.859889 [ 38 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:17.360242 [ 13 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:17.360393 [ 13 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:17.360452 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:17.360534 [ 13 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:17.360605 [ 13 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:17.360652 [ 13 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:17.360724 [ 13 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:17.360786 [ 13 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:17.360833 [ 13 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:17.861282 [ 35 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:17.861458 [ 35 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:17.861522 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:17.861585 [ 35 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:17.861651 [ 35 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:17.861750 [ 35 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:17.861826 [ 35 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:17.861890 [ 35 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:17.861951 [ 35 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:18.362261 [ 24 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:18.362418 [ 24 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:18.362485 [ 24 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:18.362553 [ 24 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:18.362620 [ 24 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:18.362683 [ 24 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:18.362746 [ 24 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:18.362817 [ 24 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:18.362871 [ 24 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:18.863320 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:18.863470 [ 63 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:18.863538 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:18.863603 [ 63 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:18.863662 [ 63 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:18.863709 [ 63 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:18.863767 [ 63 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:18.863826 [ 63 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:18.863878 [ 63 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:19.364248 [ 41 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:19.364415 [ 41 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:19.364479 [ 41 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:19.364551 [ 41 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:19.364612 [ 41 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:19.364660 [ 41 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:19.364733 [ 41 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:19.364808 [ 41 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:19.364857 [ 41 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:19.865088 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:19.865240 [ 31 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:19.865306 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:19.865375 [ 31 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:19.865435 [ 31 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:19.865481 [ 31 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:19.865541 [ 31 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:19.865599 [ 31 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:19.865648 [ 31 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:20.366010 [ 51 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:20.366164 [ 51 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:20.366228 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:20.366295 [ 51 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:20.366369 [ 51 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:20.366426 [ 51 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:20.366487 [ 51 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:20.366547 [ 51 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:20.366598 [ 51 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:20.866946 [ 54 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:20.867108 [ 54 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:20.867175 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:20.867258 [ 54 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:20.867322 [ 54 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:20.867368 [ 54 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:20.867425 [ 54 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:20.867484 [ 54 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:20.867534 [ 54 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:21.367805 [ 64 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:21.367955 [ 64 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:21.368028 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:21.368094 [ 64 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:21.368152 [ 64 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:21.368197 [ 64 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:21.368273 [ 64 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:21.368332 [ 64 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:21.368380 [ 64 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:21.869168 [ 66 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:21.869332 [ 66 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:21.869398 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:21.869463 [ 66 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:21.869528 [ 66 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:21.869577 [ 66 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:21.869640 [ 66 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:21.869718 [ 66 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:21.869772 [ 66 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:22.370091 [ 23 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:22.370263 [ 23 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:22.370327 [ 23 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:22.370390 [ 23 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:22.370451 [ 23 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:22.370499 [ 23 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:22.370562 [ 23 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:22.370619 [ 23 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:22.370670 [ 23 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:22.871108 [ 43 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:22.871264 [ 43 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:22.871329 [ 43 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:22.871398 [ 43 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:22.871471 [ 43 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:22.871524 [ 43 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:22.871592 [ 43 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:22.871667 [ 43 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:22.871716 [ 43 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:23.371997 [ 52 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:23.372151 [ 52 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:23.372215 [ 52 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:23.372278 [ 52 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:23.372337 [ 52 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:23.372383 [ 52 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:23.372473 [ 52 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:23.372528 [ 52 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:23.372580 [ 52 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:23.872838 [ 56 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:23.872992 [ 56 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:23.873056 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:23.873122 [ 56 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:23.873193 [ 56 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:23.873241 [ 56 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:23.873299 [ 56 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:23.873358 [ 56 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:23.873409 [ 56 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:24.373769 [ 68 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:24.373939 [ 68 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:24.374009 [ 68 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:24.374076 [ 68 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:24.374141 [ 68 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:24.374192 [ 68 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:24.374258 [ 68 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:24.374317 [ 68 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:24.374375 [ 68 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:24.874810 [ 39 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:24.874998 [ 39 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:24.875068 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:24.875147 [ 39 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:24.875218 [ 39 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:24.875271 [ 39 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:24.875341 [ 39 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:24.875405 [ 39 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:24.875461 [ 39 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:25.375799 [ 59 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:25.375974 [ 59 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:25.376035 [ 59 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:25.376106 [ 59 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:25.376169 [ 59 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:25.376214 [ 59 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:25.376269 [ 59 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:25.376346 [ 59 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:25.376395 [ 59 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:25.876721 [ 28 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:25.876877 [ 28 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:25.876950 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:25.877014 [ 28 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:25.877070 [ 28 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:25.877116 [ 28 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:25.877180 [ 28 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:25.877231 [ 28 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:25.877291 [ 28 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:26.377643 [ 67 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:26.377838 [ 67 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:26.377907 [ 67 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:26.377974 [ 67 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:26.378037 [ 67 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:26.378096 [ 67 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:26.378162 [ 67 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:26.378217 [ 67 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:26.378271 [ 67 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:26.878617 [ 55 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:26.878763 [ 55 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:26.878826 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:26.878890 [ 55 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:26.878951 [ 55 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:26.879004 [ 55 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:26.879061 [ 55 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:26.879117 [ 55 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:26.879164 [ 55 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:27.379470 [ 57 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:27.379632 [ 57 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:27.379697 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:27.379760 [ 57 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:27.379820 [ 57 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:27.379868 [ 57 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:27.379925 [ 57 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:27.379987 [ 57 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:27.380036 [ 57 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:27.880303 [ 35 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:27.880453 [ 35 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:27.880518 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:27.880582 [ 35 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:27.880643 [ 35 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:27.880690 [ 35 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:27.880750 [ 35 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:27.880805 [ 35 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:27.880853 [ 35 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:28.381163 [ 24 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:28.381321 [ 24 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:28.381384 [ 24 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:28.381447 [ 24 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:28.381509 [ 24 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:28.381557 [ 24 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:28.381619 [ 24 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:28.381719 [ 24 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:28.381775 [ 24 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:28.882068 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:28.882217 [ 63 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:28.882277 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:28.882339 [ 63 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:28.882395 [ 63 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:28.882439 [ 63 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:28.882500 [ 63 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:28.882553 [ 63 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:28.882600 [ 63 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:29.382919 [ 16 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:29.383063 [ 16 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:29.383127 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:29.383189 [ 16 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:29.383246 [ 16 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:29.383292 [ 16 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:29.383347 [ 16 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:29.383407 [ 16 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:29.383458 [ 16 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:29.883801 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:29.883985 [ 31 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:29.884052 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:29.884122 [ 31 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:29.884186 [ 31 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:29.884236 [ 31 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:29.884299 [ 31 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:29.884358 [ 31 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:29.884411 [ 31 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:30.384891 [ 46 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:30.385104 [ 46 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:30.385191 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:30.385268 [ 46 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:30.385335 [ 46 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:30.385387 [ 46 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:30.385452 [ 46 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:30.385513 [ 46 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:30.385569 [ 46 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:30.885766 [ 54 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:30.885917 [ 54 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:30.885982 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:30.886045 [ 54 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:30.886107 [ 54 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:30.886171 [ 54 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:30.886230 [ 54 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:30.886286 [ 54 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:30.886337 [ 54 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:31.386689 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:31.386859 [ 29 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:31.386925 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:31.386998 [ 29 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:31.387054 [ 29 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:31.387099 [ 29 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:31.387158 [ 29 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:31.387211 [ 29 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:31.387259 [ 29 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:31.887970 [ 66 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:31.888129 [ 66 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:31.888194 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:31.888258 [ 66 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:31.888327 [ 66 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:31.888376 [ 66 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:31.888445 [ 66 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:31.888524 [ 66 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:31.888575 [ 66 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:32.388816 [ 14 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:32.388971 [ 14 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:32.389038 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:32.389106 [ 14 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:32.389166 [ 14 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:32.389213 [ 14 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:32.389276 [ 14 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:32.389330 [ 14 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:32.389379 [ 14 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:32.889778 [ 43 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:32.889975 [ 43 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:32.890047 [ 43 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:32.890114 [ 43 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:32.890186 [ 43 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:32.890238 [ 43 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:32.890298 [ 43 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:32.890363 [ 43 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:32.890417 [ 43 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:33.390743 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:33.390929 [ 65 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:33.390998 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:33.391066 [ 65 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:33.391136 [ 65 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:33.391188 [ 65 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:33.391259 [ 65 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:33.391320 [ 65 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:33.391377 [ 65 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:33.891672 [ 56 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:33.891823 [ 56 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:33.891888 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:33.891957 [ 56 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:33.892014 [ 56 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:33.892062 [ 56 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:33.892119 [ 56 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:33.892178 [ 56 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:33.892227 [ 56 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:34.392416 [ 68 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:34.392551 [ 68 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:34.392611 [ 68 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:34.392672 [ 68 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:34.392740 [ 68 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:34.392784 [ 68 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:34.392839 [ 68 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:34.392900 [ 68 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:34.392949 [ 68 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:34.893325 [ 50 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:34.893468 [ 50 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:34.893533 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:34.893598 [ 50 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:34.893663 [ 50 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:34.893747 [ 50 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:34.893807 [ 50 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:34.893864 [ 50 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:34.893914 [ 50 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:35.394255 [ 59 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:35.394424 [ 59 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:35.394491 [ 59 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:35.394569 [ 59 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:35.394632 [ 59 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:35.394683 [ 59 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:35.394745 [ 59 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:35.394806 [ 59 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:35.394862 [ 59 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:35.895106 [ 38 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:35.895247 [ 38 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:35.895308 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:35.895372 [ 38 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:35.895434 [ 38 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:35.895480 [ 38 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:35.895538 [ 38 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:35.895590 [ 38 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:35.895637 [ 38 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:36.396091 [ 67 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:36.396244 [ 67 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:36.396306 [ 67 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:36.396375 [ 67 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:36.396435 [ 67 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:36.396500 [ 67 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:36.396572 [ 67 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:36.396628 [ 67 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:36.396679 [ 67 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:36.897456 [ 58 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:36.897606 [ 58 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:36.897681 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:36.897759 [ 58 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:36.897866 [ 58 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:36.897928 [ 58 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:36.897987 [ 58 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:36.898052 [ 58 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:36.898106 [ 58 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:37.398595 [ 57 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:37.398764 [ 57 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:37.398832 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:37.398898 [ 57 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:37.398962 [ 57 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:37.399011 [ 57 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:37.399072 [ 57 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:37.399130 [ 57 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:37.399182 [ 57 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:37.899416 [ 35 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:37.899561 [ 35 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:37.899625 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:37.899689 [ 35 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:37.899748 [ 35 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:37.899797 [ 35 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:37.899853 [ 35 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:37.899909 [ 35 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:37.899959 [ 35 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:38.400489 [ 24 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:38.400645 [ 24 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:38.400719 [ 24 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:38.400794 [ 24 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:38.400868 [ 24 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:38.400923 [ 24 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:38.400988 [ 24 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:38.401064 [ 24 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:38.401127 [ 24 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:38.901341 [ 34 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:38.901495 [ 34 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:38.901553 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:38.901615 [ 34 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:38.901698 [ 34 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:38.901746 [ 34 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:38.901809 [ 34 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:38.901861 [ 34 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:38.901925 [ 34 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:39.402412 [ 16 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:39.402566 [ 16 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:39.402636 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:39.402702 [ 16 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:39.402760 [ 16 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:39.402820 [ 16 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:39.402884 [ 16 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:39.402939 [ 16 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:39.402991 [ 16 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:39.903341 [ 17 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:39.903501 [ 17 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:39.903566 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:39.903633 [ 17 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:39.903694 [ 17 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:39.903744 [ 17 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:39.903823 [ 17 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:39.903881 [ 17 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:39.903933 [ 17 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:40.404324 [ 64 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:40.404479 [ 64 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:40.404554 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:40.404619 [ 64 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:40.404683 [ 64 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:40.404731 [ 64 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:40.404791 [ 64 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:40.404849 [ 64 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:40.404900 [ 64 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:40.905230 [ 37 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:40.905373 [ 37 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:40.905433 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:40.905494 [ 37 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:40.905557 [ 37 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:40.905602 [ 37 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:40.905657 [ 37 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:40.905757 [ 37 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:40.905807 [ 37 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:41.406040 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:41.406177 [ 29 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:41.406244 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:41.406311 [ 29 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:41.406367 [ 29 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:41.406413 [ 29 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:41.406510 [ 29 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:41.406566 [ 29 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:41.406614 [ 29 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:41.907575 [ 66 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:41.907721 [ 66 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:41.907794 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:41.907854 [ 66 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:41.907914 [ 66 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:41.907964 [ 66 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:41.908021 [ 66 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:41.908078 [ 66 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:41.908130 [ 66 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:42.408604 [ 52 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:42.408758 [ 52 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:42.408821 [ 52 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:42.408885 [ 52 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:42.408944 [ 52 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:42.408990 [ 52 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:42.409060 [ 52 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:42.409116 [ 52 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:42.409170 [ 52 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:42.909454 [ 43 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:42.909613 [ 43 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:42.909716 [ 43 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:42.909787 [ 43 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:42.909854 [ 43 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:42.909904 [ 43 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:42.909965 [ 43 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:42.910034 [ 43 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:42.910095 [ 43 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:43.410424 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:43.410602 [ 65 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:43.410678 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:43.410751 [ 65 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:43.410839 [ 65 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:43.410887 [ 65 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:43.410943 [ 65 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:43.411006 [ 65 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:43.411058 [ 65 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:43.911261 [ 39 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:43.911409 [ 39 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:43.911471 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:43.911535 [ 39 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:43.911597 [ 39 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:43.911643 [ 39 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:43.911696 [ 39 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:43.911749 [ 39 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:43.911799 [ 39 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:44.412118 [ 42 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:44.412280 [ 42 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:44.412349 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:44.412412 [ 42 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:44.412473 [ 42 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:44.412517 [ 42 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:44.412581 [ 42 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:44.412638 [ 42 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:44.412690 [ 42 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:44.912915 [ 50 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:44.913067 [ 50 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:44.913128 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:44.913187 [ 50 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:44.913246 [ 50 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:44.913293 [ 50 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:44.913347 [ 50 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:44.913401 [ 50 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:44.913451 [ 50 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:45.413941 [ 13 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:45.414134 [ 13 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:45.414214 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:45.414287 [ 13 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:45.414365 [ 13 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:45.414422 [ 13 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:45.414485 [ 13 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:45.414558 [ 13 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:45.414617 [ 13 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:45.914928 [ 55 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:45.915071 [ 55 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:45.915133 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:45.915197 [ 55 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:45.915257 [ 55 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:45.915306 [ 55 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:45.915364 [ 55 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:45.915439 [ 55 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:45.915494 [ 55 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:46.415888 [ 67 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:46.416034 [ 67 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:46.416096 [ 67 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:46.416162 [ 67 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:46.416221 [ 67 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:46.416267 [ 67 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:46.416328 [ 67 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:46.416393 [ 67 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:46.416442 [ 67 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:46.917143 [ 49 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:46.917284 [ 49 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:46.917348 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:46.917408 [ 49 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:46.917466 [ 49 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:46.917523 [ 49 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:46.917581 [ 49 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:46.917636 [ 49 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:46.917731 [ 49 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:47.418090 [ 41 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:47.418245 [ 41 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:47.418314 [ 41 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:47.418385 [ 41 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:47.418459 [ 41 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:47.418510 [ 41 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:47.418572 [ 41 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:47.418633 [ 41 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:47.418687 [ 41 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:47.918870 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:47.919049 [ 63 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:47.919111 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:47.919177 [ 63 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:47.919236 [ 63 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:47.919283 [ 63 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:47.919341 [ 63 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:47.919399 [ 63 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:47.919451 [ 63 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:48.419739 [ 51 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:48.419885 [ 51 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:48.419947 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:48.420007 [ 51 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:48.420067 [ 51 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:48.420132 [ 51 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:48.420186 [ 51 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:48.420256 [ 51 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:48.420314 [ 51 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:48.920601 [ 34 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:48.920729 [ 34 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:48.920798 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:48.920857 [ 34 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:48.920918 [ 34 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:48.920962 [ 34 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:48.921015 [ 34 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:48.921069 [ 34 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:48.921120 [ 34 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:49.421520 [ 46 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:49.421732 [ 46 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:49.421798 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:49.421862 [ 46 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:49.421923 [ 46 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:49.421968 [ 46 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:49.422027 [ 46 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:49.422083 [ 46 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:49.422136 [ 46 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:49.922607 [ 54 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:49.922766 [ 54 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:49.922836 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:49.922912 [ 54 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:49.922992 [ 54 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:49.923044 [ 54 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:49.923106 [ 54 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:49.923171 [ 54 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:49.923232 [ 54 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:50.423673 [ 64 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:50.423853 [ 64 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:50.423919 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:50.423989 [ 64 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:50.424054 [ 64 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:50.424100 [ 64 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:50.424161 [ 64 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:50.424220 [ 64 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:50.424275 [ 64 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:50.924556 [ 37 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:50.924713 [ 37 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:50.924779 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:50.924852 [ 37 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:50.924924 [ 37 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:50.924972 [ 37 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:50.925031 [ 37 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:50.925087 [ 37 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:50.925134 [ 37 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:51.425323 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:51.425480 [ 29 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:51.425543 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:51.425619 [ 29 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:51.425720 [ 29 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:51.425771 [ 29 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:51.425837 [ 29 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:51.425896 [ 29 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:51.425955 [ 29 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:51.926905 [ 21 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:51.927057 [ 21 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:51.927121 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:51.927191 [ 21 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:51.927253 [ 21 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:51.927304 [ 21 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:51.927388 [ 21 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:51.927442 [ 21 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:51.927499 [ 21 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:52.427811 [ 52 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:52.427965 [ 52 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:52.428030 [ 52 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:52.428096 [ 52 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:52.428155 [ 52 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:52.428201 [ 52 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:52.428264 [ 52 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:52.428318 [ 52 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:52.428367 [ 52 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:52.928737 [ 56 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:52.928881 [ 56 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:52.928944 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:52.929005 [ 56 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:52.929081 [ 56 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:52.929127 [ 56 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:52.929211 [ 56 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:52.929264 [ 56 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:52.929312 [ 56 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:53.429721 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:53.429879 [ 65 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:53.429956 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:53.430030 [ 65 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:53.430092 [ 65 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:53.430139 [ 65 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:53.430198 [ 65 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:53.430263 [ 65 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:53.430313 [ 65 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:53.930728 [ 39 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:53.930883 [ 39 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:53.930945 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:53.931011 [ 39 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:53.931072 [ 39 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:53.931119 [ 39 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:53.931175 [ 39 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:53.931240 [ 39 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:53.931290 [ 39 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:54.431764 [ 59 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:54.431922 [ 59 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:54.432005 [ 59 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:54.432073 [ 59 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:54.432131 [ 59 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:54.432181 [ 59 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:54.432241 [ 59 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:54.432299 [ 59 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:54.432350 [ 59 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:54.932598 [ 50 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:54.932748 [ 50 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:54.932813 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:54.932871 [ 50 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:54.932946 [ 50 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:54.932998 [ 50 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:54.933058 [ 50 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:54.933126 [ 50 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:54.933177 [ 50 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:55.433484 [ 13 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:55.433648 [ 13 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:55.433779 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:55.433846 [ 13 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:55.433906 [ 13 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:55.433955 [ 13 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:55.434013 [ 13 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:55.434072 [ 13 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:55.434123 [ 13 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:55.934364 [ 55 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:55.934518 [ 55 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:55.934579 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:55.934642 [ 55 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:55.934701 [ 55 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:55.934748 [ 55 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:55.934806 [ 55 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:55.934859 [ 55 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:55.934910 [ 55 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:56.435299 [ 57 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:56.435464 [ 57 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:56.435532 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:56.435596 [ 57 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:56.435658 [ 57 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:56.435706 [ 57 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:56.435763 [ 57 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:56.435825 [ 57 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:56.435878 [ 57 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:56.937382 [ 35 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:56.937589 [ 35 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:56.937654 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:56.937748 [ 35 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:56.937808 [ 35 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:56.937857 [ 35 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:56.937917 [ 35 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:56.937974 [ 35 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:56.938024 [ 35 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:57.438365 [ 41 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:57.438514 [ 41 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:57.438577 [ 41 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:57.438646 [ 41 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:57.438705 [ 41 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:57.438751 [ 41 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:57.438810 [ 41 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:57.438870 [ 41 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:57.438920 [ 41 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:57.939247 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:57.939397 [ 63 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:57.939460 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:57.939526 [ 63 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:57.939585 [ 63 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:57.939636 [ 63 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:57.939698 [ 63 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:57.939757 [ 63 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:57.939808 [ 63 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:58.440119 [ 16 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:58.440274 [ 16 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:58.440347 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:58.440410 [ 16 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:58.440469 [ 16 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:58.440516 [ 16 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:58.440574 [ 16 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:58.440634 [ 16 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:58.440683 [ 16 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:58.941116 [ 34 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:58.941268 [ 34 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:58.941337 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:58.941418 [ 34 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:58.941479 [ 34 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:58.941539 [ 34 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:58.941611 [ 34 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:58.941680 [ 34 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:58.941750 [ 34 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:59.442037 [ 23 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:59.442196 [ 23 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:59.442265 [ 23 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:59.442327 [ 23 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:59.442389 [ 23 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:59.442445 [ 23 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:59.442507 [ 23 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:59.442563 [ 23 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:59.442613 [ 23 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:48:59.943076 [ 20 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:48:59.943247 [ 20 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:48:59.943321 [ 20 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:59.943383 [ 20 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:48:59.943450 [ 20 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:48:59.943497 [ 20 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:48:59.943555 [ 20 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:48:59.943611 [ 20 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:48:59.943660 [ 20 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:00.444031 [ 64 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:00.444201 [ 64 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:00.444266 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:00.444332 [ 64 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:00.444394 [ 64 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:00.444439 [ 64 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:00.444501 [ 64 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:00.444561 [ 64 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:00.444624 [ 64 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:00.944963 [ 66 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:00.945115 [ 66 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:00.945175 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:00.945235 [ 66 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:00.945294 [ 66 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:00.945337 [ 66 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:00.945398 [ 66 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:00.945450 [ 66 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:00.945499 [ 66 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:01.445885 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:01.446054 [ 29 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:01.446132 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:01.446206 [ 29 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:01.446275 [ 29 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:01.446330 [ 29 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:01.446396 [ 29 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:01.446459 [ 29 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:01.446518 [ 29 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:01.948009 [ 21 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:01.948166 [ 21 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:01.948236 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:01.948304 [ 21 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:01.948368 [ 21 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:01.948419 [ 21 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:01.948481 [ 21 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:01.948542 [ 21 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:01.948597 [ 21 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:02.449163 [ 52 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:02.449335 [ 52 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:02.449410 [ 52 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:02.449486 [ 52 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:02.449558 [ 52 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:02.449615 [ 52 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:02.449716 [ 52 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:02.449786 [ 52 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:02.449847 [ 52 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:02.950175 [ 56 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:02.950347 [ 56 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:02.950416 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:02.950483 [ 56 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:02.950552 [ 56 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:02.950605 [ 56 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:02.950683 [ 56 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:02.950753 [ 56 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:02.950809 [ 56 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:03.451235 [ 42 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:03.451408 [ 42 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:03.451503 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:03.451583 [ 42 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:03.451669 [ 42 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:03.451726 [ 42 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:03.451798 [ 42 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:03.451869 [ 42 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:03.451930 [ 42 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:03.951955 [ 39 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:03.952105 [ 39 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:03.952168 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:03.952228 [ 39 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:03.952289 [ 39 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:03.952337 [ 39 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:03.952394 [ 39 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:03.952470 [ 39 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:03.952520 [ 39 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:04.452827 [ 59 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:04.452971 [ 59 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:04.453035 [ 59 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:04.453108 [ 59 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:04.453163 [ 59 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:04.453208 [ 59 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:04.453268 [ 59 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:04.453320 [ 59 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:04.453368 [ 59 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:04.953829 [ 50 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:04.953981 [ 50 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:04.954048 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:04.954114 [ 50 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:04.954187 [ 50 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:04.954234 [ 50 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:04.954288 [ 50 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:04.954344 [ 50 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:04.954394 [ 50 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:05.454744 [ 13 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:05.454919 [ 13 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:05.455002 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:05.455074 [ 13 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:05.455138 [ 13 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:05.455191 [ 13 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:05.455255 [ 13 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:05.455337 [ 13 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:05.455393 [ 13 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:05.955556 [ 55 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:05.955705 [ 55 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:05.955768 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:05.955830 [ 55 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:05.955890 [ 55 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:05.955937 [ 55 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:05.955996 [ 55 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:05.956056 [ 55 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:05.956106 [ 55 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:06.456505 [ 57 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:06.456653 [ 57 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:06.456716 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:06.456778 [ 57 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:06.456835 [ 57 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:06.456883 [ 57 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:06.456940 [ 57 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:06.456991 [ 57 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:06.457041 [ 57 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:06.957946 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:06.958090 [ 31 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:06.958149 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:06.958217 [ 31 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:06.958276 [ 31 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:06.958321 [ 31 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:06.958375 [ 31 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:06.958427 [ 31 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:06.958477 [ 31 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:07.459021 [ 51 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:07.459189 [ 51 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:07.459263 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:07.459330 [ 51 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:07.459397 [ 51 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:07.459447 [ 51 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:07.459511 [ 51 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:07.459573 [ 51 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:07.459628 [ 51 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:07.959829 [ 17 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:07.959981 [ 17 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:07.960044 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:07.960110 [ 17 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:07.960179 [ 17 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:07.960228 [ 17 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:07.960288 [ 17 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:07.960357 [ 17 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:07.960405 [ 17 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:08.460788 [ 46 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:08.460947 [ 46 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:08.461031 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:08.461109 [ 46 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:08.461169 [ 46 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:08.461216 [ 46 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:08.461276 [ 46 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:08.461332 [ 46 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:08.461386 [ 46 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:08.962127 [ 34 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:08.962285 [ 34 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:08.962354 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:08.962421 [ 34 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:08.962482 [ 34 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:08.962532 [ 34 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:08.962603 [ 34 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:08.962664 [ 34 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:08.962722 [ 34 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:09.463163 [ 23 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:09.463323 [ 23 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:09.463395 [ 23 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:09.463463 [ 23 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:09.463535 [ 23 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:09.463586 [ 23 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:09.463653 [ 23 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:09.463717 [ 23 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:09.463785 [ 23 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:09.964263 [ 20 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:09.964406 [ 20 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:09.964467 [ 20 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:09.964529 [ 20 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:09.964585 [ 20 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:09.964630 [ 20 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:09.964685 [ 20 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:09.964738 [ 20 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:09.964784 [ 20 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:10.465231 [ 40 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:10.465370 [ 40 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:10.465445 [ 40 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:10.465504 [ 40 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:10.465565 [ 40 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:10.465611 [ 40 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:10.465674 [ 40 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:10.465768 [ 40 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:10.465820 [ 40 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:10.966233 [ 43 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:10.966388 [ 43 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:10.966459 [ 43 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:10.966526 [ 43 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:10.966592 [ 43 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:10.966643 [ 43 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:10.966705 [ 43 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:10.966763 [ 43 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:10.966820 [ 43 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:11.467093 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:11.467232 [ 29 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:11.467295 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:11.467356 [ 29 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:11.467413 [ 29 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:11.467458 [ 29 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:11.467514 [ 29 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:11.467567 [ 29 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:11.467613 [ 29 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:11.968669 [ 28 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:11.968824 [ 28 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:11.968885 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:11.968948 [ 28 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:11.969033 [ 28 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:11.969080 [ 28 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:11.969136 [ 28 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:11.969190 [ 28 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:11.969238 [ 28 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:12.469584 [ 52 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:12.469754 [ 52 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:12.469818 [ 52 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:12.469896 [ 52 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:12.469952 [ 52 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:12.469998 [ 52 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:12.470053 [ 52 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:12.470108 [ 52 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:12.470156 [ 52 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:12.970518 [ 56 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:12.970661 [ 56 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:12.970725 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:12.970790 [ 56 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:12.970862 [ 56 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:12.970907 [ 56 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:12.970959 [ 56 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:12.971014 [ 56 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:12.971060 [ 56 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:13.471332 [ 42 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:13.471495 [ 42 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:13.471566 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:13.471635 [ 42 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:13.471695 [ 42 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:13.471741 [ 42 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:13.471798 [ 42 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:13.471871 [ 42 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:13.471923 [ 42 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:13.972582 [ 58 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:13.973046 [ 58 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:13.973161 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:13.973223 [ 58 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:13.973285 [ 58 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:13.973329 [ 58 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:13.973390 [ 58 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:13.973447 [ 58 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:13.973500 [ 58 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:14.473268 [ 67 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:14.473433 [ 67 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:14.473503 [ 67 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:14.473567 [ 67 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:14.473629 [ 67 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:14.473701 [ 67 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:14.473765 [ 67 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:14.473823 [ 67 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:14.473880 [ 67 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:14.974225 [ 49 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:14.974377 [ 49 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:14.974458 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:14.974526 [ 49 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:14.974586 [ 49 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:14.974634 [ 49 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:14.974693 [ 49 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:14.974752 [ 49 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:14.974807 [ 49 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:15.474993 [ 24 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:15.475131 [ 24 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:15.475201 [ 24 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:15.475259 [ 24 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:15.475330 [ 24 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:15.475375 [ 24 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:15.475429 [ 24 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:15.475484 [ 24 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:15.475531 [ 24 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:15.975886 [ 55 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:15.976039 [ 55 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:15.976100 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:15.976166 [ 55 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:15.976232 [ 55 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:15.976278 [ 55 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:15.976334 [ 55 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:15.976409 [ 55 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:15.976459 [ 55 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:16.476736 [ 57 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:16.476873 [ 57 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:16.476934 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:16.476996 [ 57 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:16.477062 [ 57 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:16.477108 [ 57 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:16.477165 [ 57 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:16.477222 [ 57 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:16.477269 [ 57 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:16.978215 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:16.978374 [ 31 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:16.978437 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:16.978502 [ 31 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:16.978565 [ 31 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:16.978617 [ 31 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:16.978684 [ 31 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:16.978753 [ 31 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:16.978802 [ 31 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:17.479221 [ 16 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:17.479377 [ 16 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:17.479444 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:17.479507 [ 16 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:17.479574 [ 16 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:17.479623 [ 16 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:17.479681 [ 16 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:17.479733 [ 16 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:17.479778 [ 16 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:17.980068 [ 17 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:17.980216 [ 17 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:17.980281 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:17.980342 [ 17 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:17.980404 [ 17 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:17.980452 [ 17 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:17.980509 [ 17 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:17.980570 [ 17 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:17.980621 [ 17 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:18.481070 [ 14 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:18.481238 [ 14 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:18.481299 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:18.481377 [ 14 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:18.481436 [ 14 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:18.481483 [ 14 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:18.481542 [ 14 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:18.481603 [ 14 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:18.481678 [ 14 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:18.982015 [ 34 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:18.982171 [ 34 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:18.982250 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:18.982320 [ 34 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:18.982384 [ 34 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:18.982435 [ 34 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:18.982500 [ 34 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:18.982563 [ 34 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:18.982625 [ 34 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:19.482883 [ 64 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:19.483052 [ 64 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:19.483124 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:19.483193 [ 64 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:19.483265 [ 64 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:19.483317 [ 64 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:19.483381 [ 64 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:19.483445 [ 64 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:19.483502 [ 64 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:19.983675 [ 20 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:19.983818 [ 20 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:19.983882 [ 20 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:19.983944 [ 20 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:19.984003 [ 20 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:19.984049 [ 20 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:19.984103 [ 20 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:19.984152 [ 20 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:19.984198 [ 20 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:20.484598 [ 68 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:20.484738 [ 68 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:20.484821 [ 68 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:20.484882 [ 68 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:20.484943 [ 68 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:20.484989 [ 68 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:20.485043 [ 68 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:20.485105 [ 68 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:20.485153 [ 68 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:20.985555 [ 43 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:20.985774 [ 43 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:20.985841 [ 43 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:20.985904 [ 43 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:20.985964 [ 43 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:20.986019 [ 43 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:20.986088 [ 43 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:20.986145 [ 43 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:20.986199 [ 43 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:21.486498 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:21.486648 [ 65 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:21.486713 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:21.486776 [ 65 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:21.486834 [ 65 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:21.486891 [ 65 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:21.486954 [ 65 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:21.487016 [ 65 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:21.487066 [ 65 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:21.987832 [ 28 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:21.987991 [ 28 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:21.988057 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:21.988122 [ 28 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:21.988185 [ 28 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:21.988235 [ 28 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:21.988293 [ 28 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:21.988348 [ 28 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:21.988398 [ 28 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:22.488782 [ 52 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:22.488923 [ 52 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:22.488985 [ 52 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:22.489045 [ 52 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:22.489101 [ 52 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:22.489147 [ 52 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:22.489203 [ 52 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:22.489257 [ 52 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:22.489305 [ 52 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:22.989616 [ 56 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:22.989850 [ 56 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:22.989922 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:22.990001 [ 56 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:22.990064 [ 56 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:22.990115 [ 56 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:22.990170 [ 56 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:22.990250 [ 56 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:22.990301 [ 56 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:23.490517 [ 59 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:23.490687 [ 59 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:23.490753 [ 59 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:23.490813 [ 59 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:23.490870 [ 59 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:23.490941 [ 59 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:23.490999 [ 59 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:23.491090 [ 59 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:23.491142 [ 59 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:23.991393 [ 58 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:23.991549 [ 58 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:23.991616 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:23.991678 [ 58 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:23.991740 [ 58 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:23.991785 [ 58 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:23.991844 [ 58 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:23.991903 [ 58 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:23.991956 [ 58 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:24.492289 [ 13 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:24.492447 [ 13 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:24.492515 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:24.492578 [ 13 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:24.492637 [ 13 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:24.492684 [ 13 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:24.492749 [ 13 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:24.492803 [ 13 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:24.492852 [ 13 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:24.993001 [ 35 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:24.993135 [ 35 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:24.993198 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:24.993258 [ 35 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:24.993316 [ 35 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:24.993371 [ 35 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:24.993425 [ 35 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:24.993478 [ 35 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:24.993525 [ 35 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:25.493969 [ 41 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:25.494104 [ 41 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:25.494164 [ 41 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:25.494230 [ 41 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:25.494293 [ 41 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:25.494345 [ 41 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:25.494401 [ 41 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:25.494471 [ 41 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:25.494526 [ 41 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:25.994881 [ 55 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:25.995044 [ 55 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:25.995108 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:25.995170 [ 55 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:25.995236 [ 55 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:25.995284 [ 55 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:25.995343 [ 55 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:25.995401 [ 55 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:25.995452 [ 55 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:26.495754 [ 57 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:26.495910 [ 57 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:26.495973 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:26.496034 [ 57 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:26.496092 [ 57 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:26.496138 [ 57 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:26.496195 [ 57 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:26.496252 [ 57 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:26.496309 [ 57 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:26.997009 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:26.997149 [ 31 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:26.997211 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:26.997279 [ 31 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:26.997339 [ 31 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:26.997386 [ 31 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:26.997447 [ 31 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:26.997506 [ 31 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:26.997558 [ 31 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:27.497938 [ 46 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:27.498091 [ 46 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:27.498156 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:27.498216 [ 46 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:27.498276 [ 46 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:27.498321 [ 46 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:27.498382 [ 46 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:27.498459 [ 46 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:27.498515 [ 46 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:27.998869 [ 37 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:27.999027 [ 37 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:27.999092 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:27.999155 [ 37 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:27.999215 [ 37 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:27.999263 [ 37 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:27.999323 [ 37 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:27.999378 [ 37 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:27.999430 [ 37 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:28.499776 [ 14 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:28.499926 [ 14 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:28.499993 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:28.500060 [ 14 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:28.500122 [ 14 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:28.500173 [ 14 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:28.500232 [ 14 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:28.500286 [ 14 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:28.500335 [ 14 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:29.000945 [ 34 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:29.001169 [ 34 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:29.001231 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:29.001298 [ 34 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:29.001356 [ 34 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:29.001403 [ 34 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:29.001461 [ 34 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:29.001518 [ 34 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:29.001568 [ 34 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:29.501550 [ 64 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:29.501719 [ 64 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:29.501787 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:29.501849 [ 64 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:29.501916 [ 64 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:29.501963 [ 64 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:29.502020 [ 64 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:29.502077 [ 64 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:29.502127 [ 64 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:30.002696 [ 20 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:30.002840 [ 20 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:30.002905 [ 20 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:30.002969 [ 20 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:30.003036 [ 20 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:30.003092 [ 20 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:30.003149 [ 20 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:30.003209 [ 20 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:30.003259 [ 20 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:30.503605 [ 68 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:30.503743 [ 68 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:30.503807 [ 68 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:30.503867 [ 68 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:30.503930 [ 68 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:30.503975 [ 68 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:30.504035 [ 68 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:30.504089 [ 68 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:30.504137 [ 68 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:31.004524 [ 43 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:31.004711 [ 43 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:31.004783 [ 43 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:31.004851 [ 43 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:31.004917 [ 43 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:31.004970 [ 43 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:31.005037 [ 43 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:31.005102 [ 43 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:31.005161 [ 43 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:31.505268 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:31.505412 [ 65 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:31.505478 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:31.505541 [ 65 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:31.505604 [ 65 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:31.505663 [ 65 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:31.505762 [ 65 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:31.505828 [ 65 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:31.505879 [ 65 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:32.006562 [ 39 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:32.006722 [ 39 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:32.006784 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:32.006845 [ 39 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:32.006908 [ 39 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:32.006951 [ 39 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:32.007011 [ 39 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:32.007066 [ 39 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:32.007120 [ 39 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:32.507485 [ 52 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:32.507640 [ 52 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:32.507704 [ 52 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:32.507770 [ 52 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:32.507845 [ 52 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:32.507891 [ 52 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:32.507950 [ 52 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:32.508005 [ 52 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:32.508053 [ 52 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:33.008231 [ 56 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:33.008375 [ 56 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:33.008439 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:33.008497 [ 56 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:33.008556 [ 56 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:33.008598 [ 56 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:33.008658 [ 56 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:33.008709 [ 56 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:33.008759 [ 56 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:33.509146 [ 59 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:33.509300 [ 59 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:33.509364 [ 59 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:33.509423 [ 59 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:33.509498 [ 59 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:33.509543 [ 59 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:33.509606 [ 59 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:33.509727 [ 59 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:33.509785 [ 59 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:34.010122 [ 58 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:34.010291 [ 58 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:34.010367 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:34.010440 [ 58 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:34.010503 [ 58 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:34.010555 [ 58 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:34.010623 [ 58 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:34.010686 [ 58 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:34.010744 [ 58 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:34.510845 [ 13 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:34.510995 [ 13 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:34.511056 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:34.511122 [ 13 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:34.511180 [ 13 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:34.511226 [ 13 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:34.511284 [ 13 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:34.511340 [ 13 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:34.511388 [ 13 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:35.012025 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:35.012186 [ 63 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:35.012249 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:35.012313 [ 63 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:35.012380 [ 63 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:35.012437 [ 63 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:35.012498 [ 63 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:35.012557 [ 63 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:35.012606 [ 63 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:35.513384 [ 41 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:35.513544 [ 41 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:35.513607 [ 41 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:35.513721 [ 41 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:35.513791 [ 41 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:35.513837 [ 41 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:35.513895 [ 41 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:35.513960 [ 41 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:35.514008 [ 41 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:36.014194 [ 54 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:36.014341 [ 54 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:36.014405 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:36.014476 [ 54 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:36.014537 [ 54 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:36.014583 [ 54 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:36.014643 [ 54 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:36.014699 [ 54 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:36.014749 [ 54 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:36.515054 [ 57 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:36.515209 [ 57 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:36.515294 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:36.515384 [ 57 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:36.515448 [ 57 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:36.515505 [ 57 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:36.515565 [ 57 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:36.515621 [ 57 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:36.515671 [ 57 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:37.016270 [ 17 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:37.016423 [ 17 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:37.016495 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:37.016559 [ 17 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:37.016619 [ 17 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:37.016666 [ 17 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:37.016722 [ 17 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:37.016787 [ 17 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:37.016838 [ 17 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:37.517116 [ 46 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:37.517264 [ 46 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:37.517327 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:37.517388 [ 46 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:37.517445 [ 46 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:37.517492 [ 46 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:37.517557 [ 46 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:37.517612 [ 46 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:37.517676 [ 46 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:38.018073 [ 66 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:38.018230 [ 66 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:38.018296 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:38.018356 [ 66 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:38.018417 [ 66 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:38.018462 [ 66 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:38.018522 [ 66 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:38.018582 [ 66 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:38.018636 [ 66 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:38.519386 [ 40 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:38.519838 [ 40 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:38.519918 [ 40 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:38.519982 [ 40 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:38.520039 [ 40 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:38.520088 [ 40 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:38.520145 [ 40 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:38.520201 [ 40 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:38.520250 [ 40 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:39.019968 [ 34 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:39.020110 [ 34 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:39.020177 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:39.020243 [ 34 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:39.020305 [ 34 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:39.020353 [ 34 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:39.020411 [ 34 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:39.020467 [ 34 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:39.020516 [ 34 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:39.520900 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:39.521056 [ 29 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:39.521121 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:39.521185 [ 29 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:39.521244 [ 29 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:39.521291 [ 29 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:39.521348 [ 29 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:39.521404 [ 29 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:39.521468 [ 29 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:40.021872 [ 20 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:40.022025 [ 20 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:40.022092 [ 20 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:40.022157 [ 20 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:40.022215 [ 20 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:40.022273 [ 20 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:40.022329 [ 20 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:40.022384 [ 20 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:40.022435 [ 20 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:40.522967 [ 36 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:40.523122 [ 36 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:40.523186 [ 36 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:40.523260 [ 36 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:40.523318 [ 36 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:40.523367 [ 36 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:40.523427 [ 36 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:40.523481 [ 36 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:40.523529 [ 36 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:41.023827 [ 43 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:41.023988 [ 43 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:41.024056 [ 43 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:41.024127 [ 43 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:41.024192 [ 43 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:41.024244 [ 43 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:41.024303 [ 43 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:41.024359 [ 43 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:41.024415 [ 43 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:41.524738 [ 42 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:41.524904 [ 42 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:41.524966 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:41.525034 [ 42 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:41.525100 [ 42 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:41.525150 [ 42 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:41.525221 [ 42 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:41.525286 [ 42 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:41.525338 [ 42 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:42.025580 [ 50 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:42.025766 [ 50 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:42.025842 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:42.025902 [ 50 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:42.025967 [ 50 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:42.026013 [ 50 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:42.026063 [ 50 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:42.026120 [ 50 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:42.026169 [ 50 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:42.526636 [ 52 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:42.526797 [ 52 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:42.526870 [ 52 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:42.526950 [ 52 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:42.527009 [ 52 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:42.527055 [ 52 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:42.527114 [ 52 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:42.527168 [ 52 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:42.527216 [ 52 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:43.027442 [ 56 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:43.027590 [ 56 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:43.027657 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:43.027718 [ 56 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:43.027780 [ 56 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:43.027824 [ 56 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:43.027881 [ 56 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:43.027946 [ 56 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:43.027999 [ 56 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:43.528243 [ 59 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:43.528389 [ 59 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:43.528453 [ 59 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:43.528513 [ 59 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:43.528570 [ 59 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:43.528612 [ 59 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:43.528668 [ 59 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:43.528720 [ 59 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:43.528765 [ 59 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:44.029117 [ 35 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:44.029266 [ 35 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:44.029334 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:44.029400 [ 35 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:44.029461 [ 35 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:44.029508 [ 35 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:44.029579 [ 35 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:44.029633 [ 35 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:44.029711 [ 35 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:44.530057 [ 51 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:44.530195 [ 51 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:44.530262 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:44.530324 [ 51 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:44.530385 [ 51 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:44.530430 [ 51 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:44.530486 [ 51 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:44.530548 [ 51 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:44.530598 [ 51 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:45.031146 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:45.031312 [ 63 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:45.031384 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:45.031461 [ 63 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:45.031525 [ 63 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:45.031577 [ 63 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:45.031660 [ 63 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:45.031723 [ 63 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:45.031779 [ 63 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:45.531974 [ 16 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:45.532133 [ 16 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:45.532199 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:45.532264 [ 16 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:45.532325 [ 16 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:45.532379 [ 16 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:45.532447 [ 16 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:45.532542 [ 16 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:45.532597 [ 16 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:46.032854 [ 54 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:46.033021 [ 54 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:46.033086 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:46.033148 [ 54 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:46.033210 [ 54 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:46.033259 [ 54 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:46.033315 [ 54 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:46.033376 [ 54 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:46.033426 [ 54 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:46.533588 [ 23 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:46.533810 [ 23 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:46.533884 [ 23 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:46.533951 [ 23 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:46.534017 [ 23 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:46.534071 [ 23 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:46.534133 [ 23 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:46.534205 [ 23 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:46.534259 [ 23 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:47.035175 [ 17 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:47.035306 [ 17 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:47.035365 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:47.035427 [ 17 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:47.035484 [ 17 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:47.035531 [ 17 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:47.035586 [ 17 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:47.035673 [ 17 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:47.035727 [ 17 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:47.536107 [ 46 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:47.536285 [ 46 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:47.536356 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:47.536427 [ 46 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:47.536504 [ 46 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:47.536550 [ 46 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:47.536611 [ 46 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:47.536689 [ 46 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:47.536746 [ 46 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:48.037013 [ 21 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:48.037136 [ 21 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:48.037195 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:48.037256 [ 21 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:48.037310 [ 21 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:48.037354 [ 21 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:48.037407 [ 21 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:48.037473 [ 21 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:48.037519 [ 21 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:48.537789 [ 64 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:48.537932 [ 64 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:48.537996 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:48.538061 [ 64 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:48.538123 [ 64 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:48.538170 [ 64 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:48.538229 [ 64 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:48.538285 [ 64 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:48.538334 [ 64 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:49.038705 [ 34 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:49.038855 [ 34 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:49.038920 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:49.038984 [ 34 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:49.039052 [ 34 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:49.039108 [ 34 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:49.039168 [ 34 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:49.039229 [ 34 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:49.039279 [ 34 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:49.539628 [ 68 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:49.539773 [ 68 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:49.539837 [ 68 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:49.539901 [ 68 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:49.539962 [ 68 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:49.540009 [ 68 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:49.540065 [ 68 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:49.540118 [ 68 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:49.540168 [ 68 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:50.040525 [ 20 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:50.040689 [ 20 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:50.040755 [ 20 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:50.040820 [ 20 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:50.040882 [ 20 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:50.040931 [ 20 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:50.040988 [ 20 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:50.041043 [ 20 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:50.041095 [ 20 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:50.541386 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:50.541545 [ 65 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:50.541607 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:50.541705 [ 65 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:50.541767 [ 65 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:50.541829 [ 65 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:50.541889 [ 65 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:50.541946 [ 65 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:50.541994 [ 65 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:51.042248 [ 43 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:51.042401 [ 43 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:51.042465 [ 43 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:51.042529 [ 43 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:51.042589 [ 43 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:51.042639 [ 43 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:51.042699 [ 43 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:51.042758 [ 43 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:51.042809 [ 43 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:51.543214 [ 67 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:51.543376 [ 67 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:51.543454 [ 67 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:51.543517 [ 67 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:51.543576 [ 67 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:51.543623 [ 67 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:51.543685 [ 67 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:51.543737 [ 67 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:51.543804 [ 67 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:52.044467 [ 45 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:52.044610 [ 45 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:52.044672 [ 45 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:52.044733 [ 45 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:52.044793 [ 45 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:52.044838 [ 45 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:52.044901 [ 45 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:52.044953 [ 45 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:52.045005 [ 45 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:52.545427 [ 56 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:52.545586 [ 56 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:52.545674 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:52.545775 [ 56 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:52.545840 [ 56 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:52.545890 [ 56 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:52.545955 [ 56 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:52.546014 [ 56 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:52.546071 [ 56 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:53.046344 [ 13 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:53.046495 [ 13 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:53.046563 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:53.046627 [ 13 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:53.046691 [ 13 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:53.046741 [ 13 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:53.046801 [ 13 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:53.046859 [ 13 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:53.046915 [ 13 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:53.547280 [ 35 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:53.547426 [ 35 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:53.547494 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:53.547557 [ 35 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:53.547617 [ 35 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:53.547664 [ 35 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:53.547723 [ 35 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:53.547787 [ 35 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:53.547836 [ 35 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:54.048193 [ 41 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:54.048381 [ 41 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:54.048448 [ 41 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:54.048525 [ 41 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:54.048589 [ 41 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:54.048637 [ 41 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:54.048706 [ 41 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:54.048766 [ 41 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:54.048817 [ 41 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:54.549112 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:54.549260 [ 31 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:54.549329 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:54.549394 [ 31 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:54.549457 [ 31 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:54.549504 [ 31 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:54.549563 [ 31 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:54.549635 [ 31 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:54.549719 [ 31 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:55.050041 [ 16 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:55.050194 [ 16 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:55.050256 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:55.050317 [ 16 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:55.050379 [ 16 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:55.050425 [ 16 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:55.050484 [ 16 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:55.050540 [ 16 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:55.050590 [ 16 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:55.550943 [ 54 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:55.551129 [ 54 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:55.551199 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:55.551268 [ 54 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:55.551335 [ 54 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:55.551384 [ 54 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:55.551451 [ 54 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:55.551520 [ 54 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:55.551584 [ 54 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:56.051806 [ 23 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:56.051981 [ 23 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:56.052056 [ 23 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:56.052120 [ 23 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:56.052196 [ 23 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:56.052244 [ 23 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:56.052318 [ 23 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:56.052382 [ 23 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:56.052433 [ 23 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:56.552630 [ 17 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:56.552795 [ 17 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:56.552860 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:56.552929 [ 17 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:56.552990 [ 17 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:56.553038 [ 17 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:56.553099 [ 17 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:56.553157 [ 17 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:56.553207 [ 17 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:57.053516 [ 46 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:57.053672 [ 46 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:57.053758 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:57.053828 [ 46 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:57.053886 [ 46 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:57.053932 [ 46 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:57.053988 [ 46 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:57.054047 [ 46 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:57.054096 [ 46 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:57.555406 [ 38 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:57.555565 [ 38 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:57.555634 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:57.555709 [ 38 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:57.555780 [ 38 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:57.555837 [ 38 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:57.555902 [ 38 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:57.555971 [ 38 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:57.556028 [ 38 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:58.056364 [ 64 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:58.056521 [ 64 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:58.056587 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:58.056655 [ 64 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:58.056718 [ 64 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:58.056765 [ 64 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:58.056823 [ 64 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:58.056889 [ 64 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:58.056939 [ 64 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:58.557248 [ 28 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:58.557402 [ 28 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:58.557472 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:58.557548 [ 28 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:58.557616 [ 28 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:58.557695 [ 28 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:58.557760 [ 28 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:58.557821 [ 28 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:58.557877 [ 28 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:59.058232 [ 36 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:59.058388 [ 36 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:59.058463 [ 36 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:59.058531 [ 36 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:59.058589 [ 36 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:59.058637 [ 36 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:59.058694 [ 36 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:59.058758 [ 36 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:59.058808 [ 36 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:49:59.559147 [ 20 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:49:59.559297 [ 20 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:49:59.559362 [ 20 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:59.559423 [ 20 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:49:59.559481 [ 20 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:49:59.559527 [ 20 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:49:59.559588 [ 20 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:49:59.559652 [ 20 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:49:59.559698 [ 20 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:00.060182 [ 42 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:00.060366 [ 42 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:00.060441 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:00.060513 [ 42 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:00.060585 [ 42 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:00.060640 [ 42 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:00.060716 [ 42 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:00.060797 [ 42 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:00.060854 [ 42 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:00.561084 [ 49 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:00.561241 [ 49 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:00.561307 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:00.561366 [ 49 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:00.561432 [ 49 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:00.561479 [ 49 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:00.561546 [ 49 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:00.561601 [ 49 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:00.561665 [ 49 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:01.062073 [ 24 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:01.062197 [ 24 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:01.062257 [ 24 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:01.062314 [ 24 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:01.062376 [ 24 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:01.062423 [ 24 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:01.062479 [ 24 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:01.062535 [ 24 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:01.062584 [ 24 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:01.563009 [ 67 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:01.563169 [ 67 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:01.563238 [ 67 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:01.563308 [ 67 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:01.563371 [ 67 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:01.563421 [ 67 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:01.563483 [ 67 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:01.563542 [ 67 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:01.563595 [ 67 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:02.064112 [ 45 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:02.064279 [ 45 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:02.064345 [ 45 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:02.064406 [ 45 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:02.064469 [ 45 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:02.064516 [ 45 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:02.064574 [ 45 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:02.064629 [ 45 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:02.064684 [ 45 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:02.565118 [ 56 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:02.565277 [ 56 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:02.565351 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:02.565419 [ 56 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:02.565484 [ 56 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:02.565542 [ 56 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:02.565610 [ 56 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:02.565714 [ 56 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:02.565779 [ 56 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:03.066085 [ 13 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:03.066238 [ 13 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:03.066318 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:03.066386 [ 13 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:03.066454 [ 13 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:03.066507 [ 13 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:03.066571 [ 13 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:03.066631 [ 13 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:03.066686 [ 13 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:03.566944 [ 35 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:03.567108 [ 35 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:03.567176 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:03.567243 [ 35 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:03.567302 [ 35 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:03.567354 [ 35 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:03.567414 [ 35 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:03.567470 [ 35 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:03.567520 [ 35 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:04.068138 [ 41 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:04.068317 [ 41 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:04.068392 [ 41 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:04.068473 [ 41 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:04.068546 [ 41 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:04.068600 [ 41 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:04.068670 [ 41 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:04.068740 [ 41 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:04.068798 [ 41 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:04.569178 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:04.569376 [ 31 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:04.569449 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:04.569525 [ 31 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:04.569606 [ 31 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:04.569676 [ 31 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:04.569775 [ 31 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:04.569843 [ 31 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:04.569904 [ 31 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:05.070190 [ 16 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:05.070363 [ 16 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:05.070434 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:05.070511 [ 16 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:05.070575 [ 16 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:05.070633 [ 16 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:05.070703 [ 16 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:05.070787 [ 16 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:05.070844 [ 16 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:05.571177 [ 62 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:05.571377 [ 62 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:05.571462 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:05.571536 [ 62 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:05.571598 [ 62 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:05.571646 [ 62 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:05.571703 [ 62 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:05.571770 [ 62 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:05.571822 [ 62 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:06.072080 [ 19 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:06.072261 [ 19 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:06.072334 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:06.072405 [ 19 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:06.072487 [ 19 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:06.072551 [ 19 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:06.072612 [ 19 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:06.072669 [ 19 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:06.072721 [ 19 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:06.573047 [ 17 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:06.573677 [ 17 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:06.573758 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:06.573856 [ 17 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:06.573925 [ 17 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:06.573981 [ 17 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:06.574046 [ 17 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:06.574119 [ 17 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:06.574176 [ 17 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:07.074031 [ 15 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:07.074217 [ 15 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:07.074281 [ 15 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:07.074343 [ 15 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:07.074402 [ 15 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:07.074447 [ 15 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:07.074505 [ 15 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:07.074562 [ 15 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:07.074627 [ 15 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:07.575062 [ 53 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:07.575220 [ 53 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:07.575286 [ 53 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:07.575350 [ 53 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:07.575413 [ 53 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:07.575462 [ 53 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:07.575522 [ 53 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:07.575579 [ 53 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:07.575630 [ 53 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:08.075908 [ 64 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:08.076087 [ 64 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:08.076171 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:08.076239 [ 64 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:08.076301 [ 64 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:08.076346 [ 64 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:08.076406 [ 64 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:08.076472 [ 64 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:08.076525 [ 64 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:08.576861 [ 39 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:08.577003 [ 39 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:08.577064 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:08.577124 [ 39 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:08.577194 [ 39 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:08.577247 [ 39 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:08.577314 [ 39 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:08.577379 [ 39 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:08.577437 [ 39 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:09.077661 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:09.077828 [ 65 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:09.077904 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:09.077970 [ 65 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:09.078030 [ 65 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:09.078086 [ 65 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:09.078151 [ 65 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:09.078207 [ 65 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:09.078256 [ 65 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:09.578590 [ 43 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:09.578744 [ 43 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:09.578827 [ 43 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:09.578889 [ 43 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:09.578952 [ 43 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:09.578999 [ 43 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:09.579062 [ 43 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:09.579149 [ 43 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:09.579212 [ 43 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:10.079577 [ 27 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:10.079744 [ 27 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:10.079814 [ 27 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:10.079883 [ 27 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:10.079949 [ 27 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:10.080005 [ 27 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:10.080071 [ 27 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:10.080138 [ 27 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:10.080195 [ 27 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:10.580468 [ 58 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:10.580631 [ 58 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:10.580700 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:10.580763 [ 58 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:10.580828 [ 58 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:10.580875 [ 58 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:10.580935 [ 58 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:10.581005 [ 58 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:10.581058 [ 58 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:11.081367 [ 59 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:11.081518 [ 59 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:11.081594 [ 59 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:11.081667 [ 59 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:11.081766 [ 59 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:11.081814 [ 59 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:11.081871 [ 59 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:11.081934 [ 59 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:11.081990 [ 59 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:11.582550 [ 55 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:11.582701 [ 55 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:11.582766 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:11.582834 [ 55 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:11.582903 [ 55 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:11.582951 [ 55 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:11.583026 [ 55 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:11.583091 [ 55 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:11.583140 [ 55 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:12.083504 [ 51 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:12.083631 [ 51 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:12.083694 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:12.083754 [ 51 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:12.083810 [ 51 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:12.083855 [ 51 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:12.083913 [ 51 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:12.083971 [ 51 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:12.084019 [ 51 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:12.584336 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:12.584501 [ 63 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:12.584568 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:12.584631 [ 63 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:12.584691 [ 63 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:12.584740 [ 63 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:12.584808 [ 63 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:12.584864 [ 63 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:12.584918 [ 63 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:13.085337 [ 57 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:13.085499 [ 57 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:13.085565 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:13.085633 [ 57 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:13.085725 [ 57 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:13.085776 [ 57 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:13.085837 [ 57 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:13.085895 [ 57 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:13.085945 [ 57 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:13.586217 [ 37 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:13.586372 [ 37 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:13.586439 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:13.586504 [ 37 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:13.586564 [ 37 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:13.586614 [ 37 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:13.586680 [ 37 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:13.586741 [ 37 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:13.586795 [ 37 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:14.087088 [ 14 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:14.087239 [ 14 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:14.087312 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:14.087378 [ 14 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:14.087441 [ 14 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:14.087487 [ 14 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:14.087544 [ 14 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:14.087602 [ 14 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:14.087652 [ 14 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:14.588090 [ 66 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:14.588244 [ 66 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:14.588308 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:14.588377 [ 66 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:14.588438 [ 66 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:14.588485 [ 66 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:14.588548 [ 66 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:14.588606 [ 66 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:14.588664 [ 66 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:15.089012 [ 40 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:15.089179 [ 40 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:15.089244 [ 40 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:15.089308 [ 40 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:15.089368 [ 40 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:15.089417 [ 40 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:15.089479 [ 40 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:15.089548 [ 40 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:15.089603 [ 40 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:15.589876 [ 21 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:15.590023 [ 21 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:15.590097 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:15.590156 [ 21 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:15.590223 [ 21 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:15.590269 [ 21 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:15.590333 [ 21 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:15.590400 [ 21 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:15.590447 [ 21 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:16.090807 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:16.090948 [ 29 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:16.091010 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:16.091070 [ 29 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:16.091130 [ 29 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:16.091176 [ 29 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:16.091232 [ 29 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:16.091283 [ 29 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:16.091329 [ 29 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:16.592782 [ 34 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:16.592934 [ 34 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:16.592998 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:16.593060 [ 34 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:16.593117 [ 34 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:16.593163 [ 34 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:16.593232 [ 34 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:16.593292 [ 34 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:16.593345 [ 34 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:17.094004 [ 28 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:17.094143 [ 28 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:17.094217 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:17.094278 [ 28 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:17.094343 [ 28 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:17.094388 [ 28 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:17.094451 [ 28 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:17.094535 [ 28 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:17.094583 [ 28 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:17.594968 [ 68 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:17.595127 [ 68 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:17.595195 [ 68 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:17.595257 [ 68 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:17.595317 [ 68 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:17.595361 [ 68 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:17.595430 [ 68 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:17.595484 [ 68 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:17.595535 [ 68 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:18.095807 [ 36 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:18.095936 [ 36 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:18.095996 [ 36 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:18.096058 [ 36 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:18.096120 [ 36 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:18.096166 [ 36 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:18.096225 [ 36 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:18.096278 [ 36 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:18.096325 [ 36 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:18.597573 [ 32 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:18.597746 [ 32 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:18.597812 [ 32 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:18.597871 [ 32 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:18.597943 [ 32 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:18.597991 [ 32 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:18.598046 [ 32 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:18.598100 [ 32 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:18.598150 [ 32 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:19.098599 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:19.098744 [ 65 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:19.098810 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:19.098874 [ 65 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:19.098947 [ 65 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:19.098995 [ 65 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:19.099054 [ 65 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:19.099109 [ 65 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:19.099159 [ 65 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:19.599776 [ 49 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:19.599921 [ 49 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:19.599981 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:19.600042 [ 49 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:19.600099 [ 49 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:19.600144 [ 49 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:19.600204 [ 49 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:19.600262 [ 49 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:19.600309 [ 49 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:20.100663 [ 27 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:20.100823 [ 27 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:20.100886 [ 27 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:20.100951 [ 27 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:20.101007 [ 27 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:20.101054 [ 27 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:20.101119 [ 27 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:20.101176 [ 27 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:20.101226 [ 27 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:20.601560 [ 60 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:20.601766 [ 60 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:20.601832 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:20.601895 [ 60 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:20.601957 [ 60 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:20.602007 [ 60 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:20.602068 [ 60 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:20.602135 [ 60 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:20.602189 [ 60 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:21.102594 [ 45 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:21.102752 [ 45 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:21.102819 [ 45 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:21.102894 [ 45 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:21.102955 [ 45 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:21.103003 [ 45 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:21.103062 [ 45 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:21.103116 [ 45 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:21.103166 [ 45 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:21.603907 [ 55 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:21.604060 [ 55 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:21.604124 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:21.604191 [ 55 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:21.604254 [ 55 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:21.604302 [ 55 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:21.604361 [ 55 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:21.604421 [ 55 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:21.604471 [ 55 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:22.104757 [ 48 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:22.104913 [ 48 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:22.104977 [ 48 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:22.105036 [ 48 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:22.105096 [ 48 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:22.105142 [ 48 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:22.105197 [ 48 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:22.105254 [ 48 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:22.105314 [ 48 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:22.605780 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:22.605921 [ 63 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:22.605983 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:22.606043 [ 63 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:22.606102 [ 63 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:22.606148 [ 63 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:22.606206 [ 63 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:22.606267 [ 63 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:22.606315 [ 63 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:23.106727 [ 57 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:23.106881 [ 57 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:23.106948 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:23.107018 [ 57 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:23.107088 [ 57 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:23.107136 [ 57 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:23.107197 [ 57 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:23.107263 [ 57 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:23.107316 [ 57 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:23.607554 [ 37 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:23.607721 [ 37 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:23.607797 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:23.607862 [ 37 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:23.607923 [ 37 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:23.607971 [ 37 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:23.608030 [ 37 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:23.608087 [ 37 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:23.608140 [ 37 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:24.108563 [ 16 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:24.108731 [ 16 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:24.108797 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:24.108859 [ 16 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:24.108935 [ 16 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:24.108982 [ 16 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:24.109049 [ 16 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:24.109118 [ 16 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:24.109171 [ 16 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:24.609566 [ 66 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:24.609770 [ 66 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:24.609842 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:24.609910 [ 66 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:24.609979 [ 66 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:24.610043 [ 66 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:24.610120 [ 66 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:24.610189 [ 66 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:24.610240 [ 66 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:25.110633 [ 46 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:25.110801 [ 46 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:25.110879 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:25.110952 [ 46 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:25.111021 [ 46 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:25.111073 [ 46 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:25.111138 [ 46 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:25.111199 [ 46 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:25.111256 [ 46 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:25.611591 [ 21 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:25.611722 [ 21 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:25.611784 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:25.611843 [ 21 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:25.611906 [ 21 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:25.611954 [ 21 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:25.612008 [ 21 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:25.612060 [ 21 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:25.612110 [ 21 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:26.113172 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:26.113318 [ 29 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:26.113382 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:26.113450 [ 29 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:26.113516 [ 29 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:26.113569 [ 29 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:26.113678 [ 29 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:26.113759 [ 29 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:26.113816 [ 29 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:26.614497 [ 18 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:26.614682 [ 18 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:26.614750 [ 18 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:26.614822 [ 18 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:26.614882 [ 18 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:26.614925 [ 18 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:26.614979 [ 18 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:26.615033 [ 18 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:26.615083 [ 18 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:27.115731 [ 20 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:27.115875 [ 20 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:27.115937 [ 20 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:27.115995 [ 20 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:27.116054 [ 20 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:27.116105 [ 20 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:27.116158 [ 20 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:27.116212 [ 20 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:27.116260 [ 20 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:27.616520 [ 42 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:27.616673 [ 42 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:27.616744 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:27.616810 [ 42 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:27.616870 [ 42 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:27.616917 [ 42 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:27.616975 [ 42 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:27.617031 [ 42 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:27.617080 [ 42 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:28.117381 [ 50 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:28.117534 [ 50 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:28.117609 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:28.117732 [ 50 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:28.117819 [ 50 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:28.117866 [ 50 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:28.117928 [ 50 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:28.117985 [ 50 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:28.118035 [ 50 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:28.618342 [ 24 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:28.618506 [ 24 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:28.618590 [ 24 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:28.618663 [ 24 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:28.618722 [ 24 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:28.618770 [ 24 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:28.618828 [ 24 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:28.618886 [ 24 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:28.618953 [ 24 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:29.119291 [ 67 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:29.119437 [ 67 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:29.119501 [ 67 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:29.119562 [ 67 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:29.119628 [ 67 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:29.119676 [ 67 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:29.119733 [ 67 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:29.119792 [ 67 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:29.119842 [ 67 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:29.620092 [ 22 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:29.620232 [ 22 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:29.620295 [ 22 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:29.620359 [ 22 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:29.620418 [ 22 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:29.620476 [ 22 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:29.620538 [ 22 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:29.620598 [ 22 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:29.620666 [ 22 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:30.121074 [ 56 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:30.121225 [ 56 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:30.121289 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:30.121351 [ 56 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:30.121419 [ 56 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:30.121471 [ 56 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:30.121529 [ 56 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:30.121588 [ 56 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:30.121664 [ 56 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:30.621931 [ 13 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:30.622084 [ 13 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:30.622148 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:30.622212 [ 13 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:30.622272 [ 13 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:30.622325 [ 13 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:30.622390 [ 13 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:30.622446 [ 13 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:30.622495 [ 13 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:31.122849 [ 25 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:31.123010 [ 25 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:31.123080 [ 25 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:31.123143 [ 25 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:31.123213 [ 25 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:31.123262 [ 25 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:31.123321 [ 25 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:31.123378 [ 25 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:31.123451 [ 25 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:31.624335 [ 41 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:31.624488 [ 41 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:31.624552 [ 41 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:31.624616 [ 41 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:31.624673 [ 41 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:31.624722 [ 41 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:31.624777 [ 41 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:31.624845 [ 41 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:31.624894 [ 41 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:32.125560 [ 54 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:32.125731 [ 54 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:32.125810 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:32.125874 [ 54 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:32.125930 [ 54 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:32.125974 [ 54 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:32.126031 [ 54 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:32.126102 [ 54 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:32.126151 [ 54 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:32.626505 [ 23 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:32.626652 [ 23 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:32.626718 [ 23 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:32.626784 [ 23 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:32.626846 [ 23 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:32.626895 [ 23 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:32.626952 [ 23 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:32.627007 [ 23 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:32.627065 [ 23 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:33.127437 [ 33 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:33.127575 [ 33 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:33.127637 [ 33 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:33.127701 [ 33 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:33.127779 [ 33 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:33.127824 [ 33 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:33.127878 [ 33 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:33.127940 [ 33 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:33.127997 [ 33 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:33.628395 [ 19 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:33.628536 [ 19 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:33.628603 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:33.628665 [ 19 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:33.628723 [ 19 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:33.628769 [ 19 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:33.628826 [ 19 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:33.628879 [ 19 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:33.628928 [ 19 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:34.129204 [ 38 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:34.129351 [ 38 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:34.129417 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:34.129480 [ 38 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:34.129537 [ 38 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:34.129585 [ 38 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:34.129650 [ 38 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:34.129759 [ 38 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:34.129816 [ 38 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:34.630164 [ 15 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:34.630307 [ 15 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:34.630373 [ 15 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:34.630434 [ 15 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:34.630494 [ 15 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:34.630542 [ 15 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:34.630619 [ 15 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:34.630673 [ 15 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:34.630720 [ 15 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:35.130933 [ 47 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:35.131075 [ 47 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:35.131136 [ 47 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:35.131200 [ 47 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:35.131258 [ 47 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:35.131305 [ 47 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:35.131360 [ 47 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:35.131417 [ 47 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:35.131469 [ 47 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:35.632002 [ 34 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:35.632166 [ 34 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:35.632229 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:35.632309 [ 34 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:35.632366 [ 34 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:35.632419 [ 34 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:35.632493 [ 34 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:35.632553 [ 34 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:35.632604 [ 34 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:36.132942 [ 28 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:36.133095 [ 28 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:36.133158 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:36.133219 [ 28 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:36.133308 [ 28 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:36.133354 [ 28 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:36.133425 [ 28 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:36.133494 [ 28 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:36.133541 [ 28 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:36.634184 [ 18 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:36.634336 [ 18 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:36.634398 [ 18 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:36.634465 [ 18 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:36.634524 [ 18 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:36.634567 [ 18 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:36.634621 [ 18 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:36.634672 [ 18 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:36.634722 [ 18 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:37.135128 [ 52 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:37.135251 [ 52 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:37.135311 [ 52 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:37.135371 [ 52 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:37.135425 [ 52 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:37.135468 [ 52 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:37.135522 [ 52 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:37.135571 [ 52 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:37.135617 [ 52 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:37.635912 [ 42 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:37.636062 [ 42 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:37.636131 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:37.636199 [ 42 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:37.636258 [ 42 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:37.636305 [ 42 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:37.636361 [ 42 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:37.636417 [ 42 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:37.636467 [ 42 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:38.136774 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:38.136956 [ 65 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:38.137034 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:38.137103 [ 65 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:38.137170 [ 65 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:38.137217 [ 65 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:38.137273 [ 65 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:38.137334 [ 65 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:38.137384 [ 65 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:38.637615 [ 58 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:38.637818 [ 58 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:38.637882 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:38.637944 [ 58 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:38.638005 [ 58 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:38.638051 [ 58 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:38.638108 [ 58 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:38.638166 [ 58 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:38.638217 [ 58 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:39.138468 [ 67 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:39.138615 [ 67 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:39.138680 [ 67 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:39.138740 [ 67 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:39.138808 [ 67 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:39.138855 [ 67 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:39.138936 [ 67 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:39.139008 [ 67 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:39.139056 [ 67 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:39.639945 [ 60 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:39.640094 [ 60 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:39.640156 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:39.640226 [ 60 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:39.640291 [ 60 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:39.640352 [ 60 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:39.640409 [ 60 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:39.640466 [ 60 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:39.640521 [ 60 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:40.140840 [ 51 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:40.140987 [ 51 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:40.141049 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:40.141122 [ 51 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:40.141181 [ 51 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:40.141228 [ 51 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:40.141284 [ 51 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:40.141346 [ 51 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:40.141394 [ 51 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:40.641717 [ 13 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:40.641866 [ 13 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:40.641932 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:40.641997 [ 13 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:40.642061 [ 13 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:40.642110 [ 13 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:40.642169 [ 13 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:40.642224 [ 13 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:40.642274 [ 13 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:41.142566 [ 25 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:41.142716 [ 25 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:41.142787 [ 25 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:41.142850 [ 25 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:41.142924 [ 25 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:41.142974 [ 25 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:41.143032 [ 25 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:41.143095 [ 25 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:41.143145 [ 25 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:41.643826 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:41.643989 [ 31 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:41.644057 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:41.644124 [ 31 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:41.644183 [ 31 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:41.644230 [ 31 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:41.644298 [ 31 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:41.644359 [ 31 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:41.644409 [ 31 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:42.144732 [ 57 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:42.144882 [ 57 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:42.144946 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:42.145011 [ 57 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:42.145069 [ 57 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:42.145115 [ 57 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:42.145178 [ 57 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:42.145235 [ 57 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:42.145285 [ 57 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:42.645538 [ 23 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:42.645737 [ 23 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:42.645802 [ 23 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:42.645866 [ 23 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:42.645925 [ 23 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:42.645972 [ 23 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:42.646034 [ 23 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:42.646090 [ 23 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:42.646141 [ 23 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:43.146463 [ 16 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:43.146637 [ 16 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:43.146708 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:43.146788 [ 16 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:43.146851 [ 16 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:43.146896 [ 16 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:43.146966 [ 16 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:43.147021 [ 16 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:43.147079 [ 16 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:43.647449 [ 17 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:43.647603 [ 17 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:43.647667 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:43.647731 [ 17 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:43.647798 [ 17 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:43.647845 [ 17 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:43.647901 [ 17 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:43.647960 [ 17 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:43.648010 [ 17 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:44.148397 [ 46 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:44.148557 [ 46 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:44.148620 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:44.148685 [ 46 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:44.148743 [ 46 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:44.148789 [ 46 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:44.148850 [ 46 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:44.148905 [ 46 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:44.148956 [ 46 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:44.649434 [ 53 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:44.649604 [ 53 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:44.649731 [ 53 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:44.649807 [ 53 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:44.649888 [ 53 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:44.649942 [ 53 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:44.650012 [ 53 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:44.650073 [ 53 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:44.650130 [ 53 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:45.150331 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:45.150520 [ 29 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:45.150598 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:45.150671 [ 29 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:45.150739 [ 29 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:45.150795 [ 29 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:45.150891 [ 29 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:45.150964 [ 29 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:45.151019 [ 29 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:45.651130 [ 68 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:45.651279 [ 68 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:45.651344 [ 68 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:45.651405 [ 68 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:45.651465 [ 68 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:45.651510 [ 68 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:45.651567 [ 68 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:45.651624 [ 68 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:45.651677 [ 68 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:46.152061 [ 20 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:46.152187 [ 20 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:46.152250 [ 20 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:46.152312 [ 20 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:46.152368 [ 20 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:46.152413 [ 20 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:46.152468 [ 20 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:46.152524 [ 20 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:46.152593 [ 20 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:46.653210 [ 43 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:46.653360 [ 43 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:46.653422 [ 43 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:46.653482 [ 43 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:46.653540 [ 43 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:46.653586 [ 43 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:46.653659 [ 43 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:46.653743 [ 43 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:46.653796 [ 43 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:47.154313 [ 52 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:47.154471 [ 52 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:47.154554 [ 52 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:47.154616 [ 52 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:47.154679 [ 52 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:47.154725 [ 52 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:47.154782 [ 52 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:47.154838 [ 52 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:47.154885 [ 52 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:47.655304 [ 42 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:47.655493 [ 42 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:47.655563 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:47.655630 [ 42 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:47.655702 [ 42 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:47.655749 [ 42 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:47.655807 [ 42 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:47.655870 [ 42 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:47.655921 [ 42 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:48.156197 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:48.156342 [ 65 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:48.156418 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:48.156480 [ 65 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:48.156539 [ 65 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:48.156589 [ 65 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:48.156645 [ 65 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:48.156698 [ 65 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:48.156747 [ 65 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:48.657055 [ 58 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:48.657200 [ 58 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:48.657264 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:48.657326 [ 58 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:48.657390 [ 58 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:48.657438 [ 58 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:48.657503 [ 58 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:48.657570 [ 58 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:48.657619 [ 58 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:49.158013 [ 55 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:49.158169 [ 55 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:49.158232 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:49.158299 [ 55 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:49.158360 [ 55 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:49.158408 [ 55 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:49.158470 [ 55 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:49.158534 [ 55 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:49.158587 [ 55 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:49.658895 [ 48 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:49.659062 [ 48 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:49.659125 [ 48 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:49.659189 [ 48 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:49.659251 [ 48 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:49.659310 [ 48 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:49.659370 [ 48 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:49.659426 [ 48 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:49.659473 [ 48 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:50.159745 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:50.159901 [ 63 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:50.159965 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:50.160028 [ 63 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:50.160088 [ 63 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:50.160135 [ 63 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:50.160191 [ 63 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:50.160249 [ 63 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:50.160297 [ 63 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:50.660831 [ 14 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:50.660978 [ 14 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:50.661044 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:50.661106 [ 14 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:50.661165 [ 14 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:50.661212 [ 14 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:50.661271 [ 14 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:50.661329 [ 14 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:50.661383 [ 14 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:51.161872 [ 62 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:51.162034 [ 62 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:51.162101 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:51.162166 [ 62 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:51.162228 [ 62 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:51.162277 [ 62 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:51.162348 [ 62 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:51.162405 [ 62 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:51.162455 [ 62 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:51.663267 [ 40 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:51.663438 [ 40 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:51.663504 [ 40 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:51.663566 [ 40 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:51.663625 [ 40 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:51.663673 [ 40 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:51.663732 [ 40 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:51.663787 [ 40 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:51.663835 [ 40 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:52.164209 [ 66 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:52.164356 [ 66 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:52.164431 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:52.164495 [ 66 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:52.164554 [ 66 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:52.164601 [ 66 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:52.164686 [ 66 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:52.164739 [ 66 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:52.164786 [ 66 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:52.665136 [ 26 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:52.665286 [ 26 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:52.665352 [ 26 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:52.665421 [ 26 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:52.665479 [ 26 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:52.665527 [ 26 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:52.665588 [ 26 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:52.665663 [ 26 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:52.665745 [ 26 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:53.166132 [ 21 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:53.166280 [ 21 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:53.166345 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:53.166409 [ 21 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:53.166467 [ 21 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:53.166517 [ 21 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:53.166581 [ 21 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:53.166635 [ 21 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:53.166689 [ 21 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:53.667123 [ 64 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:53.667269 [ 64 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:53.667340 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:53.667403 [ 64 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:53.667463 [ 64 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:53.667511 [ 64 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:53.667568 [ 64 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:53.667627 [ 64 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:53.667679 [ 64 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:54.168043 [ 39 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:54.168193 [ 39 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:54.168266 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:54.168328 [ 39 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:54.168388 [ 39 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:54.168433 [ 39 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:54.168493 [ 39 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:54.168548 [ 39 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:54.168598 [ 39 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:54.669114 [ 36 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:54.669281 [ 36 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:54.669361 [ 36 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:54.669431 [ 36 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:54.669494 [ 36 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:54.669551 [ 36 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:54.669610 [ 36 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:54.669699 [ 36 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:54.669754 [ 36 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:55.170056 [ 32 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:55.170213 [ 32 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:55.170277 [ 32 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:55.170339 [ 32 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:55.170402 [ 32 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:55.170449 [ 32 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:55.170506 [ 32 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:55.170564 [ 32 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:55.170616 [ 32 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:55.670914 [ 44 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:55.671079 [ 44 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:55.671152 [ 44 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:55.671224 [ 44 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:55.671300 [ 44 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:55.671350 [ 44 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:55.671408 [ 44 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:55.671462 [ 44 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:55.671510 [ 44 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:56.171748 [ 49 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:56.171896 [ 49 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:56.171962 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:56.172028 [ 49 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:56.172085 [ 49 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:56.172132 [ 49 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:56.172194 [ 49 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:56.172262 [ 49 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:56.172316 [ 49 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:56.672927 [ 27 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:56.673093 [ 27 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:56.673161 [ 27 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:56.673232 [ 27 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:56.673303 [ 27 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:56.673355 [ 27 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:56.673419 [ 27 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:56.673489 [ 27 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:56.673544 [ 27 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:57.173837 [ 61 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:57.173994 [ 61 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:57.174055 [ 61 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:57.174117 [ 61 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:57.174181 [ 61 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:57.174227 [ 61 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:57.174288 [ 61 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:57.174350 [ 61 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:57.174399 [ 61 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:57.674873 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:57.675032 [ 65 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:57.675102 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:57.675168 [ 65 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:57.675229 [ 65 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:57.675283 [ 65 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:57.675346 [ 65 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:57.675404 [ 65 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:57.675454 [ 65 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:58.175746 [ 56 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:58.175889 [ 56 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:58.175964 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:58.176022 [ 56 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:58.176087 [ 56 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:58.176137 [ 56 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:58.176194 [ 56 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:58.176255 [ 56 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:58.176303 [ 56 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:58.676627 [ 60 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:58.676803 [ 60 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:58.676882 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:58.676953 [ 60 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:58.677013 [ 60 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:58.677072 [ 60 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:58.677131 [ 60 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:58.677209 [ 60 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:58.677265 [ 60 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:59.177950 [ 55 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:59.178104 [ 55 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:59.178173 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:59.178240 [ 55 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:59.178307 [ 55 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:59.178358 [ 55 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:59.178425 [ 55 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:59.178489 [ 55 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:59.178556 [ 55 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:50:59.679226 [ 13 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:50:59.679390 [ 13 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:50:59.679459 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:50:59.679524 [ 13 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:50:59.679588 [ 13 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:50:59.679635 [ 13 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:50:59.679695 [ 13 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:50:59.679761 [ 13 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:50:59.679811 [ 13 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:00.180249 [ 54 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:00.180419 [ 54 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:00.180489 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:00.180558 [ 54 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:00.180633 [ 54 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:00.180687 [ 54 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:00.180761 [ 54 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:00.180819 [ 54 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:00.180881 [ 54 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:00.681285 [ 37 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:00.681444 [ 37 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:00.681510 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:00.681571 [ 37 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:00.681641 [ 37 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:00.681736 [ 37 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:00.681805 [ 37 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:00.681862 [ 37 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:00.681915 [ 37 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:01.182225 [ 57 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:01.182385 [ 57 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:01.182455 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:01.182523 [ 57 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:01.182589 [ 57 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:01.182640 [ 57 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:01.182703 [ 57 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:01.182763 [ 57 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:01.182818 [ 57 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:01.684294 [ 19 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:01.684444 [ 19 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:01.684513 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:01.684579 [ 19 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:01.684645 [ 19 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:01.684696 [ 19 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:01.684777 [ 19 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:01.684854 [ 19 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:01.684905 [ 19 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:02.185243 [ 38 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:02.185403 [ 38 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:02.185472 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:02.185541 [ 38 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:02.185599 [ 38 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:02.185682 [ 38 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:02.185769 [ 38 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:02.185832 [ 38 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:02.185891 [ 38 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:02.686227 [ 26 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:02.686402 [ 26 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:02.686473 [ 26 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:02.686540 [ 26 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:02.686608 [ 26 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:02.686661 [ 26 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:02.686730 [ 26 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:02.686795 [ 26 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:02.686867 [ 26 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:03.187219 [ 21 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:03.187373 [ 21 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:03.187443 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:03.187505 [ 21 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:03.187563 [ 21 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:03.187614 [ 21 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:03.187680 [ 21 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:03.187735 [ 21 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:03.187782 [ 21 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:03.688362 [ 34 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:03.688557 [ 34 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:03.688629 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:03.688702 [ 34 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:03.688768 [ 34 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:03.688835 [ 34 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:03.688920 [ 34 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:03.688988 [ 34 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:03.689050 [ 34 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:04.189455 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:04.189656 [ 29 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:04.189774 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:04.189852 [ 29 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:04.189930 [ 29 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:04.189992 [ 29 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:04.190064 [ 29 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:04.190136 [ 29 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:04.190200 [ 29 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:04.690416 [ 18 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:04.690584 [ 18 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:04.690667 [ 18 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:04.690748 [ 18 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:04.690817 [ 18 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:04.690879 [ 18 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:04.690947 [ 18 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:04.691014 [ 18 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:04.691074 [ 18 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:05.191400 [ 50 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:05.191573 [ 50 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:05.191645 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:05.191715 [ 50 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:05.191780 [ 50 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:05.191831 [ 50 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:05.191910 [ 50 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:05.191970 [ 50 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:05.192024 [ 50 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:05.692355 [ 43 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:05.692520 [ 43 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:05.692587 [ 43 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:05.692652 [ 43 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:05.692712 [ 43 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:05.692763 [ 43 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:05.692822 [ 43 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:05.692880 [ 43 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:05.692935 [ 43 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:06.193239 [ 49 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:06.193397 [ 49 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:06.193468 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:06.193537 [ 49 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:06.193604 [ 49 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:06.193681 [ 49 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:06.193777 [ 49 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:06.193841 [ 49 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:06.193897 [ 49 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:06.695609 [ 22 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:06.695765 [ 22 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:06.695829 [ 22 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:06.695900 [ 22 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:06.695960 [ 22 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:06.696009 [ 22 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:06.696073 [ 22 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:06.696133 [ 22 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:06.696183 [ 22 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:07.196623 [ 61 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:07.196777 [ 61 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:07.196840 [ 61 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:07.196900 [ 61 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:07.196958 [ 61 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:07.197006 [ 61 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:07.197061 [ 61 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:07.197122 [ 61 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:07.197171 [ 61 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:07.697538 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:07.697723 [ 65 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:07.697791 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:07.697855 [ 65 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:07.697915 [ 65 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:07.697963 [ 65 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:07.698023 [ 65 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:07.698081 [ 65 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:07.698137 [ 65 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:08.198429 [ 56 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:08.198591 [ 56 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:08.198658 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:08.198721 [ 56 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:08.198784 [ 56 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:08.198833 [ 56 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:08.198890 [ 56 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:08.198953 [ 56 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:08.199005 [ 56 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:08.699463 [ 48 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:08.699638 [ 48 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:08.699707 [ 48 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:08.699787 [ 48 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:08.699851 [ 48 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:08.699898 [ 48 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:08.699961 [ 48 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:08.700024 [ 48 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:08.700086 [ 48 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:09.200456 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:09.200611 [ 63 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:09.200678 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:09.200743 [ 63 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:09.200802 [ 63 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:09.200853 [ 63 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:09.200915 [ 63 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:09.200973 [ 63 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:09.201022 [ 63 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:09.701327 [ 13 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:09.701477 [ 13 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:09.701541 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:09.701613 [ 13 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:09.701726 [ 13 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:09.701785 [ 13 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:09.701857 [ 13 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:09.701923 [ 13 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:09.701993 [ 13 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:10.202229 [ 62 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:10.202398 [ 62 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:10.202463 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:10.202528 [ 62 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:10.202593 [ 62 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:10.202645 [ 62 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:10.202704 [ 62 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:10.202771 [ 62 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:10.202831 [ 62 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:10.703102 [ 40 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:10.703245 [ 40 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:10.703309 [ 40 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:10.703374 [ 40 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:10.703435 [ 40 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:10.703482 [ 40 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:10.703540 [ 40 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:10.703613 [ 40 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:10.703663 [ 40 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:11.204091 [ 66 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:11.204249 [ 66 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:11.204314 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:11.204376 [ 66 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:11.204441 [ 66 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:11.204494 [ 66 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:11.204556 [ 66 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:11.204616 [ 66 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:11.204669 [ 66 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:11.705376 [ 19 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:11.705524 [ 19 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:11.705589 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:11.705675 [ 19 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:11.705751 [ 19 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:11.705799 [ 19 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:11.705853 [ 19 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:11.705915 [ 19 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:11.705964 [ 19 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:12.206408 [ 38 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:12.206580 [ 38 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:12.206670 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:12.206741 [ 38 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:12.206812 [ 38 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:12.206866 [ 38 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:12.206960 [ 38 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:12.207021 [ 38 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:12.207086 [ 38 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:12.707251 [ 64 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:12.707403 [ 64 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:12.707468 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:12.707538 [ 64 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:12.707616 [ 64 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:12.707668 [ 64 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:12.707732 [ 64 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:12.707803 [ 64 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:12.707858 [ 64 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:13.208160 [ 39 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:13.208320 [ 39 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:13.208387 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:13.208450 [ 39 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:13.208509 [ 39 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:13.208563 [ 39 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:13.208622 [ 39 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:13.208677 [ 39 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:13.208730 [ 39 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:13.709011 [ 34 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:13.709159 [ 34 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:13.709221 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:13.709295 [ 34 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:13.709352 [ 34 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:13.709398 [ 34 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:13.709454 [ 34 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:13.709508 [ 34 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:13.709559 [ 34 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:14.209927 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:14.210082 [ 29 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:14.210152 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:14.210219 [ 29 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:14.210276 [ 29 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:14.210323 [ 29 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:14.210384 [ 29 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:14.210439 [ 29 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:14.210489 [ 29 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:14.710828 [ 18 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:14.710984 [ 18 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:14.711047 [ 18 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:14.711112 [ 18 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:14.711172 [ 18 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:14.711223 [ 18 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:14.711285 [ 18 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:14.711341 [ 18 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:14.711391 [ 18 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:15.211769 [ 59 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:15.211920 [ 59 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:15.211984 [ 59 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:15.212047 [ 59 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:15.212106 [ 59 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:15.212152 [ 59 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:15.212209 [ 59 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:15.212279 [ 59 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:15.212330 [ 59 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:15.712737 [ 27 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:15.712896 [ 27 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:15.712974 [ 27 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:15.713040 [ 27 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:15.713100 [ 27 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:15.713151 [ 27 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:15.713208 [ 27 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:15.713279 [ 27 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:15.713329 [ 27 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:16.213590 [ 49 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:16.213794 [ 49 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:16.213871 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:16.213932 [ 49 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:16.213993 [ 49 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:16.214041 [ 49 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:16.214096 [ 49 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:16.214152 [ 49 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:16.214202 [ 49 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:16.714517 [ 58 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:16.714674 [ 58 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:16.714737 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:16.714798 [ 58 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:16.714859 [ 58 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:16.714906 [ 58 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:16.714978 [ 58 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:16.715034 [ 58 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:16.715083 [ 58 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:17.215401 [ 61 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:17.215542 [ 61 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:17.215603 [ 61 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:17.215666 [ 61 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:17.215723 [ 61 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:17.215765 [ 61 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:17.215819 [ 61 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:17.215881 [ 61 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:17.215930 [ 61 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:17.716269 [ 60 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:17.716412 [ 60 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:17.716472 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:17.716535 [ 60 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:17.716594 [ 60 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:17.716638 [ 60 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:17.716692 [ 60 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:17.716746 [ 60 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:17.716793 [ 60 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:18.217155 [ 56 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:18.217308 [ 56 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:18.217370 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:18.217443 [ 56 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:18.217510 [ 56 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:18.217557 [ 56 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:18.217628 [ 56 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:18.217711 [ 56 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:18.217764 [ 56 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:18.718062 [ 14 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:18.718233 [ 14 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:18.718304 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:18.718377 [ 14 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:18.718445 [ 14 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:18.718497 [ 14 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:18.718572 [ 14 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:18.718633 [ 14 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:18.718690 [ 14 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:19.218954 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:19.219125 [ 63 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:19.219190 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:19.219253 [ 63 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:19.219312 [ 63 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:19.219359 [ 63 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:19.219422 [ 63 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:19.219544 [ 63 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:19.219594 [ 63 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:19.719883 [ 13 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:19.720057 [ 13 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:19.720121 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:19.720187 [ 13 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:19.720249 [ 13 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:19.720295 [ 13 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:19.720357 [ 13 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:19.720413 [ 13 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:19.720468 [ 13 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:20.220866 [ 62 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:20.221041 [ 62 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:20.221108 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:20.221178 [ 62 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:20.221254 [ 62 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:20.221306 [ 62 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:20.221372 [ 62 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:20.221439 [ 62 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:20.221493 [ 62 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:20.721725 [ 40 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:20.721868 [ 40 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:20.721932 [ 40 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:20.721993 [ 40 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:20.722055 [ 40 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:20.722101 [ 40 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:20.722154 [ 40 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:20.722216 [ 40 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:20.722267 [ 40 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:21.222589 [ 66 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:21.222746 [ 66 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:21.222820 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:21.222879 [ 66 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:21.222935 [ 66 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:21.222980 [ 66 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:21.223043 [ 66 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:21.223102 [ 66 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:21.223151 [ 66 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:21.723441 [ 19 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:21.723600 [ 19 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:21.723678 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:21.723738 [ 19 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:21.723809 [ 19 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:21.723856 [ 19 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:21.723911 [ 19 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:21.723977 [ 19 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:21.724032 [ 19 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:22.224663 [ 38 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:22.224811 [ 38 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:22.224874 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:22.224933 [ 38 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:22.224994 [ 38 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:22.225042 [ 38 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:22.225100 [ 38 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:22.225156 [ 38 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:22.225207 [ 38 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:22.725522 [ 64 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:22.725681 [ 64 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:22.725780 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:22.725858 [ 64 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:22.725923 [ 64 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:22.725974 [ 64 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:22.726035 [ 64 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:22.726095 [ 64 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:22.726156 [ 64 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:23.226518 [ 39 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:23.226685 [ 39 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:23.226756 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:23.226837 [ 39 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:23.226901 [ 39 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:23.226948 [ 39 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:23.227017 [ 39 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:23.227069 [ 39 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:23.227119 [ 39 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:23.727495 [ 34 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:23.727658 [ 34 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:23.727720 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:23.727786 [ 34 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:23.727854 [ 34 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:23.727899 [ 34 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:23.727975 [ 34 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:23.728031 [ 34 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:23.728079 [ 34 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:24.228344 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:24.228501 [ 29 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:24.228567 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:24.228630 [ 29 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:24.228688 [ 29 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:24.228734 [ 29 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:24.228796 [ 29 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:24.228862 [ 29 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:24.228912 [ 29 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:24.729280 [ 18 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:24.729450 [ 18 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:24.729517 [ 18 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:24.729587 [ 18 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:24.729658 [ 18 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:24.729722 [ 18 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:24.729784 [ 18 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:24.729840 [ 18 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:24.729891 [ 18 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:25.230257 [ 59 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:25.230426 [ 59 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:25.230498 [ 59 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:25.230565 [ 59 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:25.230641 [ 59 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:25.230695 [ 59 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:25.230763 [ 59 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:25.230837 [ 59 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:25.230909 [ 59 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:25.731237 [ 22 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:25.731423 [ 22 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:25.731488 [ 22 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:25.731549 [ 22 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:25.731612 [ 22 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:25.731658 [ 22 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:25.731718 [ 22 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:25.731772 [ 22 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:25.731821 [ 22 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:26.232169 [ 51 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:26.232348 [ 51 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:26.232421 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:26.232491 [ 51 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:26.232551 [ 51 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:26.232598 [ 51 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:26.232656 [ 51 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:26.232712 [ 51 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:26.232760 [ 51 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:26.732991 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:26.733139 [ 65 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:26.733203 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:26.733304 [ 65 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:26.733362 [ 65 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:26.733411 [ 65 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:26.733469 [ 65 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:26.733528 [ 65 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:26.733576 [ 65 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:27.233827 [ 55 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:27.233987 [ 55 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:27.234057 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:27.234126 [ 55 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:27.234202 [ 55 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:27.234264 [ 55 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:27.234325 [ 55 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:27.234381 [ 55 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:27.234433 [ 55 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:27.734888 [ 60 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:27.735054 [ 60 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:27.735126 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:27.735205 [ 60 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:27.735271 [ 60 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:27.735326 [ 60 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:27.735398 [ 60 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:27.735459 [ 60 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:27.735514 [ 60 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:28.235944 [ 54 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:28.236128 [ 54 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:28.236205 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:28.236294 [ 54 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:28.236354 [ 54 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:28.236402 [ 54 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:28.236462 [ 54 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:28.236523 [ 54 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:28.236575 [ 54 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:28.736593 [ 14 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:28.736757 [ 14 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:28.736823 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:28.736887 [ 14 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:28.736948 [ 14 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:28.736996 [ 14 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:28.737061 [ 14 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:28.737119 [ 14 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:28.737174 [ 14 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:29.237598 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:29.237788 [ 63 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:29.237850 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:29.237920 [ 63 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:29.237977 [ 63 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:29.238023 [ 63 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:29.238087 [ 63 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:29.238145 [ 63 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:29.238198 [ 63 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:29.738804 [ 13 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:29.738956 [ 13 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:29.739023 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:29.739087 [ 13 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:29.739155 [ 13 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:29.739204 [ 13 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:29.739266 [ 13 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:29.739321 [ 13 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:29.739379 [ 13 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:30.239682 [ 62 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:30.239840 [ 62 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:30.239903 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:30.239966 [ 62 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:30.240049 [ 62 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:30.240101 [ 62 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:30.240166 [ 62 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:30.240228 [ 62 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:30.240285 [ 62 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:30.740648 [ 40 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:30.740793 [ 40 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:30.740859 [ 40 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:30.740924 [ 40 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:30.740990 [ 40 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:30.741037 [ 40 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:30.741091 [ 40 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:30.741150 [ 40 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:30.741199 [ 40 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:31.241527 [ 21 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:31.241714 [ 21 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:31.241779 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:31.241843 [ 21 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:31.241902 [ 21 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:31.241949 [ 21 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:31.242013 [ 21 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:31.242070 [ 21 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:31.242119 [ 21 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:31.742874 [ 19 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:31.743057 [ 19 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:31.743124 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:31.743200 [ 19 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:31.743259 [ 19 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:31.743301 [ 19 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:31.743359 [ 19 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:31.743416 [ 19 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:31.743466 [ 19 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:32.244136 [ 32 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:32.244292 [ 32 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:32.244353 [ 32 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:32.244412 [ 32 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:32.244466 [ 32 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:32.244513 [ 32 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:32.244575 [ 32 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:32.244627 [ 32 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:32.244680 [ 32 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:32.745083 [ 64 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:32.745230 [ 64 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:32.745296 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:32.745364 [ 64 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:32.745424 [ 64 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:32.745474 [ 64 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:32.745532 [ 64 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:32.745598 [ 64 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:32.745666 [ 64 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:33.246051 [ 39 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:33.246210 [ 39 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:33.246274 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:33.246340 [ 39 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:33.246411 [ 39 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:33.246458 [ 39 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:33.246517 [ 39 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:33.246579 [ 39 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:33.246631 [ 39 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:33.746932 [ 34 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:33.747077 [ 34 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:33.747142 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:33.747206 [ 34 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:33.747267 [ 34 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:33.747314 [ 34 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:33.747371 [ 34 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:33.747426 [ 34 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:33.747475 [ 34 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:34.247806 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:34.247972 [ 29 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:34.248039 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:34.248107 [ 29 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:34.248173 [ 29 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:34.248221 [ 29 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:34.248281 [ 29 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:34.248339 [ 29 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:34.248391 [ 29 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:34.748686 [ 27 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:34.748827 [ 27 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:34.748895 [ 27 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:34.748957 [ 27 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:34.749013 [ 27 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:34.749060 [ 27 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:34.749119 [ 27 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:34.749177 [ 27 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:34.749227 [ 27 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:35.249557 [ 49 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:35.249799 [ 49 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:35.249870 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:35.249939 [ 49 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:35.250006 [ 49 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:35.250058 [ 49 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:35.250121 [ 49 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:35.250186 [ 49 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:35.250241 [ 49 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:35.750380 [ 22 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:35.750508 [ 22 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:35.750572 [ 22 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:35.750638 [ 22 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:35.750699 [ 22 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:35.750745 [ 22 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:35.750802 [ 22 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:35.750855 [ 22 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:35.750903 [ 22 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:36.251347 [ 61 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:36.251503 [ 61 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:36.251572 [ 61 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:36.251633 [ 61 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:36.251696 [ 61 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:36.251740 [ 61 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:36.251803 [ 61 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:36.251876 [ 61 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:36.251928 [ 61 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:36.752183 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:36.752333 [ 65 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:36.752394 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:36.752463 [ 65 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:36.752519 [ 65 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:36.752563 [ 65 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:36.752621 [ 65 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:36.752706 [ 65 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:36.752755 [ 65 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:37.253500 [ 55 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:37.253662 [ 55 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:37.253752 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:37.253817 [ 55 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:37.253878 [ 55 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:37.253931 [ 55 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:37.253990 [ 55 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:37.254051 [ 55 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:37.254105 [ 55 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:37.754524 [ 37 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:37.754681 [ 37 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:37.754748 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:37.754826 [ 37 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:37.754882 [ 37 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:37.754928 [ 37 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:37.754986 [ 37 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:37.755042 [ 37 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:37.755093 [ 37 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:38.255356 [ 54 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:38.255515 [ 54 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:38.255579 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:38.255641 [ 54 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:38.255706 [ 54 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:38.255751 [ 54 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:38.255825 [ 54 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:38.255880 [ 54 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:38.255935 [ 54 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:38.756265 [ 15 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:38.756417 [ 15 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:38.756479 [ 15 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:38.756540 [ 15 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:38.756596 [ 15 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:38.756641 [ 15 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:38.756706 [ 15 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:38.756762 [ 15 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:38.756808 [ 15 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:39.257252 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:39.257404 [ 63 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:39.257468 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:39.257538 [ 63 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:39.257648 [ 63 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:39.257718 [ 63 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:39.257787 [ 63 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:39.257844 [ 63 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:39.257896 [ 63 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:39.758361 [ 13 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:39.758534 [ 13 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:39.758608 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:39.758684 [ 13 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:39.758752 [ 13 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:39.758807 [ 13 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:39.758883 [ 13 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:39.758942 [ 13 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:39.758994 [ 13 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:40.259224 [ 62 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:40.259373 [ 62 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:40.259436 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:40.259500 [ 62 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:40.259564 [ 62 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:40.259612 [ 62 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:40.259673 [ 62 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:40.259737 [ 62 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:40.259787 [ 62 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:40.760267 [ 40 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:40.760430 [ 40 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:40.760508 [ 40 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:40.760573 [ 40 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:40.760636 [ 40 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:40.760686 [ 40 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:40.760747 [ 40 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:40.760810 [ 40 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:40.760864 [ 40 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:41.261172 [ 21 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:41.261320 [ 21 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:41.261390 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:41.261452 [ 21 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:41.261509 [ 21 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:41.261558 [ 21 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:41.261630 [ 21 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:41.261713 [ 21 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:41.261764 [ 21 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:41.762093 [ 44 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:41.762266 [ 44 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:41.762327 [ 44 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:41.762388 [ 44 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:41.762444 [ 44 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:41.762489 [ 44 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:41.762556 [ 44 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:41.762615 [ 44 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:41.762664 [ 44 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:42.262949 [ 50 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:42.263117 [ 50 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:42.263180 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:42.263242 [ 50 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:42.263300 [ 50 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:42.263356 [ 50 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:42.263416 [ 50 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:42.263478 [ 50 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:42.263532 [ 50 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:42.763829 [ 64 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:42.763980 [ 64 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:42.764046 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:42.764109 [ 64 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:42.764176 [ 64 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:42.764223 [ 64 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:42.764282 [ 64 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:42.764339 [ 64 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:42.764389 [ 64 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:43.264715 [ 35 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:43.264859 [ 35 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:43.264921 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:43.264981 [ 35 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:43.265040 [ 35 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:43.265086 [ 35 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:43.265141 [ 35 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:43.265197 [ 35 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:43.265254 [ 35 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:43.765751 [ 30 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:43.765905 [ 30 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:43.765967 [ 30 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:43.766026 [ 30 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:43.766083 [ 30 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:43.766128 [ 30 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:43.766198 [ 30 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:43.766251 [ 30 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:43.766300 [ 30 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:44.266978 [ 41 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:44.267127 [ 41 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:44.267190 [ 41 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:44.267262 [ 41 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:44.267318 [ 41 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:44.267367 [ 41 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:44.267423 [ 41 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:44.267478 [ 41 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:44.267529 [ 41 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:44.767521 [ 25 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:44.767681 [ 25 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:44.767749 [ 25 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:44.767814 [ 25 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:44.767873 [ 25 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:44.767931 [ 25 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:44.767987 [ 25 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:44.768046 [ 25 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:44.768094 [ 25 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:45.268419 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:45.268577 [ 31 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:45.268638 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:45.268700 [ 31 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:45.268760 [ 31 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:45.268806 [ 31 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:45.268867 [ 31 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:45.268929 [ 31 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:45.268992 [ 31 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:45.769307 [ 33 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:45.769484 [ 33 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:45.769545 [ 33 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:45.769617 [ 33 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:45.769676 [ 33 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:45.769817 [ 33 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:45.769873 [ 33 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:45.769945 [ 33 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:45.769999 [ 33 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:46.270273 [ 23 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:46.270439 [ 23 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:46.270505 [ 23 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:46.270567 [ 23 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:46.270628 [ 23 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:46.270676 [ 23 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:46.270732 [ 23 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:46.270794 [ 23 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:46.270857 [ 23 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:46.771175 [ 16 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:46.771322 [ 16 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:46.771404 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:46.771462 [ 16 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:46.771520 [ 16 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:46.771572 [ 16 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:46.771629 [ 16 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:46.771683 [ 16 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:46.771730 [ 16 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:47.272133 [ 17 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:47.272281 [ 17 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:47.272349 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:47.272410 [ 17 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:47.272469 [ 17 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:47.272516 [ 17 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:47.272574 [ 17 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:47.272630 [ 17 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:47.272683 [ 17 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:47.772947 [ 46 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:47.773105 [ 46 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:47.773173 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:47.773240 [ 46 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:47.773300 [ 46 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:47.773347 [ 46 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:47.773411 [ 46 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:47.773467 [ 46 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:47.773520 [ 46 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:48.273788 [ 53 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:48.273929 [ 53 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:48.273992 [ 53 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:48.274056 [ 53 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:48.274114 [ 53 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:48.274163 [ 53 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:48.274236 [ 53 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:48.274293 [ 53 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:48.274343 [ 53 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:48.774621 [ 28 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:48.774779 [ 28 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:48.774859 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:48.774922 [ 28 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:48.774978 [ 28 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:48.775021 [ 28 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:48.775081 [ 28 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:48.775138 [ 28 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:48.775186 [ 28 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:49.275699 [ 68 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:49.275874 [ 68 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:49.275940 [ 68 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:49.276005 [ 68 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:49.276068 [ 68 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:49.276121 [ 68 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:49.276185 [ 68 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:49.276251 [ 68 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:49.276304 [ 68 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:49.776546 [ 20 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:49.776694 [ 20 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:49.776755 [ 20 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:49.776818 [ 20 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:49.776879 [ 20 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:49.776925 [ 20 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:49.776977 [ 20 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:49.777031 [ 20 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:49.777077 [ 20 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:50.277451 [ 19 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:50.277638 [ 19 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:50.277712 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:50.277783 [ 19 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:50.277850 [ 19 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:50.277899 [ 19 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:50.277967 [ 19 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:50.278036 [ 19 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:50.278087 [ 19 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:50.778355 [ 32 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:50.778503 [ 32 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:50.778567 [ 32 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:50.778626 [ 32 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:50.778684 [ 32 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:50.778737 [ 32 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:50.778801 [ 32 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:50.778856 [ 32 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:50.778907 [ 32 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:51.279285 [ 44 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:51.279443 [ 44 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:51.279508 [ 44 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:51.279570 [ 44 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:51.279657 [ 44 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:51.279705 [ 44 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:51.279780 [ 44 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:51.279837 [ 44 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:51.279897 [ 44 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:51.780061 [ 50 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:51.780204 [ 50 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:51.780273 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:51.780331 [ 50 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:51.780392 [ 50 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:51.780435 [ 50 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:51.780490 [ 50 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:51.780559 [ 50 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:51.780607 [ 50 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:52.281074 [ 64 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:52.281214 [ 64 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:52.281283 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:52.281348 [ 64 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:52.281407 [ 64 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:52.281460 [ 64 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:52.281524 [ 64 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:52.281600 [ 64 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:52.281647 [ 64 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:52.781997 [ 35 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:52.782141 [ 35 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:52.782202 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:52.782259 [ 35 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:52.782322 [ 35 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:52.782366 [ 35 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:52.782424 [ 35 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:52.782482 [ 35 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:52.782532 [ 35 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:53.282967 [ 27 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:53.283135 [ 27 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:53.283204 [ 27 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:53.283275 [ 27 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:53.283350 [ 27 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:53.283398 [ 27 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:53.283461 [ 27 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:53.283542 [ 27 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:53.283604 [ 27 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:53.783757 [ 41 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:53.783898 [ 41 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:53.783969 [ 41 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:53.784031 [ 41 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:53.784088 [ 41 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:53.784136 [ 41 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:53.784197 [ 41 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:53.784252 [ 41 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:53.784302 [ 41 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:54.284647 [ 25 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:54.284791 [ 25 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:54.284865 [ 25 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:54.284933 [ 25 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:54.284996 [ 25 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:54.285045 [ 25 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:54.285104 [ 25 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:54.285158 [ 25 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:54.285206 [ 25 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:54.785483 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:54.785639 [ 31 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:54.785714 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:54.785778 [ 31 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:54.785844 [ 31 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:54.785893 [ 31 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:54.785947 [ 31 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:54.786004 [ 31 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:54.786062 [ 31 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:55.286791 [ 60 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:55.286947 [ 60 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:55.287010 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:55.287073 [ 60 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:55.287131 [ 60 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:55.287182 [ 60 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:55.287251 [ 60 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:55.287340 [ 60 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:55.287393 [ 60 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:55.787678 [ 23 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:55.787813 [ 23 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:55.787875 [ 23 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:55.787943 [ 23 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:55.788013 [ 23 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:55.788058 [ 23 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:55.788111 [ 23 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:55.788176 [ 23 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:55.788226 [ 23 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:56.288512 [ 37 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:56.288664 [ 37 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:56.288726 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:56.288784 [ 37 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:56.288855 [ 37 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:56.288903 [ 37 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:56.288956 [ 37 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:56.289021 [ 37 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:56.289079 [ 37 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:56.790279 [ 17 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:56.790460 [ 17 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:56.790534 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:56.790610 [ 17 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:56.790676 [ 17 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:56.790750 [ 17 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:56.790808 [ 17 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:56.790869 [ 17 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:56.790920 [ 17 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:57.291090 [ 15 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:57.291239 [ 15 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:57.291301 [ 15 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:57.291362 [ 15 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:57.291420 [ 15 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:57.291467 [ 15 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:57.291523 [ 15 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:57.291574 [ 15 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:57.291626 [ 15 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:57.791951 [ 53 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:57.792098 [ 53 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:57.792160 [ 53 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:57.792223 [ 53 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:57.792283 [ 53 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:57.792329 [ 53 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:57.792386 [ 53 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:57.792444 [ 53 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:57.792501 [ 53 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:58.292950 [ 36 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:58.293084 [ 36 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:58.293145 [ 36 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:58.293208 [ 36 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:58.293264 [ 36 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:58.293310 [ 36 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:58.293368 [ 36 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:58.293426 [ 36 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:58.293474 [ 36 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:58.793773 [ 68 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:58.793915 [ 68 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:58.793980 [ 68 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:58.794042 [ 68 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:58.794103 [ 68 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:58.794148 [ 68 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:58.794203 [ 68 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:58.794255 [ 68 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:58.794311 [ 68 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:59.294630 [ 24 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:59.294804 [ 24 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:59.294875 [ 24 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:59.294948 [ 24 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:59.295039 [ 24 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:59.295086 [ 24 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:59.295153 [ 24 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:59.295205 [ 24 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:59.295258 [ 24 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:51:59.796202 [ 19 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:51:59.796344 [ 19 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:51:59.796417 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:51:59.796478 [ 19 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:51:59.796539 [ 19 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:51:59.796587 [ 19 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:51:59.796657 [ 19 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:51:59.796716 [ 19 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:51:59.796771 [ 19 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:00.298154 [ 32 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:00.298303 [ 32 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:00.298368 [ 32 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:00.298435 [ 32 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:00.298510 [ 32 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:00.298558 [ 32 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:00.298619 [ 32 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:00.298672 [ 32 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:00.298720 [ 32 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:00.799742 [ 44 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:00.799891 [ 44 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:00.799953 [ 44 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:00.800016 [ 44 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:00.800077 [ 44 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:00.800130 [ 44 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:00.800193 [ 44 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:00.800261 [ 44 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:00.800330 [ 44 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:01.300937 [ 50 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:01.301108 [ 50 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:01.301185 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:01.301249 [ 50 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:01.301312 [ 50 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:01.301360 [ 50 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:01.301421 [ 50 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:01.301483 [ 50 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:01.301532 [ 50 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:01.801980 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:01.802152 [ 29 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:01.802226 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:01.802307 [ 29 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:01.802375 [ 29 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:01.802430 [ 29 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:01.802502 [ 29 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:01.802571 [ 29 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:01.802631 [ 29 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:02.302962 [ 51 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:02.303119 [ 51 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:02.303187 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:02.303252 [ 51 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:02.303316 [ 51 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:02.303365 [ 51 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:02.303425 [ 51 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:02.303482 [ 51 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:02.303533 [ 51 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:02.803963 [ 27 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:02.804137 [ 27 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:02.804220 [ 27 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:02.804302 [ 27 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:02.804381 [ 27 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:02.804446 [ 27 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:02.804514 [ 27 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:02.804580 [ 27 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:02.804640 [ 27 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:03.304944 [ 61 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:03.305107 [ 61 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:03.305173 [ 61 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:03.305238 [ 61 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:03.305299 [ 61 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:03.305345 [ 61 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:03.305408 [ 61 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:03.305469 [ 61 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:03.305523 [ 61 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:03.805900 [ 33 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:03.806054 [ 33 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:03.806137 [ 33 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:03.806200 [ 33 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:03.806260 [ 33 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:03.806308 [ 33 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:03.806369 [ 33 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:03.806427 [ 33 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:03.806481 [ 33 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:04.306873 [ 57 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:04.307035 [ 57 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:04.307104 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:04.307170 [ 57 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:04.307236 [ 57 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:04.307297 [ 57 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:04.307356 [ 57 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:04.307411 [ 57 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:04.307458 [ 57 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:04.807860 [ 16 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:04.808024 [ 16 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:04.808097 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:04.808172 [ 16 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:04.808235 [ 16 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:04.808283 [ 16 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:04.808341 [ 16 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:04.808413 [ 16 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:04.808499 [ 16 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:05.310487 [ 54 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:05.310658 [ 54 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:05.310739 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:05.310809 [ 54 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:05.310878 [ 54 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:05.310931 [ 54 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:05.311024 [ 54 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:05.311113 [ 54 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:05.311171 [ 54 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:05.811513 [ 37 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:05.811666 [ 37 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:05.811731 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:05.811792 [ 37 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:05.811855 [ 37 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:05.811900 [ 37 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:05.811961 [ 37 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:05.812032 [ 37 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:05.812082 [ 37 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:06.312396 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:06.312554 [ 63 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:06.312636 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:06.312705 [ 63 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:06.312772 [ 63 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:06.312824 [ 63 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:06.312886 [ 63 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:06.312947 [ 63 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:06.313005 [ 63 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:06.813357 [ 28 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:06.813527 [ 28 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:06.813638 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:06.813723 [ 28 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:06.813789 [ 28 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:06.813841 [ 28 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:06.813914 [ 28 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:06.813990 [ 28 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:06.814049 [ 28 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:07.314402 [ 62 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:07.314556 [ 62 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:07.314627 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:07.314698 [ 62 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:07.314767 [ 62 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:07.314819 [ 62 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:07.314890 [ 62 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:07.314948 [ 62 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:07.314997 [ 62 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:07.815441 [ 36 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:07.815634 [ 36 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:07.815708 [ 36 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:07.815766 [ 36 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:07.815829 [ 36 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:07.815874 [ 36 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:07.815935 [ 36 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:07.816009 [ 36 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:07.816057 [ 36 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:08.316261 [ 42 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:08.316410 [ 42 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:08.316476 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:08.316540 [ 42 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:08.316600 [ 42 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:08.316648 [ 42 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:08.316706 [ 42 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:08.316768 [ 42 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:08.316821 [ 42 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:08.817177 [ 21 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:08.817334 [ 21 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:08.817402 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:08.817470 [ 21 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:08.817530 [ 21 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:08.817591 [ 21 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:08.817670 [ 21 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:08.817749 [ 21 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:08.817806 [ 21 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:09.317991 [ 67 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:09.318139 [ 67 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:09.318202 [ 67 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:09.318262 [ 67 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:09.318323 [ 67 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:09.318369 [ 67 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:09.318425 [ 67 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:09.318478 [ 67 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:09.318527 [ 67 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:09.818798 [ 34 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:09.818952 [ 34 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:09.819020 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:09.819082 [ 34 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:09.819140 [ 34 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:09.819187 [ 34 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:09.819248 [ 34 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:09.819304 [ 34 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:09.819356 [ 34 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:10.320290 [ 32 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:10.320457 [ 32 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:10.320523 [ 32 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:10.320590 [ 32 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:10.320663 [ 32 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:10.320712 [ 32 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:10.320772 [ 32 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:10.320829 [ 32 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:10.320879 [ 32 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:10.821281 [ 44 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:10.821456 [ 44 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:10.821539 [ 44 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:10.821645 [ 44 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:10.821721 [ 44 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:10.821771 [ 44 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:10.821832 [ 44 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:10.821899 [ 44 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:10.821951 [ 44 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:11.322263 [ 49 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:11.322411 [ 49 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:11.322482 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:11.322546 [ 49 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:11.322605 [ 49 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:11.322654 [ 49 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:11.322713 [ 49 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:11.322770 [ 49 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:11.322819 [ 49 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:11.823273 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:11.823438 [ 29 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:11.823509 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:11.823575 [ 29 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:11.823635 [ 29 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:11.823683 [ 29 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:11.823772 [ 29 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:11.823829 [ 29 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:11.823882 [ 29 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:12.324233 [ 56 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:12.324393 [ 56 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:12.324455 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:12.324516 [ 56 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:12.324575 [ 56 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:12.324622 [ 56 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:12.324679 [ 56 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:12.324744 [ 56 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:12.324791 [ 56 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:12.825989 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:12.826150 [ 65 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:12.826213 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:12.826279 [ 65 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:12.826341 [ 65 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:12.826387 [ 65 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:12.826446 [ 65 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:12.826506 [ 65 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:12.826563 [ 65 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:13.327005 [ 55 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:13.327158 [ 55 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:13.327224 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:13.327291 [ 55 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:13.327351 [ 55 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:13.327400 [ 55 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:13.327457 [ 55 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:13.327514 [ 55 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:13.327564 [ 55 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:13.827824 [ 14 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:13.827968 [ 14 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:13.828030 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:13.828091 [ 14 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:13.828151 [ 14 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:13.828198 [ 14 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:13.828257 [ 14 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:13.828315 [ 14 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:13.828364 [ 14 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:14.329048 [ 57 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:14.329212 [ 57 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:14.329275 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:14.329340 [ 57 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:14.329408 [ 57 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:14.329461 [ 57 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:14.329518 [ 57 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:14.329585 [ 57 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:14.329634 [ 57 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:14.829973 [ 26 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:14.830129 [ 26 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:14.830200 [ 26 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:14.830265 [ 26 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:14.830322 [ 26 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:14.830369 [ 26 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:14.830424 [ 26 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:14.830477 [ 26 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:14.830529 [ 26 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:15.330895 [ 66 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:15.331041 [ 66 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:15.331111 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:15.331174 [ 66 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:15.331232 [ 66 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:15.331279 [ 66 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:15.331342 [ 66 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:15.331409 [ 66 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:15.331459 [ 66 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:15.831623 [ 37 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:15.831766 [ 37 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:15.831828 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:15.831891 [ 37 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:15.831959 [ 37 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:15.832004 [ 37 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:15.832062 [ 37 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:15.832113 [ 37 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:15.832181 [ 37 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:16.332965 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:16.333117 [ 63 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:16.333182 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:16.333254 [ 63 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:16.333319 [ 63 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:16.333364 [ 63 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:16.333424 [ 63 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:16.333482 [ 63 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:16.333533 [ 63 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:16.833833 [ 40 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:16.833985 [ 40 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:16.834052 [ 40 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:16.834118 [ 40 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:16.834178 [ 40 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:16.834224 [ 40 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:16.834287 [ 40 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:16.834347 [ 40 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:16.834395 [ 40 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:17.334530 [ 62 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:17.334669 [ 62 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:17.334732 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:17.334795 [ 62 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:17.334854 [ 62 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:17.334900 [ 62 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:17.334958 [ 62 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:17.335019 [ 62 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:17.335068 [ 62 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:17.835361 [ 68 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:17.835505 [ 68 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:17.835575 [ 68 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:17.835635 [ 68 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:17.835698 [ 68 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:17.835744 [ 68 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:17.835817 [ 68 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:17.835873 [ 68 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:17.835924 [ 68 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:18.336221 [ 24 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:18.336380 [ 24 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:18.336444 [ 24 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:18.336507 [ 24 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:18.336569 [ 24 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:18.336618 [ 24 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:18.336675 [ 24 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:18.336744 [ 24 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:18.336795 [ 24 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:18.836958 [ 21 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:18.837109 [ 21 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:18.837169 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:18.837229 [ 21 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:18.837285 [ 21 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:18.837330 [ 21 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:18.837390 [ 21 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:18.837444 [ 21 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:18.837492 [ 21 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:19.338122 [ 59 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:19.338559 [ 59 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:19.338760 [ 59 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:19.338821 [ 59 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:19.338895 [ 59 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:19.338940 [ 59 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:19.338998 [ 59 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:19.339070 [ 59 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:19.339124 [ 59 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:19.838769 [ 64 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:19.838923 [ 64 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:19.838986 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:19.839054 [ 64 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:19.839116 [ 64 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:19.839163 [ 64 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:19.839219 [ 64 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:19.839277 [ 64 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:19.839326 [ 64 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:20.339524 [ 50 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:20.339655 [ 50 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:20.339716 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:20.339774 [ 50 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:20.339834 [ 50 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:20.339879 [ 50 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:20.339934 [ 50 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:20.339997 [ 50 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:20.340049 [ 50 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 3 with Accepted=1, Term=2, NextIndex=153
2021.02.04 22:52:20.841327 [ 48 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 3 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.02.04 22:52:20.841488 [ 48 ] {} <Information> RaftInstance: from peer 3, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.02.04 22:52:20.841571 [ 48 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:52:20.841642 [ 48 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.02.04 22:52:20.841714 [ 48 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.02.04 22:52:20.841763 [ 48 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:52:20.841822 [ 48 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:52:20.841879 [ 48 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.02.04 22:52:20.841929 [ 48 ] {} <Notice> RaftInsta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment