Skip to content

Instantly share code, notes, and snippets.

@alesapin
Created February 4, 2021 20:42
Show Gist options
  • Save alesapin/f0abe77e6f323f9068138d5b26084af8 to your computer and use it in GitHub Desktop.
Save alesapin/f0abe77e6f323f9068138d5b26084af8 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:53.447486 [ 39 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 1, state term 1, target p 2, my p 1, hb alive, pre-vote NOT done
2021.02.04 22:45:53.447573 [ 39 ] {} <Warning> RaftInstance: reset RPC client for peer 2
2021.02.04 22:45:53.448066 [ 39 ] {} <Information> RaftInstance: asio client created: 0x7b54000dfe98
2021.02.04 22:45:53.448126 [ 39 ] {} <Information> RaftInstance: asio client destroyed: 0x7b5400020818
2021.02.04 22:45:53.448293 [ 39 ] {} <Information> RaftInstance: 0x7b54000dfe98 reconnect peer 2
2021.02.04 22:45:53.448347 [ 39 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.02.04 22:45:53.448489 [ 39 ] {} <Information> RaftInstance: asio client created: 0x7b5400020818
2021.02.04 22:45:53.448532 [ 39 ] {} <Information> RaftInstance: asio client destroyed: 0x7b540001fe18
2021.02.04 22:45:53.448687 [ 39 ] {} <Information> RaftInstance: 0x7b5400020818 reconnect peer 1
2021.02.04 22:45:53.448749 [ 39 ] {} <Warning> RaftInstance: [PRIORITY] will not initiate pre-vote due to priority: target 2, mine 1
2021.02.04 22:45:53.448810 [ 39 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:45:53.448854 [ 39 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:45:53.448905 [ 39 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:45:53.448959 [ 39 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:45:54.573156 [ 41 ] {} <Information> RaftInstance: election timeout
2021.02.04 22:45:54.573267 [ 41 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.02.04 22:45:54.573366 [ 41 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 2 -> 1, mine 1
2021.02.04 22:45:54.573474 [ 41 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 1, state term 1, target p 1, my p 1, hb dead, pre-vote NOT done
2021.02.04 22:45:54.573632 [ 41 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 1, live 0, dead 1), at least 2 nodes should respond. failure count 1
2021.02.04 22:45:54.573739 [ 41 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 3, my role follower, term 1, log idx 151, log term 1, priority (target 1 / mine 1)
2021.02.04 22:45:54.573844 [ 41 ] {} <Information> RaftInstance: send req 3 -> 2, type pre_vote_request
2021.02.04 22:45:54.573939 [ 41 ] {} <Notice> RaftInstance: socket 0x7b54000dfe98 to node2:44444 is not opened yet
2021.02.04 22:45:54.574073 [ 41 ] {} <Information> RaftInstance: send req 3 -> 1, type pre_vote_request
2021.02.04 22:45:54.574137 [ 41 ] {} <Notice> RaftInstance: socket 0x7b5400020818 to node1:44444 is not opened yet
2021.02.04 22:45:54.574230 [ 41 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:45:54.574287 [ 41 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:45:54.575249 [ 46 ] {} <Warning> RaftInstance: 0x7b54000dfe98 connected to node2:44444 (as a client)
2021.02.04 22:45:54.576350 [ 16 ] {} <Information> RaftInstance: resp of req 3 -> 2, type pre_vote_request, OK
2021.02.04 22:45:54.576461 [ 16 ] {} <Notice> RaftInstance: Receive a pre_vote_response message from peer 2 with Result=1, Term=1, NextIndex=152
2021.02.04 22:45:54.576548 [ 16 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 1
2021.02.04 22:45:54.576646 [ 16 ] {} <Warning> RaftInstance: [PRE-VOTE RESP] peer 2 (O), term 1, resp term 1, my role follower, dead 2, live 0, num voting members 3, quorum 2
2021.02.04 22:45:54.576729 [ 16 ] {} <Warning> RaftInstance: [PRE-VOTE DONE] SUCCESS, term 1
2021.02.04 22:45:54.576792 [ 16 ] {} <Warning> RaftInstance: [PRE-VOTE DONE] initiate actual vote
2021.02.04 22:45:54.576897 [ 16 ] {} <Warning> RaftInstance: [VOTE INIT] my id 3, my role candidate, term 2, log idx 151, log term 1, priority (target 1 / mine 1)
2021.02.04 22:45:54.576977 [ 16 ] {} <Notice> RaftInstance: send request_vote_request to server 2 with term 2
2021.02.04 22:45:54.577033 [ 16 ] {} <Information> RaftInstance: send req 3 -> 2, type request_vote_request
2021.02.04 22:45:54.577150 [ 16 ] {} <Notice> RaftInstance: send request_vote_request to server 1 with term 2
2021.02.04 22:45:54.577210 [ 16 ] {} <Error> RaftInstance: failed to send vote request: peer 1 (node1:44444) is busy
2021.02.04 22:45:54.577295 [ 16 ] {} <Information> RaftInstance: cancel existing timer
2021.02.04 22:45:54.577354 [ 16 ] {} <Information> RaftInstance: re-schedule election timer
2021.02.04 22:45:54.578326 [ 63 ] {} <Information> RaftInstance: resp of req 3 -> 2, type request_vote_request, OK
2021.02.04 22:45:54.578420 [ 63 ] {} <Notice> RaftInstance: Receive a request_vote_response message from peer 2 with Result=1, Term=2, NextIndex=152
2021.02.04 22:45:54.578503 [ 63 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:45:54.578572 [ 63 ] {} <Warning> RaftInstance: [VOTE RESP] peer 2 (O), resp term 2, my role candidate, granted 2, responded 2, num voting members 3, quorum 2
2021.02.04 22:45:54.578642 [ 63 ] {} <Warning> RaftInstance: Server is elected as leader for term 2
2021.02.04 22:45:54.578726 [ 63 ] {} <Warning> RaftInstance: number of pending commit elements: 0
2021.02.04 22:45:54.578802 [ 63 ] {} <Warning> RaftInstance: state machine commit index 151, precommit index 151, last log index 151
2021.02.04 22:45:54.578869 [ 63 ] {} <Information> RaftInstance: peer 2, interval: 500
2021.02.04 22:45:54.578940 [ 63 ] {} <Information> RaftInstance: peer 1, interval: 500
2021.02.04 22:45:54.579050 [ 63 ] {} <Warning> RaftInstance: [BECOME LEADER] appended new config at 152
2021.02.04 22:45:54.579145 [ 63 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:45:54.579192 [ 63 ] {} <Information> RaftInstance: last_log_idx: 151, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:45:54.579249 [ 63 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=151, LastLogTerm=1, EntriesLength=1, CommitIndex=151, Term=2, peer_last_sent_idx 0
2021.02.04 22:45:54.579300 [ 63 ] {} <Notice> RaftInstance: idx: 152
2021.02.04 22:45:54.579361 [ 63 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:45:54.579509 [ 63 ] {} <Information> RaftInstance: sent
2021.02.04 22:45:54.579562 [ 63 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:45:54.579619 [ 63 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 7717 ms ago
2021.02.04 22:45:54.579673 [ 63 ] {} <Warning> RaftInstance: === LEADER (term 2) ===
2021.02.04 22:45:54.580796 [ 31 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:45:54.580883 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:45:54.580970 [ 31 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:45:54.581021 [ 31 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:45:54.581067 [ 31 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:45:54.581109 [ 31 ] {} <Information> RaftInstance: peer 2, prev matched idx: 0, new matched idx: 152
2021.02.04 22:45:54.581162 [ 31 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:45:54.581200 [ 31 ] {} <Notice> RaftInstance: trigger commit upto 152
2021.02.04 22:45:54.581264 [ 31 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:45:54.581310 [ 31 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:45:54.581362 [ 31 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 152
2021.02.04 22:45:54.581425 [ 31 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:45:54.581469 [ 31 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:45:54.581601 [ 31 ] {} <Information> RaftInstance: sent
2021.02.04 22:45:54.581663 [ 31 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:45:54.581770 [ 31 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 7719 ms ago
2021.02.04 22:45:54.581843 [ 31 ] {} <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.581884 [ 31 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.02.04 22:45:54.582032 [ 69 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.02.04 22:45:54.582117 [ 69 ] {} <Notice> RaftInstance: commit upto 152, curruent idx 151
2021.02.04 22:45:54.582201 [ 69 ] {} <Information> RaftInstance: commit upto 152, curruent idx 152
2021.02.04 22:45:54.582263 [ 69 ] {} <Warning> RaftInstance: config at index 152 is committed, prev config log idx 3
2021.02.04 22:45:54.582379 [ 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.582451 [ 69 ] {} <Notice> RaftInstance: system is reconfigured to have 3 servers, last config index: 3, this config index: 152
2021.02.04 22:45:54.582576 [ 69 ] {} <Warning> RaftInstance: new configuration: log idx 152, prev log idx 3
2021.02.04 22:45:54.582581 [ 49 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:45:54.582674 [ 69 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:45:54.582743 [ 69 ] {} <Notice> RaftInstance: DONE: commit upto 152, curruent idx 152
2021.02.04 22:45:54.582761 [ 49 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:45:54.582804 [ 69 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.02.04 22:45:54.582855 [ 49 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:45:54.582913 [ 49 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:45:54.582955 [ 49 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:45:54.582998 [ 49 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:45:54.583047 [ 49 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:45:54.583093 [ 49 ] {} <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.079211 [ 58 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:45:55.079354 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:45:55.079411 [ 58 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:45:55.079473 [ 58 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:45:55.079537 [ 58 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:45:55.079595 [ 58 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:45:55.079659 [ 58 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:45:55.079878 [ 58 ] {} <Information> RaftInstance: sent
2021.02.04 22:45:55.080047 [ 15 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:45:55.080201 [ 15 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:45:55.080266 [ 15 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:45:55.080338 [ 15 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 8217 ms ago
2021.02.04 22:45:55.080983 [ 44 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:45:55.081093 [ 44 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:45:55.081180 [ 44 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:45:55.081245 [ 44 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:45:55.081287 [ 44 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:45:55.081332 [ 44 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:45:55.081387 [ 44 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:45:55.081440 [ 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.580100 [ 33 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:45:55.580240 [ 33 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:45:55.580294 [ 33 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:45:55.580349 [ 33 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:45:55.580425 [ 33 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:45:55.580485 [ 33 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:45:55.580536 [ 33 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:45:55.580723 [ 33 ] {} <Information> RaftInstance: sent
2021.02.04 22:45:55.580876 [ 54 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:45:55.581018 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:45:55.581075 [ 54 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:45:55.581144 [ 54 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 8718 ms ago
2021.02.04 22:45:55.581698 [ 60 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:45:55.581812 [ 60 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:45:55.581897 [ 60 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:45:55.581951 [ 60 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:45:55.581992 [ 60 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:45:55.582035 [ 60 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:45:55.582086 [ 60 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:45:55.582138 [ 60 ] {} <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.081274 [ 50 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:45:56.081607 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:45:56.081662 [ 50 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:45:56.081751 [ 50 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:45:56.081818 [ 50 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:45:56.081883 [ 50 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:45:56.081933 [ 50 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:45:56.082159 [ 50 ] {} <Information> RaftInstance: sent
2021.02.04 22:45:56.082278 [ 67 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:45:56.082374 [ 67 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:45:56.082433 [ 67 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:45:56.082498 [ 67 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 9220 ms ago
2021.02.04 22:45:56.083146 [ 24 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:45:56.083282 [ 24 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:45:56.083367 [ 24 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:45:56.083429 [ 24 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:45:56.083469 [ 24 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:45:56.083520 [ 24 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:45:56.083579 [ 24 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:45:56.083631 [ 24 ] {} <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.582383 [ 62 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:45:56.582514 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:45:56.582570 [ 62 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:45:56.582619 [ 62 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:45:56.582686 [ 62 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:45:56.582746 [ 62 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:45:56.582797 [ 62 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:45:56.582979 [ 62 ] {} <Information> RaftInstance: sent
2021.02.04 22:45:56.583280 [ 26 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:45:56.583402 [ 26 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:45:56.583463 [ 26 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:45:56.583541 [ 26 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 9721 ms ago
2021.02.04 22:45:56.584050 [ 65 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:45:56.584166 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:45:56.584249 [ 65 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:45:56.584306 [ 65 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:45:56.584347 [ 65 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:45:56.584394 [ 65 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:45:56.584452 [ 65 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:45:56.584507 [ 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:57.083216 [ 66 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:45:57.083346 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:45:57.083404 [ 66 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:45:57.083459 [ 66 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:45:57.083523 [ 66 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:45:57.083584 [ 66 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:45:57.083643 [ 66 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:45:57.083854 [ 66 ] {} <Information> RaftInstance: sent
2021.02.04 22:45:57.084028 [ 52 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:45:57.084176 [ 52 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:45:57.084253 [ 52 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:45:57.084331 [ 52 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 10221 ms ago
2021.02.04 22:45:57.084962 [ 18 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:45:57.085073 [ 18 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:45:57.085159 [ 18 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:45:57.085215 [ 18 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:45:57.085259 [ 18 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:45:57.085302 [ 18 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:45:57.085358 [ 18 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:45:57.085408 [ 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:57.584128 [ 45 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:45:57.584267 [ 45 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:45:57.584320 [ 45 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:45:57.584375 [ 45 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:45:57.584455 [ 45 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:45:57.584522 [ 45 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:45:57.584569 [ 45 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:45:57.584751 [ 45 ] {} <Information> RaftInstance: sent
2021.02.04 22:45:57.584922 [ 17 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:45:57.585050 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:45:57.585117 [ 17 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:45:57.585183 [ 17 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 10722 ms ago
2021.02.04 22:45:57.585762 [ 13 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:45:57.585868 [ 13 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:45:57.585954 [ 13 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:45:57.586010 [ 13 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:45:57.586053 [ 13 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:45:57.586101 [ 13 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:45:57.586153 [ 13 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:45:57.586204 [ 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:58.085002 [ 64 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:45:58.085150 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:45:58.085205 [ 64 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:45:58.085265 [ 64 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:45:58.085329 [ 64 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:45:58.085388 [ 64 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:45:58.085436 [ 64 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:45:58.085671 [ 64 ] {} <Information> RaftInstance: sent
2021.02.04 22:45:58.085873 [ 51 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:45:58.086001 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:45:58.086058 [ 51 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:45:58.086130 [ 51 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 11223 ms ago
2021.02.04 22:45:58.086614 [ 34 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:45:58.086728 [ 34 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:45:58.086812 [ 34 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:45:58.086866 [ 34 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:45:58.086909 [ 34 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:45:58.086970 [ 34 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:45:58.087020 [ 34 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:45:58.087067 [ 34 ] {} <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.585962 [ 30 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:45:58.586113 [ 30 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:45:58.586174 [ 30 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:45:58.586250 [ 30 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:45:58.586336 [ 30 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:45:58.586406 [ 30 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:45:58.586466 [ 30 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:45:58.586673 [ 30 ] {} <Information> RaftInstance: sent
2021.02.04 22:45:58.586819 [ 14 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:45:58.586929 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:45:58.587000 [ 14 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:45:58.587073 [ 14 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 11724 ms ago
2021.02.04 22:45:58.587714 [ 20 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:45:58.587810 [ 20 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:45:58.587891 [ 20 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:45:58.587944 [ 20 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:45:58.587984 [ 20 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:45:58.588027 [ 20 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:45:58.588079 [ 20 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:45:58.588134 [ 20 ] {} <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.086911 [ 48 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:45:59.087038 [ 48 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:45:59.087089 [ 48 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:45:59.087152 [ 48 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:45:59.087224 [ 48 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:45:59.087294 [ 48 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:45:59.087353 [ 48 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:45:59.087571 [ 48 ] {} <Information> RaftInstance: sent
2021.02.04 22:45:59.087709 [ 42 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:45:59.087808 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:45:59.087861 [ 42 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:45:59.087934 [ 42 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 12225 ms ago
2021.02.04 22:45:59.088604 [ 23 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:45:59.088734 [ 23 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:45:59.088837 [ 23 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:45:59.088899 [ 23 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:45:59.088940 [ 23 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:45:59.088990 [ 23 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:45:59.089046 [ 23 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:45:59.089096 [ 23 ] {} <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.587787 [ 32 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:45:59.587917 [ 32 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:45:59.587968 [ 32 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:45:59.588028 [ 32 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:45:59.588089 [ 32 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:45:59.588149 [ 32 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:45:59.588198 [ 32 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:45:59.588389 [ 32 ] {} <Information> RaftInstance: sent
2021.02.04 22:45:59.588535 [ 35 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:45:59.588633 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:45:59.588688 [ 35 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:45:59.588757 [ 35 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 12726 ms ago
2021.02.04 22:45:59.589584 [ 39 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:45:59.589734 [ 39 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:45:59.589833 [ 39 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:45:59.589896 [ 39 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:45:59.589943 [ 39 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:45:59.589993 [ 39 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:45:59.590058 [ 39 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:45:59.590115 [ 39 ] {} <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.088665 [ 41 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:00.088823 [ 41 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:00.088885 [ 41 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:00.088960 [ 41 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:00.089034 [ 41 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:00.089099 [ 41 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:00.089155 [ 41 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:00.089364 [ 41 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:00.089541 [ 37 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:00.089665 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:00.089749 [ 37 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:00.089848 [ 37 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 13227 ms ago
2021.02.04 22:46:00.090565 [ 40 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:00.090681 [ 40 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:00.090775 [ 40 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:00.090841 [ 40 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:00.090899 [ 40 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:00.090948 [ 40 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:00.091016 [ 40 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:00.091071 [ 40 ] {} <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.589636 [ 28 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:00.589816 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:00.589876 [ 28 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:00.589944 [ 28 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:00.590023 [ 28 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:00.590092 [ 28 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:00.590145 [ 28 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:00.590363 [ 28 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:00.590507 [ 46 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:00.590623 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:00.590695 [ 46 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:00.590778 [ 46 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 13728 ms ago
2021.02.04 22:46:00.591440 [ 57 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:00.591554 [ 57 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:00.591649 [ 57 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:00.591712 [ 57 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:00.591763 [ 57 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:00.591810 [ 57 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:00.591870 [ 57 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:00.591935 [ 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:01.093023 [ 16 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:01.093188 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:01.093260 [ 16 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:01.093321 [ 16 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:01.093399 [ 16 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:01.093467 [ 16 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:01.093526 [ 16 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:01.093759 [ 16 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:01.093973 [ 56 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:01.094117 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:01.094184 [ 56 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:01.094266 [ 56 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 14231 ms ago
2021.02.04 22:46:01.094877 [ 61 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:01.095022 [ 61 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:01.095120 [ 61 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:01.095204 [ 61 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:01.095253 [ 61 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:01.095305 [ 61 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:01.095368 [ 61 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:01.095426 [ 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:01.594003 [ 25 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:01.594120 [ 25 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:01.594176 [ 25 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:01.594237 [ 25 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:01.594317 [ 25 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:01.594402 [ 25 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:01.594461 [ 25 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:01.594657 [ 25 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:01.594849 [ 31 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:01.595004 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:01.595074 [ 31 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:01.595152 [ 31 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 14732 ms ago
2021.02.04 22:46:01.595760 [ 49 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:01.595877 [ 49 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:01.595972 [ 49 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:01.596037 [ 49 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:01.596088 [ 49 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:01.596148 [ 49 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:01.596208 [ 49 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:01.596263 [ 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:02.094912 [ 59 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:02.095066 [ 59 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:02.095135 [ 59 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:02.095198 [ 59 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:02.095279 [ 59 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:02.095349 [ 59 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:02.095405 [ 59 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:02.095630 [ 59 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:02.095815 [ 15 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:02.095964 [ 15 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:02.096032 [ 15 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:02.096117 [ 15 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 15233 ms ago
2021.02.04 22:46:02.096705 [ 44 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:02.096836 [ 44 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:02.096933 [ 44 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:02.096997 [ 44 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:02.097046 [ 44 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:02.097096 [ 44 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:02.097159 [ 44 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:02.097216 [ 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:02.595977 [ 44 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:02.596133 [ 44 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:02.596204 [ 44 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:02.596264 [ 44 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:02.596340 [ 44 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:02.596419 [ 44 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:02.596485 [ 44 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:02.596680 [ 44 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:02.596836 [ 54 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:02.596966 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:02.597027 [ 54 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:02.597102 [ 54 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 15734 ms ago
2021.02.04 22:46:02.597772 [ 60 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:02.597893 [ 60 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:02.597992 [ 60 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:02.598055 [ 60 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:02.598113 [ 60 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:02.598165 [ 60 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:02.598232 [ 60 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:02.598288 [ 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:03.096960 [ 21 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:03.097108 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:03.097163 [ 21 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:03.097228 [ 21 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:03.097309 [ 21 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:03.097372 [ 21 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:03.097430 [ 21 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:03.097645 [ 21 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:03.097869 [ 67 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:03.098016 [ 67 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:03.098083 [ 67 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:03.098161 [ 67 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 16235 ms ago
2021.02.04 22:46:03.098741 [ 24 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:03.098861 [ 24 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:03.098973 [ 24 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:03.099039 [ 24 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:03.099087 [ 24 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:03.099137 [ 24 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:03.099200 [ 24 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:03.099257 [ 24 ] {} <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.597952 [ 62 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:03.598072 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:03.598126 [ 62 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:03.598177 [ 62 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:03.598258 [ 62 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:03.598319 [ 62 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:03.598369 [ 62 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:03.598543 [ 62 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:03.598707 [ 19 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:03.598835 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:03.598891 [ 19 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:03.598975 [ 19 ] {} <Error> RaftInstance: long pause warning to 1 is too verbose, will suppress it from now
2021.02.04 22:46:03.599428 [ 26 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:03.599530 [ 26 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:03.599613 [ 26 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:03.599670 [ 26 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:03.599718 [ 26 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:03.599762 [ 26 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:03.599828 [ 26 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:03.599885 [ 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:04.098760 [ 66 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:04.098876 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:04.098930 [ 66 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:04.098986 [ 66 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:04.099059 [ 66 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:04.099126 [ 66 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:04.099182 [ 66 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:04.099330 [ 66 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:04.099450 [ 47 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:04.099566 [ 47 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:04.099618 [ 47 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:04.100292 [ 52 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:04.100377 [ 52 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:04.100452 [ 52 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:04.100503 [ 52 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:04.100545 [ 52 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:04.100586 [ 52 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:04.100647 [ 52 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:04.100698 [ 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:04.599594 [ 45 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:04.599752 [ 45 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:04.599805 [ 45 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:04.599855 [ 45 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:04.599915 [ 45 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:04.599991 [ 45 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:04.600042 [ 45 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:04.600219 [ 45 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:04.600392 [ 68 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:04.600522 [ 68 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:04.600586 [ 68 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:04.601297 [ 17 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:04.601414 [ 17 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:04.601496 [ 17 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:04.601553 [ 17 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:04.601594 [ 17 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:04.601637 [ 17 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:04.601689 [ 17 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:04.601779 [ 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:05.100496 [ 64 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:05.100651 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:05.102332 [ 64 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:05.102387 [ 64 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:05.102451 [ 64 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:05.102514 [ 64 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:05.102561 [ 64 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:05.102703 [ 64 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:05.102956 [ 22 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:05.103090 [ 22 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:05.103155 [ 22 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:05.103834 [ 51 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:05.103939 [ 51 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:05.104022 [ 51 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:05.104079 [ 51 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:05.104121 [ 51 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:05.104163 [ 51 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:05.104226 [ 51 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:05.104278 [ 51 ] {} <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.603035 [ 27 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:05.603167 [ 27 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:05.603218 [ 27 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:05.603277 [ 27 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:05.603340 [ 27 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:05.603397 [ 27 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:05.603445 [ 27 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:05.603593 [ 27 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:05.603701 [ 30 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:05.603796 [ 30 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:05.603847 [ 30 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:05.604588 [ 14 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:05.604729 [ 14 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:05.604821 [ 14 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:05.604891 [ 14 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:05.604933 [ 14 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:05.604978 [ 14 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:05.605034 [ 14 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:05.605083 [ 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:06.103819 [ 20 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:06.103967 [ 20 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:06.104021 [ 20 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:06.104074 [ 20 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:06.104136 [ 20 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:06.104201 [ 20 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:06.104252 [ 20 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:06.104412 [ 20 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:06.104573 [ 38 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:06.104675 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:06.104733 [ 38 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:06.105411 [ 42 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:06.105503 [ 42 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:06.105581 [ 42 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:06.105633 [ 42 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:06.105673 [ 42 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:06.105776 [ 42 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:06.105842 [ 42 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:06.105893 [ 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:06.604747 [ 32 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:06.604894 [ 32 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:06.604945 [ 32 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:06.604995 [ 32 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:06.605064 [ 32 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:06.605127 [ 32 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:06.605191 [ 32 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:06.605365 [ 32 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:06.605557 [ 43 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:06.605710 [ 43 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:06.605817 [ 43 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:06.606483 [ 35 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:06.606598 [ 35 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:06.606684 [ 35 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:06.606738 [ 35 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:06.606781 [ 35 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:06.606826 [ 35 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:06.606881 [ 35 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:06.606931 [ 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:07.105656 [ 41 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:07.105819 [ 41 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:07.105873 [ 41 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:07.105936 [ 41 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:07.106004 [ 41 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:07.106075 [ 41 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:07.106123 [ 41 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:07.106293 [ 41 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:07.106409 [ 55 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:07.106516 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:07.106569 [ 55 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:07.107218 [ 37 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:07.107315 [ 37 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:07.107403 [ 37 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:07.107457 [ 37 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:07.107506 [ 37 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:07.107555 [ 37 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:07.107615 [ 37 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:07.107664 [ 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:07.606541 [ 28 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:07.606682 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:07.606738 [ 28 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:07.606791 [ 28 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:07.606853 [ 28 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:07.606914 [ 28 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:07.606978 [ 28 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:07.607170 [ 28 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:07.607320 [ 53 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:07.607424 [ 53 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:07.607477 [ 53 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:07.608105 [ 46 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:07.608246 [ 46 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:07.608333 [ 46 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:07.608389 [ 46 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:07.608430 [ 46 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:07.608474 [ 46 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:07.608530 [ 46 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:07.608580 [ 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:08.107410 [ 63 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:08.107568 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:08.107630 [ 63 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:08.107682 [ 63 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:08.107745 [ 63 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:08.107805 [ 63 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:08.107853 [ 63 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:08.108068 [ 63 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:08.108225 [ 16 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:08.108363 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:08.108420 [ 16 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:08.109024 [ 56 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:08.109131 [ 56 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:08.109218 [ 56 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:08.109272 [ 56 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:08.109318 [ 56 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:08.109368 [ 56 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:08.109424 [ 56 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:08.109480 [ 56 ] {} <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.608317 [ 25 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:08.608457 [ 25 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:08.608521 [ 25 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:08.608577 [ 25 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:08.608641 [ 25 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:08.608699 [ 25 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:08.608745 [ 25 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:08.608913 [ 25 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:08.609062 [ 58 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:08.609180 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:08.609233 [ 58 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:08.609826 [ 31 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:08.609926 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:08.610006 [ 31 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:08.610058 [ 31 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:08.610099 [ 31 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:08.610144 [ 31 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:08.610202 [ 31 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:08.610252 [ 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:09.109204 [ 59 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:09.109353 [ 59 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:09.109411 [ 59 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:09.109468 [ 59 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:09.109535 [ 59 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:09.109595 [ 59 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:09.109642 [ 59 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:09.109854 [ 59 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:09.110039 [ 33 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:09.110170 [ 33 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:09.110230 [ 33 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:09.110799 [ 15 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:09.110888 [ 15 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:09.110987 [ 15 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:09.111045 [ 15 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:09.111091 [ 15 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:09.111150 [ 15 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:09.111209 [ 15 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:09.111263 [ 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:09.610144 [ 44 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:09.610296 [ 44 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:09.610357 [ 44 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:09.610410 [ 44 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:09.610499 [ 44 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:09.610575 [ 44 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:09.610631 [ 44 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:09.610797 [ 44 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:09.610948 [ 50 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:09.611075 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:09.611131 [ 50 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:09.611726 [ 54 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:09.611847 [ 54 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:09.611930 [ 54 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:09.611985 [ 54 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:09.612027 [ 54 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:09.612069 [ 54 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:09.612124 [ 54 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:09.612173 [ 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:10.111004 [ 21 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:10.111540 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:10.111600 [ 21 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:10.111659 [ 21 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:10.111726 [ 21 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:10.111787 [ 21 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:10.111836 [ 21 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:10.111993 [ 21 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:10.112182 [ 36 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:10.112313 [ 36 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:10.112386 [ 36 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:10.112950 [ 67 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:10.113051 [ 67 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:10.113128 [ 67 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:10.113186 [ 67 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:10.113226 [ 67 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:10.113268 [ 67 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:10.113320 [ 67 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:10.113368 [ 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:10.612295 [ 62 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:10.612451 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:10.612524 [ 62 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:10.612574 [ 62 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:10.612638 [ 62 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:10.612705 [ 62 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:10.612751 [ 62 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:10.612917 [ 62 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:10.613087 [ 62 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:10.613154 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:10.613200 [ 62 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:10.613930 [ 19 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:10.614059 [ 19 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:10.614146 [ 19 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:10.614203 [ 19 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:10.614246 [ 19 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:10.614291 [ 19 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:10.614349 [ 19 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:10.614399 [ 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:11.113182 [ 18 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:11.113332 [ 18 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:11.113386 [ 18 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:11.113442 [ 18 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:11.113505 [ 18 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:11.113586 [ 18 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:11.113635 [ 18 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:11.113834 [ 18 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:11.114005 [ 47 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:11.114137 [ 47 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:11.114199 [ 47 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:11.114973 [ 52 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:11.115088 [ 52 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:11.115182 [ 52 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:11.115241 [ 52 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:11.115289 [ 52 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:11.115348 [ 52 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:11.115400 [ 52 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:11.115447 [ 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:11.614123 [ 13 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:11.614277 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:11.614334 [ 13 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:11.614386 [ 13 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:11.614455 [ 13 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:11.614518 [ 13 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:11.614568 [ 13 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:11.614745 [ 13 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:11.614916 [ 68 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:11.615041 [ 68 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:11.615100 [ 68 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:11.615793 [ 17 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:11.615900 [ 17 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:11.615979 [ 17 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:11.616037 [ 17 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:11.616081 [ 17 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:11.616128 [ 17 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:11.616185 [ 17 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:11.616234 [ 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:12.115062 [ 34 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:12.115201 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:12.115264 [ 34 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:12.115319 [ 34 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:12.115389 [ 34 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:12.115451 [ 34 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:12.115508 [ 34 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:12.115671 [ 34 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:12.115802 [ 22 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:12.115897 [ 22 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:12.115948 [ 22 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:12.116883 [ 51 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:12.116986 [ 51 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:12.117071 [ 51 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:12.117125 [ 51 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:12.117162 [ 51 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:12.117225 [ 51 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:12.117283 [ 51 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:12.117334 [ 51 ] {} <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.615906 [ 30 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:12.616050 [ 30 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:12.616101 [ 30 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:12.616153 [ 30 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:12.616218 [ 30 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:12.616282 [ 30 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:12.616331 [ 30 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:12.616521 [ 30 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:12.616675 [ 48 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:12.616787 [ 48 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:12.616842 [ 48 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:12.617466 [ 14 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:12.617549 [ 14 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:12.617621 [ 14 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:12.617675 [ 14 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:12.617734 [ 14 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:12.617777 [ 14 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:12.617840 [ 14 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:12.617887 [ 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:13.116736 [ 23 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:13.116863 [ 23 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:13.116935 [ 23 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:13.116987 [ 23 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:13.117049 [ 23 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:13.117112 [ 23 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:13.117162 [ 23 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:13.117341 [ 23 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:13.117519 [ 38 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:13.117652 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:13.117745 [ 38 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:13.118288 [ 42 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:13.118405 [ 42 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:13.118486 [ 42 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:13.118542 [ 42 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:13.118583 [ 42 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:13.118630 [ 42 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:13.118685 [ 42 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:13.118735 [ 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:13.617566 [ 39 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:13.617735 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:13.617796 [ 39 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:13.617859 [ 39 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:13.617926 [ 39 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:13.617992 [ 39 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:13.618046 [ 39 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:13.618220 [ 39 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:13.618386 [ 43 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:13.618515 [ 43 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:13.618569 [ 43 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:13.619206 [ 35 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:13.619312 [ 35 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:13.619404 [ 35 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:13.619463 [ 35 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:13.619505 [ 35 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:13.619548 [ 35 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:13.619604 [ 35 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:13.619655 [ 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:14.118506 [ 40 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:14.118659 [ 40 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:14.118715 [ 40 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:14.118766 [ 40 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:14.118831 [ 40 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:14.118894 [ 40 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:14.118944 [ 40 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:14.119116 [ 40 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:14.119260 [ 55 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:14.119365 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:14.119426 [ 55 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:14.120079 [ 37 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:14.120178 [ 37 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:14.120261 [ 37 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:14.120313 [ 37 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:14.120368 [ 37 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:14.120412 [ 37 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:14.120461 [ 37 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:14.120514 [ 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:14.619407 [ 57 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:14.619556 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:14.619606 [ 57 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:14.619657 [ 57 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:14.619719 [ 57 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:14.619775 [ 57 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:14.619824 [ 57 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:14.619999 [ 57 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:14.620180 [ 53 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:14.620309 [ 53 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:14.620367 [ 53 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:14.620876 [ 46 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:14.620979 [ 46 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:14.621066 [ 46 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:14.621127 [ 46 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:14.621166 [ 46 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:14.621211 [ 46 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:14.621264 [ 46 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:14.621314 [ 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:15.120239 [ 61 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:15.120736 [ 61 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:15.120797 [ 61 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:15.120856 [ 61 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:15.120923 [ 61 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:15.120987 [ 61 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:15.121037 [ 61 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:15.121217 [ 61 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:15.121407 [ 16 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:15.121546 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:15.121611 [ 16 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:15.122323 [ 56 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:15.122426 [ 56 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:15.122520 [ 56 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:15.122577 [ 56 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:15.122622 [ 56 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:15.122668 [ 56 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:15.122725 [ 56 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:15.122779 [ 56 ] {} <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.621457 [ 49 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:15.621589 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:15.621646 [ 49 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:15.621712 [ 49 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:15.621816 [ 49 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:15.621891 [ 49 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:15.621950 [ 49 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:15.622145 [ 49 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:15.622332 [ 58 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:15.622473 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:15.622537 [ 58 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:15.623250 [ 31 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:15.623348 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:15.623433 [ 31 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:15.623494 [ 31 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:15.623542 [ 31 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:15.623593 [ 31 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:15.623653 [ 31 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:15.623708 [ 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.122367 [ 29 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:16.122524 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:16.122584 [ 29 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:16.122659 [ 29 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:16.122737 [ 29 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:16.122803 [ 29 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:16.122859 [ 29 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:16.123074 [ 29 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:16.123257 [ 33 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:16.123392 [ 33 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:16.123450 [ 33 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:16.124224 [ 15 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:16.124330 [ 15 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:16.124408 [ 15 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:16.124464 [ 15 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:16.124504 [ 15 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:16.124548 [ 15 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:16.124604 [ 15 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:16.124653 [ 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:16.623602 [ 60 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:16.623823 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:16.623874 [ 60 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:16.623927 [ 60 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:16.624002 [ 60 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:16.624063 [ 60 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:16.624130 [ 60 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:16.624328 [ 60 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:16.624515 [ 50 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:16.624651 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:16.624710 [ 50 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:16.625297 [ 54 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:16.625413 [ 54 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:16.625496 [ 54 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:16.625560 [ 54 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:16.625604 [ 54 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:16.625649 [ 54 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:16.625729 [ 54 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:16.625782 [ 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:17.124559 [ 24 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:17.124704 [ 24 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:17.124762 [ 24 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:17.124831 [ 24 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:17.124894 [ 24 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:17.124952 [ 24 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:17.124998 [ 24 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:17.125173 [ 24 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:17.125324 [ 36 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:17.125420 [ 36 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:17.125474 [ 36 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:17.126112 [ 67 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:17.126202 [ 67 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:17.126284 [ 67 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:17.126338 [ 67 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:17.126376 [ 67 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:17.126418 [ 67 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:17.126473 [ 67 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:17.126522 [ 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:17.625463 [ 66 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:17.625611 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:17.625666 [ 66 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:17.625753 [ 66 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:17.625820 [ 66 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:17.625879 [ 66 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:17.625930 [ 66 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:17.626105 [ 66 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:17.626252 [ 62 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:17.626353 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:17.626405 [ 62 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:17.627011 [ 65 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:17.627093 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:17.627168 [ 65 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:17.627218 [ 65 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:17.627269 [ 65 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:17.627313 [ 65 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:17.627362 [ 65 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:17.627416 [ 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:18.126476 [ 18 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:18.126625 [ 18 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:18.126694 [ 18 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:18.126752 [ 18 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:18.126825 [ 18 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:18.126895 [ 18 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:18.126962 [ 18 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:18.127169 [ 18 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:18.127332 [ 47 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:18.127449 [ 47 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:18.127503 [ 47 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:18.128172 [ 45 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:18.128279 [ 45 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:18.128356 [ 45 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:18.128409 [ 45 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:18.128447 [ 45 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:18.128489 [ 45 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:18.128547 [ 45 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:18.128594 [ 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:18.627396 [ 13 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:18.627524 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:18.627586 [ 13 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:18.627644 [ 13 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:18.627715 [ 13 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:18.627775 [ 13 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:18.627829 [ 13 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:18.628053 [ 13 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:18.628195 [ 64 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:18.628326 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:18.628399 [ 64 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 25179 ms, force re-connect
2021.02.04 22:46:18.628489 [ 64 ] {} <Notice> RaftInstance: reset RPC client for peer 1
2021.02.04 22:46:18.628909 [ 64 ] {} <Information> RaftInstance: asio client created: 0x7b540019ff18
2021.02.04 22:46:18.628960 [ 64 ] {} <Information> RaftInstance: 0x7b540019ff18 reconnect peer 1
2021.02.04 22:46:18.629017 [ 68 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:18.629043 [ 64 ] {} <Information> RaftInstance: send request to 1
2021.02.04 22:46:18.629143 [ 64 ] {} <Information> RaftInstance: last_log_idx: 151, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:18.629217 [ 64 ] {} <Notice> RaftInstance: append_entries for 1 with LastLogIndex=151, LastLogTerm=1, EntriesLength=1, CommitIndex=152, Term=2, peer_last_sent_idx 0
2021.02.04 22:46:18.629275 [ 64 ] {} <Notice> RaftInstance: idx: 152
2021.02.04 22:46:18.629337 [ 64 ] {} <Information> RaftInstance: send req 3 -> 1, type append_entries_request
2021.02.04 22:46:18.629385 [ 64 ] {} <Notice> RaftInstance: socket 0x7b540019ff18 to node1:44444 is not opened yet
2021.02.04 22:46:18.629496 [ 64 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:18.629591 [ 68 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:18.629702 [ 68 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:18.629779 [ 68 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:18.629821 [ 68 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:18.629865 [ 68 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:18.629923 [ 68 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:18.629972 [ 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:19.128356 [ 34 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:19.128487 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:19.128541 [ 34 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:19.128591 [ 34 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:19.128656 [ 34 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:19.128717 [ 34 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:19.128771 [ 34 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:19.128988 [ 34 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:19.130016 [ 20 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:19.129974 [ 51 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:19.130432 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:19.130631 [ 51 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:19.130798 [ 20 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:19.130913 [ 20 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:19.130969 [ 20 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:19.131010 [ 20 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:19.131061 [ 20 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:19.131114 [ 20 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:19.131163 [ 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:19.629262 [ 48 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:19.629390 [ 48 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:19.629453 [ 48 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:19.629518 [ 48 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:19.629587 [ 48 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:19.629654 [ 48 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:19.629741 [ 48 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:19.629911 [ 48 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:19.630846 [ 14 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:19.630928 [ 32 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:19.630956 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:19.631018 [ 14 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:19.631131 [ 32 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:19.631225 [ 32 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:19.631278 [ 32 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:19.631326 [ 32 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:19.631369 [ 32 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:19.631426 [ 32 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:19.631477 [ 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:20.130190 [ 38 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:20.130941 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:20.131005 [ 38 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:20.131058 [ 38 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:20.131137 [ 38 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:20.131201 [ 38 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:20.131252 [ 38 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:20.131449 [ 38 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:20.131578 [ 42 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:20.131678 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:20.131734 [ 42 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:20.132555 [ 39 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:20.132684 [ 39 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:20.132786 [ 39 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:20.132849 [ 39 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:20.132896 [ 39 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:20.132946 [ 39 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:20.133008 [ 39 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:20.133063 [ 39 ] {} <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.631683 [ 43 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:20.631829 [ 43 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:20.631883 [ 43 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:20.631943 [ 43 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:20.632010 [ 43 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:20.632068 [ 43 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:20.632116 [ 43 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:20.632303 [ 43 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:20.632619 [ 35 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:20.632929 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:20.633004 [ 35 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:20.633667 [ 40 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:20.633825 [ 40 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:20.633913 [ 40 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:20.633974 [ 40 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:20.634020 [ 40 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:20.634065 [ 40 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:20.634123 [ 40 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:20.634183 [ 40 ] {} <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.132556 [ 55 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:21.132697 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:21.132749 [ 55 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:21.132815 [ 55 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:21.132898 [ 55 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:21.132959 [ 55 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:21.133009 [ 55 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:21.133235 [ 55 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:21.133386 [ 37 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:21.133503 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:21.133558 [ 37 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:21.134272 [ 57 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:21.134370 [ 57 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:21.134472 [ 57 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:21.134538 [ 57 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:21.134584 [ 57 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:21.134630 [ 57 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:21.134685 [ 57 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:21.134743 [ 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:21.633582 [ 53 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:21.633752 [ 53 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:21.633806 [ 53 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:21.633870 [ 53 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:21.633934 [ 53 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:21.634002 [ 53 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:21.634052 [ 53 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:21.634281 [ 53 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:21.634445 [ 46 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:21.634581 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:21.634639 [ 46 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:21.635316 [ 61 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:21.635419 [ 61 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:21.635510 [ 61 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:21.635572 [ 61 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:21.635614 [ 61 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:21.635658 [ 61 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:21.635719 [ 61 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:21.635769 [ 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:22.134492 [ 16 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:22.134612 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:22.134662 [ 16 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:22.134729 [ 16 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:22.134795 [ 16 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:22.134855 [ 16 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:22.134903 [ 16 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:22.135077 [ 16 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:22.135229 [ 56 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:22.135346 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:22.135403 [ 56 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:22.136073 [ 49 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:22.136182 [ 49 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:22.136262 [ 49 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:22.136322 [ 49 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:22.136361 [ 49 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:22.136404 [ 49 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:22.136458 [ 49 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:22.136507 [ 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:22.635317 [ 58 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:22.635447 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:22.635509 [ 58 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:22.635555 [ 58 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:22.635624 [ 58 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:22.635684 [ 58 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:22.635730 [ 58 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:22.635920 [ 58 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:22.636059 [ 31 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:22.636159 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:22.636218 [ 31 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:22.636928 [ 29 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:22.637037 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:22.637120 [ 29 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:22.637176 [ 29 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:22.637217 [ 29 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:22.637264 [ 29 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:22.637318 [ 29 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:22.637369 [ 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:23.136163 [ 33 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:23.136312 [ 33 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:23.136365 [ 33 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:23.136418 [ 33 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:23.136482 [ 33 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:23.136542 [ 33 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:23.136592 [ 33 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:23.136778 [ 33 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:23.136908 [ 15 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:23.137021 [ 15 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:23.137075 [ 15 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:23.137750 [ 60 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:23.137862 [ 60 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:23.137944 [ 60 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:23.137998 [ 60 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:23.138039 [ 60 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:23.138082 [ 60 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:23.138137 [ 60 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:23.138184 [ 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:23.637050 [ 50 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:23.637218 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:23.637275 [ 50 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:23.637335 [ 50 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:23.637404 [ 50 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:23.637465 [ 50 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:23.637516 [ 50 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:23.637731 [ 50 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:23.637917 [ 54 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:23.638077 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:23.638138 [ 54 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:23.638713 [ 24 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:23.638800 [ 24 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:23.638880 [ 24 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:23.638935 [ 24 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:23.638975 [ 24 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:23.639019 [ 24 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:23.639073 [ 24 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:23.639121 [ 24 ] {} <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.138125 [ 36 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:24.138302 [ 36 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:24.138365 [ 36 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:24.138430 [ 36 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:24.138506 [ 36 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:24.138575 [ 36 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:24.138634 [ 36 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:24.138886 [ 36 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:24.139033 [ 67 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:24.139157 [ 67 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:24.139267 [ 67 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:24.139947 [ 66 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:24.140046 [ 66 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:24.140125 [ 66 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:24.140183 [ 66 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:24.140222 [ 66 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:24.140265 [ 66 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:24.140332 [ 66 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:24.140382 [ 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:24.639153 [ 62 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:24.639292 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:24.639362 [ 62 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:24.639415 [ 62 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:24.639481 [ 62 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:24.639545 [ 62 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:24.639594 [ 62 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:24.639782 [ 62 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:24.640022 [ 18 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:24.640151 [ 18 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:24.640224 [ 18 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:24.640724 [ 65 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:24.640822 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:24.640902 [ 65 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:24.640959 [ 65 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:24.640996 [ 65 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:24.641040 [ 65 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:24.641095 [ 65 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:24.641143 [ 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:25.140068 [ 45 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:25.140196 [ 45 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:25.140252 [ 45 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:25.140307 [ 45 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:25.140377 [ 45 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:25.140441 [ 45 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:25.140488 [ 45 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:25.140665 [ 45 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:25.140781 [ 13 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:25.140879 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:25.140931 [ 13 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:25.141780 [ 17 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:25.141906 [ 17 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:25.142001 [ 17 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:25.142070 [ 17 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:25.142117 [ 17 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:25.142167 [ 17 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:25.142243 [ 17 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:25.142301 [ 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:25.640928 [ 68 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:25.641081 [ 68 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:25.641139 [ 68 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:25.641199 [ 68 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:25.641263 [ 68 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:25.641329 [ 68 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:25.641382 [ 68 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:25.641558 [ 68 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:25.641730 [ 22 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:25.641840 [ 22 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:25.641897 [ 22 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:25.642675 [ 27 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:25.642776 [ 27 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:25.642857 [ 27 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:25.642919 [ 27 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:25.642959 [ 27 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:25.643012 [ 27 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:25.643072 [ 27 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:25.643127 [ 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:26.141925 [ 30 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:26.142079 [ 30 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:26.142131 [ 30 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:26.142183 [ 30 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:26.142255 [ 30 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:26.142315 [ 30 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:26.142364 [ 30 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:26.142537 [ 30 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:26.142672 [ 51 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:26.142774 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:26.142836 [ 51 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:26.143603 [ 20 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:26.143719 [ 20 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:26.143807 [ 20 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:26.143875 [ 20 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:26.143918 [ 20 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:26.143963 [ 20 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:26.144020 [ 20 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:26.144071 [ 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:26.642816 [ 23 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:26.642966 [ 23 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:26.643040 [ 23 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:26.643094 [ 23 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:26.643158 [ 23 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:26.643223 [ 23 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:26.643269 [ 23 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:26.643498 [ 23 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:26.643653 [ 14 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:26.643763 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:26.643818 [ 14 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:26.644503 [ 32 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:26.644601 [ 32 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:26.644684 [ 32 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:26.644739 [ 32 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:26.644781 [ 32 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:26.644824 [ 32 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:26.644884 [ 32 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:26.644933 [ 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:27.143737 [ 41 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:27.143884 [ 41 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:27.143939 [ 41 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:27.143990 [ 41 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:27.144052 [ 41 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:27.144109 [ 41 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:27.144160 [ 41 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:27.144342 [ 41 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:27.144529 [ 42 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:27.144656 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:27.144721 [ 42 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:27.145250 [ 39 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:27.145357 [ 39 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:27.145450 [ 39 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:27.145505 [ 39 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:27.145543 [ 39 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:27.145583 [ 39 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:27.145636 [ 39 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:27.145704 [ 39 ] {} <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.644575 [ 28 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:27.644704 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:27.644765 [ 28 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:27.644827 [ 28 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:27.644892 [ 28 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:27.644967 [ 28 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:27.645018 [ 28 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:27.645211 [ 28 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:27.645377 [ 35 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:27.645496 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:27.645551 [ 35 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:27.646167 [ 40 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:27.646276 [ 40 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:27.646352 [ 40 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:27.646405 [ 40 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:27.646446 [ 40 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:27.646500 [ 40 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:27.646550 [ 40 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:27.646606 [ 40 ] {} <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.145822 [ 55 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:28.146002 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:28.146057 [ 55 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:28.146108 [ 55 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:28.146171 [ 55 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:28.146230 [ 55 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:28.146278 [ 55 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:28.146452 [ 55 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:28.146577 [ 37 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:28.146689 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:28.146744 [ 37 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:28.147360 [ 57 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:28.147456 [ 57 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:28.147558 [ 57 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:28.147611 [ 57 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:28.147651 [ 57 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:28.147694 [ 57 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:28.147751 [ 57 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:28.147801 [ 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.646744 [ 25 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:28.646886 [ 25 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:28.646940 [ 25 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:28.647001 [ 25 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:28.647064 [ 25 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:28.647119 [ 25 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:28.647165 [ 25 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:28.647348 [ 25 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:28.647476 [ 46 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:28.647579 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:28.647635 [ 46 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:28.648338 [ 61 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:28.648442 [ 61 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:28.648526 [ 61 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:28.648578 [ 61 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:28.648617 [ 61 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:28.648660 [ 61 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:28.648713 [ 61 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:28.648774 [ 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:29.147614 [ 16 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:29.147748 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:29.147802 [ 16 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:29.147855 [ 16 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:29.147918 [ 16 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:29.147975 [ 16 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:29.148029 [ 16 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:29.148202 [ 16 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:29.148385 [ 56 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:29.148507 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:29.148563 [ 56 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:29.149224 [ 49 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:29.149322 [ 49 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:29.149415 [ 49 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:29.149471 [ 49 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:29.149513 [ 49 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:29.149561 [ 49 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:29.149613 [ 49 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:29.149660 [ 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:29.648435 [ 44 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:29.648578 [ 44 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:29.648642 [ 44 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:29.648701 [ 44 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:29.648770 [ 44 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:29.648838 [ 44 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:29.648896 [ 44 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:29.649099 [ 44 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:29.649277 [ 31 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:29.649416 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:29.649486 [ 31 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:29.650238 [ 33 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:29.650350 [ 33 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:29.650431 [ 33 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:29.650488 [ 33 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:29.650527 [ 33 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:29.650573 [ 33 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:29.650629 [ 33 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:29.650679 [ 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:30.149364 [ 60 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:30.149504 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:30.149569 [ 60 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:30.149624 [ 60 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:30.149704 [ 60 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:30.149795 [ 60 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:30.149849 [ 60 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:30.150032 [ 60 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:30.150240 [ 50 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:30.150389 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:30.150466 [ 50 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:30.151129 [ 26 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:30.151245 [ 26 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:30.151344 [ 26 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:30.151399 [ 26 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:30.151441 [ 26 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:30.151485 [ 26 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:30.151539 [ 26 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:30.151592 [ 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:30.650409 [ 24 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:30.650582 [ 24 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:30.650641 [ 24 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:30.650694 [ 24 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:30.650766 [ 24 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:30.650825 [ 24 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:30.650876 [ 24 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:30.651053 [ 24 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:30.651169 [ 36 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:30.651287 [ 36 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:30.651343 [ 36 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:30.652042 [ 19 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:30.652171 [ 19 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:30.652260 [ 19 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:30.652319 [ 19 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:30.652367 [ 19 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:30.652415 [ 19 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:30.652472 [ 19 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:30.652540 [ 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:31.151415 [ 66 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:31.151555 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:31.151609 [ 66 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:31.151661 [ 66 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:31.151729 [ 66 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:31.151790 [ 66 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:31.151838 [ 66 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:31.152018 [ 66 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:31.152154 [ 52 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:31.152261 [ 52 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:31.152336 [ 52 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:31.152946 [ 62 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:31.153043 [ 62 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:31.153123 [ 62 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:31.153177 [ 62 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:31.153219 [ 62 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:31.153270 [ 62 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:31.153322 [ 62 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:31.153370 [ 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:31.652266 [ 18 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:31.652384 [ 18 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:31.652453 [ 18 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:31.652504 [ 18 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:31.652570 [ 18 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:31.652627 [ 18 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:31.652676 [ 18 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:31.652857 [ 18 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:31.653029 [ 65 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:31.653155 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:31.653212 [ 65 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:31.653829 [ 45 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:31.653937 [ 45 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:31.654026 [ 45 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:31.654080 [ 45 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:31.654124 [ 45 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:31.654168 [ 45 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:31.654221 [ 45 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:31.654270 [ 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:32.153091 [ 13 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:32.153225 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:32.153292 [ 13 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:32.153361 [ 13 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:32.153427 [ 13 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:32.153496 [ 13 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:32.153550 [ 13 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:32.153845 [ 13 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:32.154042 [ 17 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:32.154165 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:32.154231 [ 17 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:32.154759 [ 68 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:32.154859 [ 68 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:32.154949 [ 68 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:32.155005 [ 68 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:32.155049 [ 68 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:32.155095 [ 68 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:32.155148 [ 68 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:32.155200 [ 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:32.654104 [ 22 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:32.654265 [ 22 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:32.654343 [ 22 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:32.654413 [ 22 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:32.654544 [ 22 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:32.654625 [ 22 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:32.654686 [ 22 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:32.654898 [ 22 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:32.655044 [ 27 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:32.655162 [ 27 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:32.655225 [ 27 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:32.655954 [ 30 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:32.656058 [ 30 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:32.656142 [ 30 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:32.656199 [ 30 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:32.656240 [ 30 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:32.656286 [ 30 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:32.656344 [ 30 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:32.656400 [ 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:33.155158 [ 51 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:33.155343 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:33.155412 [ 51 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:33.155473 [ 51 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:33.155544 [ 51 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:33.155614 [ 51 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:33.155670 [ 51 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:33.155863 [ 51 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:33.156033 [ 20 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:33.156163 [ 20 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:33.156220 [ 20 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:33.156946 [ 23 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:33.157058 [ 23 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:33.157150 [ 23 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:33.157217 [ 23 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:33.157263 [ 23 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:33.157311 [ 23 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:33.157374 [ 23 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:33.157444 [ 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:33.656081 [ 14 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:33.656210 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:33.656265 [ 14 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:33.656323 [ 14 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:33.656384 [ 14 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:33.656444 [ 14 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:33.656491 [ 14 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:33.656674 [ 14 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:33.656801 [ 32 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:33.656900 [ 32 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:33.656959 [ 32 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:33.657558 [ 41 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:33.657649 [ 41 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:33.657773 [ 41 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:33.657834 [ 41 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:33.657876 [ 41 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:33.657919 [ 41 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:33.657977 [ 41 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:33.658026 [ 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:34.156937 [ 42 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:34.157091 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:34.157145 [ 42 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:34.157213 [ 42 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:34.157277 [ 42 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:34.157348 [ 42 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:34.157399 [ 42 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:34.157571 [ 42 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:34.157778 [ 39 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:34.157915 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:34.157979 [ 39 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:34.158628 [ 28 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:34.158742 [ 28 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:34.158823 [ 28 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:34.158883 [ 28 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:34.158942 [ 28 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:34.158985 [ 28 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:34.159056 [ 28 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:34.159107 [ 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:34.657893 [ 35 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:34.658037 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:34.658109 [ 35 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:34.658167 [ 35 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:34.658248 [ 35 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:34.658318 [ 35 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:34.658369 [ 35 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:34.658540 [ 35 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:34.658675 [ 40 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:34.658777 [ 40 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:34.658832 [ 40 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:34.659488 [ 55 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:34.659587 [ 55 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:34.659669 [ 55 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:34.659729 [ 55 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:34.659772 [ 55 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:34.659819 [ 55 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:34.659872 [ 55 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:34.659921 [ 55 ] {} <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.158862 [ 37 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:35.159032 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:35.159096 [ 37 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:35.159159 [ 37 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:35.159245 [ 37 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:35.159313 [ 37 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:35.159372 [ 37 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:35.159570 [ 37 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:35.159771 [ 57 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:35.159899 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:35.159962 [ 57 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:35.160667 [ 25 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:35.160773 [ 25 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:35.160861 [ 25 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:35.160921 [ 25 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:35.160970 [ 25 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:35.161018 [ 25 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:35.161094 [ 25 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:35.161148 [ 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:35.659862 [ 46 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:35.659992 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:35.660050 [ 46 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:35.660105 [ 46 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:35.660168 [ 46 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:35.660227 [ 46 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:35.660277 [ 46 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:35.660451 [ 46 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:35.660615 [ 61 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:35.660714 [ 61 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:35.660768 [ 61 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:35.661387 [ 16 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:35.661512 [ 16 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:35.661605 [ 16 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:35.661662 [ 16 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:35.661740 [ 16 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:35.661790 [ 16 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:35.661847 [ 16 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:35.661901 [ 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:36.160720 [ 56 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:36.160867 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:36.160926 [ 56 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:36.160977 [ 56 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:36.161043 [ 56 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:36.161103 [ 56 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:36.161153 [ 56 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:36.161339 [ 56 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:36.161459 [ 49 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:36.161570 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:36.161624 [ 49 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:36.162441 [ 15 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:36.162546 [ 15 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:36.162628 [ 15 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:36.162680 [ 15 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:36.162720 [ 15 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:36.162763 [ 15 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:36.162835 [ 15 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:36.162883 [ 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.661601 [ 29 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:36.661783 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:36.661836 [ 29 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:36.661890 [ 29 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:36.661957 [ 29 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:36.662018 [ 29 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:36.662077 [ 29 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:36.662261 [ 29 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:36.662428 [ 21 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:36.662569 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:36.662631 [ 21 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:36.663299 [ 31 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:36.663408 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:36.663494 [ 31 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:36.663550 [ 31 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:36.663593 [ 31 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:36.663638 [ 31 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:36.663695 [ 31 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:36.663749 [ 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:37.162509 [ 60 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:37.162639 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:37.162703 [ 60 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:37.162756 [ 60 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:37.162830 [ 60 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:37.162898 [ 60 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:37.162954 [ 60 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:37.163125 [ 60 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:37.163276 [ 54 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:37.163391 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:37.163447 [ 54 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:37.164169 [ 50 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:37.164302 [ 50 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:37.164389 [ 50 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:37.164451 [ 50 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:37.164493 [ 50 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:37.164538 [ 50 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:37.164605 [ 50 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:37.164655 [ 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:37.663429 [ 24 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:37.663605 [ 24 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:37.663665 [ 24 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:37.663721 [ 24 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:37.663784 [ 24 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:37.663865 [ 24 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:37.663913 [ 24 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:37.664113 [ 24 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:37.664455 [ 67 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:37.664794 [ 67 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:37.664869 [ 67 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:37.665151 [ 36 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:37.665250 [ 36 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:37.665328 [ 36 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:37.665394 [ 36 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:37.665431 [ 36 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:37.665471 [ 36 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:37.665523 [ 36 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:37.665570 [ 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:38.164439 [ 66 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:38.164588 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:38.164648 [ 66 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:38.164712 [ 66 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:38.164782 [ 66 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:38.164861 [ 66 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:38.164910 [ 66 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:38.165101 [ 66 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:38.165272 [ 47 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:38.165390 [ 47 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:38.165455 [ 47 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:38.166190 [ 52 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:38.166299 [ 52 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:38.166393 [ 52 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:38.166460 [ 52 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:38.166507 [ 52 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:38.166566 [ 52 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:38.166623 [ 52 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:38.166679 [ 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:38.665407 [ 64 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:38.665560 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:38.665629 [ 64 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:38.665704 [ 64 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:38.665783 [ 64 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:38.665849 [ 64 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:38.665898 [ 64 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:38.666072 [ 64 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:38.666259 [ 18 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:38.666395 [ 18 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:38.666455 [ 18 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:38.667091 [ 65 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:38.667189 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:38.667269 [ 65 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:38.667322 [ 65 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:38.667365 [ 65 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:38.667405 [ 65 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:38.667455 [ 65 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:38.667501 [ 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:39.166291 [ 13 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:39.166820 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:39.166875 [ 13 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:39.166923 [ 13 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:39.166992 [ 13 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:39.167049 [ 13 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:39.167094 [ 13 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:39.167265 [ 13 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:39.167436 [ 34 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:39.167564 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:39.167623 [ 34 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:39.168217 [ 17 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:39.168325 [ 17 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:39.168404 [ 17 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:39.168467 [ 17 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:39.168508 [ 17 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:39.168568 [ 17 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:39.168625 [ 17 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:39.168674 [ 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:39.667613 [ 22 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:39.667759 [ 22 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:39.667819 [ 22 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:39.667870 [ 22 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:39.667937 [ 22 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:39.667996 [ 22 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:39.668047 [ 22 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:39.668232 [ 22 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:39.668405 [ 48 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:39.668532 [ 48 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:39.668596 [ 48 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:39.669223 [ 27 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:39.669375 [ 27 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:39.669486 [ 27 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:39.669565 [ 27 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:39.669618 [ 27 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:39.669670 [ 27 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:39.669765 [ 27 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:39.669825 [ 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:40.168520 [ 51 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:40.168676 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:40.168731 [ 51 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:40.168793 [ 51 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:40.168858 [ 51 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:40.168925 [ 51 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:40.168983 [ 51 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:40.169170 [ 51 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:40.169321 [ 38 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:40.169464 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:40.169531 [ 38 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:40.170216 [ 20 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:40.170358 [ 20 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:40.170465 [ 20 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:40.170536 [ 20 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:40.170601 [ 20 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:40.170662 [ 20 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:40.170735 [ 20 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:40.170800 [ 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:40.669527 [ 14 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:40.669701 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:40.669767 [ 14 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:40.669818 [ 14 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:40.669884 [ 14 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:40.669946 [ 14 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:40.669997 [ 14 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:40.670210 [ 14 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:40.670389 [ 43 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:40.670533 [ 43 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:40.670598 [ 43 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:40.671169 [ 32 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:40.671275 [ 32 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:40.671362 [ 32 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:40.671420 [ 32 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:40.671462 [ 32 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:40.671506 [ 32 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:40.671562 [ 32 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:40.671615 [ 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:41.170452 [ 42 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:41.170593 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:41.170648 [ 42 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:41.170720 [ 42 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:41.170784 [ 42 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:41.170844 [ 42 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:41.170895 [ 42 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:41.171074 [ 42 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:41.171258 [ 63 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:41.171383 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:41.171440 [ 63 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:41.172013 [ 39 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:41.172112 [ 39 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:41.172193 [ 39 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:41.172247 [ 39 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:41.172289 [ 39 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:41.172333 [ 39 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:41.172387 [ 39 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:41.172436 [ 39 ] {} <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.671303 [ 35 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:41.671434 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:41.671487 [ 35 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:41.671547 [ 35 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:41.671617 [ 35 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:41.671677 [ 35 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:41.671727 [ 35 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:41.671903 [ 35 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:41.672103 [ 53 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:41.672228 [ 53 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:41.672285 [ 53 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:41.672903 [ 40 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:41.673012 [ 40 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:41.673095 [ 40 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:41.673151 [ 40 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:41.673192 [ 40 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:41.673236 [ 40 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:41.673291 [ 40 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:41.673342 [ 40 ] {} <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.172195 [ 37 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:42.172331 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:42.172398 [ 37 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:42.172447 [ 37 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:42.172512 [ 37 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:42.172573 [ 37 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:42.172620 [ 37 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:42.172787 [ 37 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:42.172916 [ 59 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:42.173020 [ 59 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:42.173074 [ 59 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:42.174003 [ 57 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:42.174124 [ 57 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:42.174216 [ 57 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:42.174274 [ 57 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:42.174321 [ 57 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:42.174369 [ 57 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:42.174425 [ 57 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:42.174479 [ 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:42.673014 [ 46 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:42.673159 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:42.673215 [ 46 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:42.673264 [ 46 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:42.673326 [ 46 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:42.673388 [ 46 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:42.673436 [ 46 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:42.673596 [ 46 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:42.673825 [ 58 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:42.673955 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:42.674013 [ 58 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:42.674822 [ 61 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:42.674927 [ 61 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:42.675010 [ 61 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:42.675065 [ 61 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:42.675105 [ 61 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:42.675149 [ 61 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:42.675201 [ 61 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:42.675252 [ 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:43.173835 [ 56 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:43.173981 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:43.174042 [ 56 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:43.174102 [ 56 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:43.174167 [ 56 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:43.174237 [ 56 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:43.174293 [ 56 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:43.174479 [ 56 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:43.174615 [ 44 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:43.174718 [ 44 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:43.174773 [ 44 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:43.175408 [ 49 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:43.175491 [ 49 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:43.175565 [ 49 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:43.175616 [ 49 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:43.175655 [ 49 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:43.175697 [ 49 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:43.175749 [ 49 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:43.175814 [ 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:43.674716 [ 29 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:43.674852 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:43.674915 [ 29 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:43.674978 [ 29 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:43.675075 [ 29 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:43.675138 [ 29 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:43.675192 [ 29 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:43.675364 [ 29 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:43.675532 [ 33 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:43.675672 [ 33 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:43.675742 [ 33 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 25046 ms, force re-connect
2021.02.04 22:46:43.675831 [ 33 ] {} <Notice> RaftInstance: reset RPC client for peer 1
2021.02.04 22:46:43.676245 [ 33 ] {} <Information> RaftInstance: asio client created: 0x7b54001bff98
2021.02.04 22:46:43.676296 [ 33 ] {} <Information> RaftInstance: 0x7b54001bff98 reconnect peer 1
2021.02.04 22:46:43.676342 [ 33 ] {} <Information> RaftInstance: send request to 1
2021.02.04 22:46:43.676383 [ 21 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:43.676394 [ 33 ] {} <Information> RaftInstance: last_log_idx: 151, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:43.676514 [ 33 ] {} <Notice> RaftInstance: append_entries for 1 with LastLogIndex=151, LastLogTerm=1, EntriesLength=1, CommitIndex=152, Term=2, peer_last_sent_idx 152
2021.02.04 22:46:43.676585 [ 33 ] {} <Notice> RaftInstance: idx: 152
2021.02.04 22:46:43.676645 [ 33 ] {} <Information> RaftInstance: send req 3 -> 1, type append_entries_request
2021.02.04 22:46:43.676692 [ 33 ] {} <Notice> RaftInstance: socket 0x7b54001bff98 to node1:44444 is not opened yet
2021.02.04 22:46:43.676771 [ 33 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:43.676862 [ 21 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:43.676955 [ 21 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:43.677009 [ 21 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:43.677051 [ 21 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:43.677095 [ 21 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:43.677168 [ 21 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:43.677228 [ 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:44.175611 [ 60 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:44.176086 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:44.176157 [ 60 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:44.176208 [ 60 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:44.176275 [ 60 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:44.176334 [ 60 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:44.176382 [ 60 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:44.176579 [ 60 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:44.177023 [ 50 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:44.177163 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:44.177231 [ 50 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:44.177531 [ 19 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:44.177636 [ 19 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:44.177763 [ 19 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:44.177817 [ 19 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:44.177864 [ 19 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:44.177908 [ 19 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:44.177959 [ 19 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:44.178007 [ 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:44.676795 [ 67 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:44.676923 [ 67 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:44.676974 [ 67 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:44.677023 [ 67 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:44.677090 [ 67 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:44.677147 [ 67 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:44.677194 [ 67 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:44.677375 [ 67 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:44.677514 [ 36 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:44.677619 [ 36 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:44.677694 [ 36 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:44.678655 [ 66 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:44.678755 [ 66 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:44.678842 [ 66 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:44.678911 [ 66 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:44.678948 [ 66 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:44.678989 [ 66 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:44.679050 [ 66 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:44.679097 [ 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:45.177621 [ 52 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:45.177822 [ 52 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:45.177883 [ 52 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:45.177939 [ 52 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:45.178009 [ 52 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:45.178083 [ 52 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:45.178141 [ 52 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:45.178335 [ 52 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:45.178496 [ 64 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:45.178614 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:45.178675 [ 64 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:45.179456 [ 18 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:45.179604 [ 18 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:45.179692 [ 18 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:45.179750 [ 18 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:45.179793 [ 18 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:45.179838 [ 18 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:45.179894 [ 18 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:45.179945 [ 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:45.678908 [ 65 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:45.679216 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:45.679268 [ 65 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:45.679320 [ 65 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:45.679386 [ 65 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:45.679453 [ 65 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:45.679504 [ 65 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:45.679678 [ 65 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:45.679811 [ 13 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:45.679926 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:45.679980 [ 13 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:45.680631 [ 68 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:45.680765 [ 68 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:45.680849 [ 68 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:45.680904 [ 68 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:45.680943 [ 68 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:45.680986 [ 68 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:45.681054 [ 68 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:45.681102 [ 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:46.179924 [ 17 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:46.180064 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:46.180123 [ 17 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:46.180175 [ 17 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:46.180245 [ 17 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:46.180310 [ 17 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:46.180361 [ 17 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:46.180532 [ 17 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:46.180667 [ 22 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:46.180770 [ 22 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:46.180824 [ 22 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:46.181585 [ 30 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:46.181759 [ 30 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:46.181877 [ 30 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:46.181940 [ 30 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:46.181994 [ 30 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:46.182044 [ 30 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:46.182106 [ 30 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:46.182166 [ 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:46.680844 [ 27 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:46.680994 [ 27 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:46.681047 [ 27 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:46.681099 [ 27 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:46.681166 [ 27 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:46.681231 [ 27 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:46.681283 [ 27 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:46.681455 [ 27 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:46.681629 [ 51 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:46.681779 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:46.681839 [ 51 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:46.682522 [ 23 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:46.682623 [ 23 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:46.682707 [ 23 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:46.682771 [ 23 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:46.682813 [ 23 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:46.682872 [ 23 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:46.682925 [ 23 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:46.682983 [ 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:47.181665 [ 20 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:47.181841 [ 20 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:47.181902 [ 20 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:47.181959 [ 20 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:47.182029 [ 20 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:47.182091 [ 20 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:47.182141 [ 20 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:47.182299 [ 20 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:47.182448 [ 14 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:47.182558 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:47.182616 [ 14 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:47.183289 [ 41 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:47.183407 [ 41 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:47.183504 [ 41 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:47.183567 [ 41 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:47.183625 [ 41 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:47.183672 [ 41 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:47.183731 [ 41 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:47.183784 [ 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:47.682556 [ 32 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:47.682702 [ 32 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:47.682758 [ 32 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:47.682816 [ 32 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:47.682883 [ 32 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:47.682945 [ 32 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:47.682993 [ 32 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:47.683182 [ 32 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:47.683354 [ 42 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:47.683493 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:47.683566 [ 42 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:47.684121 [ 28 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:47.684233 [ 28 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:47.684319 [ 28 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:47.684377 [ 28 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:47.684418 [ 28 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:47.684466 [ 28 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:47.684518 [ 28 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:47.684566 [ 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:48.183552 [ 39 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:48.183730 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:48.183789 [ 39 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:48.183845 [ 39 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:48.183919 [ 39 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:48.183987 [ 39 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:48.184041 [ 39 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:48.184218 [ 39 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:48.184359 [ 35 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:48.184467 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:48.184532 [ 35 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:48.185230 [ 55 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:48.185334 [ 55 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:48.185423 [ 55 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:48.185482 [ 55 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:48.185528 [ 55 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:48.185578 [ 55 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:48.185636 [ 55 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:48.185714 [ 55 ] {} <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.684458 [ 40 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:48.684599 [ 40 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:48.684655 [ 40 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:48.684708 [ 40 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:48.684780 [ 40 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:48.684839 [ 40 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:48.684888 [ 40 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:48.685069 [ 40 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:48.685194 [ 37 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:48.685294 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:48.685348 [ 37 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:48.686062 [ 25 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:48.686175 [ 25 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:48.686261 [ 25 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:48.686340 [ 25 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:48.686380 [ 25 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:48.686421 [ 25 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:48.686474 [ 25 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:48.686521 [ 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:49.185357 [ 57 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:49.185503 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:49.185558 [ 57 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:49.185620 [ 57 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:49.185723 [ 57 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:49.185800 [ 57 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:49.185851 [ 57 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:49.186032 [ 57 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:49.186212 [ 16 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:49.186354 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:49.186426 [ 16 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:49.187002 [ 46 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:49.187106 [ 46 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:49.187193 [ 46 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:49.187248 [ 46 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:49.187298 [ 46 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:49.187342 [ 46 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:49.187404 [ 46 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:49.187454 [ 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.686427 [ 61 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:49.686566 [ 61 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:49.686621 [ 61 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:49.686672 [ 61 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:49.686746 [ 61 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:49.686808 [ 61 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:49.686857 [ 61 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:49.687020 [ 61 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:49.687155 [ 56 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:49.687255 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:49.687311 [ 56 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:49.688009 [ 15 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:49.688136 [ 15 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:49.688220 [ 15 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:49.688276 [ 15 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:49.688320 [ 15 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:49.688365 [ 15 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:49.688428 [ 15 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:49.688478 [ 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:50.187274 [ 49 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:50.187433 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:50.187492 [ 49 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:50.187547 [ 49 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:50.187618 [ 49 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:50.187688 [ 49 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:50.187746 [ 49 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:50.187935 [ 49 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:50.188065 [ 29 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:50.188178 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:50.188239 [ 29 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:50.188973 [ 31 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:50.189101 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:50.189197 [ 31 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:50.189255 [ 31 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:50.189298 [ 31 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:50.189343 [ 31 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:50.189400 [ 31 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:50.189452 [ 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:50.688190 [ 21 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:50.688334 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:50.688390 [ 21 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:50.688445 [ 21 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:50.688509 [ 21 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:50.688576 [ 21 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:50.688627 [ 21 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:50.688810 [ 21 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:50.689130 [ 26 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:50.689522 [ 26 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:50.689839 [ 26 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:50.690664 [ 54 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:50.690780 [ 54 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:50.690888 [ 54 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:50.690951 [ 54 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:50.691006 [ 54 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:50.691058 [ 54 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:50.691120 [ 54 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:50.691179 [ 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:51.189101 [ 60 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:51.189225 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:51.189278 [ 60 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:51.189329 [ 60 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:51.189390 [ 60 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:51.189451 [ 60 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:51.189500 [ 60 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:51.189669 [ 60 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:51.190138 [ 50 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:51.190254 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:51.190312 [ 50 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:51.190719 [ 47 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:51.190824 [ 47 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:51.190917 [ 47 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:51.190973 [ 47 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:51.191013 [ 47 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:51.191058 [ 47 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:51.191112 [ 47 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:51.191165 [ 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:51.689986 [ 67 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:51.690134 [ 67 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:51.690191 [ 67 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:51.690247 [ 67 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:51.690316 [ 67 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:51.690394 [ 67 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:51.690452 [ 67 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:51.690649 [ 67 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:51.690801 [ 62 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:51.690927 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:51.690982 [ 62 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:51.691673 [ 36 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:51.691763 [ 36 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:51.691845 [ 36 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:51.691902 [ 36 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:51.691947 [ 36 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:51.691997 [ 36 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:51.692051 [ 36 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:51.692115 [ 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:52.190987 [ 52 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:52.191149 [ 52 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:52.191202 [ 52 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:52.191254 [ 52 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:52.191321 [ 52 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:52.191384 [ 52 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:52.191436 [ 52 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:52.191630 [ 52 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:52.191767 [ 45 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:52.191881 [ 45 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:52.191942 [ 45 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:52.192760 [ 64 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:52.192872 [ 64 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:52.192965 [ 64 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:52.193037 [ 64 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:52.193077 [ 64 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:52.193123 [ 64 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:52.193177 [ 64 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:52.193226 [ 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:52.691930 [ 65 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:52.692071 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:52.692125 [ 65 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:52.692175 [ 65 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:52.692246 [ 65 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:52.692307 [ 65 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:52.692358 [ 65 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:52.692530 [ 65 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:52.692704 [ 34 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:52.692851 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:52.692913 [ 34 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:52.693537 [ 13 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:52.693642 [ 13 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:52.693778 [ 13 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:52.693843 [ 13 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:52.693888 [ 13 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:52.693932 [ 13 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:52.693990 [ 13 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:52.694039 [ 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:53.192795 [ 17 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:53.192936 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:53.193000 [ 17 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:53.193053 [ 17 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:53.193117 [ 17 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:53.193185 [ 17 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:53.193236 [ 17 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:53.193409 [ 17 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:53.193567 [ 48 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:53.193745 [ 48 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:53.193819 [ 48 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:53.194456 [ 22 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:53.194569 [ 22 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:53.194661 [ 22 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:53.194722 [ 22 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:53.194765 [ 22 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:53.194813 [ 22 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:53.194868 [ 22 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:53.194931 [ 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:53.693660 [ 27 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:53.693824 [ 27 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:53.693894 [ 27 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:53.693949 [ 27 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:53.694018 [ 27 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:53.694078 [ 27 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:53.694137 [ 27 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:53.694314 [ 27 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:53.694460 [ 38 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:53.694565 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:53.694620 [ 38 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:53.695432 [ 51 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:53.695547 [ 51 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:53.695639 [ 51 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:53.695696 [ 51 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:53.695738 [ 51 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:53.695789 [ 51 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:53.695847 [ 51 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:53.695898 [ 51 ] {} <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.194556 [ 20 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:54.194709 [ 20 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:54.194774 [ 20 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:54.194826 [ 20 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:54.194892 [ 20 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:54.194954 [ 20 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:54.195004 [ 20 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:54.195173 [ 20 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:54.195310 [ 43 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:54.195411 [ 43 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:54.195466 [ 43 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:54.196173 [ 14 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:54.196298 [ 14 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:54.196389 [ 14 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:54.196457 [ 14 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:54.196497 [ 14 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:54.196554 [ 14 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:54.196608 [ 14 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:54.196655 [ 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:54.695529 [ 32 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:54.695669 [ 32 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:54.695720 [ 32 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:54.695769 [ 32 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:54.695833 [ 32 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:54.695889 [ 32 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:54.695939 [ 32 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:54.696120 [ 32 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:54.696269 [ 63 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:54.696378 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:54.696438 [ 63 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:54.697233 [ 42 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:54.697349 [ 42 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:54.697436 [ 42 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:54.697492 [ 42 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:54.697536 [ 42 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:54.697582 [ 42 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:54.697637 [ 42 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:54.697717 [ 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:55.196366 [ 39 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:55.196484 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:55.196551 [ 39 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:55.196603 [ 39 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:55.196666 [ 39 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:55.196730 [ 39 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:55.196778 [ 39 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:55.196959 [ 39 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:55.197139 [ 53 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:55.197261 [ 53 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:55.197319 [ 53 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:55.198096 [ 35 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:55.198210 [ 35 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:55.198303 [ 35 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:55.198364 [ 35 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:55.198414 [ 35 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:55.198472 [ 35 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:55.198531 [ 35 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:55.198595 [ 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:55.697599 [ 40 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:55.697844 [ 40 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:55.697902 [ 40 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:55.697954 [ 40 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:55.698025 [ 40 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:55.698084 [ 40 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:55.698133 [ 40 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:55.698316 [ 40 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:55.698446 [ 59 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:55.698552 [ 59 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:55.698606 [ 59 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:55.699359 [ 37 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:55.699452 [ 37 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:55.699529 [ 37 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:55.699583 [ 37 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:55.699622 [ 37 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:55.699664 [ 37 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:55.699719 [ 37 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:55.699766 [ 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:56.198900 [ 57 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:56.199034 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:56.199088 [ 57 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:56.199139 [ 57 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:56.199209 [ 57 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:56.199276 [ 57 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:56.199327 [ 57 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:56.199500 [ 57 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:56.199661 [ 58 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:56.199793 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:56.199851 [ 58 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:56.200536 [ 16 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:56.200645 [ 16 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:56.200731 [ 16 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:56.200788 [ 16 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:56.200841 [ 16 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:56.200892 [ 16 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:56.200950 [ 16 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:56.201003 [ 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:56.699868 [ 61 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:56.700009 [ 61 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:56.700067 [ 61 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:56.700135 [ 61 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:56.700204 [ 61 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:56.700264 [ 61 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:56.700314 [ 61 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:56.700490 [ 61 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:56.700617 [ 44 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:56.700733 [ 44 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:56.700789 [ 44 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:56.701535 [ 56 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:56.701630 [ 56 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:56.701742 [ 56 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:56.701796 [ 56 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:56.701843 [ 56 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:56.701886 [ 56 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:56.701937 [ 56 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:56.701988 [ 56 ] {} <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.200781 [ 49 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:57.200920 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:57.200973 [ 49 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:57.201024 [ 49 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:57.201091 [ 49 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:57.201153 [ 49 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:57.201201 [ 49 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:57.201379 [ 49 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:57.201570 [ 33 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:57.201747 [ 33 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:57.201826 [ 33 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:57.202471 [ 29 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:57.202580 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:57.202664 [ 29 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:57.202720 [ 29 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:57.202760 [ 29 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:57.202802 [ 29 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:57.202857 [ 29 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:57.202907 [ 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:57.701748 [ 21 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:57.701943 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:57.702006 [ 21 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:57.702068 [ 21 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:57.702139 [ 21 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:57.702226 [ 21 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:57.702287 [ 21 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:57.702481 [ 21 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:57.702680 [ 24 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:57.702835 [ 24 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:57.702902 [ 24 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:57.703554 [ 26 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:57.703669 [ 26 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:57.703761 [ 26 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:57.703822 [ 26 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:57.703867 [ 26 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:57.703915 [ 26 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:57.703972 [ 26 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:57.704027 [ 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:58.202818 [ 60 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:58.202939 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:58.203010 [ 60 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:58.203063 [ 60 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:58.203124 [ 60 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:58.203182 [ 60 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:58.203230 [ 60 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:58.203389 [ 60 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:58.203558 [ 19 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:58.203691 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:58.203751 [ 19 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:58.204373 [ 50 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:58.204485 [ 50 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:58.204572 [ 50 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:58.204630 [ 50 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:58.204672 [ 50 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:58.204718 [ 50 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:58.204770 [ 50 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:58.204820 [ 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:58.703740 [ 67 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:58.703889 [ 67 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:58.703948 [ 67 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:58.703998 [ 67 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:58.704073 [ 67 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:58.704132 [ 67 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:58.704180 [ 67 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:58.704378 [ 67 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:58.704507 [ 66 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:58.704607 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:58.704667 [ 66 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:58.705359 [ 62 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:58.705466 [ 62 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:58.705554 [ 62 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:58.705613 [ 62 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:58.705672 [ 62 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:58.705754 [ 62 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:58.705815 [ 62 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:58.705868 [ 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:59.204736 [ 52 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:59.204863 [ 52 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:59.204918 [ 52 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:59.204969 [ 52 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:59.205037 [ 52 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:59.205095 [ 52 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:59.205143 [ 52 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:59.205310 [ 52 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:59.205443 [ 45 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:59.205544 [ 45 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:59.205609 [ 45 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:59.206326 [ 18 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:59.206448 [ 18 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:59.206541 [ 18 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:59.206597 [ 18 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:59.206638 [ 18 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:59.206682 [ 18 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:59.206737 [ 18 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:59.206789 [ 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:59.705573 [ 68 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:46:59.705747 [ 68 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:59.705802 [ 68 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:46:59.705852 [ 68 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:46:59.705913 [ 68 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:46:59.705979 [ 68 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:46:59.706031 [ 68 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:46:59.706198 [ 68 ] {} <Information> RaftInstance: sent
2021.02.04 22:46:59.706376 [ 65 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:46:59.706496 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:46:59.706554 [ 65 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:46:59.707194 [ 34 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:46:59.707292 [ 34 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:46:59.707385 [ 34 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:46:59.707438 [ 34 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:46:59.707478 [ 34 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:46:59.707525 [ 34 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:46:59.707582 [ 34 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:46:59.707649 [ 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:00.206476 [ 17 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:00.206633 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:00.206702 [ 17 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:00.206760 [ 17 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:00.206837 [ 17 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:00.206906 [ 17 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:00.206963 [ 17 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:00.207144 [ 17 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:00.207332 [ 30 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:00.207463 [ 30 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:00.207533 [ 30 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:00.208151 [ 48 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:00.208265 [ 48 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:00.208356 [ 48 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:00.208416 [ 48 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:00.208467 [ 48 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:00.208515 [ 48 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:00.208574 [ 48 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:00.208629 [ 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:00.707721 [ 23 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:00.708101 [ 23 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:00.708279 [ 23 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:00.708436 [ 23 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:00.708507 [ 23 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:00.708572 [ 23 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:00.708625 [ 23 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:00.708800 [ 23 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:00.709054 [ 27 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:00.709182 [ 27 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:00.709249 [ 27 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:00.709781 [ 38 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:00.709896 [ 38 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:00.709979 [ 38 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:00.710040 [ 38 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:00.710084 [ 38 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:00.710136 [ 38 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:00.710189 [ 38 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:00.710240 [ 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:01.209171 [ 41 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:01.209294 [ 41 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:01.209360 [ 41 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:01.209412 [ 41 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:01.209481 [ 41 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:01.209551 [ 41 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:01.209601 [ 41 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:01.209848 [ 41 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:01.210038 [ 20 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:01.210178 [ 20 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:01.210253 [ 20 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:01.210869 [ 43 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:01.210983 [ 43 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:01.211073 [ 43 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:01.211143 [ 43 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:01.211193 [ 43 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:01.211242 [ 43 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:01.211308 [ 43 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:01.211373 [ 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:01.710129 [ 32 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:01.710281 [ 32 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:01.710353 [ 32 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:01.710411 [ 32 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:01.710487 [ 32 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:01.710556 [ 32 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:01.710614 [ 32 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:01.710807 [ 32 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:01.710994 [ 28 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:01.711147 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:01.711212 [ 28 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:01.711953 [ 63 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:01.712074 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:01.712179 [ 63 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:01.712244 [ 63 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:01.712293 [ 63 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:01.712343 [ 63 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:01.712413 [ 63 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:01.712471 [ 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:02.211066 [ 39 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:02.211215 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:02.211270 [ 39 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:02.211331 [ 39 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:02.211397 [ 39 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:02.211468 [ 39 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:02.211518 [ 39 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:02.211706 [ 39 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:02.211852 [ 55 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:02.211952 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:02.212018 [ 55 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:02.212837 [ 53 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:02.212968 [ 53 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:02.213059 [ 53 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:02.213128 [ 53 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:02.213173 [ 53 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:02.213220 [ 53 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:02.213280 [ 53 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:02.213331 [ 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:02.712018 [ 40 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:02.712159 [ 40 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:02.712218 [ 40 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:02.712273 [ 40 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:02.712343 [ 40 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:02.712412 [ 40 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:02.712465 [ 40 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:02.712646 [ 40 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:02.712784 [ 25 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:02.712906 [ 25 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:02.712971 [ 25 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:02.713730 [ 59 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:02.713871 [ 59 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:02.713962 [ 59 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:02.714025 [ 59 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:02.714071 [ 59 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:02.714120 [ 59 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:02.714194 [ 59 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:02.714254 [ 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:03.213036 [ 57 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:03.213202 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:03.213267 [ 57 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:03.213337 [ 57 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:03.213410 [ 57 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:03.213483 [ 57 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:03.213537 [ 57 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:03.213784 [ 57 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:03.213926 [ 46 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:03.214053 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:03.214123 [ 46 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:03.214877 [ 58 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:03.215027 [ 58 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:03.215120 [ 58 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:03.215190 [ 58 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:03.215238 [ 58 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:03.215298 [ 58 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:03.215367 [ 58 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:03.215425 [ 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:03.714107 [ 61 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:03.714278 [ 61 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:03.714338 [ 61 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:03.714394 [ 61 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:03.714472 [ 61 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:03.714544 [ 61 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:03.714602 [ 61 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:03.714794 [ 61 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:03.714977 [ 15 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:03.715128 [ 15 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:03.715194 [ 15 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:03.715850 [ 44 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:03.715972 [ 44 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:03.716072 [ 44 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:03.716152 [ 44 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:03.716200 [ 44 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:03.716249 [ 44 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:03.716311 [ 44 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:03.716366 [ 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:04.215048 [ 56 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:04.215209 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:04.215284 [ 56 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:04.215342 [ 56 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:04.215413 [ 56 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:04.215489 [ 56 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:04.215543 [ 56 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:04.215734 [ 56 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:04.215913 [ 31 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:04.216056 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:04.216125 [ 31 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:04.216802 [ 33 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:04.216935 [ 33 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:04.217035 [ 33 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:04.217112 [ 33 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:04.217169 [ 33 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:04.217220 [ 33 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:04.217281 [ 33 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:04.217348 [ 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:04.716051 [ 21 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:04.716202 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:04.716256 [ 21 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:04.716308 [ 21 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:04.716373 [ 21 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:04.716432 [ 21 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:04.716484 [ 21 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:04.716653 [ 21 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:04.716806 [ 54 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:04.716950 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:04.717012 [ 54 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:04.717622 [ 24 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:04.717767 [ 24 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:04.717861 [ 24 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:04.717922 [ 24 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:04.717969 [ 24 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:04.718019 [ 24 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:04.718078 [ 24 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:04.718133 [ 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:05.216912 [ 47 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:05.217054 [ 47 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:05.217128 [ 47 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:05.217181 [ 47 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:05.217254 [ 47 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:05.217320 [ 47 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:05.217370 [ 47 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:05.217554 [ 47 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:05.217736 [ 60 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:05.217861 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:05.217928 [ 60 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:05.218620 [ 19 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:05.218745 [ 19 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:05.218834 [ 19 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:05.218896 [ 19 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:05.218938 [ 19 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:05.218984 [ 19 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:05.219041 [ 19 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:05.219092 [ 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:05.717792 [ 67 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:05.717931 [ 67 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:05.717984 [ 67 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:05.718049 [ 67 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:05.718117 [ 67 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:05.718176 [ 67 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:05.718224 [ 67 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:05.718399 [ 67 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:05.718533 [ 36 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:05.718635 [ 36 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:05.718697 [ 36 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:05.719385 [ 66 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:05.719514 [ 66 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:05.719611 [ 66 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:05.719688 [ 66 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:05.719733 [ 66 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:05.719789 [ 66 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:05.719845 [ 66 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:05.719897 [ 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:06.218662 [ 52 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:06.218807 [ 52 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:06.218873 [ 52 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:06.218924 [ 52 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:06.219008 [ 52 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:06.219064 [ 52 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:06.219110 [ 52 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:06.219324 [ 52 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:06.219549 [ 64 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:06.219648 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:06.219703 [ 64 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:06.220340 [ 45 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:06.220452 [ 45 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:06.220532 [ 45 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:06.220597 [ 45 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:06.220636 [ 45 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:06.220678 [ 45 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:06.220727 [ 45 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:06.220775 [ 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:06.719650 [ 68 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:06.719805 [ 68 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:06.719861 [ 68 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:06.719912 [ 68 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:06.719976 [ 68 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:06.720036 [ 68 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:06.720085 [ 68 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:06.720255 [ 68 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:06.720434 [ 13 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:06.720569 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:06.720626 [ 13 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:06.721303 [ 65 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:06.721399 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:06.721475 [ 65 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:06.721539 [ 65 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:06.721580 [ 65 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:06.721622 [ 65 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:06.721681 [ 65 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:06.721757 [ 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:07.220561 [ 17 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:07.220700 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:07.221197 [ 17 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:07.221259 [ 17 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:07.221323 [ 17 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:07.221383 [ 17 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:07.221436 [ 17 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:07.221598 [ 17 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:07.221766 [ 22 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:07.221866 [ 22 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:07.221919 [ 22 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:07.222567 [ 30 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:07.222690 [ 30 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:07.222776 [ 30 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:07.222834 [ 30 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:07.222875 [ 30 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:07.222923 [ 30 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:07.222988 [ 30 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:07.223040 [ 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:07.721915 [ 23 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:07.722067 [ 23 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:07.722123 [ 23 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:07.722175 [ 23 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:07.722244 [ 23 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:07.722305 [ 23 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:07.722356 [ 23 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:07.722534 [ 23 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:07.722652 [ 51 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:07.722755 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:07.722809 [ 51 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:07.723590 [ 27 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:07.723709 [ 27 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:07.723800 [ 27 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:07.723859 [ 27 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:07.723903 [ 27 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:07.723949 [ 27 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:07.724019 [ 27 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:07.724071 [ 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:08.222824 [ 41 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:08.222978 [ 41 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:08.223039 [ 41 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:08.223100 [ 41 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:08.223167 [ 41 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:08.223233 [ 41 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:08.223280 [ 41 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:08.223450 [ 41 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:08.223575 [ 14 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:08.223675 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:08.223725 [ 14 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:08.224516 [ 20 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:08.224650 [ 20 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:08.224728 [ 20 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:08.224785 [ 20 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:08.224823 [ 20 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:08.224875 [ 20 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:08.224939 [ 20 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:08.224992 [ 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.723726 [ 32 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:08.723859 [ 32 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:08.723910 [ 32 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:08.723959 [ 32 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:08.724019 [ 32 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:08.724080 [ 32 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:08.724126 [ 32 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:08.724298 [ 32 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:08.724449 [ 42 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:08.724578 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:08.724646 [ 42 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 25048 ms, force re-connect
2021.02.04 22:47:08.724717 [ 42 ] {} <Notice> RaftInstance: reset RPC client for peer 1
2021.02.04 22:47:08.725145 [ 42 ] {} <Information> RaftInstance: asio client created: 0x7b54001eff18
2021.02.04 22:47:08.725201 [ 42 ] {} <Information> RaftInstance: 0x7b54001eff18 reconnect peer 1
2021.02.04 22:47:08.725207 [ 28 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:08.725249 [ 42 ] {} <Information> RaftInstance: send request to 1
2021.02.04 22:47:08.725306 [ 42 ] {} <Information> RaftInstance: last_log_idx: 151, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:08.725381 [ 42 ] {} <Notice> RaftInstance: append_entries for 1 with LastLogIndex=151, LastLogTerm=1, EntriesLength=1, CommitIndex=152, Term=2, peer_last_sent_idx 152
2021.02.04 22:47:08.725436 [ 42 ] {} <Notice> RaftInstance: idx: 152
2021.02.04 22:47:08.725498 [ 42 ] {} <Information> RaftInstance: send req 3 -> 1, type append_entries_request
2021.02.04 22:47:08.725553 [ 42 ] {} <Notice> RaftInstance: socket 0x7b54001eff18 to node1:44444 is not opened yet
2021.02.04 22:47:08.725651 [ 42 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:08.725789 [ 28 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:08.725890 [ 28 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:08.725946 [ 28 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:08.725987 [ 28 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:08.726031 [ 28 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:08.726097 [ 28 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:08.726145 [ 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:09.224622 [ 39 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:09.224754 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:09.224809 [ 39 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:09.224861 [ 39 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:09.224926 [ 39 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:09.224990 [ 39 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:09.225044 [ 39 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:09.225241 [ 39 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:09.225876 [ 53 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:09.225983 [ 53 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:09.226045 [ 53 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:09.226298 [ 37 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:09.226411 [ 37 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:09.226496 [ 37 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:09.226552 [ 37 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:09.226595 [ 37 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:09.226640 [ 37 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:09.226704 [ 37 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:09.226758 [ 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:09.725497 [ 25 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:09.725625 [ 25 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:09.725677 [ 25 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:09.725772 [ 25 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:09.725840 [ 25 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:09.725904 [ 25 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:09.725953 [ 25 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:09.726136 [ 25 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:09.726553 [ 59 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:09.726766 [ 59 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:09.726833 [ 59 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:09.727234 [ 16 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:09.727350 [ 16 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:09.727434 [ 16 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:09.727491 [ 16 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:09.727535 [ 16 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:09.727584 [ 16 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:09.727640 [ 16 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:09.727690 [ 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:10.226419 [ 46 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:10.226558 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:10.226612 [ 46 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:10.226683 [ 46 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:10.226757 [ 46 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:10.226827 [ 46 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:10.226892 [ 46 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:10.227081 [ 46 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:10.227331 [ 58 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:10.227475 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:10.227542 [ 58 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:10.228216 [ 61 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:10.228327 [ 61 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:10.228424 [ 61 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:10.228479 [ 61 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:10.228521 [ 61 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:10.228563 [ 61 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:10.228618 [ 61 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:10.228676 [ 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:10.727393 [ 49 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:10.727521 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:10.727580 [ 49 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:10.727646 [ 49 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:10.727714 [ 49 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:10.727772 [ 49 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:10.727825 [ 49 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:10.727996 [ 49 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:10.728180 [ 44 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:10.728294 [ 44 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:10.728357 [ 44 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:10.728927 [ 56 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:10.729026 [ 56 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:10.729101 [ 56 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:10.729152 [ 56 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:10.729193 [ 56 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:10.729236 [ 56 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:10.729285 [ 56 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:10.729333 [ 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:11.228237 [ 31 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:11.228379 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:11.228450 [ 31 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:11.228509 [ 31 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:11.228577 [ 31 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:11.228646 [ 31 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:11.228696 [ 31 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:11.228896 [ 31 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:11.229050 [ 33 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:11.229169 [ 33 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:11.229224 [ 33 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:11.229928 [ 26 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:11.230048 [ 26 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:11.230139 [ 26 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:11.230195 [ 26 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:11.230237 [ 26 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:11.230282 [ 26 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:11.230338 [ 26 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:11.230387 [ 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:11.729181 [ 54 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:11.729326 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:11.729375 [ 54 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:11.729423 [ 54 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:11.729486 [ 54 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:11.729547 [ 54 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:11.729594 [ 54 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:11.729838 [ 54 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:11.729968 [ 24 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:11.730068 [ 24 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:11.730124 [ 24 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:11.730831 [ 47 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:11.730936 [ 47 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:11.731015 [ 47 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:11.731065 [ 47 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:11.731103 [ 47 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:11.731144 [ 47 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:11.731193 [ 47 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:11.731250 [ 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.230095 [ 60 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:12.230246 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:12.230319 [ 60 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:12.230372 [ 60 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:12.230440 [ 60 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:12.230499 [ 60 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:12.230546 [ 60 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:12.230762 [ 60 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:12.231158 [ 19 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:12.231603 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:12.231744 [ 19 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:12.232379 [ 67 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:12.232491 [ 67 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:12.232579 [ 67 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:12.232640 [ 67 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:12.232681 [ 67 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:12.232724 [ 67 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:12.232782 [ 67 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:12.232846 [ 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:12.731026 [ 36 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:12.731163 [ 36 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:12.731218 [ 36 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:12.731270 [ 36 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:12.731346 [ 36 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:12.731405 [ 36 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:12.731455 [ 36 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:12.731643 [ 36 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:12.731981 [ 66 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:12.732106 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:12.732165 [ 66 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:12.732662 [ 18 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:12.732764 [ 18 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:12.732849 [ 18 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:12.732906 [ 18 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:12.732949 [ 18 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:12.732995 [ 18 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:12.733050 [ 18 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:12.733100 [ 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:13.231947 [ 64 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:13.232082 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:13.232148 [ 64 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:13.232201 [ 64 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:13.232285 [ 64 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:13.232358 [ 64 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:13.232407 [ 64 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:13.232579 [ 64 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:13.232720 [ 45 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:13.232831 [ 45 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:13.232910 [ 45 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:13.233585 [ 68 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:13.233740 [ 68 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:13.233829 [ 68 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:13.233886 [ 68 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:13.233929 [ 68 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:13.233974 [ 68 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:13.234033 [ 68 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:13.234082 [ 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:13.732923 [ 13 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:13.733067 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:13.733122 [ 13 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:13.733170 [ 13 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:13.733236 [ 13 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:13.733293 [ 13 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:13.733343 [ 13 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:13.733515 [ 13 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:13.733656 [ 65 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:13.733815 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:13.733877 [ 65 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:13.734518 [ 17 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:13.734656 [ 17 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:13.734741 [ 17 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:13.734798 [ 17 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:13.734842 [ 17 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:13.734906 [ 17 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:13.734962 [ 17 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:13.735012 [ 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:14.233821 [ 22 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:14.233974 [ 22 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:14.234052 [ 22 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:14.234113 [ 22 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:14.234190 [ 22 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:14.234257 [ 22 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:14.234314 [ 22 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:14.234501 [ 22 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:14.234664 [ 30 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:14.234795 [ 30 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:14.234860 [ 30 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:14.235600 [ 23 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:14.235711 [ 23 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:14.235795 [ 23 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:14.235851 [ 23 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:14.235894 [ 23 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:14.235939 [ 23 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:14.235991 [ 23 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:14.236040 [ 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:14.734748 [ 51 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:14.734891 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:14.734957 [ 51 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:14.735006 [ 51 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:14.735070 [ 51 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:14.735139 [ 51 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:14.735189 [ 51 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:14.735358 [ 51 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:14.735532 [ 27 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:14.735661 [ 27 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:14.735726 [ 27 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:14.736304 [ 43 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:14.736414 [ 43 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:14.736498 [ 43 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:14.736554 [ 43 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:14.736596 [ 43 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:14.736642 [ 43 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:14.736695 [ 43 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:14.736750 [ 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:15.235657 [ 14 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:15.235815 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:15.235876 [ 14 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:15.235929 [ 14 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:15.236005 [ 14 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:15.236069 [ 14 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:15.236120 [ 14 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:15.236277 [ 14 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:15.236446 [ 20 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:15.236582 [ 20 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:15.236638 [ 20 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:15.237359 [ 32 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:15.237481 [ 32 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:15.237585 [ 32 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:15.237643 [ 32 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:15.237685 [ 32 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:15.237768 [ 32 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:15.237824 [ 32 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:15.237876 [ 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:15.736594 [ 42 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:15.736739 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:15.736795 [ 42 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:15.736853 [ 42 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:15.736920 [ 42 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:15.737006 [ 42 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:15.737062 [ 42 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:15.737247 [ 42 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:15.737399 [ 28 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:15.737507 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:15.737562 [ 28 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:15.738338 [ 55 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:15.738456 [ 55 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:15.738542 [ 55 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:15.738599 [ 55 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:15.738642 [ 55 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:15.738686 [ 55 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:15.738743 [ 55 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:15.738803 [ 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:16.237550 [ 39 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:16.237739 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:16.237816 [ 39 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:16.237874 [ 39 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:16.237942 [ 39 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:16.238003 [ 39 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:16.238052 [ 39 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:16.238215 [ 39 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:16.238365 [ 40 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:16.238494 [ 40 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:16.238552 [ 40 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:16.239247 [ 53 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:16.239361 [ 53 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:16.239446 [ 53 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:16.239502 [ 53 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:16.239545 [ 53 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:16.239591 [ 53 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:16.239646 [ 53 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:16.239698 [ 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:16.738497 [ 57 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:16.738651 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:16.738965 [ 57 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:16.739032 [ 57 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:16.739097 [ 57 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:16.739155 [ 57 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:16.739206 [ 57 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:16.739418 [ 57 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:16.739540 [ 25 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:16.739640 [ 25 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:16.739693 [ 25 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:16.740359 [ 59 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:16.740502 [ 59 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:16.740600 [ 59 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:16.740656 [ 59 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:16.740699 [ 59 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:16.740744 [ 59 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:16.740801 [ 59 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:16.740858 [ 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:17.239703 [ 46 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:17.239843 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:17.239895 [ 46 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:17.239943 [ 46 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:17.240006 [ 46 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:17.240062 [ 46 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:17.240108 [ 46 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:17.240281 [ 46 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:17.240451 [ 15 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:17.240582 [ 15 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:17.240641 [ 15 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:17.241330 [ 58 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:17.241435 [ 58 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:17.241527 [ 58 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:17.241584 [ 58 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:17.241627 [ 58 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:17.241680 [ 58 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:17.241780 [ 58 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:17.241829 [ 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:17.740531 [ 49 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:17.740658 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:17.740728 [ 49 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:17.740781 [ 49 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:17.740854 [ 49 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:17.740919 [ 49 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:17.740970 [ 49 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:17.741134 [ 49 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:17.741289 [ 29 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:17.741422 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:17.741481 [ 29 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:17.742173 [ 44 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:17.742258 [ 44 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:17.742339 [ 44 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:17.742393 [ 44 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:17.742442 [ 44 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:17.742496 [ 44 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:17.742555 [ 44 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:17.742609 [ 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:18.241423 [ 31 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:18.241564 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:18.241622 [ 31 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:18.241675 [ 31 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:18.241773 [ 31 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:18.241843 [ 31 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:18.241896 [ 31 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:18.242064 [ 31 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:18.242197 [ 21 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:18.242315 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:18.242381 [ 21 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:18.243043 [ 33 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:18.243151 [ 33 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:18.243241 [ 33 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:18.243310 [ 33 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:18.243354 [ 33 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:18.243408 [ 33 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:18.243464 [ 33 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:18.243513 [ 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:18.742359 [ 54 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:18.742505 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:18.742559 [ 54 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:18.742610 [ 54 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:18.742675 [ 54 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:18.742734 [ 54 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:18.742785 [ 54 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:18.742954 [ 54 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:18.743136 [ 50 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:18.743273 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:18.743346 [ 50 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:18.743881 [ 24 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:18.743996 [ 24 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:18.744080 [ 24 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:18.744139 [ 24 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:18.744178 [ 24 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:18.744221 [ 24 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:18.744280 [ 24 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:18.744328 [ 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:19.243232 [ 60 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:19.243361 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:19.243424 [ 60 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:19.243474 [ 60 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:19.243540 [ 60 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:19.243597 [ 60 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:19.243643 [ 60 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:19.243811 [ 60 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:19.243954 [ 62 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:19.244059 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:19.244116 [ 62 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:19.244881 [ 19 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:19.244995 [ 19 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:19.245090 [ 19 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:19.245153 [ 19 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:19.245197 [ 19 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:19.245246 [ 19 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:19.245302 [ 19 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:19.245353 [ 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:19.744103 [ 36 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:19.744253 [ 36 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:19.744304 [ 36 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:19.744353 [ 36 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:19.744416 [ 36 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:19.744472 [ 36 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:19.744518 [ 36 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:19.744694 [ 36 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:19.744817 [ 52 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:19.744915 [ 52 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:19.744972 [ 52 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:19.745800 [ 66 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:19.745929 [ 66 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:19.746015 [ 66 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:19.746078 [ 66 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:19.746121 [ 66 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:19.746167 [ 66 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:19.746223 [ 66 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:19.746275 [ 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:20.244952 [ 64 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:20.245105 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:20.245163 [ 64 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:20.245214 [ 64 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:20.245279 [ 64 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:20.245342 [ 64 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:20.245391 [ 64 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:20.245581 [ 64 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:20.245822 [ 34 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:20.245959 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:20.246017 [ 34 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:20.246684 [ 45 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:20.246799 [ 45 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:20.246895 [ 45 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:20.246966 [ 45 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:20.247006 [ 45 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:20.247049 [ 45 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:20.247106 [ 45 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:20.247155 [ 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:20.745847 [ 13 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:20.745983 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:20.746039 [ 13 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:20.746089 [ 13 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:20.746170 [ 13 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:20.746233 [ 13 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:20.746283 [ 13 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:20.746457 [ 13 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:20.746580 [ 48 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:20.746690 [ 48 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:20.746747 [ 48 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:20.747422 [ 65 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:20.747506 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:20.747582 [ 65 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:20.747632 [ 65 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:20.747687 [ 65 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:20.747729 [ 65 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:20.747775 [ 65 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:20.747822 [ 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:21.246724 [ 22 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:21.246884 [ 22 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:21.246945 [ 22 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:21.247007 [ 22 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:21.247082 [ 22 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:21.247150 [ 22 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:21.247206 [ 22 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:21.247404 [ 22 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:21.247550 [ 38 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:21.247678 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:21.247739 [ 38 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:21.248430 [ 30 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:21.248547 [ 30 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:21.248660 [ 30 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:21.248728 [ 30 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:21.248772 [ 30 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:21.248815 [ 30 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:21.248871 [ 30 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:21.248926 [ 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:21.747755 [ 51 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:21.747908 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:21.748332 [ 51 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:21.748383 [ 51 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:21.748448 [ 51 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:21.748503 [ 51 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:21.748553 [ 51 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:21.748739 [ 51 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:21.748880 [ 41 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:21.748988 [ 41 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:21.749044 [ 41 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:21.749830 [ 27 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:21.749948 [ 27 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:21.750044 [ 27 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:21.750102 [ 27 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:21.750146 [ 27 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:21.750192 [ 27 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:21.750249 [ 27 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:21.750299 [ 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:22.249068 [ 14 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:22.249208 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:22.249262 [ 14 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:22.249308 [ 14 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:22.249375 [ 14 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:22.249431 [ 14 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:22.249477 [ 14 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:22.249722 [ 14 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:22.249858 [ 63 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:22.249959 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:22.250013 [ 63 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:22.250726 [ 20 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:22.250876 [ 20 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:22.250973 [ 20 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:22.251035 [ 20 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:22.251082 [ 20 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:22.251131 [ 20 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:22.251197 [ 20 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:22.251252 [ 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:22.749967 [ 42 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:22.750098 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:22.750151 [ 42 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:22.750199 [ 42 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:22.750264 [ 42 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:22.750333 [ 42 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:22.750382 [ 42 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:22.750574 [ 42 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:22.750746 [ 35 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:22.750877 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:22.750952 [ 35 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:22.751618 [ 28 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:22.751723 [ 28 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:22.751806 [ 28 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:22.751860 [ 28 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:22.751903 [ 28 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:22.751950 [ 28 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:22.752005 [ 28 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:22.752054 [ 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:23.251145 [ 39 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:23.251530 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:23.251737 [ 39 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:23.251791 [ 39 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:23.251859 [ 39 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:23.251922 [ 39 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:23.251972 [ 39 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:23.252141 [ 39 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:23.252319 [ 37 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:23.252446 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:23.252503 [ 37 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:23.253118 [ 40 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:23.253200 [ 40 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:23.253272 [ 40 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:23.253326 [ 40 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:23.253365 [ 40 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:23.253408 [ 40 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:23.253456 [ 40 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:23.253504 [ 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:23.752441 [ 57 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:23.752586 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:23.752644 [ 57 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:23.752696 [ 57 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:23.752761 [ 57 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:23.752823 [ 57 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:23.752872 [ 57 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:23.753049 [ 57 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:23.753217 [ 16 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:23.753361 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:23.753433 [ 16 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:23.754077 [ 25 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:23.754201 [ 25 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:23.754295 [ 25 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:23.754355 [ 25 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:23.754401 [ 25 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:23.754448 [ 25 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:23.754511 [ 25 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:23.754571 [ 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:24.253431 [ 46 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:24.253577 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:24.253632 [ 46 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:24.253680 [ 46 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:24.253783 [ 46 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:24.253844 [ 46 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:24.253897 [ 46 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:24.254102 [ 46 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:24.254253 [ 61 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:24.254351 [ 61 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:24.254407 [ 61 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:24.255057 [ 15 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:24.255183 [ 15 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:24.255279 [ 15 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:24.255338 [ 15 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:24.255388 [ 15 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:24.255436 [ 15 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:24.255492 [ 15 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:24.255546 [ 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:24.754417 [ 49 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:24.754571 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:24.754630 [ 49 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:24.754687 [ 49 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:24.754757 [ 49 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:24.754827 [ 49 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:24.754887 [ 49 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:24.755094 [ 49 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:24.755274 [ 56 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:24.755419 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:24.755499 [ 56 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:24.756190 [ 29 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:24.756309 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:24.756404 [ 29 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:24.756465 [ 29 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:24.756511 [ 29 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:24.756561 [ 29 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:24.756621 [ 29 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:24.756678 [ 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:25.255370 [ 31 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:25.255521 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:25.255586 [ 31 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:25.255643 [ 31 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:25.255706 [ 31 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:25.255769 [ 31 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:25.255821 [ 31 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:25.256021 [ 31 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:25.256215 [ 26 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:25.256355 [ 26 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:25.256415 [ 26 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:25.257053 [ 21 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:25.257178 [ 21 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:25.257256 [ 21 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:25.257315 [ 21 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:25.257359 [ 21 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:25.257413 [ 21 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:25.257467 [ 21 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:25.257520 [ 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:25.756238 [ 54 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:25.756372 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:25.756436 [ 54 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:25.756500 [ 54 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:25.756565 [ 54 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:25.756623 [ 54 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:25.756669 [ 54 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:25.756820 [ 54 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:25.756937 [ 47 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:25.757058 [ 47 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:25.757112 [ 47 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:25.757862 [ 50 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:25.758001 [ 50 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:25.758089 [ 50 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:25.758149 [ 50 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:25.758190 [ 50 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:25.758234 [ 50 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:25.758300 [ 50 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:25.758350 [ 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:26.257099 [ 60 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:26.257245 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:26.257297 [ 60 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:26.257343 [ 60 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:26.257403 [ 60 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:26.257461 [ 60 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:26.257506 [ 60 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:26.257679 [ 60 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:26.257878 [ 67 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:26.257996 [ 67 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:26.258058 [ 67 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:26.258705 [ 62 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:26.258801 [ 62 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:26.258880 [ 62 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:26.258936 [ 62 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:26.258976 [ 62 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:26.259032 [ 62 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:26.259084 [ 62 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:26.259130 [ 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:26.757965 [ 36 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:26.758604 [ 36 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:26.758689 [ 36 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:26.758748 [ 36 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:26.758814 [ 36 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:26.758878 [ 36 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:26.758940 [ 36 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:26.759109 [ 36 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:26.759303 [ 18 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:26.759430 [ 18 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:26.759489 [ 18 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:26.760101 [ 52 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:26.760202 [ 52 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:26.760282 [ 52 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:26.760336 [ 52 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:26.760373 [ 52 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:26.760420 [ 52 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:26.760474 [ 52 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:26.760522 [ 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:27.259454 [ 64 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:27.259592 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:27.259642 [ 64 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:27.259695 [ 64 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:27.259758 [ 64 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:27.259817 [ 64 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:27.259862 [ 64 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:27.260035 [ 64 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:27.260186 [ 68 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:27.260319 [ 68 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:27.260379 [ 68 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:27.261018 [ 34 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:27.261123 [ 34 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:27.261211 [ 34 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:27.261267 [ 34 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:27.261310 [ 34 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:27.261364 [ 34 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:27.261421 [ 34 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:27.261474 [ 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:27.760272 [ 13 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:27.760402 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:27.760475 [ 13 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:27.760527 [ 13 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:27.760592 [ 13 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:27.760660 [ 13 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:27.760707 [ 13 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:27.760884 [ 13 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:27.761058 [ 17 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:27.761198 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:27.761255 [ 17 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:27.761886 [ 48 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:27.761992 [ 48 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:27.762075 [ 48 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:27.762130 [ 48 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:27.762173 [ 48 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:27.762215 [ 48 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:27.762269 [ 48 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:27.762322 [ 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:28.261444 [ 22 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:28.261635 [ 22 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:28.261744 [ 22 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:28.261803 [ 22 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:28.261877 [ 22 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:28.261941 [ 22 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:28.261991 [ 22 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:28.262176 [ 22 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:28.262337 [ 23 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:28.262473 [ 23 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:28.262541 [ 23 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:28.263183 [ 38 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:28.263297 [ 38 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:28.263385 [ 38 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:28.263441 [ 38 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:28.263484 [ 38 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:28.263532 [ 38 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:28.263631 [ 38 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:28.263689 [ 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:28.762424 [ 51 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:28.762562 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:28.762642 [ 51 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:28.762693 [ 51 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:28.762756 [ 51 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:28.762814 [ 51 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:28.762862 [ 51 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:28.763038 [ 51 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:28.763430 [ 43 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:28.763684 [ 43 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:28.763746 [ 43 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:28.764072 [ 41 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:28.764182 [ 41 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:28.764264 [ 41 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:28.764323 [ 41 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:28.764362 [ 41 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:28.764406 [ 41 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:28.764472 [ 41 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:28.764522 [ 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:29.263321 [ 14 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:29.263452 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:29.263508 [ 14 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:29.263583 [ 14 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:29.263654 [ 14 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:29.263716 [ 14 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:29.263764 [ 14 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:29.263956 [ 14 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:29.264080 [ 32 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:29.264183 [ 32 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:29.264252 [ 32 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:29.264979 [ 63 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:29.265090 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:29.265173 [ 63 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:29.265234 [ 63 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:29.265275 [ 63 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:29.265316 [ 63 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:29.265367 [ 63 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:29.265412 [ 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:29.764221 [ 42 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:29.764419 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:29.764475 [ 42 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:29.764533 [ 42 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:29.764601 [ 42 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:29.764661 [ 42 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:29.764713 [ 42 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:29.764887 [ 42 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:29.765060 [ 55 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:29.765189 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:29.765248 [ 55 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:29.765938 [ 35 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:29.766031 [ 35 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:29.766116 [ 35 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:29.766172 [ 35 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:29.766213 [ 35 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:29.766257 [ 35 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:29.766308 [ 35 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:29.766356 [ 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:30.265157 [ 39 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:30.265299 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:30.265378 [ 39 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:30.265437 [ 39 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:30.265504 [ 39 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:30.265567 [ 39 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:30.265617 [ 39 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:30.265828 [ 39 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:30.266005 [ 53 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:30.266112 [ 53 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:30.266168 [ 53 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:30.266862 [ 37 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:30.266987 [ 37 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:30.267073 [ 37 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:30.267131 [ 37 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:30.267172 [ 37 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:30.267217 [ 37 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:30.267276 [ 37 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:30.267327 [ 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:30.766111 [ 59 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:30.766267 [ 59 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:30.766320 [ 59 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:30.766378 [ 59 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:30.766445 [ 59 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:30.766505 [ 59 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:30.766564 [ 59 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:30.766740 [ 59 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:30.766906 [ 57 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:30.767049 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:30.767107 [ 57 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:30.767750 [ 16 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:30.767887 [ 16 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:30.767980 [ 16 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:30.768045 [ 16 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:30.768090 [ 16 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:30.768139 [ 16 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:30.768203 [ 16 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:30.768266 [ 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:31.266985 [ 46 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:31.267119 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:31.267187 [ 46 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:31.267241 [ 46 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:31.267303 [ 46 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:31.267360 [ 46 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:31.267405 [ 46 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:31.267570 [ 46 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:31.267721 [ 58 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:31.267851 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:31.267908 [ 58 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:31.268945 [ 61 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:31.269052 [ 61 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:31.269132 [ 61 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:31.269185 [ 61 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:31.269225 [ 61 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:31.269267 [ 61 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:31.269317 [ 61 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:31.269367 [ 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:31.767820 [ 49 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:31.768294 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:31.768355 [ 49 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:31.768421 [ 49 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:31.768500 [ 49 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:31.768563 [ 49 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:31.768614 [ 49 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:31.768821 [ 49 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:31.769000 [ 44 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:31.769137 [ 44 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:31.769208 [ 44 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:31.769854 [ 56 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:31.769962 [ 56 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:31.770046 [ 56 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:31.770102 [ 56 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:31.770143 [ 56 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:31.770188 [ 56 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:31.770241 [ 56 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:31.770290 [ 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:32.269336 [ 31 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:32.269775 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:32.269930 [ 31 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:32.269985 [ 31 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:32.270053 [ 31 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:32.270114 [ 31 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:32.270164 [ 31 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:32.270332 [ 31 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:32.270455 [ 33 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:32.270558 [ 33 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:32.270612 [ 33 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:32.271342 [ 26 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:32.271457 [ 26 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:32.271544 [ 26 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:32.271605 [ 26 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:32.271646 [ 26 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:32.271689 [ 26 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:32.271742 [ 26 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:32.271793 [ 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:32.770609 [ 24 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:32.770742 [ 24 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:32.770795 [ 24 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:32.770845 [ 24 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:32.770911 [ 24 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:32.770969 [ 24 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:32.771016 [ 24 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:32.771180 [ 24 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:32.771320 [ 54 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:32.771417 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:32.771471 [ 54 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:32.772170 [ 47 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:32.772288 [ 47 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:32.772376 [ 47 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:32.772433 [ 47 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:32.772477 [ 47 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:32.772523 [ 47 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:32.772582 [ 47 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:32.772632 [ 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:33.271467 [ 60 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:33.271606 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:33.271661 [ 60 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:33.271712 [ 60 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:33.271778 [ 60 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:33.271837 [ 60 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:33.271889 [ 60 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:33.272068 [ 60 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:33.272223 [ 19 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:33.272346 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:33.272408 [ 19 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:33.273204 [ 67 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:33.273310 [ 67 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:33.273410 [ 67 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:33.273465 [ 67 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:33.273509 [ 67 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:33.273552 [ 67 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:33.273607 [ 67 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:33.273659 [ 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:33.772293 [ 36 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:33.772422 [ 36 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:33.772486 [ 36 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:33.772538 [ 36 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:33.772603 [ 36 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:33.772663 [ 36 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:33.772712 [ 36 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:33.772893 [ 36 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:33.773117 [ 66 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:33.773250 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:33.773320 [ 66 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 25048 ms, force re-connect
2021.02.04 22:47:33.773394 [ 66 ] {} <Notice> RaftInstance: reset RPC client for peer 1
2021.02.04 22:47:33.773878 [ 18 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:33.773899 [ 66 ] {} <Information> RaftInstance: asio client created: 0x7b540020ff98
2021.02.04 22:47:33.773998 [ 66 ] {} <Information> RaftInstance: 0x7b540020ff98 reconnect peer 1
2021.02.04 22:47:33.774049 [ 66 ] {} <Information> RaftInstance: send request to 1
2021.02.04 22:47:33.774099 [ 66 ] {} <Information> RaftInstance: last_log_idx: 151, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:33.774194 [ 66 ] {} <Notice> RaftInstance: append_entries for 1 with LastLogIndex=151, LastLogTerm=1, EntriesLength=1, CommitIndex=152, Term=2, peer_last_sent_idx 152
2021.02.04 22:47:33.774257 [ 66 ] {} <Notice> RaftInstance: idx: 152
2021.02.04 22:47:33.774322 [ 66 ] {} <Information> RaftInstance: send req 3 -> 1, type append_entries_request
2021.02.04 22:47:33.774371 [ 66 ] {} <Notice> RaftInstance: socket 0x7b540020ff98 to node1:44444 is not opened yet
2021.02.04 22:47:33.774456 [ 66 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:33.774589 [ 18 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:33.774697 [ 18 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:33.774760 [ 18 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:33.774803 [ 18 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:33.774861 [ 18 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:33.774916 [ 18 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:33.774970 [ 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:34.273169 [ 64 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:34.273303 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:34.273366 [ 64 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:34.273426 [ 64 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:34.273490 [ 64 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:34.273550 [ 64 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:34.273598 [ 64 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:34.273801 [ 64 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:34.274662 [ 34 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:34.274806 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:34.274804 [ 65 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:34.274886 [ 34 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:34.275031 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:34.275128 [ 65 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:34.275182 [ 65 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:34.275227 [ 65 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:34.275269 [ 65 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:34.275321 [ 65 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:34.275368 [ 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:34.774092 [ 17 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:34.774240 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:34.774300 [ 17 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:34.774361 [ 17 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:34.774441 [ 17 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:34.774513 [ 17 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:34.774569 [ 17 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:34.774765 [ 17 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:34.775821 [ 48 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:34.775832 [ 30 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:34.775986 [ 30 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:34.776047 [ 30 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:34.776163 [ 48 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:34.776248 [ 48 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:34.776302 [ 48 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:34.776347 [ 48 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:34.776391 [ 48 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:34.776441 [ 48 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:34.776489 [ 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:35.275028 [ 23 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:35.275186 [ 23 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:35.275244 [ 23 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:35.275315 [ 23 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:35.275397 [ 23 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:35.275458 [ 23 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:35.275507 [ 23 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:35.275696 [ 23 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:35.276280 [ 38 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:35.276411 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:35.276482 [ 38 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:35.276650 [ 27 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:35.276765 [ 27 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:35.276860 [ 27 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:35.276919 [ 27 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:35.276961 [ 27 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:35.277011 [ 27 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:35.277066 [ 27 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:35.277116 [ 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.776140 [ 43 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:35.776356 [ 43 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:35.776414 [ 43 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:35.776467 [ 43 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:35.776531 [ 43 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:35.776611 [ 43 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:35.776664 [ 43 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:35.776827 [ 43 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:35.776983 [ 41 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:35.777105 [ 41 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:35.777161 [ 41 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:35.777764 [ 14 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:35.777863 [ 14 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:35.777938 [ 14 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:35.777994 [ 14 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:35.778038 [ 14 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:35.778081 [ 14 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:35.778139 [ 14 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:35.778186 [ 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:36.277144 [ 32 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:36.277284 [ 32 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:36.277338 [ 32 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:36.277387 [ 32 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:36.277454 [ 32 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:36.277514 [ 32 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:36.277560 [ 32 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:36.277780 [ 32 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:36.277937 [ 63 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:36.278039 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:36.278095 [ 63 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:36.278787 [ 42 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:36.278912 [ 42 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:36.279001 [ 42 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:36.279068 [ 42 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:36.279110 [ 42 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:36.279160 [ 42 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:36.279226 [ 42 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:36.279278 [ 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:36.778020 [ 55 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:36.778525 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:36.778576 [ 55 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:36.778626 [ 55 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:36.778687 [ 55 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:36.778748 [ 55 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:36.778796 [ 55 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:36.778987 [ 55 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:36.779138 [ 35 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:36.779241 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:36.779304 [ 35 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:36.779999 [ 39 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:36.780123 [ 39 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:36.780209 [ 39 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:36.780266 [ 39 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:36.780309 [ 39 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:36.780358 [ 39 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:36.780415 [ 39 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:36.780477 [ 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:37.279252 [ 53 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:37.279395 [ 53 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:37.279449 [ 53 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:37.279504 [ 53 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:37.279578 [ 53 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:37.279650 [ 53 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:37.279704 [ 53 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:37.279876 [ 53 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:37.280040 [ 37 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:37.280168 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:37.280236 [ 37 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:37.280901 [ 59 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:37.281006 [ 59 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:37.281087 [ 59 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:37.281152 [ 59 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:37.281198 [ 59 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:37.281242 [ 59 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:37.281320 [ 59 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:37.281369 [ 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:37.780170 [ 57 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:37.780307 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:37.780380 [ 57 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:37.780432 [ 57 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:37.780497 [ 57 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:37.780560 [ 57 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:37.780612 [ 57 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:37.780787 [ 57 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:37.780985 [ 16 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:37.781115 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:37.781186 [ 16 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:37.781780 [ 46 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:37.781884 [ 46 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:37.781970 [ 46 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:37.782025 [ 46 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:37.782071 [ 46 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:37.782121 [ 46 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:37.782176 [ 46 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:37.782228 [ 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:38.281127 [ 58 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:38.281284 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:38.281338 [ 58 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:38.281398 [ 58 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:38.281469 [ 58 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:38.281543 [ 58 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:38.281611 [ 58 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:38.281846 [ 58 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:38.282044 [ 61 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:38.282188 [ 61 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:38.282249 [ 61 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:38.282916 [ 49 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:38.283034 [ 49 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:38.283121 [ 49 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:38.283178 [ 49 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:38.283221 [ 49 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:38.283268 [ 49 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:38.283324 [ 49 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:38.283372 [ 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:38.782077 [ 44 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:38.782211 [ 44 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:38.782277 [ 44 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:38.782337 [ 44 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:38.782400 [ 44 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:38.782464 [ 44 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:38.782514 [ 44 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:38.782694 [ 44 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:38.782838 [ 56 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:38.782953 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:38.783006 [ 56 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:38.783635 [ 31 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:38.783768 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:38.783861 [ 31 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:38.783921 [ 31 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:38.783961 [ 31 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:38.784013 [ 31 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:38.784075 [ 31 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:38.784124 [ 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:39.282962 [ 33 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:39.283110 [ 33 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:39.283160 [ 33 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:39.283226 [ 33 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:39.283292 [ 33 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:39.283370 [ 33 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:39.283430 [ 33 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:39.283602 [ 33 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:39.283772 [ 26 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:39.283904 [ 26 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:39.283959 [ 26 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:39.284643 [ 24 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:39.284752 [ 24 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:39.284836 [ 24 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:39.284889 [ 24 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:39.284929 [ 24 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:39.284980 [ 24 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:39.285032 [ 24 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:39.285078 [ 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:39.783887 [ 54 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:39.784026 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:39.784080 [ 54 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:39.784130 [ 54 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:39.784194 [ 54 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:39.784260 [ 54 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:39.784307 [ 54 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:39.784499 [ 54 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:39.784691 [ 47 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:39.784836 [ 47 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:39.784900 [ 47 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:39.785393 [ 62 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:39.785491 [ 62 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:39.785574 [ 62 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:39.785628 [ 62 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:39.785667 [ 62 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:39.785728 [ 62 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:39.785807 [ 62 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:39.785859 [ 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:40.284821 [ 19 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:40.284974 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:40.285034 [ 19 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:40.285091 [ 19 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:40.285161 [ 19 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:40.285225 [ 19 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:40.285279 [ 19 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:40.285459 [ 19 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:40.285626 [ 67 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:40.285827 [ 67 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:40.285887 [ 67 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:40.286670 [ 36 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:40.286787 [ 36 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:40.286884 [ 36 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:40.286951 [ 36 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:40.286999 [ 36 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:40.287049 [ 36 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:40.287109 [ 36 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:40.287184 [ 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:40.785743 [ 66 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:40.785883 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:40.785940 [ 66 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:40.786009 [ 66 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:40.786082 [ 66 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:40.786147 [ 66 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:40.786203 [ 66 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:40.786379 [ 66 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:40.786555 [ 45 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:40.786686 [ 45 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:40.786742 [ 45 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:40.787387 [ 68 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:40.787505 [ 68 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:40.787586 [ 68 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:40.787645 [ 68 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:40.787690 [ 68 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:40.787735 [ 68 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:40.787803 [ 68 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:40.787853 [ 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:41.286601 [ 64 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:41.286734 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:41.286788 [ 64 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:41.286848 [ 64 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:41.286930 [ 64 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:41.286991 [ 64 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:41.287038 [ 64 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:41.287229 [ 64 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:41.287374 [ 13 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:41.287476 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:41.287529 [ 13 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:41.288197 [ 34 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:41.288318 [ 34 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:41.288409 [ 34 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:41.288466 [ 34 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:41.288510 [ 34 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:41.288555 [ 34 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:41.288621 [ 34 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:41.288674 [ 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:41.787501 [ 17 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:41.788239 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:41.788312 [ 17 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:41.788373 [ 17 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:41.788448 [ 17 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:41.788537 [ 17 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:41.788597 [ 17 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:41.788789 [ 17 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:41.788952 [ 22 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:41.789063 [ 22 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:41.789123 [ 22 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:41.789816 [ 30 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:41.789936 [ 30 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:41.790033 [ 30 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:41.790097 [ 30 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:41.790148 [ 30 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:41.790193 [ 30 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:41.790249 [ 30 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:41.790298 [ 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:42.289024 [ 23 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:42.289157 [ 23 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:42.289231 [ 23 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:42.289282 [ 23 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:42.289351 [ 23 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:42.289419 [ 23 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:42.289466 [ 23 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:42.289643 [ 23 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:42.289805 [ 51 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:42.289910 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:42.289974 [ 51 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:42.290721 [ 38 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:42.290870 [ 38 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:42.290981 [ 38 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:42.291052 [ 38 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:42.291100 [ 38 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:42.291156 [ 38 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:42.291219 [ 38 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:42.291276 [ 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:42.790013 [ 43 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:42.790183 [ 43 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:42.790247 [ 43 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:42.790307 [ 43 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:42.790381 [ 43 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:42.790470 [ 43 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:42.790528 [ 43 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:42.790717 [ 43 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:42.790863 [ 20 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:42.790984 [ 20 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:42.791047 [ 20 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:42.791786 [ 41 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:42.791909 [ 41 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:42.792002 [ 41 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:42.792057 [ 41 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:42.792097 [ 41 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:42.792140 [ 41 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:42.792193 [ 41 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:42.792242 [ 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:43.291095 [ 32 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:43.291289 [ 32 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:43.291344 [ 32 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:43.291395 [ 32 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:43.291459 [ 32 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:43.291519 [ 32 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:43.291572 [ 32 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:43.291760 [ 32 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:43.291970 [ 28 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:43.292117 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:43.292183 [ 28 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:43.292965 [ 63 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:43.293077 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:43.293167 [ 63 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:43.293225 [ 63 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:43.293267 [ 63 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:43.293310 [ 63 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:43.293363 [ 63 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:43.293418 [ 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:43.792051 [ 55 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:43.792162 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:43.792212 [ 55 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:43.792269 [ 55 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:43.792332 [ 55 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:43.792389 [ 55 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:43.792441 [ 55 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:43.792608 [ 55 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:43.792731 [ 40 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:43.792827 [ 40 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:43.792881 [ 40 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:43.793487 [ 35 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:43.793580 [ 35 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:43.793670 [ 35 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:43.793763 [ 35 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:43.793817 [ 35 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:43.793861 [ 35 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:43.793912 [ 35 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:43.793963 [ 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:44.292860 [ 53 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:44.293002 [ 53 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:44.293055 [ 53 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:44.293113 [ 53 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:44.293180 [ 53 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:44.293239 [ 53 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:44.293288 [ 53 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:44.293496 [ 53 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:44.293658 [ 25 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:44.293832 [ 25 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:44.293891 [ 25 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:44.294588 [ 37 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:44.294690 [ 37 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:44.294771 [ 37 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:44.294826 [ 37 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:44.294870 [ 37 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:44.294915 [ 37 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:44.294967 [ 37 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:44.295027 [ 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:44.793836 [ 57 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:44.793986 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:44.794038 [ 57 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:44.794095 [ 57 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:44.794174 [ 57 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:44.794232 [ 57 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:44.794281 [ 57 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:44.794468 [ 57 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:44.794661 [ 15 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:44.794814 [ 15 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:44.794891 [ 15 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:44.795444 [ 16 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:44.795567 [ 16 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:44.795666 [ 16 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:44.795723 [ 16 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:44.795766 [ 16 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:44.795812 [ 16 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:44.795866 [ 16 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:44.795916 [ 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:45.294829 [ 58 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:45.294999 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:45.295062 [ 58 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:45.295123 [ 58 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:45.295199 [ 58 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:45.295270 [ 58 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:45.295334 [ 58 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:45.295527 [ 58 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:45.295750 [ 29 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:45.295878 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:45.295937 [ 29 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:45.296594 [ 61 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:45.296702 [ 61 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:45.296793 [ 61 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:45.296849 [ 61 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:45.296896 [ 61 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:45.296943 [ 61 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:45.296999 [ 61 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:45.297048 [ 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:45.795804 [ 44 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:45.795954 [ 44 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:45.796023 [ 44 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:45.796091 [ 44 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:45.796168 [ 44 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:45.796237 [ 44 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:45.796309 [ 44 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:45.796485 [ 44 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:45.796671 [ 21 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:45.796806 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:45.796871 [ 21 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:45.797489 [ 56 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:45.797594 [ 56 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:45.797727 [ 56 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:45.797792 [ 56 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:45.797843 [ 56 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:45.797899 [ 56 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:45.797953 [ 56 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:45.798007 [ 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:46.296734 [ 33 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:46.296869 [ 33 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:46.296925 [ 33 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:46.296989 [ 33 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:46.297076 [ 33 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:46.297137 [ 33 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:46.297194 [ 33 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:46.297367 [ 33 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:46.297489 [ 50 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:46.297600 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:46.297656 [ 50 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:46.298387 [ 26 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:46.298515 [ 26 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:46.298596 [ 26 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:46.298652 [ 26 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:46.298688 [ 26 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:46.298730 [ 26 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:46.298785 [ 26 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:46.298832 [ 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:46.797587 [ 54 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:46.797776 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:46.798211 [ 54 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:46.798281 [ 54 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:46.798350 [ 54 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:46.798413 [ 54 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:46.798470 [ 54 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:46.798636 [ 54 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:46.798760 [ 60 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:46.798852 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:46.798917 [ 60 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:46.799596 [ 47 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:46.799719 [ 47 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:46.799806 [ 47 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:46.799865 [ 47 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:46.799909 [ 47 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:46.799957 [ 47 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:46.800015 [ 47 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:46.800068 [ 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:47.298866 [ 19 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:47.299014 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:47.299064 [ 19 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:47.299123 [ 19 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:47.299188 [ 19 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:47.299246 [ 19 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:47.299297 [ 19 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:47.299465 [ 19 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:47.299636 [ 52 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:47.299758 [ 52 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:47.299814 [ 52 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:47.300449 [ 67 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:47.300556 [ 67 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:47.300634 [ 67 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:47.300694 [ 67 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:47.300745 [ 67 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:47.300787 [ 67 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:47.300840 [ 67 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:47.300887 [ 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:47.799757 [ 66 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:47.799887 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:47.799945 [ 66 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:47.800001 [ 66 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:47.800064 [ 66 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:47.800125 [ 66 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:47.800173 [ 66 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:47.800333 [ 66 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:47.800460 [ 18 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:47.800566 [ 18 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:47.800630 [ 18 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:47.801375 [ 45 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:47.801488 [ 45 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:47.801570 [ 45 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:47.801626 [ 45 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:47.801665 [ 45 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:47.801761 [ 45 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:47.801819 [ 45 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:47.801869 [ 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:48.300597 [ 64 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:48.300740 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:48.300793 [ 64 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:48.300841 [ 64 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:48.300903 [ 64 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:48.300966 [ 64 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:48.301011 [ 64 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:48.301167 [ 64 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:48.301287 [ 65 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:48.301390 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:48.301450 [ 65 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:48.302122 [ 13 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:48.302220 [ 13 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:48.302309 [ 13 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:48.302364 [ 13 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:48.302406 [ 13 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:48.302448 [ 13 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:48.302501 [ 13 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:48.302569 [ 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:48.801386 [ 17 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:48.801521 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:48.801590 [ 17 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:48.801644 [ 17 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:48.801772 [ 17 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:48.801847 [ 17 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:48.801903 [ 17 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:48.802077 [ 17 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:48.802236 [ 48 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:48.802361 [ 48 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:48.802419 [ 48 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:48.803087 [ 22 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:48.803202 [ 22 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:48.803287 [ 22 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:48.803344 [ 22 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:48.803391 [ 22 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:48.803442 [ 22 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:48.803497 [ 22 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:48.803550 [ 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:49.302366 [ 23 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:49.302515 [ 23 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:49.302573 [ 23 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:49.302625 [ 23 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:49.302688 [ 23 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:49.302751 [ 23 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:49.302799 [ 23 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:49.302969 [ 23 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:49.303183 [ 27 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:49.303320 [ 27 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:49.303381 [ 27 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:49.303911 [ 51 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:49.304014 [ 51 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:49.304094 [ 51 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:49.304148 [ 51 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:49.304188 [ 51 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:49.304231 [ 51 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:49.304283 [ 51 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:49.304331 [ 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:49.803375 [ 43 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:49.803540 [ 43 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:49.803601 [ 43 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:49.803660 [ 43 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:49.803740 [ 43 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:49.803807 [ 43 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:49.803870 [ 43 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:49.804078 [ 43 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:49.804254 [ 14 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:49.804371 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:49.804434 [ 14 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:49.805087 [ 20 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:49.805193 [ 20 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:49.805281 [ 20 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:49.805345 [ 20 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:49.805392 [ 20 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:49.805441 [ 20 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:49.805503 [ 20 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:49.805557 [ 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:50.304351 [ 32 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:50.304490 [ 32 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:50.304556 [ 32 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:50.304609 [ 32 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:50.304676 [ 32 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:50.304739 [ 32 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:50.304789 [ 32 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:50.304979 [ 32 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:50.305173 [ 42 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:50.305324 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:50.305388 [ 42 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:50.306118 [ 28 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:50.306247 [ 28 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:50.306342 [ 28 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:50.306404 [ 28 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:50.306451 [ 28 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:50.306514 [ 28 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:50.306575 [ 28 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:50.306630 [ 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:50.805267 [ 55 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:50.805394 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:50.805446 [ 55 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:50.805506 [ 55 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:50.805568 [ 55 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:50.805628 [ 55 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:50.805675 [ 55 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:50.805911 [ 55 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:50.806080 [ 39 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:50.806210 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:50.806268 [ 39 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:50.806951 [ 40 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:50.807061 [ 40 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:50.807152 [ 40 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:50.807234 [ 40 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:50.807275 [ 40 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:50.807318 [ 40 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:50.807371 [ 40 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:50.807445 [ 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:51.306163 [ 53 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:51.306306 [ 53 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:51.306388 [ 53 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:51.306448 [ 53 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:51.306513 [ 53 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:51.306576 [ 53 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:51.306628 [ 53 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:51.306853 [ 53 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:51.307007 [ 59 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:51.307113 [ 59 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:51.307180 [ 59 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:51.307968 [ 25 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:51.308089 [ 25 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:51.308171 [ 25 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:51.308228 [ 25 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:51.308274 [ 25 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:51.308319 [ 25 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:51.308373 [ 25 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:51.308426 [ 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:51.807185 [ 57 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:51.807334 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:51.808094 [ 57 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:51.808145 [ 57 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:51.808212 [ 57 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:51.808275 [ 57 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:51.808323 [ 57 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:51.808531 [ 57 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:51.808729 [ 46 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:51.808831 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:51.808886 [ 46 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:51.809730 [ 15 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:51.809867 [ 15 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:51.809967 [ 15 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:51.810026 [ 15 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:51.810069 [ 15 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:51.810116 [ 15 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:51.810174 [ 15 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:51.810225 [ 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:52.308858 [ 58 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:52.308992 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:52.309047 [ 58 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:52.309102 [ 58 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:52.309166 [ 58 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:52.309242 [ 58 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:52.309293 [ 58 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:52.309454 [ 58 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:52.309579 [ 49 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:52.309702 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:52.309784 [ 49 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:52.310508 [ 29 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:52.310663 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:52.310762 [ 29 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:52.310821 [ 29 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:52.310873 [ 29 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:52.310917 [ 29 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:52.310972 [ 29 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:52.311021 [ 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:52.809778 [ 29 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:52.809933 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:52.809988 [ 29 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:52.810040 [ 29 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:52.810114 [ 29 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:52.810172 [ 29 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:52.810221 [ 29 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:52.810390 [ 29 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:52.810603 [ 31 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:52.810749 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:52.810815 [ 31 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:52.811397 [ 21 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:52.811509 [ 21 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:52.811594 [ 21 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:52.811650 [ 21 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:52.811721 [ 21 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:52.811771 [ 21 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:52.811826 [ 21 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:52.811877 [ 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:53.310669 [ 33 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:53.310811 [ 33 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:53.310864 [ 33 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:53.310925 [ 33 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:53.310990 [ 33 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:53.311072 [ 33 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:53.311128 [ 33 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:53.311307 [ 33 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:53.311486 [ 24 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:53.311626 [ 24 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:53.311682 [ 24 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:53.312357 [ 50 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:53.312483 [ 50 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:53.312581 [ 50 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:53.312638 [ 50 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:53.312680 [ 50 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:53.312725 [ 50 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:53.312780 [ 50 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:53.312833 [ 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:53.811580 [ 54 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:53.811709 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:53.811773 [ 54 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:53.811840 [ 54 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:53.811902 [ 54 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:53.811963 [ 54 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:53.812009 [ 54 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:53.812182 [ 54 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:53.812298 [ 62 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:53.812400 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:53.812455 [ 62 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:53.813092 [ 60 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:53.813190 [ 60 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:53.813280 [ 60 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:53.813332 [ 60 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:53.813374 [ 60 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:53.813430 [ 60 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:53.813479 [ 60 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:53.813533 [ 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:54.312583 [ 19 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:54.312720 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:54.312776 [ 19 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:54.312837 [ 19 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:54.312906 [ 19 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:54.312969 [ 19 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:54.313023 [ 19 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:54.313223 [ 19 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:54.313406 [ 36 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:54.313546 [ 36 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:54.313614 [ 36 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:54.314336 [ 52 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:54.314441 [ 52 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:54.314522 [ 52 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:54.314578 [ 52 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:54.314620 [ 52 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:54.314664 [ 52 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:54.314718 [ 52 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:54.314769 [ 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.813483 [ 66 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:54.813625 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:54.813718 [ 66 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:54.813774 [ 66 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:54.813840 [ 66 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:54.813905 [ 66 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:54.813955 [ 66 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:54.814137 [ 66 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:54.814274 [ 68 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:54.814379 [ 68 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:54.814436 [ 68 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:54.815183 [ 18 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:54.815296 [ 18 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:54.815401 [ 18 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:54.815464 [ 18 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:54.815514 [ 18 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:54.815573 [ 18 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:54.815652 [ 18 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:54.815722 [ 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:55.314451 [ 64 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:55.314612 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:55.314673 [ 64 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:55.314731 [ 64 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:55.314804 [ 64 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:55.314885 [ 64 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:55.314938 [ 64 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:55.315141 [ 64 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:55.315319 [ 34 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:55.315458 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:55.315517 [ 34 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:55.316138 [ 65 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:55.316259 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:55.316368 [ 65 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:55.316424 [ 65 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:55.316467 [ 65 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:55.316509 [ 65 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:55.316566 [ 65 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:55.316627 [ 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.815427 [ 17 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:55.815543 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:55.815606 [ 17 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:55.815658 [ 17 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:55.815722 [ 17 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:55.815781 [ 17 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:55.815833 [ 17 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:55.816002 [ 17 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:55.816185 [ 30 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:55.816328 [ 30 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:55.816387 [ 30 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:55.817070 [ 48 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:55.817179 [ 48 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:55.817261 [ 48 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:55.817316 [ 48 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:55.817357 [ 48 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:55.817402 [ 48 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:55.817455 [ 48 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:55.817513 [ 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:56.316266 [ 23 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:56.316409 [ 23 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:56.316474 [ 23 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:56.316529 [ 23 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:56.316594 [ 23 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:56.316651 [ 23 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:56.316697 [ 23 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:56.316869 [ 23 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:56.317053 [ 38 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:56.317187 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:56.317245 [ 38 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:56.317981 [ 27 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:56.318093 [ 27 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:56.318188 [ 27 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:56.318251 [ 27 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:56.318298 [ 27 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:56.318351 [ 27 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:56.318410 [ 27 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:56.318465 [ 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:56.817107 [ 43 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:56.817243 [ 43 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:56.817311 [ 43 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:56.817366 [ 43 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:56.817436 [ 43 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:56.818293 [ 43 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:56.818368 [ 43 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:56.818544 [ 43 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:56.818747 [ 41 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:56.818872 [ 41 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:56.818929 [ 41 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:56.819583 [ 14 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:56.819701 [ 14 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:56.819809 [ 14 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:56.819886 [ 14 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:56.819930 [ 14 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:56.819975 [ 14 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:56.820030 [ 14 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:56.820084 [ 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:57.318819 [ 32 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:57.318984 [ 32 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:57.319050 [ 32 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:57.319108 [ 32 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:57.319176 [ 32 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:57.319238 [ 32 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:57.319288 [ 32 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:57.319519 [ 32 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:57.319654 [ 63 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:57.319783 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:57.319838 [ 63 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:57.320756 [ 42 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:57.320883 [ 42 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:57.320988 [ 42 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:57.321053 [ 42 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:57.321101 [ 42 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:57.321151 [ 42 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:57.321212 [ 42 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:57.321270 [ 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:57.819793 [ 55 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:57.819948 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:57.820011 [ 55 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:57.820061 [ 55 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:57.820127 [ 55 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:57.820193 [ 55 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:57.820241 [ 55 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:57.820409 [ 55 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:57.820548 [ 35 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:57.820652 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:57.820712 [ 35 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:57.821485 [ 39 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:57.821612 [ 39 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:57.821727 [ 39 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:57.821793 [ 39 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:57.821844 [ 39 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:57.821894 [ 39 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:57.821956 [ 39 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:57.822011 [ 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:58.320673 [ 53 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:58.320831 [ 53 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:58.320900 [ 53 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:58.320958 [ 53 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:58.321045 [ 53 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:58.321118 [ 53 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:58.321174 [ 53 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:58.321350 [ 53 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:58.321516 [ 37 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:58.321637 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:58.321727 [ 37 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:58.322424 [ 59 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:58.322532 [ 59 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:58.322619 [ 59 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:58.322682 [ 59 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:58.322726 [ 59 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:58.322773 [ 59 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:58.322835 [ 59 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:58.322899 [ 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:58.821599 [ 57 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:58.821778 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:58.821839 [ 57 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:58.821887 [ 57 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:58.821948 [ 57 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:58.822008 [ 57 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:58.822054 [ 57 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:58.822243 [ 57 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:58.822416 [ 16 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:58.822562 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:58.822633 [ 16 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 25048 ms, force re-connect
2021.02.04 22:47:58.822718 [ 16 ] {} <Notice> RaftInstance: reset RPC client for peer 1
2021.02.04 22:47:58.822914 [ 16 ] {} <Information> RaftInstance: asio client created: 0x7b5400003718
2021.02.04 22:47:58.822964 [ 16 ] {} <Information> RaftInstance: 0x7b5400003718 reconnect peer 1
2021.02.04 22:47:58.823016 [ 16 ] {} <Information> RaftInstance: send request to 1
2021.02.04 22:47:58.823066 [ 16 ] {} <Information> RaftInstance: last_log_idx: 151, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:58.823143 [ 16 ] {} <Notice> RaftInstance: append_entries for 1 with LastLogIndex=151, LastLogTerm=1, EntriesLength=1, CommitIndex=152, Term=2, peer_last_sent_idx 152
2021.02.04 22:47:58.823160 [ 46 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:58.823211 [ 16 ] {} <Notice> RaftInstance: idx: 152
2021.02.04 22:47:58.823302 [ 16 ] {} <Information> RaftInstance: send req 3 -> 1, type append_entries_request
2021.02.04 22:47:58.823369 [ 16 ] {} <Notice> RaftInstance: socket 0x7b5400003718 to node1:44444 is not opened yet
2021.02.04 22:47:58.823455 [ 16 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:58.823594 [ 46 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:58.823713 [ 46 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:58.823772 [ 46 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:58.823826 [ 46 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:58.823873 [ 46 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:58.823931 [ 46 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:58.823989 [ 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:59.322498 [ 58 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:59.322634 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:59.322688 [ 58 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:59.322740 [ 58 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:59.322802 [ 58 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:59.322864 [ 58 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:59.322914 [ 58 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:59.323084 [ 58 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:59.323638 [ 44 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:59.323759 [ 44 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:59.323816 [ 44 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:59.324068 [ 56 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:59.324181 [ 56 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:59.324259 [ 56 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:59.324310 [ 56 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:59.324350 [ 56 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:59.324392 [ 56 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:59.324442 [ 56 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:59.324488 [ 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:59.823416 [ 31 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:47:59.823569 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:59.823629 [ 31 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:47:59.823685 [ 31 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:47:59.823755 [ 31 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:47:59.823825 [ 31 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:47:59.823894 [ 31 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:47:59.824071 [ 31 ] {} <Information> RaftInstance: sent
2021.02.04 22:47:59.824221 [ 21 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:47:59.824332 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:47:59.824394 [ 21 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:47:59.825112 [ 33 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:47:59.825237 [ 33 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:47:59.825346 [ 33 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:47:59.825407 [ 33 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:47:59.825449 [ 33 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:47:59.825502 [ 33 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:47:59.825563 [ 33 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:47:59.825613 [ 33 ] {} <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.324325 [ 24 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:00.324464 [ 24 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:00.324512 [ 24 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:00.324580 [ 24 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:00.324649 [ 24 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:00.324708 [ 24 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:00.324757 [ 24 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:00.324930 [ 24 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:00.326095 [ 50 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:00.326165 [ 54 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:00.326233 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:00.326314 [ 50 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:00.326462 [ 54 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:00.326568 [ 54 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:00.326633 [ 54 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:00.326680 [ 54 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:00.326729 [ 54 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:00.326793 [ 54 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:00.326861 [ 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:00.825183 [ 62 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:00.825326 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:00.825379 [ 62 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:00.825431 [ 62 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:00.825500 [ 62 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:00.825571 [ 62 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:00.825620 [ 62 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:00.825813 [ 62 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:00.826503 [ 60 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:00.826605 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:00.826659 [ 60 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:00.826958 [ 36 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:00.827055 [ 36 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:00.827136 [ 36 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:00.827192 [ 36 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:00.827230 [ 36 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:00.827279 [ 36 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:00.827335 [ 36 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:00.827384 [ 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:01.326097 [ 67 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:01.326260 [ 67 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:01.326335 [ 67 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:01.326394 [ 67 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:01.326470 [ 67 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:01.326539 [ 67 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:01.326595 [ 67 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:01.326787 [ 67 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:01.326995 [ 66 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:01.327144 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:01.327211 [ 66 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:01.327804 [ 45 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:01.327919 [ 45 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:01.328022 [ 45 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:01.328083 [ 45 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:01.328127 [ 45 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:01.328178 [ 45 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:01.328238 [ 45 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:01.328293 [ 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:01.827082 [ 18 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:01.827244 [ 18 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:01.828636 [ 18 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:01.828715 [ 18 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:01.828796 [ 18 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:01.828872 [ 18 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:01.828936 [ 18 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:01.829141 [ 18 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:01.829382 [ 64 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:01.829526 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:01.829586 [ 64 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:01.830336 [ 13 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:01.830459 [ 13 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:01.830553 [ 13 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:01.830622 [ 13 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:01.830668 [ 13 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:01.830718 [ 13 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:01.830776 [ 13 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:01.830831 [ 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:02.329450 [ 65 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:02.329582 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:02.329635 [ 65 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:02.329753 [ 65 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:02.329824 [ 65 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:02.329885 [ 65 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:02.329937 [ 65 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:02.330111 [ 65 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:02.330282 [ 17 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:02.330428 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:02.330496 [ 17 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:02.331261 [ 22 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:02.331376 [ 22 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:02.331466 [ 22 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:02.331520 [ 22 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:02.331566 [ 22 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:02.331620 [ 22 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:02.331700 [ 22 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:02.331767 [ 22 ] {} <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.830351 [ 48 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:02.830493 [ 48 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:02.830554 [ 48 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:02.830624 [ 48 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:02.830701 [ 48 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:02.830767 [ 48 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:02.830823 [ 48 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:02.831051 [ 48 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:02.831228 [ 23 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:02.831377 [ 23 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:02.831444 [ 23 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:02.832016 [ 51 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:02.832128 [ 51 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:02.832214 [ 51 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:02.832271 [ 51 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:02.832314 [ 51 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:02.832356 [ 51 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:02.832418 [ 51 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:02.832471 [ 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:03.331332 [ 27 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:03.331470 [ 27 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:03.331570 [ 27 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:03.331640 [ 27 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:03.331736 [ 27 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:03.331810 [ 27 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:03.331869 [ 27 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:03.332068 [ 27 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:03.332239 [ 43 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:03.332361 [ 43 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:03.332425 [ 43 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:03.333153 [ 20 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:03.333258 [ 20 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:03.333346 [ 20 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:03.333405 [ 20 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:03.333451 [ 20 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:03.333500 [ 20 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:03.333569 [ 20 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:03.333626 [ 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:03.832364 [ 14 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:03.832529 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:03.832600 [ 14 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:03.832670 [ 14 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:03.832748 [ 14 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:03.832822 [ 14 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:03.832895 [ 14 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:03.833075 [ 14 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:03.833234 [ 32 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:03.833356 [ 32 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:03.833416 [ 32 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:03.834158 [ 28 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:03.834294 [ 28 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:03.834394 [ 28 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:03.834460 [ 28 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:03.834511 [ 28 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:03.834566 [ 28 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:03.834631 [ 28 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:03.834692 [ 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:04.333449 [ 42 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:04.333620 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:04.333720 [ 42 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:04.333783 [ 42 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:04.333867 [ 42 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:04.333942 [ 42 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:04.334002 [ 42 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:04.334212 [ 42 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:04.334409 [ 55 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:04.334561 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:04.334628 [ 55 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:04.335378 [ 40 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:04.335515 [ 40 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:04.335606 [ 40 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:04.335668 [ 40 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:04.335714 [ 40 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:04.335764 [ 40 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:04.335824 [ 40 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:04.335881 [ 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:04.642405 [ 39 ] {} <Information> RaftInstance: resp of req 3 -> 1, type pre_vote_request, failed to connect to peer 1, node1:44444, error 110
2021.02.04 22:48:04.642553 [ 39 ] {} <Error> RaftInstance: peer (1) response error: failed to connect to peer 1, node1:44444, error 110
2021.02.04 22:48:04.642679 [ 39 ] {} <Error> RaftInstance: [EDGE CASE] RPC for 1 has been reset before returning error: current 0x7b5400003718 (10), from parameter 0x7b5400020818 (5)
2021.02.04 22:48:04.642791 [ 39 ] {} <Information> RaftInstance: asio client destroyed: 0x7b5400020818
2021.02.04 22:48:04.834611 [ 53 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:04.834792 [ 53 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:04.834859 [ 53 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:04.834922 [ 53 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:04.835004 [ 53 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:04.835078 [ 53 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:04.835148 [ 53 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:04.835382 [ 53 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:04.835589 [ 25 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:04.835742 [ 25 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:04.835811 [ 25 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:04.836488 [ 37 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:04.836647 [ 37 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:04.836753 [ 37 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:04.836817 [ 37 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:04.836863 [ 37 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:04.836916 [ 37 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:04.836982 [ 37 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:04.837039 [ 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:05.335772 [ 57 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:05.335952 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:05.336017 [ 57 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:05.336079 [ 57 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:05.336156 [ 57 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:05.336246 [ 57 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:05.336305 [ 57 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:05.336518 [ 57 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:05.337655 [ 15 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:05.337852 [ 15 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:05.337956 [ 15 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:05.338024 [ 15 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:05.338075 [ 15 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:05.338128 [ 15 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:05.338198 [ 15 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:05.338269 [ 15 ] {} <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.386112 [ 46 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:05.386272 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:05.386342 [ 46 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:05.836861 [ 49 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:05.836992 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:05.837042 [ 49 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:05.837094 [ 49 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:05.837162 [ 49 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:05.837226 [ 49 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:05.837277 [ 49 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:05.837466 [ 49 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:05.838595 [ 61 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:05.838728 [ 61 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:05.838814 [ 61 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:05.838871 [ 61 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:05.838913 [ 61 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:05.838961 [ 61 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:05.839030 [ 61 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:05.839082 [ 61 ] {} <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.936594 [ 29 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:05.936728 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:05.936786 [ 29 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:06.337759 [ 29 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:06.337905 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:06.337965 [ 29 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:06.338022 [ 29 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:06.338089 [ 29 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:06.338161 [ 29 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:06.338218 [ 29 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:06.338396 [ 29 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:06.339406 [ 56 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:06.339511 [ 56 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:06.339590 [ 56 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:06.339647 [ 56 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:06.339685 [ 56 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:06.339727 [ 56 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:06.339781 [ 56 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:06.339829 [ 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:06.487082 [ 26 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:06.487217 [ 26 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:06.487277 [ 26 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:06.838765 [ 21 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:06.838906 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:06.838961 [ 21 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:06.839016 [ 21 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:06.839087 [ 21 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:06.839150 [ 21 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:06.839204 [ 21 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:06.839391 [ 21 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:06.840361 [ 33 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:06.840469 [ 33 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:06.840554 [ 33 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:06.840610 [ 33 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:06.840654 [ 33 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:06.840697 [ 33 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:06.840763 [ 33 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:06.840813 [ 33 ] {} <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.037529 [ 47 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:07.037651 [ 47 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:07.037754 [ 47 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:07.339766 [ 50 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:07.339904 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:07.339960 [ 50 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:07.340011 [ 50 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:07.340092 [ 50 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:07.340155 [ 50 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:07.340205 [ 50 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:07.340383 [ 50 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:07.341356 [ 54 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:07.341454 [ 54 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:07.341533 [ 54 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:07.341585 [ 54 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:07.341651 [ 54 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:07.341726 [ 54 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:07.341788 [ 54 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:07.341844 [ 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:07.588056 [ 19 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:07.588181 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:07.588238 [ 19 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:07.840693 [ 60 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:07.840825 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:07.840875 [ 60 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:07.840925 [ 60 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:07.840989 [ 60 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:07.841050 [ 60 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:07.841099 [ 60 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:07.841263 [ 60 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:07.842253 [ 36 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:07.842356 [ 36 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:07.842446 [ 36 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:07.842503 [ 36 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:07.842545 [ 36 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:07.842594 [ 36 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:07.842653 [ 36 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:07.842700 [ 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:08.138513 [ 67 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:08.138667 [ 67 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:08.138730 [ 67 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:08.341563 [ 52 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:08.341756 [ 52 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:08.341818 [ 52 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:08.341870 [ 52 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:08.341936 [ 52 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:08.341997 [ 52 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:08.342047 [ 52 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:08.342227 [ 52 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:08.343278 [ 66 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:08.343419 [ 66 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:08.343529 [ 66 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:08.343608 [ 66 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:08.343649 [ 66 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:08.343693 [ 66 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:08.343748 [ 66 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:08.343798 [ 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:08.689038 [ 18 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:08.689189 [ 18 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:08.689249 [ 18 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:08.842468 [ 34 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:08.842607 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:08.842661 [ 34 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:08.842719 [ 34 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:08.842787 [ 34 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:08.842847 [ 34 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:08.842918 [ 34 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:08.843089 [ 34 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:08.844116 [ 64 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:08.844243 [ 64 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:08.844338 [ 64 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:08.844398 [ 64 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:08.844441 [ 64 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:08.844486 [ 64 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:08.844543 [ 64 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:08.844592 [ 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:09.239615 [ 65 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:09.239765 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:09.239826 [ 65 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:09.343427 [ 30 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:09.343561 [ 30 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:09.343615 [ 30 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:09.343685 [ 30 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:09.343750 [ 30 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:09.343816 [ 30 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:09.343868 [ 30 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:09.344050 [ 30 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:09.345152 [ 17 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:09.345264 [ 17 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:09.345344 [ 17 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:09.345397 [ 17 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:09.345439 [ 17 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:09.345488 [ 17 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:09.345540 [ 17 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:09.345590 [ 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:09.790136 [ 48 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:09.790273 [ 48 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:09.790339 [ 48 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:09.844302 [ 38 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:09.844431 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:09.844481 [ 38 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:09.844531 [ 38 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:09.844590 [ 38 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:09.844659 [ 38 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:09.844709 [ 38 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:09.844868 [ 38 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:09.845931 [ 23 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:09.846041 [ 23 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:09.846123 [ 23 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:09.846178 [ 23 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:09.846223 [ 23 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:09.846269 [ 23 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:09.846322 [ 23 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:09.846370 [ 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:10.340686 [ 27 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:10.340819 [ 27 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:10.340880 [ 27 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:10.345114 [ 41 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:10.345256 [ 41 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:10.345306 [ 41 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:10.345356 [ 41 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:10.345421 [ 41 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:10.345486 [ 41 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:10.345533 [ 41 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:10.345788 [ 41 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:10.346847 [ 43 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:10.346968 [ 43 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:10.347052 [ 43 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:10.347119 [ 43 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:10.347160 [ 43 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:10.347204 [ 43 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:10.347257 [ 43 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:10.347309 [ 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:10.846045 [ 14 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:10.846167 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:10.846223 [ 14 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:10.846272 [ 14 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:10.846336 [ 14 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:10.846411 [ 14 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:10.846462 [ 14 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:10.846639 [ 14 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:10.847728 [ 63 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:10.847856 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:10.847947 [ 63 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:10.848011 [ 63 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:10.848055 [ 63 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:10.848099 [ 63 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:10.848155 [ 63 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:10.848205 [ 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:10.891136 [ 28 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:10.891264 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:10.891323 [ 28 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:11.346889 [ 42 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:11.347025 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:11.347080 [ 42 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:11.347129 [ 42 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:11.347191 [ 42 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:11.347249 [ 42 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:11.347298 [ 42 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:11.347468 [ 42 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:11.348521 [ 35 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:11.348638 [ 35 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:11.348730 [ 35 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:11.348788 [ 35 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:11.348830 [ 35 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:11.348874 [ 35 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:11.348929 [ 35 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:11.348979 [ 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:11.441584 [ 40 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:11.441738 [ 40 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:11.441802 [ 40 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:11.847856 [ 39 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:11.847996 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:11.848054 [ 39 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:11.848108 [ 39 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:11.848175 [ 39 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:11.848254 [ 39 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:11.848308 [ 39 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:11.848497 [ 39 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:11.849445 [ 53 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:11.849544 [ 53 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:11.849627 [ 53 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:11.849900 [ 53 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:11.849955 [ 53 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:11.850005 [ 53 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:11.850070 [ 53 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:11.850127 [ 53 ] {} <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.992121 [ 25 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:11.992264 [ 25 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:11.992321 [ 25 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:12.348786 [ 37 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:12.348950 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:12.349008 [ 37 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:12.349063 [ 37 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:12.349137 [ 37 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:12.349201 [ 37 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:12.349254 [ 37 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:12.349434 [ 37 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:12.350518 [ 57 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:12.350644 [ 57 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:12.350731 [ 57 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:12.350796 [ 57 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:12.350838 [ 57 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:12.350883 [ 57 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:12.350940 [ 57 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:12.350989 [ 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:12.542656 [ 15 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:12.542803 [ 15 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:12.542863 [ 15 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:12.849764 [ 46 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:12.849918 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:12.849980 [ 46 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:12.850040 [ 46 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:12.850124 [ 46 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:12.850199 [ 46 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:12.850258 [ 46 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:12.850454 [ 46 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:12.851558 [ 58 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:12.851682 [ 58 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:12.851777 [ 58 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:12.851839 [ 58 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:12.851891 [ 58 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:12.851937 [ 58 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:12.852006 [ 58 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:12.852059 [ 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:13.093244 [ 61 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:13.093421 [ 61 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:13.093496 [ 61 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:13.350760 [ 44 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:13.350907 [ 44 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:13.350965 [ 44 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:13.351027 [ 44 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:13.351097 [ 44 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:13.351165 [ 44 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:13.351218 [ 44 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:13.351394 [ 44 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:13.352557 [ 31 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:13.352679 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:13.352765 [ 31 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:13.352823 [ 31 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:13.352867 [ 31 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:13.352914 [ 31 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:13.352976 [ 31 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:13.353027 [ 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:13.643826 [ 21 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:13.643968 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:13.644030 [ 21 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:13.851709 [ 24 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:13.851841 [ 24 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:13.851905 [ 24 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:13.851959 [ 24 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:13.852026 [ 24 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:13.852087 [ 24 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:13.852140 [ 24 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:13.853214 [ 24 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:13.853363 [ 24 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:13.853439 [ 24 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:13.853508 [ 24 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:13.853577 [ 24 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:13.853615 [ 24 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:13.853662 [ 24 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:13.853784 [ 24 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:13.853840 [ 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:14.194302 [ 47 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:14.194437 [ 47 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:14.194508 [ 47 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:14.353468 [ 54 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:14.353602 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:14.353655 [ 54 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:14.353745 [ 54 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:14.353820 [ 54 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:14.353898 [ 54 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:14.353956 [ 54 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:14.354141 [ 54 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:14.355267 [ 19 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:14.355398 [ 19 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:14.355494 [ 19 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:14.355552 [ 19 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:14.355597 [ 19 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:14.355642 [ 19 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:14.355701 [ 19 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:14.355752 [ 19 ] {} <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.744740 [ 60 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:14.744867 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:14.744925 [ 60 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:14.854383 [ 36 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:14.854526 [ 36 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:14.854583 [ 36 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:14.854639 [ 36 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:14.854708 [ 36 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:14.854782 [ 36 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:14.854851 [ 36 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:14.855031 [ 36 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:14.856128 [ 67 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:14.856233 [ 67 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:14.856312 [ 67 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:14.856369 [ 67 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:14.856411 [ 67 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:14.856462 [ 67 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:14.856517 [ 67 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:14.856566 [ 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:15.295307 [ 45 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:15.295446 [ 45 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:15.295505 [ 45 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:15.355376 [ 66 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:15.355522 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:15.355572 [ 66 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:15.355662 [ 66 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:15.355734 [ 66 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:15.355798 [ 66 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:15.355850 [ 66 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:15.356023 [ 66 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:15.357112 [ 18 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:15.357218 [ 18 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:15.357302 [ 18 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:15.357356 [ 18 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:15.357399 [ 18 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:15.357442 [ 18 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:15.357502 [ 18 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:15.357552 [ 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:15.845881 [ 13 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:15.846027 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:15.846097 [ 13 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:15.856273 [ 64 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:15.856382 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:15.856439 [ 64 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:15.856496 [ 64 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:15.856568 [ 64 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:15.856636 [ 64 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:15.856689 [ 64 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:15.856891 [ 64 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:15.857943 [ 65 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:15.858072 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:15.858156 [ 65 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:15.858222 [ 65 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:15.858263 [ 65 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:15.858321 [ 65 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:15.858380 [ 65 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:15.858432 [ 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:16.357261 [ 22 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:16.357398 [ 22 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:16.357452 [ 22 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:16.357504 [ 22 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:16.357567 [ 22 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:16.357628 [ 22 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:16.357741 [ 22 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:16.357921 [ 22 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:16.358886 [ 17 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:16.358987 [ 17 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:16.359074 [ 17 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:16.359143 [ 17 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:16.359186 [ 17 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:16.359233 [ 17 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:16.359285 [ 17 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:16.359335 [ 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:16.396420 [ 38 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:16.396535 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:16.396594 [ 38 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:16.858237 [ 51 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:16.858377 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:16.858756 [ 51 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:16.858822 [ 51 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:16.858889 [ 51 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:16.858949 [ 51 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:16.858998 [ 51 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:16.859182 [ 51 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:16.860177 [ 23 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:16.860291 [ 23 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:16.860377 [ 23 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:16.860431 [ 23 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:16.860472 [ 23 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:16.860515 [ 23 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:16.860569 [ 23 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:16.860618 [ 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:16.946827 [ 41 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:16.946950 [ 41 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:16.947008 [ 41 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:17.359504 [ 20 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:17.359638 [ 20 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:17.359695 [ 20 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:17.359747 [ 20 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:17.359820 [ 20 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:17.359880 [ 20 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:17.359931 [ 20 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:17.360106 [ 20 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:17.361057 [ 43 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:17.361149 [ 43 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:17.361227 [ 43 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:17.361279 [ 43 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:17.361319 [ 43 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:17.361362 [ 43 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:17.361422 [ 43 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:17.361467 [ 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:17.497386 [ 32 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:17.497522 [ 32 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:17.497580 [ 32 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:17.860451 [ 63 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:17.860601 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:17.860660 [ 63 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:17.860722 [ 63 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:17.860795 [ 63 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:17.860862 [ 63 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:17.860919 [ 63 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:17.861115 [ 63 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:17.862283 [ 28 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:17.862419 [ 28 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:17.862506 [ 28 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:17.862563 [ 28 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:17.862624 [ 28 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:17.862671 [ 28 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:17.862729 [ 28 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:17.862779 [ 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:18.047866 [ 55 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:18.048017 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:18.048081 [ 55 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:18.361440 [ 35 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:18.361596 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:18.361655 [ 35 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:18.361742 [ 35 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:18.361818 [ 35 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:18.361890 [ 35 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:18.361944 [ 35 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:18.362131 [ 35 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:18.363136 [ 40 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:18.363225 [ 40 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:18.363302 [ 40 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:18.363356 [ 40 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:18.363396 [ 40 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:18.363437 [ 40 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:18.363489 [ 40 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:18.363561 [ 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:18.598396 [ 59 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:18.598540 [ 59 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:18.598608 [ 59 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:18.862475 [ 53 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:18.862621 [ 53 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:18.862678 [ 53 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:18.862738 [ 53 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:18.862813 [ 53 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:18.862876 [ 53 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:18.862941 [ 53 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:18.863107 [ 53 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:18.864166 [ 25 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:18.864305 [ 25 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:18.864398 [ 25 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:18.864462 [ 25 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:18.864513 [ 25 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:18.864562 [ 25 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:18.864624 [ 25 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:18.864691 [ 25 ] {} <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.148874 [ 16 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:19.149004 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:19.149060 [ 16 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:19.363409 [ 57 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:19.363547 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:19.363602 [ 57 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:19.363649 [ 57 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:19.363720 [ 57 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:19.363786 [ 57 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:19.363835 [ 57 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:19.364012 [ 57 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:19.365197 [ 15 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:19.365324 [ 15 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:19.365416 [ 15 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:19.365478 [ 15 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:19.365524 [ 15 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:19.365583 [ 15 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:19.365639 [ 15 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:19.365724 [ 15 ] {} <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.699371 [ 49 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:19.699509 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:19.699569 [ 49 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:19.864255 [ 58 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:19.864383 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:19.864448 [ 58 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:19.864501 [ 58 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:19.864573 [ 58 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:19.864639 [ 58 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:19.864700 [ 58 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:19.864862 [ 58 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:19.865965 [ 61 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:19.866086 [ 61 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:19.866175 [ 61 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:19.866231 [ 61 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:19.866274 [ 61 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:19.866319 [ 61 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:19.866374 [ 61 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:19.866423 [ 61 ] {} <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.249871 [ 26 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:20.249993 [ 26 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:20.250051 [ 26 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:20.365181 [ 56 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:20.365324 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:20.365378 [ 56 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:20.365430 [ 56 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:20.365496 [ 56 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:20.365556 [ 56 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:20.365606 [ 56 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:20.365846 [ 56 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:20.366889 [ 29 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:20.367005 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:20.367088 [ 29 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:20.367143 [ 29 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:20.367188 [ 29 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:20.367231 [ 29 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:20.367295 [ 29 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:20.367345 [ 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:20.800308 [ 21 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:20.800453 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:20.800512 [ 21 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:20.866104 [ 50 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:20.866239 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:20.866294 [ 50 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:20.866378 [ 50 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:20.866456 [ 50 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:20.866522 [ 50 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:20.866576 [ 50 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:20.866762 [ 50 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:20.867899 [ 33 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:20.868021 [ 33 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:20.868111 [ 33 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:20.868166 [ 33 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:20.868208 [ 33 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:20.868253 [ 33 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:20.868309 [ 33 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:20.868359 [ 33 ] {} <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.350817 [ 24 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:21.350964 [ 24 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:21.351035 [ 24 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:21.367038 [ 47 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:21.367185 [ 47 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:21.367237 [ 47 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:21.367290 [ 47 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:21.367353 [ 47 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:21.367417 [ 47 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:21.367468 [ 47 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:21.367649 [ 47 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:21.368661 [ 68 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:21.368796 [ 68 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:21.368876 [ 68 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:21.368930 [ 68 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:21.368989 [ 68 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:21.369034 [ 68 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:21.369092 [ 68 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:21.369141 [ 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:21.867948 [ 19 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:21.868454 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:21.868512 [ 19 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:21.868565 [ 19 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:21.868649 [ 19 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:21.868728 [ 19 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:21.868781 [ 19 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:21.868962 [ 19 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:21.870081 [ 60 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:21.870204 [ 60 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:21.870297 [ 60 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:21.870355 [ 60 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:21.870399 [ 60 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:21.870446 [ 60 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:21.870505 [ 60 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:21.870554 [ 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:21.901239 [ 52 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:21.901356 [ 52 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:21.901413 [ 52 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:22.369272 [ 67 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:22.369404 [ 67 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:22.369459 [ 67 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:22.369511 [ 67 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:22.369578 [ 67 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:22.369652 [ 67 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:22.369726 [ 67 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:22.369904 [ 67 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:22.370942 [ 45 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:22.371041 [ 45 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:22.371129 [ 45 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:22.371183 [ 45 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:22.371224 [ 45 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:22.371277 [ 45 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:22.371331 [ 45 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:22.371382 [ 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:22.451771 [ 34 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:22.451916 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:22.451975 [ 34 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:22.870230 [ 18 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:22.870374 [ 18 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:22.870434 [ 18 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:22.870505 [ 18 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:22.870579 [ 18 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:22.870654 [ 18 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:22.870708 [ 18 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:22.870896 [ 18 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:22.872006 [ 13 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:22.872144 [ 13 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:22.872228 [ 13 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:22.872289 [ 13 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:22.872329 [ 13 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:22.872373 [ 13 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:22.872430 [ 13 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:22.872486 [ 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:23.002243 [ 30 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:23.002377 [ 30 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:23.002438 [ 30 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:23.371190 [ 65 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:23.371321 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:23.371379 [ 65 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:23.371429 [ 65 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:23.371493 [ 65 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:23.371551 [ 65 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:23.371601 [ 65 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:23.371777 [ 65 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:23.372827 [ 65 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:23.372924 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:23.373000 [ 65 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:23.373068 [ 65 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:23.373109 [ 65 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:23.373152 [ 65 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:23.373205 [ 65 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:23.373253 [ 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:23.552708 [ 51 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:23.552847 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:23.552905 [ 51 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:23.872075 [ 27 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:23.872223 [ 27 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:23.872275 [ 27 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:23.872326 [ 27 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:23.872390 [ 27 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:23.872461 [ 27 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:23.872510 [ 27 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:23.872684 [ 27 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:23.873786 [ 23 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:23.873891 [ 23 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:23.873971 [ 23 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:23.874023 [ 23 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:23.874064 [ 23 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:23.874126 [ 23 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:23.874179 [ 23 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:23.874228 [ 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:24.103152 [ 20 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:24.103287 [ 20 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:24.103349 [ 20 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:24.372990 [ 14 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:24.373114 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:24.373171 [ 14 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:24.373221 [ 14 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:24.373287 [ 14 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:24.373345 [ 14 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:24.373394 [ 14 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:24.373559 [ 14 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:24.374685 [ 43 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:24.374785 [ 43 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:24.374872 [ 43 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:24.374937 [ 43 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:24.374986 [ 43 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:24.375027 [ 43 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:24.375075 [ 43 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:24.375125 [ 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:24.653669 [ 42 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:24.653838 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:24.653896 [ 42 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:24.873955 [ 63 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:24.874102 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:24.874162 [ 63 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:24.874220 [ 63 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:24.874298 [ 63 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:24.874377 [ 63 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:24.874432 [ 63 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:24.874628 [ 63 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:24.875822 [ 28 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:24.875953 [ 28 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:24.876049 [ 28 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:24.876122 [ 28 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:24.876172 [ 28 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:24.876222 [ 28 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:24.876285 [ 28 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:24.876343 [ 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.204238 [ 39 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:25.204376 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:25.204437 [ 39 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:25.374996 [ 35 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:25.375132 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:25.375187 [ 35 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:25.375244 [ 35 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:25.375320 [ 35 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:25.375382 [ 35 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:25.375433 [ 35 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:25.375624 [ 35 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:25.376757 [ 40 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:25.376863 [ 40 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:25.376948 [ 40 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:25.377002 [ 40 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:25.377041 [ 40 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:25.377087 [ 40 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:25.377144 [ 40 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:25.377193 [ 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:25.754794 [ 53 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:25.754940 [ 53 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:25.755000 [ 53 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:25.875968 [ 37 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:25.876100 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:25.876155 [ 37 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:25.876217 [ 37 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:25.876301 [ 37 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:25.876363 [ 37 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:25.876414 [ 37 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:25.876589 [ 37 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:25.877712 [ 25 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:25.877862 [ 25 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:25.877954 [ 25 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:25.878013 [ 25 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:25.878055 [ 25 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:25.878102 [ 25 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:25.878159 [ 25 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:25.878212 [ 25 ] {} <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.305256 [ 46 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:26.305365 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:26.305420 [ 46 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:26.376884 [ 57 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:26.377004 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:26.377065 [ 57 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:26.377123 [ 57 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:26.377195 [ 57 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:26.377262 [ 57 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:26.377318 [ 57 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:26.377503 [ 57 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:26.378627 [ 15 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:26.378758 [ 15 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:26.378852 [ 15 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:26.378925 [ 15 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:26.378966 [ 15 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:26.379012 [ 15 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:26.379074 [ 15 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:26.379123 [ 15 ] {} <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.855690 [ 44 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:26.855838 [ 44 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:26.855896 [ 44 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:26.877830 [ 58 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:26.877962 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:26.878013 [ 58 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:26.878065 [ 58 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:26.878133 [ 58 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:26.878198 [ 58 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:26.878247 [ 58 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:26.878420 [ 58 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:26.879429 [ 61 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:26.879542 [ 61 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:26.879627 [ 61 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:26.879694 [ 61 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:26.879734 [ 61 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:26.879777 [ 61 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:26.879844 [ 61 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:26.879902 [ 61 ] {} <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.378654 [ 56 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:27.378794 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:27.378847 [ 56 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:27.378900 [ 56 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:27.378967 [ 56 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:27.379039 [ 56 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:27.379093 [ 56 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:27.379260 [ 56 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:27.380390 [ 31 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:27.380517 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:27.380607 [ 31 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:27.380666 [ 31 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:27.380709 [ 31 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:27.380757 [ 31 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:27.380817 [ 31 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:27.380866 [ 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:27.406144 [ 21 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:27.406273 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:27.406348 [ 21 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:27.879509 [ 50 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:27.879646 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:27.879697 [ 50 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:27.879749 [ 50 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:27.879812 [ 50 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:27.879879 [ 50 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:27.879927 [ 50 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:27.880121 [ 50 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:27.881131 [ 62 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:27.881255 [ 62 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:27.881339 [ 62 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:27.881397 [ 62 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:27.881437 [ 62 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:27.881481 [ 62 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:27.881541 [ 62 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:27.881590 [ 62 ] {} <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.956695 [ 24 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:27.956867 [ 24 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:27.956926 [ 24 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:28.380384 [ 47 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:28.380517 [ 47 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:28.380582 [ 47 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:28.380631 [ 47 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:28.380709 [ 47 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:28.380768 [ 47 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:28.380819 [ 47 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:28.381006 [ 47 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:28.382182 [ 54 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:28.382319 [ 54 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:28.382418 [ 54 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:28.382483 [ 54 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:28.382530 [ 54 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:28.382582 [ 54 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:28.382647 [ 54 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:28.382704 [ 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:28.507194 [ 19 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:28.507317 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:28.507373 [ 19 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:28.881299 [ 36 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:28.881437 [ 36 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:28.881496 [ 36 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:28.881549 [ 36 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:28.881616 [ 36 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:28.881698 [ 36 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:28.881752 [ 36 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:28.881940 [ 36 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:28.882924 [ 60 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:28.883028 [ 60 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:28.883108 [ 60 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:28.883161 [ 60 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:28.883200 [ 60 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:28.883245 [ 60 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:28.883297 [ 60 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:28.883357 [ 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:29.057660 [ 67 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:29.057846 [ 67 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:29.057904 [ 67 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:29.218150 [ 66 ] {} <Information> RaftInstance: resp of req 3 -> 1, type append_entries_request, failed to connect to peer 1, node1:44444, error 110
2021.02.04 22:48:29.218277 [ 66 ] {} <Error> RaftInstance: peer (1) response error: failed to connect to peer 1, node1:44444, error 110
2021.02.04 22:48:29.218388 [ 66 ] {} <Error> RaftInstance: [EDGE CASE] RPC for 1 has been reset before returning error: current 0x7b5400003718 (10), from parameter 0x7b540019ff18 (6)
2021.02.04 22:48:29.218487 [ 66 ] {} <Information> RaftInstance: asio client destroyed: 0x7b540019ff18
2021.02.04 22:48:29.382171 [ 45 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:29.382305 [ 45 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:29.382359 [ 45 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:29.382420 [ 45 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:29.382483 [ 45 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:29.382545 [ 45 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:29.382594 [ 45 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:29.382764 [ 45 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:29.383740 [ 34 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:29.383871 [ 34 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:29.383959 [ 34 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:29.384016 [ 34 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:29.384060 [ 34 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:29.384106 [ 34 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:29.384165 [ 34 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:29.384215 [ 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:29.608151 [ 64 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:29.608285 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:29.608341 [ 64 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:29.883048 [ 13 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:29.883189 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:29.883243 [ 13 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:29.883295 [ 13 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:29.883361 [ 13 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:29.883421 [ 13 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:29.883470 [ 13 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:29.883650 [ 13 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:29.884781 [ 30 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:29.884926 [ 30 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:29.885091 [ 30 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:29.885158 [ 30 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:29.885209 [ 30 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:29.885262 [ 30 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:29.885327 [ 30 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:29.885389 [ 30 ] {} <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.208676 [ 22 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:30.208833 [ 22 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:30.208912 [ 22 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:30.384050 [ 38 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:30.384190 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:30.384247 [ 38 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:30.384302 [ 38 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:30.384371 [ 38 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:30.384443 [ 38 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:30.384500 [ 38 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:30.384680 [ 38 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:30.385987 [ 48 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:30.386100 [ 48 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:30.386192 [ 48 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:30.386250 [ 48 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:30.386297 [ 48 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:30.386347 [ 48 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:30.386404 [ 48 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:30.386458 [ 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:30.809221 [ 51 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:30.809364 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:30.809422 [ 51 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:30.884925 [ 27 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:30.885053 [ 27 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:30.885107 [ 27 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:30.885157 [ 27 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:30.885222 [ 27 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:30.885279 [ 27 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:30.885331 [ 27 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:30.885510 [ 27 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:30.886650 [ 41 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:30.886786 [ 41 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:30.886885 [ 41 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:30.886942 [ 41 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:30.886985 [ 41 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:30.887031 [ 41 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:30.887090 [ 41 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:30.887146 [ 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:31.385883 [ 20 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:31.386018 [ 20 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:31.386073 [ 20 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:31.386127 [ 20 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:31.386195 [ 20 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:31.386259 [ 20 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:31.386313 [ 20 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:31.386489 [ 20 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:31.387557 [ 32 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:31.387695 [ 32 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:31.387776 [ 32 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:31.387850 [ 32 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:31.387889 [ 32 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:31.387935 [ 32 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:31.387995 [ 32 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:31.388045 [ 32 ] {} <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.409788 [ 43 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:31.409911 [ 43 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:31.409967 [ 43 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:31.886805 [ 42 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:31.887265 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:31.887341 [ 42 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:31.887397 [ 42 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:31.887465 [ 42 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:31.887523 [ 42 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:31.887575 [ 42 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:31.887752 [ 42 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:31.888917 [ 63 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:31.889042 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:31.889134 [ 63 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:31.889209 [ 63 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:31.889252 [ 63 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:31.889305 [ 63 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:31.889361 [ 63 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:31.889417 [ 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:32.010232 [ 28 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:32.010359 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:32.010416 [ 28 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:32.388015 [ 39 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:32.388155 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:32.388205 [ 39 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:32.388262 [ 39 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:32.388327 [ 39 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:32.388385 [ 39 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:32.388439 [ 39 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:32.388631 [ 39 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:32.389712 [ 35 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:32.389852 [ 35 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:32.389940 [ 35 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:32.389999 [ 35 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:32.390043 [ 35 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:32.390092 [ 35 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:32.390148 [ 35 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:32.390198 [ 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:32.610723 [ 40 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:32.610871 [ 40 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:32.610931 [ 40 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:32.888960 [ 53 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:32.889101 [ 53 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:32.889168 [ 53 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:32.889218 [ 53 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:32.889281 [ 53 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:32.889342 [ 53 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:32.889391 [ 53 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:32.889564 [ 53 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:32.890714 [ 37 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:32.890833 [ 37 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:32.890922 [ 37 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:32.890996 [ 37 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:32.891051 [ 37 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:32.891095 [ 37 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:32.891168 [ 37 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:32.891221 [ 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:33.211262 [ 25 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:33.211400 [ 25 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:33.211465 [ 25 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:33.389913 [ 46 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:33.390052 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:33.390106 [ 46 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:33.390160 [ 46 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:33.390223 [ 46 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:33.390285 [ 46 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:33.390339 [ 46 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:33.390529 [ 46 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:33.391727 [ 57 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:33.391853 [ 57 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:33.391966 [ 57 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:33.392044 [ 57 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:33.392100 [ 57 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:33.392154 [ 57 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:33.392220 [ 57 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:33.392280 [ 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:33.811841 [ 15 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:33.811969 [ 15 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:33.812034 [ 15 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:33.890796 [ 44 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:33.890950 [ 44 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:33.891012 [ 44 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:33.891064 [ 44 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:33.891128 [ 44 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:33.891190 [ 44 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:33.891250 [ 44 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:33.891451 [ 44 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:33.892495 [ 58 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:33.892608 [ 58 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:33.892694 [ 58 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:33.892752 [ 58 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:33.892794 [ 58 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:33.892839 [ 58 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:33.892908 [ 58 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:33.892964 [ 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:34.391678 [ 61 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:34.391821 [ 61 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:34.391876 [ 61 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:34.391927 [ 61 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:34.391994 [ 61 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:34.392055 [ 61 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:34.392104 [ 61 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:34.392286 [ 61 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:34.393176 [ 56 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:34.393284 [ 56 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:34.393363 [ 56 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:34.393418 [ 56 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:34.393458 [ 56 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:34.393498 [ 56 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:34.393549 [ 56 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:34.393597 [ 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:34.412278 [ 29 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:34.412389 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:34.412449 [ 29 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:34.892539 [ 21 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:34.892676 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:34.892738 [ 21 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:34.892792 [ 21 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:34.892871 [ 21 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:34.892936 [ 21 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:34.892986 [ 21 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:34.893160 [ 21 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:34.894205 [ 50 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:34.894333 [ 50 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:34.894416 [ 50 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:34.894480 [ 50 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:34.894520 [ 50 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:34.894565 [ 50 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:34.894622 [ 50 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:34.894672 [ 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:35.012694 [ 62 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:35.012828 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:35.012886 [ 62 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:35.393421 [ 24 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:35.393566 [ 24 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:35.393630 [ 24 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:35.393721 [ 24 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:35.393794 [ 24 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:35.393869 [ 24 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:35.393923 [ 24 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:35.394096 [ 24 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:35.395191 [ 68 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:35.395295 [ 68 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:35.395374 [ 68 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:35.395430 [ 68 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:35.395469 [ 68 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:35.395512 [ 68 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:35.395567 [ 68 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:35.395615 [ 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:35.613213 [ 54 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:35.613349 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:35.613407 [ 54 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:35.894368 [ 19 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:35.894501 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:35.894552 [ 19 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:35.894602 [ 19 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:35.894667 [ 19 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:35.894724 [ 19 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:35.894778 [ 19 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:35.894963 [ 19 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:35.895941 [ 36 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:35.896069 [ 36 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:35.896164 [ 36 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:35.896224 [ 36 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:35.896267 [ 36 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:35.896316 [ 36 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:35.896375 [ 36 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:35.896426 [ 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:36.213755 [ 60 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:36.213905 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:36.213964 [ 60 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:36.395270 [ 67 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:36.395410 [ 67 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:36.395464 [ 67 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:36.395515 [ 67 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:36.395581 [ 67 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:36.395647 [ 67 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:36.395695 [ 67 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:36.395873 [ 67 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:36.396990 [ 66 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:36.397106 [ 66 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:36.397190 [ 66 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:36.397245 [ 66 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:36.397286 [ 66 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:36.397330 [ 66 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:36.397390 [ 66 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:36.397439 [ 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:36.814280 [ 18 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:36.814437 [ 18 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:36.814498 [ 18 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:36.896240 [ 34 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:36.896396 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:36.896865 [ 34 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:36.896922 [ 34 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:36.896991 [ 34 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:36.897053 [ 34 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:36.897111 [ 34 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:36.897296 [ 34 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:36.898402 [ 64 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:36.898537 [ 64 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:36.898631 [ 64 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:36.898694 [ 64 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:36.898742 [ 64 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:36.898792 [ 64 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:36.898856 [ 64 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:36.898922 [ 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:37.397732 [ 17 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:37.397879 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:37.397935 [ 17 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:37.397988 [ 17 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:37.398061 [ 17 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:37.398121 [ 17 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:37.398172 [ 17 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:37.398379 [ 17 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:37.399461 [ 30 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:37.399571 [ 30 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:37.399663 [ 30 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:37.399718 [ 30 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:37.399759 [ 30 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:37.399800 [ 30 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:37.399850 [ 30 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:37.399897 [ 30 ] {} <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.414698 [ 38 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:37.414800 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:37.414873 [ 38 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:37.898628 [ 65 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:37.898756 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:37.898809 [ 65 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:37.898864 [ 65 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:37.898940 [ 65 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:37.898997 [ 65 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:37.899046 [ 65 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:37.899206 [ 65 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:37.900263 [ 51 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:37.900400 [ 51 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:37.900502 [ 51 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:37.900559 [ 51 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:37.900597 [ 51 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:37.900641 [ 51 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:37.900697 [ 51 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:37.900746 [ 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:38.015216 [ 23 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:38.015350 [ 23 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:38.015410 [ 23 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:38.399604 [ 41 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:38.399772 [ 41 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:38.399847 [ 41 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:38.399904 [ 41 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:38.399976 [ 41 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:38.400050 [ 41 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:38.400106 [ 41 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:38.400312 [ 41 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:38.401483 [ 20 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:38.401608 [ 20 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:38.401723 [ 20 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:38.401785 [ 20 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:38.401833 [ 20 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:38.401881 [ 20 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:38.401939 [ 20 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:38.401989 [ 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:38.615706 [ 32 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:38.615843 [ 32 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:38.615902 [ 32 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:38.900617 [ 43 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:38.900746 [ 43 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:38.900800 [ 43 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:38.900856 [ 43 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:38.900918 [ 43 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:38.900978 [ 43 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:38.901028 [ 43 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:38.901203 [ 43 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:38.902266 [ 55 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:38.902413 [ 55 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:38.902502 [ 55 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:38.902561 [ 55 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:38.902605 [ 55 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:38.902651 [ 55 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:38.902709 [ 55 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:38.902762 [ 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:39.216157 [ 63 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:39.216290 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:39.216348 [ 63 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:39.401555 [ 28 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:39.401748 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:39.401806 [ 28 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:39.401859 [ 28 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:39.401925 [ 28 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:39.402013 [ 28 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:39.402064 [ 28 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:39.402259 [ 28 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:39.403289 [ 39 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:39.403400 [ 39 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:39.403485 [ 39 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:39.403552 [ 39 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:39.403601 [ 39 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:39.403649 [ 39 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:39.403707 [ 39 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:39.403760 [ 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:39.816673 [ 35 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:39.816809 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:39.816869 [ 35 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:39.902504 [ 40 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:39.902645 [ 40 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:39.902699 [ 40 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:39.902751 [ 40 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:39.902817 [ 40 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:39.902878 [ 40 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:39.902932 [ 40 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:39.903110 [ 40 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:39.904209 [ 53 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:39.904334 [ 53 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:39.904417 [ 53 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:39.904476 [ 53 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:39.904517 [ 53 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:39.904563 [ 53 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:39.904622 [ 53 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:39.904673 [ 53 ] {} <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.403469 [ 37 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:40.403612 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:40.403665 [ 37 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:40.403718 [ 37 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:40.403783 [ 37 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:40.403844 [ 37 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:40.403898 [ 37 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:40.404111 [ 37 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:40.405287 [ 25 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:40.405429 [ 25 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:40.405518 [ 25 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:40.405578 [ 25 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:40.405622 [ 25 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:40.405712 [ 25 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:40.405783 [ 25 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:40.405841 [ 25 ] {} <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.417145 [ 49 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:40.417288 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:40.417349 [ 49 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:40.904392 [ 57 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:40.904529 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:40.904591 [ 57 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:40.904640 [ 57 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:40.904710 [ 57 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:40.904768 [ 57 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:40.904816 [ 57 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:40.905029 [ 57 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:40.906129 [ 15 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:40.906269 [ 15 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:40.906368 [ 15 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:40.906429 [ 15 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:40.906487 [ 15 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:40.906534 [ 15 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:40.906592 [ 15 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:40.906642 [ 15 ] {} <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.017629 [ 26 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:41.017805 [ 26 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:41.017862 [ 26 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:41.405276 [ 58 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:41.405392 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:41.405451 [ 58 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:41.405506 [ 58 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:41.405568 [ 58 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:41.405630 [ 58 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:41.405708 [ 58 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:41.405893 [ 58 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:41.406936 [ 61 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:41.407062 [ 61 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:41.407147 [ 61 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:41.407211 [ 61 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:41.407254 [ 61 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:41.407299 [ 61 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:41.407356 [ 61 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:41.407410 [ 61 ] {} <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.618191 [ 56 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:41.618348 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:41.618424 [ 56 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:41.906243 [ 29 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:41.906848 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:41.906935 [ 29 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:41.907014 [ 29 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:41.907101 [ 29 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:41.907174 [ 29 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:41.907240 [ 29 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:41.907426 [ 29 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:41.908475 [ 21 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:41.908603 [ 21 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:41.908694 [ 21 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:41.908756 [ 21 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:41.908800 [ 21 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:41.908847 [ 21 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:41.908907 [ 21 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:41.908958 [ 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:42.218757 [ 50 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:42.218905 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:42.218967 [ 50 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:42.407780 [ 62 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:42.407927 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:42.407983 [ 62 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:42.408037 [ 62 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:42.408104 [ 62 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:42.408166 [ 62 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:42.408222 [ 62 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:42.408402 [ 62 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:42.409473 [ 24 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:42.409571 [ 24 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:42.409650 [ 24 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:42.409751 [ 24 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:42.409801 [ 24 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:42.409850 [ 24 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:42.409913 [ 24 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:42.409970 [ 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:42.819285 [ 68 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:42.819411 [ 68 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:42.819471 [ 68 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:42.908692 [ 54 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:42.908836 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:42.908889 [ 54 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:42.908940 [ 54 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:42.909015 [ 54 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:42.909076 [ 54 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:42.909125 [ 54 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:42.909319 [ 54 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:42.910416 [ 52 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:42.910532 [ 52 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:42.910616 [ 52 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:42.910673 [ 52 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:42.910717 [ 52 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:42.910762 [ 52 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:42.910820 [ 52 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:42.910869 [ 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:43.409629 [ 36 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:43.409796 [ 36 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:43.409848 [ 36 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:43.409900 [ 36 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:43.409966 [ 36 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:43.410027 [ 36 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:43.410077 [ 36 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:43.410268 [ 36 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:43.411375 [ 60 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:43.411480 [ 60 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:43.411607 [ 60 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:43.411661 [ 60 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:43.411701 [ 60 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:43.411744 [ 60 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:43.411793 [ 60 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:43.411839 [ 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:43.419712 [ 45 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:43.419799 [ 45 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:43.419850 [ 45 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:43.910508 [ 66 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:43.910639 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:43.910695 [ 66 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:43.910749 [ 66 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:43.910813 [ 66 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:43.910899 [ 66 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:43.910949 [ 66 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:43.911112 [ 66 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:43.912042 [ 18 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:43.912141 [ 18 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:43.912235 [ 18 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:43.912296 [ 18 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:43.912335 [ 18 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:43.912390 [ 18 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:43.912442 [ 18 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:43.912489 [ 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:44.020161 [ 13 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:44.020307 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:44.020374 [ 13 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:44.411362 [ 64 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:44.411502 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:44.411553 [ 64 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:44.411603 [ 64 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:44.411667 [ 64 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:44.411730 [ 64 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:44.411778 [ 64 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:44.411964 [ 64 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:44.412969 [ 17 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:44.413091 [ 17 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:44.413183 [ 17 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:44.413244 [ 17 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:44.413285 [ 17 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:44.413332 [ 17 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:44.413391 [ 17 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:44.413441 [ 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:44.620638 [ 30 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:44.620763 [ 30 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:44.620822 [ 30 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:44.912204 [ 38 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:44.912336 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:44.912390 [ 38 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:44.912443 [ 38 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:44.912509 [ 38 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:44.912583 [ 38 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:44.912634 [ 38 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:44.912799 [ 38 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:44.913781 [ 27 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:44.913882 [ 27 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:44.913968 [ 27 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:44.914021 [ 27 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:44.914061 [ 27 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:44.914104 [ 27 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:44.914159 [ 27 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:44.914208 [ 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:45.221135 [ 48 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:45.221269 [ 48 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:45.221329 [ 48 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:45.413087 [ 51 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:45.413239 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:45.413302 [ 51 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:45.413362 [ 51 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:45.413436 [ 51 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:45.413502 [ 51 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:45.413558 [ 51 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:45.413790 [ 51 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:45.414999 [ 23 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:45.415124 [ 23 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:45.415213 [ 23 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:45.415272 [ 23 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:45.415315 [ 23 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:45.415361 [ 23 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:45.415417 [ 23 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:45.415474 [ 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:45.821739 [ 14 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:45.821905 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:45.821979 [ 14 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:45.914087 [ 20 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:45.914236 [ 20 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:45.914298 [ 20 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:45.914358 [ 20 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:45.914434 [ 20 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:45.914522 [ 20 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:45.914580 [ 20 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:45.914767 [ 20 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:45.915808 [ 32 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:45.915937 [ 32 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:45.916027 [ 32 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:45.916091 [ 32 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:45.916139 [ 32 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:45.916186 [ 32 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:45.916243 [ 32 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:45.916295 [ 32 ] {} <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.415108 [ 43 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:46.415254 [ 43 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:46.415310 [ 43 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:46.415363 [ 43 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:46.415429 [ 43 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:46.415492 [ 43 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:46.415544 [ 43 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:46.415724 [ 43 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:46.416791 [ 55 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:46.416924 [ 55 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:46.417012 [ 55 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:46.417070 [ 55 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:46.417123 [ 55 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:46.417173 [ 55 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:46.417229 [ 55 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:46.417278 [ 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:46.422209 [ 28 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:46.422319 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:46.422374 [ 28 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:46.916064 [ 59 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:46.916209 [ 59 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:46.916529 [ 59 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:46.916591 [ 59 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:46.916658 [ 59 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:46.916726 [ 59 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:46.916779 [ 59 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:46.916989 [ 59 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:46.918031 [ 39 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:46.918131 [ 39 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:46.918218 [ 39 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:46.918274 [ 39 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:46.918317 [ 39 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:46.918360 [ 39 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:46.918418 [ 39 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:46.918467 [ 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:47.022616 [ 40 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:47.022746 [ 40 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:47.022808 [ 40 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:47.417250 [ 16 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:47.417373 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:47.417426 [ 16 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:47.417479 [ 16 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:47.417545 [ 16 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:47.417613 [ 16 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:47.417712 [ 16 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:47.417887 [ 16 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:47.418933 [ 37 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:47.419037 [ 37 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:47.419127 [ 37 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:47.419198 [ 37 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:47.419241 [ 37 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:47.419284 [ 37 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:47.419344 [ 37 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:47.419392 [ 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:47.623109 [ 49 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:47.623245 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:47.623309 [ 49 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:47.918113 [ 57 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:47.918250 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:47.918301 [ 57 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:47.918351 [ 57 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:47.918412 [ 57 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:47.918468 [ 57 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:47.918514 [ 57 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:47.918719 [ 57 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:47.919786 [ 44 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:47.919895 [ 44 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:47.919970 [ 44 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:47.920029 [ 44 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:47.920067 [ 44 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:47.920109 [ 44 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:47.920161 [ 44 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:47.920208 [ 44 ] {} <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.223643 [ 26 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:48.223786 [ 26 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:48.223846 [ 26 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:48.418980 [ 58 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:48.419101 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:48.419154 [ 58 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:48.419204 [ 58 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:48.419273 [ 58 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:48.419332 [ 58 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:48.419391 [ 58 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:48.419574 [ 58 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:48.420575 [ 31 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:48.420675 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:48.420759 [ 31 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:48.420819 [ 31 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:48.420862 [ 31 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:48.420916 [ 31 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:48.420970 [ 31 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:48.421021 [ 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:48.824131 [ 56 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:48.824268 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:48.824333 [ 56 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:48.919808 [ 29 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:48.919945 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:48.919998 [ 29 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:48.920049 [ 29 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:48.920112 [ 29 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:48.920234 [ 29 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:48.920290 [ 29 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:48.920473 [ 29 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:48.921387 [ 33 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:48.921502 [ 33 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:48.921587 [ 33 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:48.921645 [ 33 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:48.921723 [ 33 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:48.921770 [ 33 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:48.921827 [ 33 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:48.921876 [ 33 ] {} <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.420740 [ 50 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:49.420883 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:49.420937 [ 50 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:49.420989 [ 50 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:49.421051 [ 50 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:49.421111 [ 50 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:49.421160 [ 50 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:49.421342 [ 50 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:49.422526 [ 62 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:49.422675 [ 62 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:49.422765 [ 62 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:49.422827 [ 62 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:49.422868 [ 62 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:49.422915 [ 62 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:49.422974 [ 62 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:49.423024 [ 62 ] {} <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.424596 [ 24 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:49.424703 [ 24 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:49.424760 [ 24 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:49.921774 [ 68 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:49.921937 [ 68 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:49.922000 [ 68 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:49.922060 [ 68 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:49.922137 [ 68 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:49.922207 [ 68 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:49.922269 [ 68 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:49.922456 [ 68 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:49.923490 [ 54 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:49.923605 [ 54 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:49.923695 [ 54 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:49.923769 [ 54 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:49.923809 [ 54 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:49.923853 [ 54 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:49.923906 [ 54 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:49.923955 [ 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:50.025091 [ 52 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:50.025229 [ 52 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:50.025287 [ 52 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:50.422760 [ 36 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:50.422915 [ 36 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:50.422975 [ 36 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:50.423031 [ 36 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:50.423117 [ 36 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:50.423187 [ 36 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:50.423242 [ 36 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:50.423445 [ 36 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:50.424574 [ 67 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:50.424691 [ 67 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:50.424785 [ 67 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:50.424851 [ 67 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:50.424899 [ 67 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:50.424947 [ 67 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:50.425010 [ 67 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:50.425068 [ 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:50.625582 [ 45 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:50.625768 [ 45 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:50.625829 [ 45 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:50.923712 [ 66 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:50.923856 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:50.923913 [ 66 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:50.923972 [ 66 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:50.924041 [ 66 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:50.924103 [ 66 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:50.924156 [ 66 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:50.924337 [ 66 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:50.925397 [ 34 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:50.925501 [ 34 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:50.925588 [ 34 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:50.925644 [ 34 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:50.925727 [ 34 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:50.925773 [ 34 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:50.925829 [ 34 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:50.925880 [ 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:51.226096 [ 13 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:51.226250 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:51.226313 [ 13 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:51.424559 [ 64 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:51.424694 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:51.424747 [ 64 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:51.424800 [ 64 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:51.424869 [ 64 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:51.424929 [ 64 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:51.424977 [ 64 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:51.425154 [ 64 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:51.426260 [ 22 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:51.426381 [ 22 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:51.426490 [ 22 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:51.426552 [ 22 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:51.426606 [ 22 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:51.426656 [ 22 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:51.426718 [ 22 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:51.426772 [ 22 ] {} <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.826656 [ 30 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:51.826804 [ 30 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:51.826876 [ 30 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:51.925455 [ 38 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:51.925625 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:51.926312 [ 38 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:51.926375 [ 38 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:51.926453 [ 38 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:51.926525 [ 38 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:51.926580 [ 38 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:51.926756 [ 38 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:51.927843 [ 65 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:51.927946 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:51.928038 [ 65 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:51.928090 [ 65 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:51.928150 [ 65 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:51.928194 [ 65 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:51.928244 [ 65 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:51.928295 [ 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:52.427018 [ 65 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:52.427149 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:52.427205 [ 65 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:52.427256 [ 65 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:52.427320 [ 65 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:52.427401 [ 65 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:52.427450 [ 65 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:52.427616 [ 65 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:52.427783 [ 51 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:52.427921 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:52.427984 [ 51 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:52.428701 [ 41 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:52.428816 [ 41 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:52.428905 [ 41 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:52.428972 [ 41 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:52.429013 [ 41 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:52.429060 [ 41 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:52.429116 [ 41 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:52.429167 [ 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:52.927933 [ 14 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:52.928064 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:52.928117 [ 14 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:52.928186 [ 14 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:52.928255 [ 14 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:52.928321 [ 14 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:52.928370 [ 14 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:52.928548 [ 14 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:52.929624 [ 20 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:52.929751 [ 20 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:52.929835 [ 20 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:52.929889 [ 20 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:52.929931 [ 20 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:52.929979 [ 20 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:52.930032 [ 20 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:52.930082 [ 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:53.028279 [ 32 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:53.028419 [ 32 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:53.028479 [ 32 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:53.428889 [ 43 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:53.429022 [ 43 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:53.429078 [ 43 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:53.429143 [ 43 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:53.429210 [ 43 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:53.429273 [ 43 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:53.429323 [ 43 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:53.429497 [ 43 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:53.430636 [ 63 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:53.430755 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:53.430842 [ 63 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:53.430901 [ 63 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:53.430944 [ 63 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:53.430999 [ 63 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:53.431055 [ 63 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:53.431104 [ 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:53.628840 [ 28 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:53.628974 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:53.629033 [ 28 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:53.795103 [ 59 ] {} <Information> RaftInstance: resp of req 3 -> 1, type append_entries_request, failed to connect to peer 1, node1:44444, error 110
2021.02.04 22:48:53.795221 [ 59 ] {} <Error> RaftInstance: peer (1) response error: failed to connect to peer 1, node1:44444, error 110
2021.02.04 22:48:53.795326 [ 59 ] {} <Error> RaftInstance: [EDGE CASE] RPC for 1 has been reset before returning error: current 0x7b5400003718 (10), from parameter 0x7b54001bff98 (7)
2021.02.04 22:48:53.795418 [ 59 ] {} <Information> RaftInstance: asio client destroyed: 0x7b54001bff98
2021.02.04 22:48:53.929896 [ 35 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:53.930046 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:53.930104 [ 35 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:53.930168 [ 35 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:53.930240 [ 35 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:53.930319 [ 35 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:53.930375 [ 35 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:53.930583 [ 35 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:53.931612 [ 39 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:53.931731 [ 39 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:53.931818 [ 39 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:53.931876 [ 39 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:53.931925 [ 39 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:53.931972 [ 39 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:53.932029 [ 39 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:53.932080 [ 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:54.229296 [ 16 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:54.229418 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:54.229472 [ 16 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:54.430930 [ 25 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:54.431066 [ 25 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:54.431120 [ 25 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:54.431181 [ 25 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:54.431250 [ 25 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:54.431308 [ 25 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:54.431357 [ 25 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:54.431543 [ 25 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:54.432654 [ 53 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:54.432773 [ 53 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:54.432859 [ 53 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:54.432917 [ 53 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:54.432959 [ 53 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:54.433004 [ 53 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:54.433061 [ 53 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:54.433109 [ 53 ] {} <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.879788 [ 37 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:54.879912 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:54.879970 [ 37 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:54.931838 [ 49 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:54.931974 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:54.932028 [ 49 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:54.932086 [ 49 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:54.932164 [ 49 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:54.932228 [ 49 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:54.932280 [ 49 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:54.932454 [ 49 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:54.933473 [ 57 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:54.933601 [ 57 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:54.933732 [ 57 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:54.933818 [ 57 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:54.933861 [ 57 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:54.933906 [ 57 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:54.933966 [ 57 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:54.934018 [ 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:55.432705 [ 44 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:55.432842 [ 44 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:55.432894 [ 44 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:55.432944 [ 44 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:55.433009 [ 44 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:55.433067 [ 44 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:55.433114 [ 44 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:55.433297 [ 44 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:55.434439 [ 26 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:55.434559 [ 26 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:55.434647 [ 26 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:55.434705 [ 26 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:55.434750 [ 26 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:55.434795 [ 26 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:55.434853 [ 26 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:55.434906 [ 26 ] {} <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.530297 [ 61 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:55.530445 [ 61 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:55.530518 [ 61 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:55.933561 [ 31 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:55.933754 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:55.933814 [ 31 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:55.933870 [ 31 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:55.933939 [ 31 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:55.934000 [ 31 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:55.934059 [ 31 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:55.934233 [ 31 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:55.935232 [ 56 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:55.935373 [ 56 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:55.935467 [ 56 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:55.935533 [ 56 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:55.935579 [ 56 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:55.935629 [ 56 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:55.935695 [ 56 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:55.935751 [ 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:56.180825 [ 21 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:56.180982 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:56.181049 [ 21 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:56.434506 [ 33 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:56.434643 [ 33 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:56.434704 [ 33 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:56.434779 [ 33 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:56.434850 [ 33 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:56.434920 [ 33 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:56.434974 [ 33 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:56.435146 [ 33 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:56.436220 [ 50 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:56.436344 [ 50 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:56.436430 [ 50 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:56.436488 [ 50 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:56.436537 [ 50 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:56.436582 [ 50 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:56.436638 [ 50 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:56.436688 [ 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:56.831320 [ 62 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:56.831469 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:56.831530 [ 62 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:56.935436 [ 24 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:56.935580 [ 24 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:56.935650 [ 24 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:56.935728 [ 24 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:56.935797 [ 24 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:56.936947 [ 24 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:56.937024 [ 24 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:56.937212 [ 24 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:56.938390 [ 19 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:56.938498 [ 19 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:56.938594 [ 19 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:56.938649 [ 19 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:56.938694 [ 19 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:56.938739 [ 19 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:56.938791 [ 19 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:56.938840 [ 19 ] {} <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.437519 [ 54 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:57.437652 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:57.437748 [ 54 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:57.437802 [ 54 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:57.437874 [ 54 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:57.437936 [ 54 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:57.437990 [ 54 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:57.438165 [ 54 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:57.439221 [ 52 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:57.439357 [ 52 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:57.439442 [ 52 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:57.439500 [ 52 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:57.439544 [ 52 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:57.439590 [ 52 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:57.439651 [ 52 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:57.439702 [ 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:57.481809 [ 60 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:57.481933 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:57.481989 [ 60 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:57.938407 [ 67 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:57.938551 [ 67 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:57.938619 [ 67 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:57.938677 [ 67 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:57.938748 [ 67 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:57.938828 [ 67 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:57.938890 [ 67 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:57.939058 [ 67 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:57.940070 [ 45 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:57.940175 [ 45 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:57.940264 [ 45 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:57.940324 [ 45 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:57.940365 [ 45 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:57.940407 [ 45 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:57.940458 [ 45 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:57.940509 [ 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:58.132280 [ 18 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:58.132410 [ 18 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:58.132471 [ 18 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:58.439328 [ 34 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:58.439479 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:58.439539 [ 34 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:58.439596 [ 34 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:58.439661 [ 34 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:58.439726 [ 34 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:58.439782 [ 34 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:58.439957 [ 34 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:58.441000 [ 13 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:58.441126 [ 13 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:58.441211 [ 13 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:58.441275 [ 13 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:58.441315 [ 13 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:58.441359 [ 13 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:58.441427 [ 13 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:58.441498 [ 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:58.782786 [ 64 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:58.782932 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:58.782995 [ 64 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:58.940326 [ 22 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:58.940468 [ 22 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:58.940523 [ 22 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:58.940580 [ 22 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:58.940654 [ 22 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:58.940725 [ 22 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:58.940781 [ 22 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:58.940961 [ 22 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:58.942043 [ 30 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:58.942148 [ 30 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:58.942238 [ 30 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:58.942304 [ 30 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:58.942349 [ 30 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:58.942394 [ 30 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:58.942457 [ 30 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:58.942521 [ 30 ] {} <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.433350 [ 27 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:48:59.433485 [ 27 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:59.433561 [ 27 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:48:59.441236 [ 48 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:59.441358 [ 48 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:59.441425 [ 48 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:59.441480 [ 48 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:59.441545 [ 48 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:59.441609 [ 48 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:59.441677 [ 48 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:59.441888 [ 48 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:59.442847 [ 48 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:59.442938 [ 48 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:59.443016 [ 48 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:59.443071 [ 48 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:59.443112 [ 48 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:59.443172 [ 48 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:59.443222 [ 48 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:59.443278 [ 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:59.942193 [ 14 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:48:59.942368 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:48:59.942436 [ 14 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:48:59.942500 [ 14 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:48:59.942585 [ 14 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:48:59.942656 [ 14 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:48:59.942711 [ 14 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:48:59.942909 [ 14 ] {} <Information> RaftInstance: sent
2021.02.04 22:48:59.943953 [ 42 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:48:59.944058 [ 42 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:48:59.944157 [ 42 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:48:59.944214 [ 42 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:48:59.944261 [ 42 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:48:59.944310 [ 42 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:48:59.944362 [ 42 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:48:59.944415 [ 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:00.083933 [ 32 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:00.084081 [ 32 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:00.084146 [ 32 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:00.443178 [ 55 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:00.443309 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:00.443358 [ 55 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:00.443409 [ 55 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:00.443474 [ 55 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:00.443532 [ 55 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:00.443579 [ 55 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:00.443787 [ 55 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:00.444946 [ 43 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:00.445074 [ 43 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:00.445162 [ 43 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:00.445231 [ 43 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:00.445277 [ 43 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:00.445323 [ 43 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:00.445379 [ 43 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:00.445453 [ 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:00.734474 [ 28 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:00.734615 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:00.734675 [ 28 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:00.944114 [ 59 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:00.944248 [ 59 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:00.944302 [ 59 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:00.944362 [ 59 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:00.944443 [ 59 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:00.944501 [ 59 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:00.944551 [ 59 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:00.944719 [ 59 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:00.945867 [ 35 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:00.945986 [ 35 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:00.946077 [ 35 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:00.946137 [ 35 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:00.946180 [ 35 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:00.946225 [ 35 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:00.946281 [ 35 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:00.946332 [ 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:01.384957 [ 39 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:01.385089 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:01.385147 [ 39 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:01.445033 [ 16 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:01.445186 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:01.445248 [ 16 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:01.445308 [ 16 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:01.445384 [ 16 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:01.445452 [ 16 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:01.445510 [ 16 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:01.445744 [ 16 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:01.446804 [ 46 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:01.446920 [ 46 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:01.447021 [ 46 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:01.447083 [ 46 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:01.447128 [ 46 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:01.447184 [ 46 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:01.447245 [ 46 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:01.447308 [ 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:01.945984 [ 53 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:01.946174 [ 53 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:01.947392 [ 53 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:01.947455 [ 53 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:01.947521 [ 53 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:01.947608 [ 53 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:01.947683 [ 53 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:01.947856 [ 53 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:01.948953 [ 37 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:01.949063 [ 37 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:01.949154 [ 37 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:01.949224 [ 37 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:01.949269 [ 37 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:01.949318 [ 37 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:01.949374 [ 37 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:01.949432 [ 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:02.035457 [ 15 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:02.035595 [ 15 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:02.035658 [ 15 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:02.448242 [ 57 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:02.448409 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:02.448476 [ 57 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:02.448536 [ 57 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:02.448621 [ 57 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:02.448704 [ 57 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:02.448766 [ 57 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:02.448990 [ 57 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:02.450168 [ 44 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:02.450293 [ 44 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:02.450388 [ 44 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:02.450461 [ 44 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:02.450510 [ 44 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:02.450561 [ 44 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:02.450628 [ 44 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:02.450685 [ 44 ] {} <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.686006 [ 26 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:02.686179 [ 26 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:02.686249 [ 26 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:02.949275 [ 61 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:02.949426 [ 61 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:02.949484 [ 61 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:02.949551 [ 61 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:02.949625 [ 61 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:02.949753 [ 61 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:02.949817 [ 61 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:02.950016 [ 61 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:02.951079 [ 31 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:02.951195 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:02.951289 [ 31 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:02.951352 [ 31 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:02.951398 [ 31 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:02.951447 [ 31 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:02.951505 [ 31 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:02.951566 [ 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:03.336613 [ 56 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:03.336757 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:03.336834 [ 56 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:03.450286 [ 21 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:03.450441 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:03.450501 [ 21 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:03.450559 [ 21 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:03.450628 [ 21 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:03.450698 [ 21 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:03.450752 [ 21 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:03.450948 [ 21 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:03.452217 [ 33 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:03.452334 [ 33 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:03.452425 [ 33 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:03.452486 [ 33 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:03.452531 [ 33 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:03.452579 [ 33 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:03.452639 [ 33 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:03.452703 [ 33 ] {} <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.951223 [ 50 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:03.951360 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:03.951412 [ 50 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:03.951461 [ 50 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:03.951523 [ 50 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:03.951580 [ 50 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:03.951628 [ 50 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:03.951798 [ 50 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:03.952785 [ 62 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:03.952882 [ 62 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:03.952964 [ 62 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:03.953017 [ 62 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:03.953061 [ 62 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:03.953103 [ 62 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:03.953154 [ 62 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:03.953203 [ 62 ] {} <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.987095 [ 68 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:03.987214 [ 68 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:03.987271 [ 68 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:04.452077 [ 19 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:04.452196 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:04.452248 [ 19 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:04.452298 [ 19 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:04.452361 [ 19 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:04.452422 [ 19 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:04.452468 [ 19 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:04.452634 [ 19 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:04.453603 [ 36 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:04.453743 [ 36 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:04.453836 [ 36 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:04.453892 [ 36 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:04.453935 [ 36 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:04.453979 [ 36 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:04.454037 [ 36 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:04.454088 [ 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:04.637592 [ 52 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:04.637755 [ 52 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:04.637815 [ 52 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:04.952984 [ 60 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:04.953119 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:04.953170 [ 60 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:04.953221 [ 60 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:04.953286 [ 60 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:04.953346 [ 60 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:04.953395 [ 60 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:04.953587 [ 60 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:04.954646 [ 67 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:04.954745 [ 67 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:04.954838 [ 67 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:04.954895 [ 67 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:04.954937 [ 67 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:04.954980 [ 67 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:04.955045 [ 67 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:04.955091 [ 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:05.288192 [ 45 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:05.288330 [ 45 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:05.288389 [ 45 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:05.453922 [ 18 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:05.454068 [ 18 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:05.454134 [ 18 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:05.454198 [ 18 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:05.454273 [ 18 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:05.454343 [ 18 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:05.454400 [ 18 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:05.454587 [ 18 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:05.455740 [ 34 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:05.455891 [ 34 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:05.455980 [ 34 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:05.456039 [ 34 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:05.456082 [ 34 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:05.456129 [ 34 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:05.456189 [ 34 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:05.456251 [ 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:05.938734 [ 13 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:05.938874 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:05.938935 [ 13 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:05.954802 [ 64 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:05.954918 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:05.954972 [ 64 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:05.955023 [ 64 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:05.955086 [ 64 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:05.955153 [ 64 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:05.955203 [ 64 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:05.955372 [ 64 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:05.956407 [ 38 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:05.956507 [ 38 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:05.956593 [ 38 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:05.956645 [ 38 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:05.956687 [ 38 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:05.956734 [ 38 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:05.956785 [ 38 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:05.956833 [ 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:06.455723 [ 30 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:06.455870 [ 30 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:06.455927 [ 30 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:06.455980 [ 30 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:06.456053 [ 30 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:06.456116 [ 30 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:06.456171 [ 30 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:06.456345 [ 30 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:06.457323 [ 27 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:06.457438 [ 27 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:06.457524 [ 27 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:06.457578 [ 27 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:06.457618 [ 27 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:06.457674 [ 27 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:06.457773 [ 27 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:06.457827 [ 27 ] {} <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.589258 [ 65 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:06.589386 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:06.589441 [ 65 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:06.956703 [ 23 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:06.957308 [ 23 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:06.957372 [ 23 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:06.957425 [ 23 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:06.957493 [ 23 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:06.957556 [ 23 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:06.957607 [ 23 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:06.957824 [ 23 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:06.958816 [ 41 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:06.958936 [ 41 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:06.959022 [ 41 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:06.959078 [ 41 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:06.959130 [ 41 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:06.959185 [ 41 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:06.959237 [ 41 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:06.959284 [ 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:07.239770 [ 14 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:07.239913 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:07.239972 [ 14 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:07.458227 [ 20 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:07.458372 [ 20 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:07.458436 [ 20 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:07.458494 [ 20 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:07.458567 [ 20 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:07.458634 [ 20 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:07.458691 [ 20 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:07.458876 [ 20 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:07.459997 [ 42 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:07.460127 [ 42 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:07.460217 [ 42 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:07.460277 [ 42 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:07.460321 [ 42 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:07.460371 [ 42 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:07.460431 [ 42 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:07.460485 [ 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:07.890306 [ 55 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:07.890439 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:07.890497 [ 55 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:07.959134 [ 63 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:07.959244 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:07.959294 [ 63 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:07.959343 [ 63 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:07.959407 [ 63 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:07.959462 [ 63 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:07.959510 [ 63 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:07.959686 [ 63 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:07.960770 [ 43 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:07.960893 [ 43 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:07.960987 [ 43 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:07.961045 [ 43 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:07.961100 [ 43 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:07.961148 [ 43 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:07.961206 [ 43 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:07.961258 [ 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:08.460008 [ 40 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:08.460149 [ 40 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:08.460205 [ 40 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:08.460257 [ 40 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:08.460335 [ 40 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:08.460397 [ 40 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:08.460450 [ 40 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:08.460634 [ 40 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:08.461725 [ 59 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:08.461871 [ 59 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:08.461966 [ 59 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:08.462030 [ 59 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:08.462078 [ 59 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:08.462128 [ 59 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:08.462191 [ 59 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:08.462247 [ 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:08.540769 [ 39 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:08.540900 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:08.540959 [ 39 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:08.961156 [ 16 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:08.961427 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:08.961481 [ 16 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:08.961534 [ 16 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:08.961608 [ 16 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:08.961700 [ 16 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:08.961754 [ 16 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:08.961914 [ 16 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:08.963011 [ 25 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:08.963140 [ 25 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:08.963230 [ 25 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:08.963285 [ 25 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:08.963326 [ 25 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:08.963369 [ 25 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:08.963433 [ 25 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:08.963503 [ 25 ] {} <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.191219 [ 53 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:09.191343 [ 53 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:09.191402 [ 53 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:09.462270 [ 49 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:09.462416 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:09.462479 [ 49 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:09.462536 [ 49 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:09.462613 [ 49 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:09.462684 [ 49 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:09.462742 [ 49 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:09.462957 [ 49 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:09.464044 [ 37 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:09.464155 [ 37 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:09.464246 [ 37 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:09.464305 [ 37 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:09.464353 [ 37 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:09.464418 [ 37 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:09.464478 [ 37 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:09.464534 [ 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:09.841818 [ 57 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:09.841954 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:09.842009 [ 57 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:09.963429 [ 58 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:09.963683 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:09.963741 [ 58 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:09.963798 [ 58 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:09.963880 [ 58 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:09.963940 [ 58 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:09.963989 [ 58 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:09.964152 [ 58 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:09.965083 [ 44 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:09.965201 [ 44 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:09.965284 [ 44 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:09.965339 [ 44 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:09.965378 [ 44 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:09.965421 [ 44 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:09.965489 [ 44 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:09.965536 [ 44 ] {} <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.464505 [ 61 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:10.464648 [ 61 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:10.464707 [ 61 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:10.464767 [ 61 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:10.464834 [ 61 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:10.464895 [ 61 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:10.464946 [ 61 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:10.465153 [ 61 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:10.466208 [ 29 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:10.466322 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:10.466427 [ 29 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:10.466503 [ 29 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:10.466549 [ 29 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:10.466598 [ 29 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:10.466655 [ 29 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:10.466715 [ 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:10.492292 [ 56 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:10.492392 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:10.492449 [ 56 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:10.965385 [ 21 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:10.965510 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:10.965566 [ 21 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:10.965617 [ 21 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:10.965726 [ 21 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:10.965797 [ 21 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:10.965850 [ 21 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:10.966038 [ 21 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:10.967068 [ 47 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:10.967170 [ 47 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:10.967288 [ 47 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:10.967341 [ 47 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:10.967382 [ 47 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:10.967435 [ 47 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:10.967488 [ 47 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:10.967536 [ 47 ] {} <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.142683 [ 50 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:11.142807 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:11.142864 [ 50 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:11.466337 [ 24 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:11.466472 [ 24 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:11.466530 [ 24 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:11.466579 [ 24 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:11.466641 [ 24 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:11.466702 [ 24 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:11.466751 [ 24 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:11.466978 [ 24 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:11.467877 [ 62 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:11.467975 [ 62 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:11.468046 [ 62 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:11.468095 [ 62 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:11.468133 [ 62 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:11.468172 [ 62 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:11.468220 [ 62 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:11.468273 [ 62 ] {} <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.793162 [ 19 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:11.793293 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:11.793349 [ 19 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:11.967417 [ 54 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:11.967550 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:11.967628 [ 54 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:11.967682 [ 54 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:11.967755 [ 54 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:11.968213 [ 54 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:11.968270 [ 54 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:11.968454 [ 54 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:11.969522 [ 36 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:11.969632 [ 36 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:11.969768 [ 36 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:11.969829 [ 36 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:11.969870 [ 36 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:11.969915 [ 36 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:11.969972 [ 36 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:11.970023 [ 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:12.443628 [ 60 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:12.443761 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:12.443817 [ 60 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:12.468759 [ 66 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:12.468895 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:12.468950 [ 66 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:12.469003 [ 66 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:12.469072 [ 66 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:12.469132 [ 66 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:12.469189 [ 66 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:12.469363 [ 66 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:12.470505 [ 67 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:12.470621 [ 67 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:12.470709 [ 67 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:12.470767 [ 67 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:12.470810 [ 67 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:12.470855 [ 67 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:12.470921 [ 67 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:12.470985 [ 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:12.969665 [ 17 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:12.969833 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:12.969890 [ 17 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:12.969949 [ 17 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:12.970020 [ 17 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:12.970085 [ 17 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:12.970149 [ 17 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:12.970331 [ 17 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:12.971357 [ 18 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:12.971471 [ 18 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:12.971556 [ 18 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:12.971620 [ 18 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:12.971661 [ 18 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:12.971707 [ 18 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:12.971764 [ 18 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:12.971812 [ 18 ] {} <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.094077 [ 13 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:13.094213 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:13.094270 [ 13 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:13.470561 [ 64 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:13.470693 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:13.470744 [ 64 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:13.470800 [ 64 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:13.470867 [ 64 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:13.470926 [ 64 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:13.470976 [ 64 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:13.471157 [ 64 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:13.472169 [ 22 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:13.472272 [ 22 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:13.472359 [ 22 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:13.472414 [ 22 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:13.472456 [ 22 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:13.472501 [ 22 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:13.472554 [ 22 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:13.472605 [ 22 ] {} <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.744601 [ 30 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:13.744747 [ 30 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:13.744808 [ 30 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:13.971505 [ 51 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:13.971640 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:13.971701 [ 51 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:13.971753 [ 51 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:13.971817 [ 51 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:13.971881 [ 51 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:13.971930 [ 51 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:13.972123 [ 51 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:13.973849 [ 27 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:13.973953 [ 27 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:13.974036 [ 27 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:13.974089 [ 27 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:13.974132 [ 27 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:13.974179 [ 27 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:13.974232 [ 27 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:13.974280 [ 27 ] {} <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.395099 [ 23 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:14.395240 [ 23 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:14.395299 [ 23 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:14.472397 [ 48 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:14.472547 [ 48 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:14.472605 [ 48 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:14.472662 [ 48 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:14.472792 [ 48 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:14.472873 [ 48 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:14.472930 [ 48 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:14.473122 [ 48 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:14.474234 [ 41 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:14.474344 [ 41 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:14.474432 [ 41 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:14.474492 [ 41 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:14.474535 [ 41 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:14.474585 [ 41 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:14.474645 [ 41 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:14.474706 [ 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:14.973420 [ 20 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:14.973559 [ 20 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:14.973615 [ 20 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:14.973708 [ 20 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:14.973778 [ 20 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:14.973840 [ 20 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:14.973890 [ 20 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:14.974068 [ 20 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:14.975083 [ 32 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:14.975201 [ 32 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:14.975305 [ 32 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:14.975355 [ 32 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:14.975394 [ 32 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:14.975437 [ 32 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:14.975486 [ 32 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:14.975535 [ 32 ] {} <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.045651 [ 55 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:15.045833 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:15.045917 [ 55 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:15.474285 [ 63 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:15.474413 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:15.474464 [ 63 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:15.474516 [ 63 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:15.474581 [ 63 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:15.474640 [ 63 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:15.474687 [ 63 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:15.474868 [ 63 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:15.475766 [ 28 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:15.475861 [ 28 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:15.475941 [ 28 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:15.475992 [ 28 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:15.476035 [ 28 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:15.476080 [ 28 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:15.476132 [ 28 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:15.476178 [ 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:15.696192 [ 40 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:15.696322 [ 40 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:15.696383 [ 40 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:15.975108 [ 35 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:15.975242 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:15.975295 [ 35 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:15.975346 [ 35 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:15.975419 [ 35 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:15.975478 [ 35 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:15.975526 [ 35 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:15.975710 [ 35 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:15.976778 [ 59 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:15.976913 [ 59 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:15.977024 [ 59 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:15.977112 [ 59 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:15.977166 [ 59 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:15.977211 [ 59 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:15.977269 [ 59 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:15.977319 [ 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:16.346717 [ 16 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:16.346869 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:16.346928 [ 16 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:16.476014 [ 46 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:16.476149 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:16.476202 [ 46 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:16.476252 [ 46 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:16.476318 [ 46 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:16.476387 [ 46 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:16.476441 [ 46 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:16.476614 [ 46 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:16.477537 [ 25 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:16.477624 [ 25 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:16.477747 [ 25 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:16.477800 [ 25 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:16.477849 [ 25 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:16.477889 [ 25 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:16.477939 [ 25 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:16.477985 [ 25 ] {} <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.976925 [ 49 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:16.977517 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:16.977596 [ 49 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:16.977676 [ 49 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:16.977768 [ 49 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:16.977835 [ 49 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:16.977888 [ 49 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:16.978078 [ 49 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:16.979060 [ 15 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:16.979156 [ 15 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:16.979238 [ 15 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:16.979301 [ 15 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:16.979345 [ 15 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:16.979389 [ 15 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:16.979444 [ 15 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:16.979493 [ 15 ] {} <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.997225 [ 57 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:16.997348 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:16.997426 [ 57 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:17.478346 [ 58 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:17.478497 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:17.478556 [ 58 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:17.478614 [ 58 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:17.478688 [ 58 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:17.478764 [ 58 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:17.478826 [ 58 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:17.479006 [ 58 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:17.480142 [ 26 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:17.480257 [ 26 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:17.480352 [ 26 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:17.480411 [ 26 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:17.480459 [ 26 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:17.480508 [ 26 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:17.480568 [ 26 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:17.480623 [ 26 ] {} <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.647783 [ 61 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:17.647915 [ 61 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:17.647973 [ 61 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:17.979256 [ 31 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:17.979388 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:17.979457 [ 31 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:17.979512 [ 31 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:17.979577 [ 31 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:17.979643 [ 31 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:17.979696 [ 31 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:17.979875 [ 31 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:17.980896 [ 29 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:17.981011 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:17.981100 [ 29 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:17.981157 [ 29 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:17.981195 [ 29 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:17.981238 [ 29 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:17.981302 [ 29 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:17.981354 [ 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:18.298300 [ 33 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:18.298441 [ 33 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:18.298501 [ 33 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:18.370153 [ 21 ] {} <Information> RaftInstance: resp of req 3 -> 1, type append_entries_request, failed to connect to peer 1, node1:44444, error 110
2021.02.04 22:49:18.370292 [ 21 ] {} <Error> RaftInstance: peer (1) response error: failed to connect to peer 1, node1:44444, error 110
2021.02.04 22:49:18.370395 [ 21 ] {} <Error> RaftInstance: [EDGE CASE] RPC for 1 has been reset before returning error: current 0x7b5400003718 (10), from parameter 0x7b54001eff18 (8)
2021.02.04 22:49:18.370504 [ 21 ] {} <Information> RaftInstance: asio client destroyed: 0x7b54001eff18
2021.02.04 22:49:18.480260 [ 47 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:18.480414 [ 47 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:18.480470 [ 47 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:18.480527 [ 47 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:18.480592 [ 47 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:18.480654 [ 47 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:18.480703 [ 47 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:18.480886 [ 47 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:18.482058 [ 50 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:18.482182 [ 50 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:18.482276 [ 50 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:18.482336 [ 50 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:18.482387 [ 50 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:18.482438 [ 50 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:18.482496 [ 50 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:18.482550 [ 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:18.948892 [ 68 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:18.949009 [ 68 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:18.949067 [ 68 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:18.981172 [ 62 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:18.981307 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:18.981361 [ 62 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:18.981428 [ 62 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:18.981510 [ 62 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:18.981572 [ 62 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:18.981633 [ 62 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:18.981854 [ 62 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:18.982895 [ 19 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:18.982992 [ 19 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:18.983084 [ 19 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:18.983138 [ 19 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:18.983181 [ 19 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:18.983225 [ 19 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:18.983278 [ 19 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:18.983327 [ 19 ] {} <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.482123 [ 54 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:19.482258 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:19.482315 [ 54 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:19.482372 [ 54 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:19.482438 [ 54 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:19.482500 [ 54 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:19.482550 [ 54 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:19.482716 [ 54 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:19.483820 [ 36 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:19.483957 [ 36 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:19.484061 [ 36 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:19.484118 [ 36 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:19.484158 [ 36 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:19.484205 [ 36 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:19.484259 [ 36 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:19.484311 [ 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:19.649403 [ 66 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:19.649540 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:19.649602 [ 66 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:19.982976 [ 45 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:19.983111 [ 45 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:19.983172 [ 45 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:19.983223 [ 45 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:19.983287 [ 45 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:19.983342 [ 45 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:19.983389 [ 45 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:19.983559 [ 45 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:19.984459 [ 67 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:19.984558 [ 67 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:19.984637 [ 67 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:19.984691 [ 67 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:19.984727 [ 67 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:19.984767 [ 67 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:19.984818 [ 67 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:19.984863 [ 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:20.349929 [ 34 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:20.350077 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:20.350141 [ 34 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:20.483859 [ 18 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:20.483988 [ 18 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:20.484038 [ 18 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:20.484087 [ 18 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:20.484161 [ 18 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:20.484223 [ 18 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:20.484273 [ 18 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:20.484442 [ 18 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:20.485401 [ 13 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:20.485496 [ 13 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:20.485581 [ 13 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:20.485637 [ 13 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:20.485733 [ 13 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:20.485781 [ 13 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:20.485835 [ 13 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:20.485885 [ 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:20.984768 [ 64 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:20.984894 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:20.984960 [ 64 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:20.985010 [ 64 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:20.985076 [ 64 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:20.985134 [ 64 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:20.985184 [ 64 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:20.985354 [ 64 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:20.986478 [ 22 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:20.986580 [ 22 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:20.986663 [ 22 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:20.986718 [ 22 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:20.986765 [ 22 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:20.986810 [ 22 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:20.986861 [ 22 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:20.986920 [ 22 ] {} <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.050483 [ 51 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:21.050603 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:21.050658 [ 51 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:21.485681 [ 65 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:21.485857 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:21.485915 [ 65 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:21.485972 [ 65 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:21.486045 [ 65 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:21.486117 [ 65 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:21.486171 [ 65 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:21.486365 [ 65 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:21.487321 [ 27 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:21.487422 [ 27 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:21.487502 [ 27 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:21.487558 [ 27 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:21.487602 [ 27 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:21.487645 [ 27 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:21.487700 [ 27 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:21.487750 [ 27 ] {} <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.750936 [ 48 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:21.751083 [ 48 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:21.751146 [ 48 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:21.986656 [ 14 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:21.987183 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:21.987240 [ 14 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:21.987293 [ 14 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:21.987361 [ 14 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:21.987421 [ 14 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:21.987472 [ 14 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:21.987637 [ 14 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:21.988764 [ 41 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:21.988880 [ 41 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:21.988965 [ 41 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:21.989020 [ 41 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:21.989059 [ 41 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:21.989103 [ 41 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:21.989156 [ 41 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:21.989203 [ 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:22.451497 [ 42 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:22.451644 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:22.451722 [ 42 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:22.487998 [ 32 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:22.488132 [ 32 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:22.488191 [ 32 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:22.488242 [ 32 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:22.488305 [ 32 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:22.488364 [ 32 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:22.488415 [ 32 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:22.488588 [ 32 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:22.489540 [ 55 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:22.489637 [ 55 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:22.489772 [ 55 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:22.489826 [ 55 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:22.489865 [ 55 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:22.489909 [ 55 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:22.489964 [ 55 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:22.490013 [ 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:22.988808 [ 43 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:22.988948 [ 43 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:22.989003 [ 43 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:22.989056 [ 43 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:22.989122 [ 43 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:22.989185 [ 43 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:22.989237 [ 43 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:22.989418 [ 43 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:22.990687 [ 28 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:22.990817 [ 28 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:22.990903 [ 28 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:22.990963 [ 28 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:22.991004 [ 28 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:22.991061 [ 28 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:22.991116 [ 28 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:22.991166 [ 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:23.152047 [ 35 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:23.152179 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:23.152239 [ 35 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:23.489767 [ 39 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:23.489908 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:23.489962 [ 39 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:23.490016 [ 39 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:23.490083 [ 39 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:23.490144 [ 39 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:23.490195 [ 39 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:23.490379 [ 39 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:23.491446 [ 59 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:23.491575 [ 59 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:23.491686 [ 59 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:23.491748 [ 59 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:23.491798 [ 59 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:23.491846 [ 59 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:23.491903 [ 59 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:23.491952 [ 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.852571 [ 46 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:23.852712 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:23.852769 [ 46 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:23.990611 [ 53 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:23.990741 [ 53 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:23.990804 [ 53 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:23.990857 [ 53 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:23.990924 [ 53 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:23.990984 [ 53 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:23.991040 [ 53 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:23.991212 [ 53 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:23.992241 [ 25 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:23.992365 [ 25 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:23.992449 [ 25 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:23.992504 [ 25 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:23.992556 [ 25 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:23.992600 [ 25 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:23.992656 [ 25 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:23.992706 [ 25 ] {} <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.491455 [ 37 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:24.491590 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:24.491653 [ 37 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:24.491718 [ 37 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:24.491786 [ 37 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:24.491850 [ 37 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:24.491907 [ 37 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:24.492077 [ 37 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:24.493141 [ 15 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:24.493248 [ 15 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:24.493328 [ 15 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:24.493384 [ 15 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:24.493428 [ 15 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:24.493482 [ 15 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:24.493539 [ 15 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:24.493592 [ 15 ] {} <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.553023 [ 58 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:24.553148 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:24.553212 [ 58 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:24.992295 [ 44 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:24.992426 [ 44 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:24.992490 [ 44 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:24.992539 [ 44 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:24.992598 [ 44 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:24.992658 [ 44 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:24.992705 [ 44 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:24.992877 [ 44 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:24.993902 [ 26 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:24.994035 [ 26 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:24.994123 [ 26 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:24.994199 [ 26 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:24.994247 [ 26 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:24.994310 [ 26 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:24.994367 [ 26 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:24.994419 [ 26 ] {} <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.253511 [ 31 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:25.253647 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:25.253752 [ 31 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:25.493211 [ 56 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:25.493359 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:25.493413 [ 56 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:25.493463 [ 56 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:25.493529 [ 56 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:25.493588 [ 56 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:25.493636 [ 56 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:25.493850 [ 56 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:25.494754 [ 29 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:25.494849 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:25.494927 [ 29 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:25.494979 [ 29 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:25.495027 [ 29 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:25.495070 [ 29 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:25.495121 [ 29 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:25.495168 [ 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:25.954031 [ 21 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:25.954174 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:25.954233 [ 21 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:25.994127 [ 47 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:25.994257 [ 47 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:25.994327 [ 47 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:25.994379 [ 47 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:25.994447 [ 47 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:25.994507 [ 47 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:25.994559 [ 47 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:25.994737 [ 47 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:25.995819 [ 24 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:25.995926 [ 24 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:25.996016 [ 24 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:25.996067 [ 24 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:25.996106 [ 24 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:25.996148 [ 24 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:25.996197 [ 24 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:25.996245 [ 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:26.494999 [ 68 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:26.495132 [ 68 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:26.495187 [ 68 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:26.495240 [ 68 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:26.495306 [ 68 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:26.495371 [ 68 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:26.495425 [ 68 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:26.495596 [ 68 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:26.496667 [ 62 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:26.496790 [ 62 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:26.496884 [ 62 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:26.496941 [ 62 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:26.496981 [ 62 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:26.497027 [ 62 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:26.497080 [ 62 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:26.497128 [ 62 ] {} <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.654475 [ 19 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:26.654598 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:26.654655 [ 19 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:26.995823 [ 54 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:26.995949 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:26.996458 [ 54 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:26.996527 [ 54 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:26.996594 [ 54 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:26.996656 [ 54 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:26.996705 [ 54 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:26.996889 [ 54 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:26.997873 [ 60 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:26.998007 [ 60 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:26.998092 [ 60 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:26.998148 [ 60 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:26.998191 [ 60 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:26.998239 [ 60 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:26.998294 [ 60 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:26.998343 [ 60 ] {} <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.355204 [ 66 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:27.355383 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:27.355472 [ 66 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:27.497181 [ 45 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:27.497314 [ 45 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:27.497367 [ 45 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:27.497418 [ 45 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:27.497484 [ 45 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:27.497544 [ 45 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:27.497593 [ 45 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:27.497807 [ 45 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:27.498818 [ 17 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:27.498959 [ 17 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:27.499055 [ 17 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:27.499121 [ 17 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:27.499164 [ 17 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:27.499213 [ 17 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:27.499272 [ 17 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:27.499328 [ 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:27.998042 [ 34 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:27.998178 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:27.998274 [ 34 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:27.998336 [ 34 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:27.998408 [ 34 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:27.998481 [ 34 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:27.998539 [ 34 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:27.998760 [ 34 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:27.999757 [ 18 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:27.999877 [ 18 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:27.999964 [ 18 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:28.000022 [ 18 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:28.000067 [ 18 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:28.000114 [ 18 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:28.000175 [ 18 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:28.000224 [ 18 ] {} <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.055790 [ 13 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:28.055923 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:28.055988 [ 13 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:28.499016 [ 64 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:28.499154 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:28.499208 [ 64 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:28.499260 [ 64 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:28.499336 [ 64 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:28.499405 [ 64 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:28.499460 [ 64 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:28.499628 [ 64 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:28.500585 [ 30 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:28.500682 [ 30 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:28.500763 [ 30 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:28.500817 [ 30 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:28.500860 [ 30 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:28.500906 [ 30 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:28.500956 [ 30 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:28.501006 [ 30 ] {} <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.756297 [ 51 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:28.756429 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:28.756486 [ 51 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:28.999960 [ 65 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:29.000093 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:29.000164 [ 65 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:29.000215 [ 65 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:29.000280 [ 65 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:29.000338 [ 65 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:29.000385 [ 65 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:29.000567 [ 65 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:29.001922 [ 23 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:29.002048 [ 23 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:29.002144 [ 23 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:29.002209 [ 23 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:29.002254 [ 23 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:29.002300 [ 23 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:29.002358 [ 23 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:29.002406 [ 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:29.456730 [ 48 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:29.456871 [ 48 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:29.456935 [ 48 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:29.500842 [ 20 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:29.500959 [ 20 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:29.501019 [ 20 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:29.501082 [ 20 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:29.501147 [ 20 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:29.501203 [ 20 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:29.501252 [ 20 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:29.501443 [ 20 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:29.502422 [ 14 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:29.502557 [ 14 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:29.502648 [ 14 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:29.502709 [ 14 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:29.502753 [ 14 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:29.502798 [ 14 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:29.502856 [ 14 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:29.502906 [ 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:30.001903 [ 42 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:30.002050 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:30.002113 [ 42 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:30.002182 [ 42 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:30.002262 [ 42 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:30.002330 [ 42 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:30.002387 [ 42 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:30.002575 [ 42 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:30.003588 [ 32 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:30.003725 [ 32 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:30.003826 [ 32 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:30.003890 [ 32 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:30.003938 [ 32 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:30.003989 [ 32 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:30.004050 [ 32 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:30.004108 [ 32 ] {} <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.157185 [ 55 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:30.157316 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:30.157378 [ 55 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:30.502841 [ 40 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:30.502979 [ 40 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:30.503030 [ 40 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:30.503080 [ 40 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:30.503147 [ 40 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:30.503201 [ 40 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:30.503247 [ 40 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:30.503434 [ 40 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:30.504509 [ 43 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:30.504664 [ 43 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:30.504770 [ 43 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:30.504838 [ 43 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:30.504886 [ 43 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:30.504939 [ 43 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:30.505013 [ 43 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:30.505070 [ 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:30.857728 [ 35 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:30.857870 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:30.857928 [ 35 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:31.003723 [ 39 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:31.003860 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:31.003923 [ 39 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:31.003973 [ 39 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:31.004035 [ 39 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:31.004091 [ 39 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:31.004138 [ 39 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:31.004317 [ 39 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:31.005466 [ 16 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:31.005604 [ 16 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:31.005725 [ 16 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:31.005791 [ 16 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:31.005847 [ 16 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:31.005898 [ 16 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:31.005970 [ 16 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:31.006035 [ 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:31.504537 [ 46 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:31.504675 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:31.504727 [ 46 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:31.504776 [ 46 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:31.504834 [ 46 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:31.504912 [ 46 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:31.504961 [ 46 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:31.505142 [ 46 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:31.506185 [ 53 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:31.506333 [ 53 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:31.506443 [ 53 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:31.506519 [ 53 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:31.506580 [ 53 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:31.506631 [ 53 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:31.506696 [ 53 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:31.506751 [ 53 ] {} <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.558187 [ 25 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:31.558324 [ 25 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:31.558381 [ 25 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:32.005383 [ 37 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:32.005518 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:32.005967 [ 37 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:32.006063 [ 37 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:32.006135 [ 37 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:32.006200 [ 37 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:32.006252 [ 37 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:32.006429 [ 37 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:32.007457 [ 57 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:32.007592 [ 57 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:32.007674 [ 57 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:32.007733 [ 57 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:32.007773 [ 57 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:32.007815 [ 57 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:32.007875 [ 57 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:32.007922 [ 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:32.258925 [ 58 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:32.259133 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:32.259191 [ 58 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:32.506677 [ 61 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:32.506810 [ 61 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:32.506862 [ 61 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:32.506920 [ 61 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:32.506992 [ 61 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:32.507059 [ 61 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:32.507109 [ 61 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:32.507275 [ 61 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:32.508339 [ 44 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:32.508457 [ 44 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:32.508537 [ 44 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:32.508596 [ 44 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:32.508636 [ 44 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:32.508679 [ 44 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:32.508735 [ 44 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:32.508783 [ 44 ] {} <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.959501 [ 31 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:32.959629 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:32.959688 [ 31 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:33.007508 [ 33 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:33.007649 [ 33 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:33.007703 [ 33 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:33.007754 [ 33 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:33.007816 [ 33 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:33.007877 [ 33 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:33.007925 [ 33 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:33.008093 [ 33 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:33.008981 [ 56 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:33.009077 [ 56 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:33.009156 [ 56 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:33.009209 [ 56 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:33.009245 [ 56 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:33.009286 [ 56 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:33.009341 [ 56 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:33.009387 [ 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.508407 [ 21 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:33.508541 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:33.508599 [ 21 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:33.508648 [ 21 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:33.508712 [ 21 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:33.508772 [ 21 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:33.508819 [ 21 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:33.508993 [ 21 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:33.510079 [ 47 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:33.510219 [ 47 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:33.510336 [ 47 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:33.510398 [ 47 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:33.510442 [ 47 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:33.510490 [ 47 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:33.510548 [ 47 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:33.510600 [ 47 ] {} <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.660031 [ 24 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:33.660170 [ 24 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:33.660232 [ 24 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:34.009294 [ 52 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:34.009423 [ 52 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:34.009475 [ 52 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:34.009535 [ 52 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:34.009604 [ 52 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:34.009679 [ 52 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:34.009742 [ 52 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:34.009911 [ 52 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:34.011131 [ 68 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:34.011250 [ 68 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:34.011336 [ 68 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:34.011397 [ 68 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:34.011436 [ 68 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:34.011480 [ 68 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:34.011538 [ 68 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:34.011587 [ 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:34.360610 [ 19 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:34.360751 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:34.360808 [ 19 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:34.510134 [ 54 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:34.510256 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:34.510310 [ 54 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:34.510362 [ 54 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:34.510423 [ 54 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:34.510488 [ 54 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:34.510537 [ 54 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:34.510700 [ 54 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:34.511671 [ 36 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:34.511792 [ 36 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:34.511886 [ 36 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:34.511940 [ 36 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:34.511981 [ 36 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:34.512024 [ 36 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:34.512080 [ 36 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:34.512128 [ 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:35.011163 [ 66 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:35.011407 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:35.011463 [ 66 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:35.011517 [ 66 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:35.011586 [ 66 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:35.011655 [ 66 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:35.011706 [ 66 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:35.011885 [ 66 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:35.012957 [ 45 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:35.013081 [ 45 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:35.013170 [ 45 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:35.013234 [ 45 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:35.013273 [ 45 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:35.013315 [ 45 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:35.013368 [ 45 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:35.013420 [ 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:35.061048 [ 17 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:35.061174 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:35.061232 [ 17 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:35.512544 [ 38 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:35.512682 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:35.512736 [ 38 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:35.512795 [ 38 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:35.512860 [ 38 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:35.512924 [ 38 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:35.512976 [ 38 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.02.04 22:49:35.513145 [ 38 ] {} <Information> RaftInstance: sent
2021.02.04 22:49:35.514292 [ 34 ] {} <Information> RaftInstance: resp of req 3 -> 2, type append_entries_request, OK
2021.02.04 22:49:35.514406 [ 34 ] {} <Notice> RaftInstance: Receive a append_entries_response message from peer 2 with Result=1, Term=2, NextIndex=153
2021.02.04 22:49:35.514497 [ 34 ] {} <Information> RaftInstance: src: 2, dst: 3, resp->get_term(): 2
2021.02.04 22:49:35.514558 [ 34 ] {} <Information> RaftInstance: handle append entries resp (from 2), resp.get_next_idx(): 153
2021.02.04 22:49:35.514605 [ 34 ] {} <Information> RaftInstance: peer 2 batch size hint: 0 bytes
2021.02.04 22:49:35.514656 [ 34 ] {} <Information> RaftInstance: peer 2, prev matched idx: 152, new matched idx: 152
2021.02.04 22:49:35.514719 [ 34 ] {} <Information> RaftInstance: quorum idx 1, 152 152 0
2021.02.04 22:49:35.514775 [ 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:35.761504 [ 13 ] {} <Notice> RaftInstance: heartbeat timeout for 1
2021.02.04 22:49:35.761633 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:35.761736 [ 13 ] {} <Notice> RaftInstance: Server 1 is busy, skip the request
2021.02.04 22:49:36.013440 [ 64 ] {} <Notice> RaftInstance: heartbeat timeout for 2
2021.02.04 22:49:36.013572 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.02.04 22:49:36.013629 [ 64 ] {} <Information> RaftInstance: send request to 2
2021.02.04 22:49:36.013702 [ 64 ] {} <Information> RaftInstance: last_log_idx: 152, starting_idx: 1, cur_nxt_idx: 153
2021.02.04 22:49:36.013773 [ 64 ] {} <Notice> RaftInstance: append_entries for 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152, Term=2, peer_last_sent_idx 153
2021.02.04 22:49:36.013836 [ 64 ] {} <Information> RaftInstance: EMPTY PAYLOAD
2021.02.04 22:49:36.013890 [ 64 ] {} <Information> RaftInstance: send req 3 -> 2, type append_entries_request
2021.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment