Skip to content

Instantly share code, notes, and snippets.

@alesapin
Created January 29, 2021 20:18
Show Gist options
  • Save alesapin/9d860e183a323280ab2600f93ac195c1 to your computer and use it in GitHub Desktop.
Save alesapin/9d860e183a323280ab2600f93ac195c1 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
2021.01.29 23:12:15.763470 [ 6 ] {} <Warning> RaftInstance: Raft ASIO listener initiated, UNSECURED
2021.01.29 23:12:15.763615 [ 6 ] {} <Warning> RaftInstance: parameters: timeout 200 - 400, heartbeat 100, leadership expiry 2000, max batch 100, backoff 50, snapshot distance 5000, log sync stop gap 99999, reserved logs 5000, client timeout 10000, auto forwarding ON, API call type BLOCKING, custom commit quorum size 0, custom election quorum size 0, snapshot receiver INCLUDED, leadership transfer wait time 0
2021.01.29 23:12:15.763687 [ 6 ] {} <Warning> RaftInstance: new timeout range: 200 -- 400
2021.01.29 23:12:15.763797 [ 6 ] {} <Warning> RaftInstance: === INIT RAFT SERVER ===
commit index 0
term 0
election timer allowed
log store start 1, end 0
config log idx 0, prev log idx 0
2021.01.29 23:12:15.763875 [ 6 ] {} <Warning> RaftInstance: peer 3: DC ID 0, node3:44446, voting member, 1
my id: 3, voting_member
num peers: 0
2021.01.29 23:12:15.763941 [ 6 ] {} <Warning> RaftInstance: global manager does not exist. will use local thread for commit and append
2021.01.29 23:12:15.764163 [ 6 ] {} <Warning> RaftInstance: wait for HB, for 50 + [200, 400] ms
2021.01.29 23:12:15.764566 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:15.764840 [ 68 ] {} <Warning> RaftInstance: bg append_entries thread initiated
2021.01.29 23:12:15.814350 [ 6 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:15.814434 [ 6 ] {} <Notice> RaftInstance: server 3 started
2021.01.29 23:12:15.815152 [ 6 ] {} <Information> RaftInstance: asio rpc session created: 0x7f42c9dad718
2021.01.29 23:12:16.135711 [ 11 ] {} <Information> RaftInstance: election timeout
2021.01.29 23:12:16.135832 [ 11 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.29 23:12:16.136014 [ 11 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 1
2021.01.29 23:12:16.136189 [ 11 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 0, state term 0, target p 1, my p 1, hb dead, pre-vote NOT done
2021.01.29 23:12:16.136309 [ 11 ] {} <Warning> RaftInstance: [VOTE INIT] my id 3, my role candidate, term 1, log idx 0, log term 0, priority (target 1 / mine 1)
2021.01.29 23:12:16.136376 [ 11 ] {} <Warning> RaftInstance: number of pending commit elements: 0
2021.01.29 23:12:16.136429 [ 11 ] {} <Warning> RaftInstance: state machine commit index 0, precommit index 0, last log index 0
2021.01.29 23:12:16.136514 [ 11 ] {} <Warning> RaftInstance: [BECOME LEADER] appended new config at 1
2021.01.29 23:12:16.136574 [ 11 ] {} <Notice> RaftInstance: trigger commit upto 1
2021.01.29 23:12:16.136629 [ 11 ] {} <Information> RaftInstance: local log idx 1, target_commit_idx 1, quick_commit_index_ 1, state_->get_commit_idx() 0
2021.01.29 23:12:16.136705 [ 11 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:16.136753 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:16.136819 [ 67 ] {} <Notice> RaftInstance: commit upto 1, curruent idx 0
2021.01.29 23:12:16.136904 [ 67 ] {} <Information> RaftInstance: commit upto 1, curruent idx 1
2021.01.29 23:12:16.136944 [ 67 ] {} <Warning> RaftInstance: config at index 1 is committed, prev config log idx 0
2021.01.29 23:12:16.137050 [ 67 ] {} <Warning> RaftInstance: new config log idx 1, prev log idx 0, cur config log idx 0, prev log idx 0
2021.01.29 23:12:16.137166 [ 67 ] {} <Notice> RaftInstance: system is reconfigured to have 1 servers, last config index: 0, this config index: 1
2021.01.29 23:12:16.137231 [ 67 ] {} <Warning> RaftInstance: new configuration: log idx 1, prev log idx 0
2021.01.29 23:12:16.137317 [ 67 ] {} <Information> RaftInstance: (update) new target priority: 1
2021.01.29 23:12:16.137382 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 1, curruent idx 1
2021.01.29 23:12:16.137425 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:16.364266 [ 14 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.29 23:12:16.364467 [ 14 ] {} <Warning> RaftInstance: session 1 got connection from 192.168.112.2:42298 (as a server)
2021.01.29 23:12:16.365272 [ 17 ] {} <Notice> RaftInstance: Receive a join_cluster_request message from 1 with LastLogIndex=2, LastLogTerm=0, EntriesLength=1, CommitIndex=2 and Term=1
2021.01.29 23:12:16.365346 [ 14 ] {} <Information> RaftInstance: asio rpc session created: 0x7f4208616018
2021.01.29 23:12:16.365426 [ 17 ] {} <Warning> RaftInstance: got join cluster req from leader 1
2021.01.29 23:12:16.365561 [ 17 ] {} <Warning> RaftInstance: new config log idx 2, prev log idx 1, cur config log idx 1, prev log idx 0
2021.01.29 23:12:16.365652 [ 17 ] {} <Notice> RaftInstance: system is reconfigured to have 2 servers, last config index: 1, this config index: 2
2021.01.29 23:12:16.366473 [ 17 ] {} <Information> RaftInstance: asio client created: 0x7f4208231018
2021.01.29 23:12:16.366536 [ 17 ] {} <Warning> RaftInstance: server 1 is added to cluster
2021.01.29 23:12:16.367192 [ 17 ] {} <Information> RaftInstance: asio client created: 0x7f4208231a18
2021.01.29 23:12:16.367241 [ 17 ] {} <Warning> RaftInstance: server 2 is added to cluster
2021.01.29 23:12:16.367293 [ 17 ] {} <Warning> RaftInstance: peer 3 cannot be found, no action for removing
2021.01.29 23:12:16.367342 [ 17 ] {} <Warning> RaftInstance: add peer 1, node1:44444, voting member
2021.01.29 23:12:16.367406 [ 17 ] {} <Warning> RaftInstance: new configuration: log idx 2, prev log idx 1
2021.01.29 23:12:16.367465 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.367506 [ 17 ] {} <Notice> RaftInstance: Response back a join_cluster_response message to 1 with Accepted=1, Term=1, NextIndex=1
2021.01.29 23:12:16.377878 [ 15 ] {} <Critical> RaftInstance: session 1 failed to read rpc header from socket 192.168.112.2:42298 due to error 2
2021.01.29 23:12:16.378113 [ 15 ] {} <Information> RaftInstance: asio rpc session destroyed: 0x7f42c9dad718
2021.01.29 23:12:16.480568 [ 20 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.29 23:12:16.480736 [ 20 ] {} <Warning> RaftInstance: session 2 got connection from 192.168.112.2:42304 (as a server)
2021.01.29 23:12:16.481360 [ 23 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=3, LastLogTerm=1, EntriesLength=0, CommitIndex=3 and Term=1
2021.01.29 23:12:16.481598 [ 23 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 3 (0), req c idx: 3, my term: 1, my role: 1
2021.01.29 23:12:16.481729 [ 23 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.481740 [ 20 ] {} <Information> RaftInstance: asio rpc session created: 0x7f4207811018
2021.01.29 23:12:16.481779 [ 23 ] {} <Warning> RaftInstance: [LOG XX] req log idx: 3, req log term: 1, my last log idx: 1, my log (3) term: 0
2021.01.29 23:12:16.481939 [ 23 ] {} <Warning> RaftInstance: deny, req term 1, my term 1, req log idx 3, my log idx 1
2021.01.29 23:12:16.481995 [ 23 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=0, Term=1, NextIndex=2
2021.01.29 23:12:16.483879 [ 21 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=1, LastLogTerm=1, EntriesLength=2, CommitIndex=3 and Term=1
2021.01.29 23:12:16.484029 [ 21 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 1 (2), req c idx: 3, my term: 1, my role: 1
2021.01.29 23:12:16.484103 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.484149 [ 21 ] {} <Information> RaftInstance: [LOG OK] req log idx: 1, req log term: 1, my last log idx: 1, my log (1) term: 1
2021.01.29 23:12:16.484230 [ 21 ] {} <Notice> RaftInstance: [INIT] log_idx: 2, count: 0, log_store_->next_slot(): 2, req.log_entries().size(): 2
2021.01.29 23:12:16.484288 [ 21 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 2, count: 0
2021.01.29 23:12:16.484338 [ 21 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 2, count: 0
2021.01.29 23:12:16.484390 [ 21 ] {} <Information> RaftInstance: append at 2
2021.01.29 23:12:16.484432 [ 21 ] {} <Warning> RaftInstance: receive a config change from leader at 2
2021.01.29 23:12:16.484475 [ 21 ] {} <Information> RaftInstance: append at 3
2021.01.29 23:12:16.484512 [ 21 ] {} <Warning> RaftInstance: receive a config change from leader at 3
2021.01.29 23:12:16.484575 [ 21 ] {} <Notice> RaftInstance: trigger commit upto 3
2021.01.29 23:12:16.484629 [ 21 ] {} <Information> RaftInstance: local log idx 3, target_commit_idx 3, quick_commit_index_ 3, state_->get_commit_idx() 0
2021.01.29 23:12:16.484688 [ 21 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:16.484739 [ 21 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.484769 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:16.484795 [ 21 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=4
2021.01.29 23:12:16.484843 [ 67 ] {} <Notice> RaftInstance: commit upto 3, curruent idx 0
2021.01.29 23:12:16.484913 [ 67 ] {} <Information> RaftInstance: commit upto 3, curruent idx 1
2021.01.29 23:12:16.484975 [ 67 ] {} <Warning> RaftInstance: config at index 1 is committed, prev config log idx 2
2021.01.29 23:12:16.485072 [ 67 ] {} <Information> RaftInstance: commit upto 3, curruent idx 2
2021.01.29 23:12:16.485115 [ 67 ] {} <Warning> RaftInstance: config at index 2 is committed, prev config log idx 2
2021.01.29 23:12:16.485215 [ 67 ] {} <Information> RaftInstance: commit upto 3, curruent idx 3
2021.01.29 23:12:16.485261 [ 67 ] {} <Warning> RaftInstance: config at index 3 is committed, prev config log idx 2
2021.01.29 23:12:16.485359 [ 67 ] {} <Warning> RaftInstance: new config log idx 3, prev log idx 2, cur config log idx 2, prev log idx 1
2021.01.29 23:12:16.485429 [ 67 ] {} <Notice> RaftInstance: system is reconfigured to have 3 servers, last config index: 2, this config index: 3
2021.01.29 23:12:16.485497 [ 67 ] {} <Warning> RaftInstance: now this node is the part of cluster, catch-up process is done, clearing the flag
2021.01.29 23:12:16.485548 [ 67 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.485580 [ 67 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.485734 [ 67 ] {} <Warning> RaftInstance: new configuration: log idx 3, prev log idx 2
2021.01.29 23:12:16.485856 [ 67 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.485900 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 3, curruent idx 3
2021.01.29 23:12:16.485945 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:16.577182 [ 8 ] {} <Information> RaftInstance: asio client created: 0x7f420624d018
2021.01.29 23:12:16.577242 [ 8 ] {} <Notice> RaftInstance: socket to node1:44444 is not opened yet
2021.01.29 23:12:16.579951 [ 25 ] {} <Warning> RaftInstance: connected to node1:44444 (as a client)
2021.01.29 23:12:16.580285 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=3, LastLogTerm=1, EntriesLength=1, CommitIndex=3 and Term=1
2021.01.29 23:12:16.580456 [ 29 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 3 (1), req c idx: 3, my term: 1, my role: 1
2021.01.29 23:12:16.580585 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.580636 [ 29 ] {} <Information> RaftInstance: [LOG OK] req log idx: 3, req log term: 1, my last log idx: 3, my log (3) term: 1
2021.01.29 23:12:16.580687 [ 29 ] {} <Notice> RaftInstance: [INIT] log_idx: 4, count: 0, log_store_->next_slot(): 4, req.log_entries().size(): 1
2021.01.29 23:12:16.580754 [ 29 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 4, count: 0
2021.01.29 23:12:16.580809 [ 29 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 4, count: 0
2021.01.29 23:12:16.580876 [ 29 ] {} <Information> RaftInstance: append at 4
2021.01.29 23:12:16.580947 [ 29 ] {} <Information> RaftInstance: local log idx 4, target_commit_idx 3, quick_commit_index_ 3, state_->get_commit_idx() 3
2021.01.29 23:12:16.580981 [ 29 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.581022 [ 29 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.581066 [ 29 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.581103 [ 29 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=5
2021.01.29 23:12:16.583168 [ 28 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=3, LastLogTerm=1, EntriesLength=2, CommitIndex=4 and Term=1
2021.01.29 23:12:16.583312 [ 28 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 3 (2), req c idx: 4, my term: 1, my role: 1
2021.01.29 23:12:16.583387 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.583430 [ 28 ] {} <Information> RaftInstance: [LOG OK] req log idx: 3, req log term: 1, my last log idx: 4, my log (3) term: 1
2021.01.29 23:12:16.583467 [ 28 ] {} <Notice> RaftInstance: [INIT] log_idx: 4, count: 0, log_store_->next_slot(): 5, req.log_entries().size(): 2
2021.01.29 23:12:16.583523 [ 28 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 5, count: 1
2021.01.29 23:12:16.583572 [ 28 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 5, count: 1
2021.01.29 23:12:16.583614 [ 28 ] {} <Information> RaftInstance: append at 5
2021.01.29 23:12:16.583647 [ 28 ] {} <Notice> RaftInstance: trigger commit upto 4
2021.01.29 23:12:16.583694 [ 28 ] {} <Information> RaftInstance: local log idx 5, target_commit_idx 4, quick_commit_index_ 4, state_->get_commit_idx() 3
2021.01.29 23:12:16.583730 [ 28 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:16.583766 [ 28 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.583798 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:16.583806 [ 28 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.583857 [ 67 ] {} <Notice> RaftInstance: commit upto 4, curruent idx 3
2021.01.29 23:12:16.583877 [ 28 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.583936 [ 28 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=6
2021.01.29 23:12:16.583942 [ 67 ] {} <Information> RaftInstance: commit upto 4, curruent idx 4
2021.01.29 23:12:16.584032 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 4, curruent idx 4
2021.01.29 23:12:16.584083 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:16.585834 [ 38 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=5, LastLogTerm=1, EntriesLength=0, CommitIndex=5 and Term=1
2021.01.29 23:12:16.586046 [ 38 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 5 (0), req c idx: 5, my term: 1, my role: 1
2021.01.29 23:12:16.586165 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.586213 [ 38 ] {} <Information> RaftInstance: [LOG OK] req log idx: 5, req log term: 1, my last log idx: 5, my log (5) term: 1
2021.01.29 23:12:16.586249 [ 38 ] {} <Notice> RaftInstance: trigger commit upto 5
2021.01.29 23:12:16.586301 [ 38 ] {} <Information> RaftInstance: local log idx 5, target_commit_idx 5, quick_commit_index_ 5, state_->get_commit_idx() 4
2021.01.29 23:12:16.586343 [ 38 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:16.586385 [ 38 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.586415 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:16.586429 [ 38 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.586463 [ 67 ] {} <Notice> RaftInstance: commit upto 5, curruent idx 4
2021.01.29 23:12:16.586489 [ 38 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.586532 [ 67 ] {} <Information> RaftInstance: commit upto 5, curruent idx 5
2021.01.29 23:12:16.586557 [ 38 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=6
2021.01.29 23:12:16.586622 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 5, curruent idx 5
2021.01.29 23:12:16.586673 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:16.588273 [ 44 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=5, LastLogTerm=1, EntriesLength=1, CommitIndex=5 and Term=1
2021.01.29 23:12:16.588452 [ 44 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 5 (1), req c idx: 5, my term: 1, my role: 1
2021.01.29 23:12:16.588587 [ 44 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.588647 [ 44 ] {} <Information> RaftInstance: [LOG OK] req log idx: 5, req log term: 1, my last log idx: 5, my log (5) term: 1
2021.01.29 23:12:16.588691 [ 44 ] {} <Notice> RaftInstance: [INIT] log_idx: 6, count: 0, log_store_->next_slot(): 6, req.log_entries().size(): 1
2021.01.29 23:12:16.588756 [ 44 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 6, count: 0
2021.01.29 23:12:16.588817 [ 44 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 6, count: 0
2021.01.29 23:12:16.588865 [ 44 ] {} <Information> RaftInstance: append at 6
2021.01.29 23:12:16.588916 [ 44 ] {} <Information> RaftInstance: local log idx 6, target_commit_idx 5, quick_commit_index_ 5, state_->get_commit_idx() 5
2021.01.29 23:12:16.588955 [ 44 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.589001 [ 44 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.589051 [ 44 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.589093 [ 44 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=7
2021.01.29 23:12:16.590900 [ 48 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=6, LastLogTerm=1, EntriesLength=1, CommitIndex=6 and Term=1
2021.01.29 23:12:16.591053 [ 48 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 6 (1), req c idx: 6, my term: 1, my role: 1
2021.01.29 23:12:16.591166 [ 48 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.591211 [ 48 ] {} <Information> RaftInstance: [LOG OK] req log idx: 6, req log term: 1, my last log idx: 6, my log (6) term: 1
2021.01.29 23:12:16.591252 [ 48 ] {} <Notice> RaftInstance: [INIT] log_idx: 7, count: 0, log_store_->next_slot(): 7, req.log_entries().size(): 1
2021.01.29 23:12:16.591307 [ 48 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 7, count: 0
2021.01.29 23:12:16.591357 [ 48 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 7, count: 0
2021.01.29 23:12:16.591399 [ 48 ] {} <Information> RaftInstance: append at 7
2021.01.29 23:12:16.591433 [ 48 ] {} <Notice> RaftInstance: trigger commit upto 6
2021.01.29 23:12:16.591480 [ 48 ] {} <Information> RaftInstance: local log idx 7, target_commit_idx 6, quick_commit_index_ 6, state_->get_commit_idx() 5
2021.01.29 23:12:16.591517 [ 48 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:16.591554 [ 48 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.591582 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:16.591596 [ 48 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.591626 [ 67 ] {} <Notice> RaftInstance: commit upto 6, curruent idx 5
2021.01.29 23:12:16.591643 [ 48 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.591694 [ 67 ] {} <Information> RaftInstance: commit upto 6, curruent idx 6
2021.01.29 23:12:16.591698 [ 48 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=8
2021.01.29 23:12:16.591841 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 6, curruent idx 6
2021.01.29 23:12:16.591902 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:16.593227 [ 53 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=7, LastLogTerm=1, EntriesLength=0, CommitIndex=7 and Term=1
2021.01.29 23:12:16.593454 [ 53 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 7 (0), req c idx: 7, my term: 1, my role: 1
2021.01.29 23:12:16.593574 [ 53 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.593621 [ 53 ] {} <Information> RaftInstance: [LOG OK] req log idx: 7, req log term: 1, my last log idx: 7, my log (7) term: 1
2021.01.29 23:12:16.593658 [ 53 ] {} <Notice> RaftInstance: trigger commit upto 7
2021.01.29 23:12:16.593724 [ 53 ] {} <Information> RaftInstance: local log idx 7, target_commit_idx 7, quick_commit_index_ 7, state_->get_commit_idx() 6
2021.01.29 23:12:16.593766 [ 53 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:16.593806 [ 53 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.593824 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:16.593852 [ 53 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.593867 [ 67 ] {} <Notice> RaftInstance: commit upto 7, curruent idx 6
2021.01.29 23:12:16.593906 [ 53 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.593937 [ 67 ] {} <Information> RaftInstance: commit upto 7, curruent idx 7
2021.01.29 23:12:16.593954 [ 53 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=8
2021.01.29 23:12:16.594028 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 7, curruent idx 7
2021.01.29 23:12:16.594080 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:16.596177 [ 60 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=7, LastLogTerm=1, EntriesLength=1, CommitIndex=7 and Term=1
2021.01.29 23:12:16.596342 [ 60 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 7 (1), req c idx: 7, my term: 1, my role: 1
2021.01.29 23:12:16.596465 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.596515 [ 60 ] {} <Information> RaftInstance: [LOG OK] req log idx: 7, req log term: 1, my last log idx: 7, my log (7) term: 1
2021.01.29 23:12:16.596558 [ 60 ] {} <Notice> RaftInstance: [INIT] log_idx: 8, count: 0, log_store_->next_slot(): 8, req.log_entries().size(): 1
2021.01.29 23:12:16.596619 [ 60 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 8, count: 0
2021.01.29 23:12:16.596687 [ 60 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 8, count: 0
2021.01.29 23:12:16.596730 [ 60 ] {} <Information> RaftInstance: append at 8
2021.01.29 23:12:16.596770 [ 60 ] {} <Information> RaftInstance: local log idx 8, target_commit_idx 7, quick_commit_index_ 7, state_->get_commit_idx() 7
2021.01.29 23:12:16.596803 [ 60 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.596841 [ 60 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.596883 [ 60 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.596920 [ 60 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=9
2021.01.29 23:12:16.598813 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=8, LastLogTerm=1, EntriesLength=1, CommitIndex=8 and Term=1
2021.01.29 23:12:16.598979 [ 63 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 8 (1), req c idx: 8, my term: 1, my role: 1
2021.01.29 23:12:16.599104 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.599170 [ 63 ] {} <Information> RaftInstance: [LOG OK] req log idx: 8, req log term: 1, my last log idx: 8, my log (8) term: 1
2021.01.29 23:12:16.599214 [ 63 ] {} <Notice> RaftInstance: [INIT] log_idx: 9, count: 0, log_store_->next_slot(): 9, req.log_entries().size(): 1
2021.01.29 23:12:16.599279 [ 63 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 9, count: 0
2021.01.29 23:12:16.599336 [ 63 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 9, count: 0
2021.01.29 23:12:16.599387 [ 63 ] {} <Information> RaftInstance: append at 9
2021.01.29 23:12:16.599424 [ 63 ] {} <Notice> RaftInstance: trigger commit upto 8
2021.01.29 23:12:16.599480 [ 63 ] {} <Information> RaftInstance: local log idx 9, target_commit_idx 8, quick_commit_index_ 8, state_->get_commit_idx() 7
2021.01.29 23:12:16.599521 [ 63 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:16.599562 [ 63 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.599600 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:16.599605 [ 63 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.599668 [ 67 ] {} <Notice> RaftInstance: commit upto 8, curruent idx 7
2021.01.29 23:12:16.599702 [ 63 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.599741 [ 67 ] {} <Information> RaftInstance: commit upto 8, curruent idx 8
2021.01.29 23:12:16.599746 [ 63 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=10
2021.01.29 23:12:16.599852 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 8, curruent idx 8
2021.01.29 23:12:16.599908 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:16.601009 [ 14 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=9, LastLogTerm=1, EntriesLength=1, CommitIndex=9 and Term=1
2021.01.29 23:12:16.601149 [ 14 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 9 (1), req c idx: 9, my term: 1, my role: 1
2021.01.29 23:12:16.601239 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.601289 [ 14 ] {} <Information> RaftInstance: [LOG OK] req log idx: 9, req log term: 1, my last log idx: 9, my log (9) term: 1
2021.01.29 23:12:16.601333 [ 14 ] {} <Notice> RaftInstance: [INIT] log_idx: 10, count: 0, log_store_->next_slot(): 10, req.log_entries().size(): 1
2021.01.29 23:12:16.601407 [ 14 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 10, count: 0
2021.01.29 23:12:16.601464 [ 14 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 10, count: 0
2021.01.29 23:12:16.601513 [ 14 ] {} <Information> RaftInstance: append at 10
2021.01.29 23:12:16.601561 [ 14 ] {} <Notice> RaftInstance: trigger commit upto 9
2021.01.29 23:12:16.601607 [ 14 ] {} <Information> RaftInstance: local log idx 10, target_commit_idx 9, quick_commit_index_ 9, state_->get_commit_idx() 8
2021.01.29 23:12:16.601644 [ 14 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:16.601679 [ 14 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.601719 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:16.601774 [ 67 ] {} <Notice> RaftInstance: commit upto 9, curruent idx 8
2021.01.29 23:12:16.601835 [ 67 ] {} <Information> RaftInstance: commit upto 9, curruent idx 9
2021.01.29 23:12:16.601923 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 9, curruent idx 9
2021.01.29 23:12:16.601968 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:16.601735 [ 14 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.602347 [ 14 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.602387 [ 14 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=11
2021.01.29 23:12:16.604134 [ 19 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=10, LastLogTerm=1, EntriesLength=1, CommitIndex=10 and Term=1
2021.01.29 23:12:16.604341 [ 19 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 10 (1), req c idx: 10, my term: 1, my role: 1
2021.01.29 23:12:16.604427 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.604483 [ 19 ] {} <Information> RaftInstance: [LOG OK] req log idx: 10, req log term: 1, my last log idx: 10, my log (10) term: 1
2021.01.29 23:12:16.604573 [ 19 ] {} <Notice> RaftInstance: [INIT] log_idx: 11, count: 0, log_store_->next_slot(): 11, req.log_entries().size(): 1
2021.01.29 23:12:16.604635 [ 19 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 11, count: 0
2021.01.29 23:12:16.604701 [ 19 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 11, count: 0
2021.01.29 23:12:16.604762 [ 19 ] {} <Information> RaftInstance: append at 11
2021.01.29 23:12:16.604801 [ 19 ] {} <Notice> RaftInstance: trigger commit upto 10
2021.01.29 23:12:16.604853 [ 19 ] {} <Information> RaftInstance: local log idx 11, target_commit_idx 10, quick_commit_index_ 10, state_->get_commit_idx() 9
2021.01.29 23:12:16.604895 [ 19 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:16.604934 [ 19 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.604962 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:16.604981 [ 19 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.605014 [ 67 ] {} <Notice> RaftInstance: commit upto 10, curruent idx 9
2021.01.29 23:12:16.605034 [ 19 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.605083 [ 67 ] {} <Information> RaftInstance: commit upto 10, curruent idx 10
2021.01.29 23:12:16.605081 [ 19 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=12
2021.01.29 23:12:16.605219 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 10, curruent idx 10
2021.01.29 23:12:16.605274 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:16.607420 [ 24 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=10, LastLogTerm=1, EntriesLength=1, CommitIndex=11 and Term=1
2021.01.29 23:12:16.607618 [ 24 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 10 (1), req c idx: 11, my term: 1, my role: 1
2021.01.29 23:12:16.607708 [ 24 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.607765 [ 24 ] {} <Information> RaftInstance: [LOG OK] req log idx: 10, req log term: 1, my last log idx: 11, my log (10) term: 1
2021.01.29 23:12:16.607865 [ 24 ] {} <Notice> RaftInstance: [INIT] log_idx: 11, count: 0, log_store_->next_slot(): 12, req.log_entries().size(): 1
2021.01.29 23:12:16.607925 [ 24 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 12, count: 1
2021.01.29 23:12:16.607979 [ 24 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 12, count: 1
2021.01.29 23:12:16.608026 [ 24 ] {} <Notice> RaftInstance: trigger commit upto 11
2021.01.29 23:12:16.608085 [ 24 ] {} <Information> RaftInstance: local log idx 11, target_commit_idx 11, quick_commit_index_ 11, state_->get_commit_idx() 10
2021.01.29 23:12:16.608129 [ 24 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:16.608176 [ 24 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.608191 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:16.608222 [ 24 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.608252 [ 67 ] {} <Notice> RaftInstance: commit upto 11, curruent idx 10
2021.01.29 23:12:16.608288 [ 24 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.608334 [ 24 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=12
2021.01.29 23:12:16.608347 [ 67 ] {} <Information> RaftInstance: commit upto 11, curruent idx 11
2021.01.29 23:12:16.608462 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 11, curruent idx 11
2021.01.29 23:12:16.608523 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:16.609925 [ 33 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=11, LastLogTerm=1, EntriesLength=1, CommitIndex=11 and Term=1
2021.01.29 23:12:16.610114 [ 33 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 11 (1), req c idx: 11, my term: 1, my role: 1
2021.01.29 23:12:16.610193 [ 33 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.610242 [ 33 ] {} <Information> RaftInstance: [LOG OK] req log idx: 11, req log term: 1, my last log idx: 11, my log (11) term: 1
2021.01.29 23:12:16.610325 [ 33 ] {} <Notice> RaftInstance: [INIT] log_idx: 12, count: 0, log_store_->next_slot(): 12, req.log_entries().size(): 1
2021.01.29 23:12:16.610387 [ 33 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 12, count: 0
2021.01.29 23:12:16.610443 [ 33 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 12, count: 0
2021.01.29 23:12:16.610491 [ 33 ] {} <Information> RaftInstance: append at 12
2021.01.29 23:12:16.610546 [ 33 ] {} <Information> RaftInstance: local log idx 12, target_commit_idx 11, quick_commit_index_ 11, state_->get_commit_idx() 11
2021.01.29 23:12:16.610579 [ 33 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.610619 [ 33 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.610662 [ 33 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.610699 [ 33 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=13
2021.01.29 23:12:16.611874 [ 35 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=12, LastLogTerm=1, EntriesLength=0, CommitIndex=12 and Term=1
2021.01.29 23:12:16.612015 [ 35 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 12 (0), req c idx: 12, my term: 1, my role: 1
2021.01.29 23:12:16.612083 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.612126 [ 35 ] {} <Information> RaftInstance: [LOG OK] req log idx: 12, req log term: 1, my last log idx: 12, my log (12) term: 1
2021.01.29 23:12:16.612187 [ 35 ] {} <Notice> RaftInstance: trigger commit upto 12
2021.01.29 23:12:16.612242 [ 35 ] {} <Information> RaftInstance: local log idx 12, target_commit_idx 12, quick_commit_index_ 12, state_->get_commit_idx() 11
2021.01.29 23:12:16.612278 [ 35 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:16.612319 [ 35 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.612341 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:16.612357 [ 35 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.612385 [ 67 ] {} <Notice> RaftInstance: commit upto 12, curruent idx 11
2021.01.29 23:12:16.612400 [ 35 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.612437 [ 35 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=13
2021.01.29 23:12:16.612446 [ 67 ] {} <Information> RaftInstance: commit upto 12, curruent idx 12
2021.01.29 23:12:16.612614 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 12, curruent idx 12
2021.01.29 23:12:16.612659 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:16.627116 [ 39 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=12, LastLogTerm=1, EntriesLength=1, CommitIndex=12 and Term=1
2021.01.29 23:12:16.627305 [ 39 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 12 (1), req c idx: 12, my term: 1, my role: 1
2021.01.29 23:12:16.627380 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.627425 [ 39 ] {} <Information> RaftInstance: [LOG OK] req log idx: 12, req log term: 1, my last log idx: 12, my log (12) term: 1
2021.01.29 23:12:16.627498 [ 39 ] {} <Notice> RaftInstance: [INIT] log_idx: 13, count: 0, log_store_->next_slot(): 13, req.log_entries().size(): 1
2021.01.29 23:12:16.627555 [ 39 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 13, count: 0
2021.01.29 23:12:16.627605 [ 39 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 13, count: 0
2021.01.29 23:12:16.627649 [ 39 ] {} <Information> RaftInstance: append at 13
2021.01.29 23:12:16.627690 [ 39 ] {} <Information> RaftInstance: local log idx 13, target_commit_idx 12, quick_commit_index_ 12, state_->get_commit_idx() 12
2021.01.29 23:12:16.627724 [ 39 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.627771 [ 39 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.627814 [ 39 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.627851 [ 39 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=14
2021.01.29 23:12:16.629288 [ 42 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=12, LastLogTerm=1, EntriesLength=1, CommitIndex=13 and Term=1
2021.01.29 23:12:16.629518 [ 42 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 12 (1), req c idx: 13, my term: 1, my role: 1
2021.01.29 23:12:16.629600 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.629650 [ 42 ] {} <Information> RaftInstance: [LOG OK] req log idx: 12, req log term: 1, my last log idx: 13, my log (12) term: 1
2021.01.29 23:12:16.629750 [ 42 ] {} <Notice> RaftInstance: [INIT] log_idx: 13, count: 0, log_store_->next_slot(): 14, req.log_entries().size(): 1
2021.01.29 23:12:16.629827 [ 42 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 14, count: 1
2021.01.29 23:12:16.629887 [ 42 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 14, count: 1
2021.01.29 23:12:16.629937 [ 42 ] {} <Notice> RaftInstance: trigger commit upto 13
2021.01.29 23:12:16.629990 [ 42 ] {} <Information> RaftInstance: local log idx 13, target_commit_idx 13, quick_commit_index_ 13, state_->get_commit_idx() 12
2021.01.29 23:12:16.630032 [ 42 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:16.630073 [ 42 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.630096 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:16.630118 [ 42 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.630148 [ 67 ] {} <Notice> RaftInstance: commit upto 13, curruent idx 12
2021.01.29 23:12:16.630172 [ 42 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.630218 [ 67 ] {} <Information> RaftInstance: commit upto 13, curruent idx 13
2021.01.29 23:12:16.630220 [ 42 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=14
2021.01.29 23:12:16.630344 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 13, curruent idx 13
2021.01.29 23:12:16.630403 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:16.632460 [ 49 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=13, LastLogTerm=1, EntriesLength=1, CommitIndex=13 and Term=1
2021.01.29 23:12:16.632681 [ 49 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 13 (1), req c idx: 13, my term: 1, my role: 1
2021.01.29 23:12:16.632721 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.632765 [ 49 ] {} <Information> RaftInstance: [LOG OK] req log idx: 13, req log term: 1, my last log idx: 13, my log (13) term: 1
2021.01.29 23:12:16.632841 [ 49 ] {} <Notice> RaftInstance: [INIT] log_idx: 14, count: 0, log_store_->next_slot(): 14, req.log_entries().size(): 1
2021.01.29 23:12:16.632896 [ 49 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 14, count: 0
2021.01.29 23:12:16.632947 [ 49 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 14, count: 0
2021.01.29 23:12:16.632990 [ 49 ] {} <Information> RaftInstance: append at 14
2021.01.29 23:12:16.633033 [ 49 ] {} <Information> RaftInstance: local log idx 14, target_commit_idx 13, quick_commit_index_ 13, state_->get_commit_idx() 13
2021.01.29 23:12:16.633066 [ 49 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.633105 [ 49 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.633147 [ 49 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.633185 [ 49 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=15
2021.01.29 23:12:16.634509 [ 52 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=14, LastLogTerm=1, EntriesLength=0, CommitIndex=14 and Term=1
2021.01.29 23:12:16.634671 [ 52 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 14 (0), req c idx: 14, my term: 1, my role: 1
2021.01.29 23:12:16.634745 [ 52 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.634790 [ 52 ] {} <Information> RaftInstance: [LOG OK] req log idx: 14, req log term: 1, my last log idx: 14, my log (14) term: 1
2021.01.29 23:12:16.634857 [ 52 ] {} <Notice> RaftInstance: trigger commit upto 14
2021.01.29 23:12:16.634906 [ 52 ] {} <Information> RaftInstance: local log idx 14, target_commit_idx 14, quick_commit_index_ 14, state_->get_commit_idx() 13
2021.01.29 23:12:16.634985 [ 52 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:16.635019 [ 52 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.635030 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:16.635059 [ 52 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.635078 [ 67 ] {} <Notice> RaftInstance: commit upto 14, curruent idx 13
2021.01.29 23:12:16.635104 [ 52 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.635140 [ 67 ] {} <Information> RaftInstance: commit upto 14, curruent idx 14
2021.01.29 23:12:16.635142 [ 52 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=15
2021.01.29 23:12:16.635218 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 14, curruent idx 14
2021.01.29 23:12:16.635264 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:16.637131 [ 56 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=14, LastLogTerm=1, EntriesLength=1, CommitIndex=14 and Term=1
2021.01.29 23:12:16.637275 [ 56 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 14 (1), req c idx: 14, my term: 1, my role: 1
2021.01.29 23:12:16.637347 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.637399 [ 56 ] {} <Information> RaftInstance: [LOG OK] req log idx: 14, req log term: 1, my last log idx: 14, my log (14) term: 1
2021.01.29 23:12:16.637470 [ 56 ] {} <Notice> RaftInstance: [INIT] log_idx: 15, count: 0, log_store_->next_slot(): 15, req.log_entries().size(): 1
2021.01.29 23:12:16.637525 [ 56 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 15, count: 0
2021.01.29 23:12:16.637574 [ 56 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 15, count: 0
2021.01.29 23:12:16.637616 [ 56 ] {} <Information> RaftInstance: append at 15
2021.01.29 23:12:16.637662 [ 56 ] {} <Information> RaftInstance: local log idx 15, target_commit_idx 14, quick_commit_index_ 14, state_->get_commit_idx() 14
2021.01.29 23:12:16.637707 [ 56 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.637766 [ 56 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.637813 [ 56 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.637855 [ 56 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=16
2021.01.29 23:12:16.639078 [ 53 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=14, LastLogTerm=1, EntriesLength=1, CommitIndex=15 and Term=1
2021.01.29 23:12:16.639180 [ 53 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 14 (1), req c idx: 15, my term: 1, my role: 1
2021.01.29 23:12:16.639226 [ 53 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.639275 [ 53 ] {} <Information> RaftInstance: [LOG OK] req log idx: 14, req log term: 1, my last log idx: 15, my log (14) term: 1
2021.01.29 23:12:16.639319 [ 53 ] {} <Notice> RaftInstance: [INIT] log_idx: 15, count: 0, log_store_->next_slot(): 16, req.log_entries().size(): 1
2021.01.29 23:12:16.639382 [ 53 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 16, count: 1
2021.01.29 23:12:16.639438 [ 53 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 16, count: 1
2021.01.29 23:12:16.639488 [ 53 ] {} <Notice> RaftInstance: trigger commit upto 15
2021.01.29 23:12:16.639541 [ 53 ] {} <Information> RaftInstance: local log idx 15, target_commit_idx 15, quick_commit_index_ 15, state_->get_commit_idx() 14
2021.01.29 23:12:16.639582 [ 53 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:16.639622 [ 53 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.639643 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:16.639667 [ 53 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.639691 [ 67 ] {} <Notice> RaftInstance: commit upto 15, curruent idx 14
2021.01.29 23:12:16.639731 [ 53 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.639761 [ 67 ] {} <Information> RaftInstance: commit upto 15, curruent idx 15
2021.01.29 23:12:16.639780 [ 53 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=16
2021.01.29 23:12:16.639857 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 15, curruent idx 15
2021.01.29 23:12:16.639907 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:16.642703 [ 64 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=15, LastLogTerm=1, EntriesLength=1, CommitIndex=15 and Term=1
2021.01.29 23:12:16.642883 [ 64 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 15 (1), req c idx: 15, my term: 1, my role: 1
2021.01.29 23:12:16.642958 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.643003 [ 64 ] {} <Information> RaftInstance: [LOG OK] req log idx: 15, req log term: 1, my last log idx: 15, my log (15) term: 1
2021.01.29 23:12:16.643077 [ 64 ] {} <Notice> RaftInstance: [INIT] log_idx: 16, count: 0, log_store_->next_slot(): 16, req.log_entries().size(): 1
2021.01.29 23:12:16.643132 [ 64 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 16, count: 0
2021.01.29 23:12:16.643182 [ 64 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 16, count: 0
2021.01.29 23:12:16.643225 [ 64 ] {} <Information> RaftInstance: append at 16
2021.01.29 23:12:16.643268 [ 64 ] {} <Information> RaftInstance: local log idx 16, target_commit_idx 15, quick_commit_index_ 15, state_->get_commit_idx() 15
2021.01.29 23:12:16.643300 [ 64 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.643340 [ 64 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.643382 [ 64 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.643419 [ 64 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=17
2021.01.29 23:12:16.645294 [ 13 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=16, LastLogTerm=1, EntriesLength=0, CommitIndex=16 and Term=1
2021.01.29 23:12:16.645515 [ 13 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 16 (0), req c idx: 16, my term: 1, my role: 1
2021.01.29 23:12:16.645597 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.645650 [ 13 ] {} <Information> RaftInstance: [LOG OK] req log idx: 16, req log term: 1, my last log idx: 16, my log (16) term: 1
2021.01.29 23:12:16.645746 [ 13 ] {} <Notice> RaftInstance: trigger commit upto 16
2021.01.29 23:12:16.645799 [ 13 ] {} <Information> RaftInstance: local log idx 16, target_commit_idx 16, quick_commit_index_ 16, state_->get_commit_idx() 15
2021.01.29 23:12:16.645840 [ 13 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:16.645880 [ 13 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.645898 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:16.645924 [ 13 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.645951 [ 67 ] {} <Notice> RaftInstance: commit upto 16, curruent idx 15
2021.01.29 23:12:16.645974 [ 13 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.646017 [ 13 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=17
2021.01.29 23:12:16.646021 [ 67 ] {} <Information> RaftInstance: commit upto 16, curruent idx 16
2021.01.29 23:12:16.646616 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 16, curruent idx 16
2021.01.29 23:12:16.646670 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:16.647440 [ 16 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=16, LastLogTerm=1, EntriesLength=1, CommitIndex=16 and Term=1
2021.01.29 23:12:16.647657 [ 16 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 16 (1), req c idx: 16, my term: 1, my role: 1
2021.01.29 23:12:16.647733 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.647783 [ 16 ] {} <Information> RaftInstance: [LOG OK] req log idx: 16, req log term: 1, my last log idx: 16, my log (16) term: 1
2021.01.29 23:12:16.647867 [ 16 ] {} <Notice> RaftInstance: [INIT] log_idx: 17, count: 0, log_store_->next_slot(): 17, req.log_entries().size(): 1
2021.01.29 23:12:16.647929 [ 16 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 17, count: 0
2021.01.29 23:12:16.647984 [ 16 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 17, count: 0
2021.01.29 23:12:16.648031 [ 16 ] {} <Information> RaftInstance: append at 17
2021.01.29 23:12:16.648077 [ 16 ] {} <Information> RaftInstance: local log idx 17, target_commit_idx 16, quick_commit_index_ 16, state_->get_commit_idx() 16
2021.01.29 23:12:16.648114 [ 16 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.648160 [ 16 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.648208 [ 16 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.648249 [ 16 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=18
2021.01.29 23:12:16.649271 [ 15 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=16, LastLogTerm=1, EntriesLength=1, CommitIndex=17 and Term=1
2021.01.29 23:12:16.649357 [ 15 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 16 (1), req c idx: 17, my term: 1, my role: 1
2021.01.29 23:12:16.649477 [ 15 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.649538 [ 15 ] {} <Information> RaftInstance: [LOG OK] req log idx: 16, req log term: 1, my last log idx: 17, my log (16) term: 1
2021.01.29 23:12:16.649583 [ 15 ] {} <Notice> RaftInstance: [INIT] log_idx: 17, count: 0, log_store_->next_slot(): 18, req.log_entries().size(): 1
2021.01.29 23:12:16.649646 [ 15 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 18, count: 1
2021.01.29 23:12:16.649712 [ 15 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 18, count: 1
2021.01.29 23:12:16.649764 [ 15 ] {} <Notice> RaftInstance: trigger commit upto 17
2021.01.29 23:12:16.649816 [ 15 ] {} <Information> RaftInstance: local log idx 17, target_commit_idx 17, quick_commit_index_ 17, state_->get_commit_idx() 16
2021.01.29 23:12:16.649858 [ 15 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:16.649898 [ 15 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.649918 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:16.649941 [ 15 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.649970 [ 67 ] {} <Notice> RaftInstance: commit upto 17, curruent idx 16
2021.01.29 23:12:16.649994 [ 15 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.650042 [ 15 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=18
2021.01.29 23:12:16.650048 [ 67 ] {} <Information> RaftInstance: commit upto 17, curruent idx 17
2021.01.29 23:12:16.650175 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 17, curruent idx 17
2021.01.29 23:12:16.650229 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:16.651716 [ 21 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=17, LastLogTerm=1, EntriesLength=1, CommitIndex=17 and Term=1
2021.01.29 23:12:16.651792 [ 21 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 17 (1), req c idx: 17, my term: 1, my role: 1
2021.01.29 23:12:16.651839 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.651882 [ 21 ] {} <Information> RaftInstance: [LOG OK] req log idx: 17, req log term: 1, my last log idx: 17, my log (17) term: 1
2021.01.29 23:12:16.651922 [ 21 ] {} <Notice> RaftInstance: [INIT] log_idx: 18, count: 0, log_store_->next_slot(): 18, req.log_entries().size(): 1
2021.01.29 23:12:16.651976 [ 21 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 18, count: 0
2021.01.29 23:12:16.652025 [ 21 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 18, count: 0
2021.01.29 23:12:16.652067 [ 21 ] {} <Information> RaftInstance: append at 18
2021.01.29 23:12:16.652107 [ 21 ] {} <Information> RaftInstance: local log idx 18, target_commit_idx 17, quick_commit_index_ 17, state_->get_commit_idx() 17
2021.01.29 23:12:16.652147 [ 21 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.652189 [ 21 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.652231 [ 21 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.652267 [ 21 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=19
2021.01.29 23:12:16.653437 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=18, LastLogTerm=1, EntriesLength=0, CommitIndex=18 and Term=1
2021.01.29 23:12:16.653645 [ 31 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 18 (0), req c idx: 18, my term: 1, my role: 1
2021.01.29 23:12:16.653730 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.653777 [ 31 ] {} <Information> RaftInstance: [LOG OK] req log idx: 18, req log term: 1, my last log idx: 18, my log (18) term: 1
2021.01.29 23:12:16.653840 [ 31 ] {} <Notice> RaftInstance: trigger commit upto 18
2021.01.29 23:12:16.653889 [ 31 ] {} <Information> RaftInstance: local log idx 18, target_commit_idx 18, quick_commit_index_ 18, state_->get_commit_idx() 17
2021.01.29 23:12:16.653926 [ 31 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:16.653963 [ 31 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.653980 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:16.654007 [ 31 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.654027 [ 67 ] {} <Notice> RaftInstance: commit upto 18, curruent idx 17
2021.01.29 23:12:16.654058 [ 31 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.654097 [ 67 ] {} <Information> RaftInstance: commit upto 18, curruent idx 18
2021.01.29 23:12:16.654108 [ 31 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=19
2021.01.29 23:12:16.654230 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 18, curruent idx 18
2021.01.29 23:12:16.654279 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:16.681288 [ 36 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=18, LastLogTerm=1, EntriesLength=0, CommitIndex=18 and Term=1
2021.01.29 23:12:16.681488 [ 36 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 18 (0), req c idx: 18, my term: 1, my role: 1
2021.01.29 23:12:16.681561 [ 36 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.681605 [ 36 ] {} <Information> RaftInstance: [LOG OK] req log idx: 18, req log term: 1, my last log idx: 18, my log (18) term: 1
2021.01.29 23:12:16.681679 [ 36 ] {} <Information> RaftInstance: local log idx 18, target_commit_idx 18, quick_commit_index_ 18, state_->get_commit_idx() 18
2021.01.29 23:12:16.681729 [ 36 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.681768 [ 36 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.681811 [ 36 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.681858 [ 36 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=19
2021.01.29 23:12:16.781700 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=18, LastLogTerm=1, EntriesLength=0, CommitIndex=18 and Term=1
2021.01.29 23:12:16.781784 [ 29 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 18 (0), req c idx: 18, my term: 1, my role: 1
2021.01.29 23:12:16.781826 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.781869 [ 29 ] {} <Information> RaftInstance: [LOG OK] req log idx: 18, req log term: 1, my last log idx: 18, my log (18) term: 1
2021.01.29 23:12:16.781908 [ 29 ] {} <Information> RaftInstance: local log idx 18, target_commit_idx 18, quick_commit_index_ 18, state_->get_commit_idx() 18
2021.01.29 23:12:16.781947 [ 29 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.781988 [ 29 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.782037 [ 29 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.782074 [ 29 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=19
2021.01.29 23:12:16.853729 [ 28 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=18, LastLogTerm=1, EntriesLength=1, CommitIndex=18 and Term=1
2021.01.29 23:12:16.853822 [ 28 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 18 (1), req c idx: 18, my term: 1, my role: 1
2021.01.29 23:12:16.853865 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.853910 [ 28 ] {} <Information> RaftInstance: [LOG OK] req log idx: 18, req log term: 1, my last log idx: 18, my log (18) term: 1
2021.01.29 23:12:16.853949 [ 28 ] {} <Notice> RaftInstance: [INIT] log_idx: 19, count: 0, log_store_->next_slot(): 19, req.log_entries().size(): 1
2021.01.29 23:12:16.854005 [ 28 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 19, count: 0
2021.01.29 23:12:16.854054 [ 28 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 19, count: 0
2021.01.29 23:12:16.854097 [ 28 ] {} <Information> RaftInstance: append at 19
2021.01.29 23:12:16.854141 [ 28 ] {} <Information> RaftInstance: local log idx 19, target_commit_idx 18, quick_commit_index_ 18, state_->get_commit_idx() 18
2021.01.29 23:12:16.854176 [ 28 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.854217 [ 28 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.854264 [ 28 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.854301 [ 28 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=20
2021.01.29 23:12:16.855221 [ 39 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=19, LastLogTerm=1, EntriesLength=0, CommitIndex=19 and Term=1
2021.01.29 23:12:16.855302 [ 39 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 19 (0), req c idx: 19, my term: 1, my role: 1
2021.01.29 23:12:16.855356 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.855399 [ 39 ] {} <Information> RaftInstance: [LOG OK] req log idx: 19, req log term: 1, my last log idx: 19, my log (19) term: 1
2021.01.29 23:12:16.855460 [ 39 ] {} <Notice> RaftInstance: trigger commit upto 19
2021.01.29 23:12:16.855528 [ 39 ] {} <Information> RaftInstance: local log idx 19, target_commit_idx 19, quick_commit_index_ 19, state_->get_commit_idx() 18
2021.01.29 23:12:16.855566 [ 39 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:16.855602 [ 39 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.855634 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:16.855642 [ 39 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.855692 [ 67 ] {} <Notice> RaftInstance: commit upto 19, curruent idx 18
2021.01.29 23:12:16.855711 [ 39 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.855750 [ 39 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=20
2021.01.29 23:12:16.855757 [ 67 ] {} <Information> RaftInstance: commit upto 19, curruent idx 19
2021.01.29 23:12:16.855849 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 19, curruent idx 19
2021.01.29 23:12:16.855895 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:16.860897 [ 51 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=19, LastLogTerm=1, EntriesLength=1, CommitIndex=19 and Term=1
2021.01.29 23:12:16.861033 [ 51 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 19 (1), req c idx: 19, my term: 1, my role: 1
2021.01.29 23:12:16.861102 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.861144 [ 51 ] {} <Information> RaftInstance: [LOG OK] req log idx: 19, req log term: 1, my last log idx: 19, my log (19) term: 1
2021.01.29 23:12:16.861240 [ 51 ] {} <Notice> RaftInstance: [INIT] log_idx: 20, count: 0, log_store_->next_slot(): 20, req.log_entries().size(): 1
2021.01.29 23:12:16.861295 [ 51 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 20, count: 0
2021.01.29 23:12:16.861344 [ 51 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 20, count: 0
2021.01.29 23:12:16.861404 [ 51 ] {} <Information> RaftInstance: append at 20
2021.01.29 23:12:16.861451 [ 51 ] {} <Information> RaftInstance: local log idx 20, target_commit_idx 19, quick_commit_index_ 19, state_->get_commit_idx() 19
2021.01.29 23:12:16.861484 [ 51 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.861525 [ 51 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.861569 [ 51 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.861606 [ 51 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=21
2021.01.29 23:12:16.863071 [ 54 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=20, LastLogTerm=1, EntriesLength=0, CommitIndex=20 and Term=1
2021.01.29 23:12:16.863279 [ 54 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 20 (0), req c idx: 20, my term: 1, my role: 1
2021.01.29 23:12:16.863351 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.863399 [ 54 ] {} <Information> RaftInstance: [LOG OK] req log idx: 20, req log term: 1, my last log idx: 20, my log (20) term: 1
2021.01.29 23:12:16.863462 [ 54 ] {} <Notice> RaftInstance: trigger commit upto 20
2021.01.29 23:12:16.863510 [ 54 ] {} <Information> RaftInstance: local log idx 20, target_commit_idx 20, quick_commit_index_ 20, state_->get_commit_idx() 19
2021.01.29 23:12:16.863548 [ 54 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:16.863605 [ 54 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.863626 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:16.863676 [ 67 ] {} <Notice> RaftInstance: commit upto 20, curruent idx 19
2021.01.29 23:12:16.863678 [ 54 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.863754 [ 54 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.863799 [ 54 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=21
2021.01.29 23:12:16.863849 [ 67 ] {} <Information> RaftInstance: commit upto 20, curruent idx 20
2021.01.29 23:12:16.865271 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 20, curruent idx 20
2021.01.29 23:12:16.865320 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:16.868514 [ 52 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=20, LastLogTerm=1, EntriesLength=1, CommitIndex=20 and Term=1
2021.01.29 23:12:16.868589 [ 52 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 20 (1), req c idx: 20, my term: 1, my role: 1
2021.01.29 23:12:16.868629 [ 52 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.868670 [ 52 ] {} <Information> RaftInstance: [LOG OK] req log idx: 20, req log term: 1, my last log idx: 20, my log (20) term: 1
2021.01.29 23:12:16.868709 [ 52 ] {} <Notice> RaftInstance: [INIT] log_idx: 21, count: 0, log_store_->next_slot(): 21, req.log_entries().size(): 1
2021.01.29 23:12:16.868763 [ 52 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 21, count: 0
2021.01.29 23:12:16.868821 [ 52 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 21, count: 0
2021.01.29 23:12:16.868864 [ 52 ] {} <Information> RaftInstance: append at 21
2021.01.29 23:12:16.868905 [ 52 ] {} <Information> RaftInstance: local log idx 21, target_commit_idx 20, quick_commit_index_ 20, state_->get_commit_idx() 20
2021.01.29 23:12:16.868938 [ 52 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.868978 [ 52 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.869049 [ 52 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.869100 [ 52 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=22
2021.01.29 23:12:16.870265 [ 62 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=21, LastLogTerm=1, EntriesLength=0, CommitIndex=21 and Term=1
2021.01.29 23:12:16.870434 [ 62 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 21 (0), req c idx: 21, my term: 1, my role: 1
2021.01.29 23:12:16.870509 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.870559 [ 62 ] {} <Information> RaftInstance: [LOG OK] req log idx: 21, req log term: 1, my last log idx: 21, my log (21) term: 1
2021.01.29 23:12:16.870629 [ 62 ] {} <Notice> RaftInstance: trigger commit upto 21
2021.01.29 23:12:16.870682 [ 62 ] {} <Information> RaftInstance: local log idx 21, target_commit_idx 21, quick_commit_index_ 21, state_->get_commit_idx() 20
2021.01.29 23:12:16.870723 [ 62 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:16.870769 [ 62 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.870791 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:16.870817 [ 62 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.870844 [ 67 ] {} <Notice> RaftInstance: commit upto 21, curruent idx 20
2021.01.29 23:12:16.870867 [ 62 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.870910 [ 62 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=22
2021.01.29 23:12:16.870916 [ 67 ] {} <Information> RaftInstance: commit upto 21, curruent idx 21
2021.01.29 23:12:16.871052 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 21, curruent idx 21
2021.01.29 23:12:16.871122 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:16.873053 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=21, LastLogTerm=1, EntriesLength=1, CommitIndex=21 and Term=1
2021.01.29 23:12:16.873167 [ 65 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 21 (1), req c idx: 21, my term: 1, my role: 1
2021.01.29 23:12:16.873233 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.873276 [ 65 ] {} <Information> RaftInstance: [LOG OK] req log idx: 21, req log term: 1, my last log idx: 21, my log (21) term: 1
2021.01.29 23:12:16.873384 [ 65 ] {} <Notice> RaftInstance: [INIT] log_idx: 22, count: 0, log_store_->next_slot(): 22, req.log_entries().size(): 1
2021.01.29 23:12:16.873440 [ 65 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 22, count: 0
2021.01.29 23:12:16.873489 [ 65 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 22, count: 0
2021.01.29 23:12:16.873532 [ 65 ] {} <Information> RaftInstance: append at 22
2021.01.29 23:12:16.873572 [ 65 ] {} <Information> RaftInstance: local log idx 22, target_commit_idx 21, quick_commit_index_ 21, state_->get_commit_idx() 21
2021.01.29 23:12:16.873610 [ 65 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.873649 [ 65 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.873710 [ 65 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.873749 [ 65 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=23
2021.01.29 23:12:16.874602 [ 60 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=22, LastLogTerm=1, EntriesLength=0, CommitIndex=22 and Term=1
2021.01.29 23:12:16.874706 [ 60 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 22 (0), req c idx: 22, my term: 1, my role: 1
2021.01.29 23:12:16.874753 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.874802 [ 60 ] {} <Information> RaftInstance: [LOG OK] req log idx: 22, req log term: 1, my last log idx: 22, my log (22) term: 1
2021.01.29 23:12:16.874839 [ 60 ] {} <Notice> RaftInstance: trigger commit upto 22
2021.01.29 23:12:16.874920 [ 60 ] {} <Information> RaftInstance: local log idx 22, target_commit_idx 22, quick_commit_index_ 22, state_->get_commit_idx() 21
2021.01.29 23:12:16.874975 [ 60 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:16.875023 [ 60 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.875062 [ 60 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.875066 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:16.875107 [ 60 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.875125 [ 67 ] {} <Notice> RaftInstance: commit upto 22, curruent idx 21
2021.01.29 23:12:16.875150 [ 60 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=23
2021.01.29 23:12:16.875212 [ 67 ] {} <Information> RaftInstance: commit upto 22, curruent idx 22
2021.01.29 23:12:16.875397 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 22, curruent idx 22
2021.01.29 23:12:16.875458 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:16.877155 [ 11 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=22, LastLogTerm=1, EntriesLength=1, CommitIndex=22 and Term=1
2021.01.29 23:12:16.877238 [ 11 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 22 (1), req c idx: 22, my term: 1, my role: 1
2021.01.29 23:12:16.877283 [ 11 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.877336 [ 11 ] {} <Information> RaftInstance: [LOG OK] req log idx: 22, req log term: 1, my last log idx: 22, my log (22) term: 1
2021.01.29 23:12:16.877400 [ 11 ] {} <Notice> RaftInstance: [INIT] log_idx: 23, count: 0, log_store_->next_slot(): 23, req.log_entries().size(): 1
2021.01.29 23:12:16.877462 [ 11 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 23, count: 0
2021.01.29 23:12:16.877517 [ 11 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 23, count: 0
2021.01.29 23:12:16.877565 [ 11 ] {} <Information> RaftInstance: append at 23
2021.01.29 23:12:16.877612 [ 11 ] {} <Information> RaftInstance: local log idx 23, target_commit_idx 22, quick_commit_index_ 22, state_->get_commit_idx() 22
2021.01.29 23:12:16.877649 [ 11 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.877709 [ 11 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.877759 [ 11 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.877805 [ 11 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=24
2021.01.29 23:12:16.878743 [ 17 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=23, LastLogTerm=1, EntriesLength=0, CommitIndex=23 and Term=1
2021.01.29 23:12:16.878831 [ 17 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 23 (0), req c idx: 23, my term: 1, my role: 1
2021.01.29 23:12:16.878876 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.878923 [ 17 ] {} <Information> RaftInstance: [LOG OK] req log idx: 23, req log term: 1, my last log idx: 23, my log (23) term: 1
2021.01.29 23:12:16.878959 [ 17 ] {} <Notice> RaftInstance: trigger commit upto 23
2021.01.29 23:12:16.879011 [ 17 ] {} <Information> RaftInstance: local log idx 23, target_commit_idx 23, quick_commit_index_ 23, state_->get_commit_idx() 22
2021.01.29 23:12:16.879052 [ 17 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:16.879093 [ 17 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.879111 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:16.879137 [ 17 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.879159 [ 67 ] {} <Notice> RaftInstance: commit upto 23, curruent idx 22
2021.01.29 23:12:16.879186 [ 17 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.879229 [ 17 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=24
2021.01.29 23:12:16.879239 [ 67 ] {} <Information> RaftInstance: commit upto 23, curruent idx 23
2021.01.29 23:12:16.879521 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 23, curruent idx 23
2021.01.29 23:12:16.879580 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:16.880777 [ 16 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=23, LastLogTerm=1, EntriesLength=1, CommitIndex=23 and Term=1
2021.01.29 23:12:16.880869 [ 16 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 23 (1), req c idx: 23, my term: 1, my role: 1
2021.01.29 23:12:16.880915 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.880963 [ 16 ] {} <Information> RaftInstance: [LOG OK] req log idx: 23, req log term: 1, my last log idx: 23, my log (23) term: 1
2021.01.29 23:12:16.881008 [ 16 ] {} <Notice> RaftInstance: [INIT] log_idx: 24, count: 0, log_store_->next_slot(): 24, req.log_entries().size(): 1
2021.01.29 23:12:16.881070 [ 16 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 24, count: 0
2021.01.29 23:12:16.881126 [ 16 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 24, count: 0
2021.01.29 23:12:16.881181 [ 16 ] {} <Information> RaftInstance: append at 24
2021.01.29 23:12:16.881228 [ 16 ] {} <Information> RaftInstance: local log idx 24, target_commit_idx 23, quick_commit_index_ 23, state_->get_commit_idx() 23
2021.01.29 23:12:16.881266 [ 16 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.881313 [ 16 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.881395 [ 16 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.881438 [ 16 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=25
2021.01.29 23:12:16.882377 [ 19 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=24, LastLogTerm=1, EntriesLength=0, CommitIndex=24 and Term=1
2021.01.29 23:12:16.882469 [ 19 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 24 (0), req c idx: 24, my term: 1, my role: 1
2021.01.29 23:12:16.882515 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.882562 [ 19 ] {} <Information> RaftInstance: [LOG OK] req log idx: 24, req log term: 1, my last log idx: 24, my log (24) term: 1
2021.01.29 23:12:16.882599 [ 19 ] {} <Notice> RaftInstance: trigger commit upto 24
2021.01.29 23:12:16.882652 [ 19 ] {} <Information> RaftInstance: local log idx 24, target_commit_idx 24, quick_commit_index_ 24, state_->get_commit_idx() 23
2021.01.29 23:12:16.882700 [ 19 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:16.882741 [ 19 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.882767 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:16.882788 [ 19 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.882822 [ 67 ] {} <Notice> RaftInstance: commit upto 24, curruent idx 23
2021.01.29 23:12:16.882842 [ 19 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.882888 [ 19 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=25
2021.01.29 23:12:16.882903 [ 67 ] {} <Information> RaftInstance: commit upto 24, curruent idx 24
2021.01.29 23:12:16.883049 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 24, curruent idx 24
2021.01.29 23:12:16.883102 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:16.885067 [ 24 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=24, LastLogTerm=1, EntriesLength=1, CommitIndex=24 and Term=1
2021.01.29 23:12:16.885151 [ 24 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 24 (1), req c idx: 24, my term: 1, my role: 1
2021.01.29 23:12:16.885197 [ 24 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.885245 [ 24 ] {} <Information> RaftInstance: [LOG OK] req log idx: 24, req log term: 1, my last log idx: 24, my log (24) term: 1
2021.01.29 23:12:16.885290 [ 24 ] {} <Notice> RaftInstance: [INIT] log_idx: 25, count: 0, log_store_->next_slot(): 25, req.log_entries().size(): 1
2021.01.29 23:12:16.885352 [ 24 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 25, count: 0
2021.01.29 23:12:16.885422 [ 24 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 25, count: 0
2021.01.29 23:12:16.885470 [ 24 ] {} <Information> RaftInstance: append at 25
2021.01.29 23:12:16.885517 [ 24 ] {} <Information> RaftInstance: local log idx 25, target_commit_idx 24, quick_commit_index_ 24, state_->get_commit_idx() 24
2021.01.29 23:12:16.885560 [ 24 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.885607 [ 24 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.885655 [ 24 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.885713 [ 24 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=26
2021.01.29 23:12:16.886700 [ 25 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=25, LastLogTerm=1, EntriesLength=0, CommitIndex=25 and Term=1
2021.01.29 23:12:16.886819 [ 25 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 25 (0), req c idx: 25, my term: 1, my role: 1
2021.01.29 23:12:16.886860 [ 25 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.886922 [ 25 ] {} <Information> RaftInstance: [LOG OK] req log idx: 25, req log term: 1, my last log idx: 25, my log (25) term: 1
2021.01.29 23:12:16.886987 [ 25 ] {} <Notice> RaftInstance: trigger commit upto 25
2021.01.29 23:12:16.887033 [ 25 ] {} <Information> RaftInstance: local log idx 25, target_commit_idx 25, quick_commit_index_ 25, state_->get_commit_idx() 24
2021.01.29 23:12:16.887070 [ 25 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:16.887105 [ 25 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.887133 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:16.887148 [ 25 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.887179 [ 67 ] {} <Notice> RaftInstance: commit upto 25, curruent idx 24
2021.01.29 23:12:16.887192 [ 25 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.887230 [ 25 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=26
2021.01.29 23:12:16.887258 [ 67 ] {} <Information> RaftInstance: commit upto 25, curruent idx 25
2021.01.29 23:12:16.887405 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 25, curruent idx 25
2021.01.29 23:12:16.887469 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:16.890139 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=25, LastLogTerm=1, EntriesLength=1, CommitIndex=25 and Term=1
2021.01.29 23:12:16.890222 [ 31 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 25 (1), req c idx: 25, my term: 1, my role: 1
2021.01.29 23:12:16.890275 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.890322 [ 31 ] {} <Information> RaftInstance: [LOG OK] req log idx: 25, req log term: 1, my last log idx: 25, my log (25) term: 1
2021.01.29 23:12:16.890373 [ 31 ] {} <Notice> RaftInstance: [INIT] log_idx: 26, count: 0, log_store_->next_slot(): 26, req.log_entries().size(): 1
2021.01.29 23:12:16.890435 [ 31 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 26, count: 0
2021.01.29 23:12:16.890490 [ 31 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 26, count: 0
2021.01.29 23:12:16.890538 [ 31 ] {} <Information> RaftInstance: append at 26
2021.01.29 23:12:16.890584 [ 31 ] {} <Information> RaftInstance: local log idx 26, target_commit_idx 25, quick_commit_index_ 25, state_->get_commit_idx() 25
2021.01.29 23:12:16.890620 [ 31 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.890664 [ 31 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.890711 [ 31 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.890753 [ 31 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=27
2021.01.29 23:12:16.891704 [ 35 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=26, LastLogTerm=1, EntriesLength=0, CommitIndex=26 and Term=1
2021.01.29 23:12:16.891788 [ 35 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 26 (0), req c idx: 26, my term: 1, my role: 1
2021.01.29 23:12:16.891828 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.891871 [ 35 ] {} <Information> RaftInstance: [LOG OK] req log idx: 26, req log term: 1, my last log idx: 26, my log (26) term: 1
2021.01.29 23:12:16.891903 [ 35 ] {} <Notice> RaftInstance: trigger commit upto 26
2021.01.29 23:12:16.891960 [ 35 ] {} <Information> RaftInstance: local log idx 26, target_commit_idx 26, quick_commit_index_ 26, state_->get_commit_idx() 25
2021.01.29 23:12:16.891997 [ 35 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:16.892033 [ 35 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.892048 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:16.892078 [ 35 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.892098 [ 67 ] {} <Notice> RaftInstance: commit upto 26, curruent idx 25
2021.01.29 23:12:16.892123 [ 35 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.892160 [ 67 ] {} <Information> RaftInstance: commit upto 26, curruent idx 26
2021.01.29 23:12:16.892161 [ 35 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=27
2021.01.29 23:12:16.892297 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 26, curruent idx 26
2021.01.29 23:12:16.892343 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:16.894805 [ 43 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=26, LastLogTerm=1, EntriesLength=1, CommitIndex=26 and Term=1
2021.01.29 23:12:16.894914 [ 43 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 26 (1), req c idx: 26, my term: 1, my role: 1
2021.01.29 23:12:16.894967 [ 43 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.895018 [ 43 ] {} <Information> RaftInstance: [LOG OK] req log idx: 26, req log term: 1, my last log idx: 26, my log (26) term: 1
2021.01.29 23:12:16.895070 [ 43 ] {} <Notice> RaftInstance: [INIT] log_idx: 27, count: 0, log_store_->next_slot(): 27, req.log_entries().size(): 1
2021.01.29 23:12:16.895132 [ 43 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 27, count: 0
2021.01.29 23:12:16.895187 [ 43 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 27, count: 0
2021.01.29 23:12:16.895235 [ 43 ] {} <Information> RaftInstance: append at 27
2021.01.29 23:12:16.895281 [ 43 ] {} <Information> RaftInstance: local log idx 27, target_commit_idx 26, quick_commit_index_ 26, state_->get_commit_idx() 26
2021.01.29 23:12:16.895318 [ 43 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.895362 [ 43 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.895410 [ 43 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.895451 [ 43 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=28
2021.01.29 23:12:16.896964 [ 38 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=27, LastLogTerm=1, EntriesLength=0, CommitIndex=27 and Term=1
2021.01.29 23:12:16.897050 [ 38 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 27 (0), req c idx: 27, my term: 1, my role: 1
2021.01.29 23:12:16.897092 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.897134 [ 38 ] {} <Information> RaftInstance: [LOG OK] req log idx: 27, req log term: 1, my last log idx: 27, my log (27) term: 1
2021.01.29 23:12:16.897167 [ 38 ] {} <Notice> RaftInstance: trigger commit upto 27
2021.01.29 23:12:16.897213 [ 38 ] {} <Information> RaftInstance: local log idx 27, target_commit_idx 27, quick_commit_index_ 27, state_->get_commit_idx() 26
2021.01.29 23:12:16.897252 [ 38 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:16.897288 [ 38 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.897306 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:16.897329 [ 38 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.897377 [ 67 ] {} <Notice> RaftInstance: commit upto 27, curruent idx 26
2021.01.29 23:12:16.897414 [ 38 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.897446 [ 67 ] {} <Information> RaftInstance: commit upto 27, curruent idx 27
2021.01.29 23:12:16.897458 [ 38 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=28
2021.01.29 23:12:16.897588 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 27, curruent idx 27
2021.01.29 23:12:16.897640 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:16.898859 [ 44 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=27, LastLogTerm=1, EntriesLength=1, CommitIndex=27 and Term=1
2021.01.29 23:12:16.898949 [ 44 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 27 (1), req c idx: 27, my term: 1, my role: 1
2021.01.29 23:12:16.898996 [ 44 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.899047 [ 44 ] {} <Information> RaftInstance: [LOG OK] req log idx: 27, req log term: 1, my last log idx: 27, my log (27) term: 1
2021.01.29 23:12:16.899092 [ 44 ] {} <Notice> RaftInstance: [INIT] log_idx: 28, count: 0, log_store_->next_slot(): 28, req.log_entries().size(): 1
2021.01.29 23:12:16.899157 [ 44 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 28, count: 0
2021.01.29 23:12:16.899225 [ 44 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 28, count: 0
2021.01.29 23:12:16.899269 [ 44 ] {} <Information> RaftInstance: append at 28
2021.01.29 23:12:16.899311 [ 44 ] {} <Information> RaftInstance: local log idx 28, target_commit_idx 27, quick_commit_index_ 27, state_->get_commit_idx() 27
2021.01.29 23:12:16.899346 [ 44 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.899387 [ 44 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.899453 [ 44 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.899496 [ 44 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=29
2021.01.29 23:12:16.900338 [ 49 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=28, LastLogTerm=1, EntriesLength=0, CommitIndex=28 and Term=1
2021.01.29 23:12:16.900423 [ 49 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 28 (0), req c idx: 28, my term: 1, my role: 1
2021.01.29 23:12:16.900463 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.900505 [ 49 ] {} <Information> RaftInstance: [LOG OK] req log idx: 28, req log term: 1, my last log idx: 28, my log (28) term: 1
2021.01.29 23:12:16.900538 [ 49 ] {} <Notice> RaftInstance: trigger commit upto 28
2021.01.29 23:12:16.900585 [ 49 ] {} <Information> RaftInstance: local log idx 28, target_commit_idx 28, quick_commit_index_ 28, state_->get_commit_idx() 27
2021.01.29 23:12:16.900622 [ 49 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:16.900657 [ 49 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.900696 [ 49 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.900739 [ 49 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.900776 [ 49 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=29
2021.01.29 23:12:16.901293 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:16.901339 [ 67 ] {} <Notice> RaftInstance: commit upto 28, curruent idx 27
2021.01.29 23:12:16.901452 [ 67 ] {} <Information> RaftInstance: commit upto 28, curruent idx 28
2021.01.29 23:12:16.901604 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 28, curruent idx 28
2021.01.29 23:12:16.901664 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:16.905206 [ 54 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=28, LastLogTerm=1, EntriesLength=1, CommitIndex=28 and Term=1
2021.01.29 23:12:16.905290 [ 54 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 28 (1), req c idx: 28, my term: 1, my role: 1
2021.01.29 23:12:16.905350 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.905413 [ 54 ] {} <Information> RaftInstance: [LOG OK] req log idx: 28, req log term: 1, my last log idx: 28, my log (28) term: 1
2021.01.29 23:12:16.905457 [ 54 ] {} <Notice> RaftInstance: [INIT] log_idx: 29, count: 0, log_store_->next_slot(): 29, req.log_entries().size(): 1
2021.01.29 23:12:16.905526 [ 54 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 29, count: 0
2021.01.29 23:12:16.905581 [ 54 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 29, count: 0
2021.01.29 23:12:16.905629 [ 54 ] {} <Information> RaftInstance: append at 29
2021.01.29 23:12:16.905676 [ 54 ] {} <Information> RaftInstance: local log idx 29, target_commit_idx 28, quick_commit_index_ 28, state_->get_commit_idx() 28
2021.01.29 23:12:16.905724 [ 54 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.905768 [ 54 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.905817 [ 54 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.905859 [ 54 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=30
2021.01.29 23:12:16.906900 [ 61 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=29, LastLogTerm=1, EntriesLength=0, CommitIndex=29 and Term=1
2021.01.29 23:12:16.907079 [ 61 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 29 (0), req c idx: 29, my term: 1, my role: 1
2021.01.29 23:12:16.907147 [ 61 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.907211 [ 61 ] {} <Information> RaftInstance: [LOG OK] req log idx: 29, req log term: 1, my last log idx: 29, my log (29) term: 1
2021.01.29 23:12:16.907249 [ 61 ] {} <Notice> RaftInstance: trigger commit upto 29
2021.01.29 23:12:16.907303 [ 61 ] {} <Information> RaftInstance: local log idx 29, target_commit_idx 29, quick_commit_index_ 29, state_->get_commit_idx() 28
2021.01.29 23:12:16.907344 [ 61 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:16.907386 [ 61 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.907417 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:16.907430 [ 61 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.907479 [ 67 ] {} <Notice> RaftInstance: commit upto 29, curruent idx 28
2021.01.29 23:12:16.907501 [ 61 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.907545 [ 61 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=30
2021.01.29 23:12:16.907550 [ 67 ] {} <Information> RaftInstance: commit upto 29, curruent idx 29
2021.01.29 23:12:16.907847 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 29, curruent idx 29
2021.01.29 23:12:16.907910 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:16.911722 [ 62 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=29, LastLogTerm=1, EntriesLength=1, CommitIndex=29 and Term=1
2021.01.29 23:12:16.911799 [ 62 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 29 (1), req c idx: 29, my term: 1, my role: 1
2021.01.29 23:12:16.911839 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.911881 [ 62 ] {} <Information> RaftInstance: [LOG OK] req log idx: 29, req log term: 1, my last log idx: 29, my log (29) term: 1
2021.01.29 23:12:16.911920 [ 62 ] {} <Notice> RaftInstance: [INIT] log_idx: 30, count: 0, log_store_->next_slot(): 30, req.log_entries().size(): 1
2021.01.29 23:12:16.911993 [ 62 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 30, count: 0
2021.01.29 23:12:16.912049 [ 62 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 30, count: 0
2021.01.29 23:12:16.912097 [ 62 ] {} <Information> RaftInstance: append at 30
2021.01.29 23:12:16.912146 [ 62 ] {} <Information> RaftInstance: local log idx 30, target_commit_idx 29, quick_commit_index_ 29, state_->get_commit_idx() 29
2021.01.29 23:12:16.912183 [ 62 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.912229 [ 62 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.912277 [ 62 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.912327 [ 62 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=31
2021.01.29 23:12:16.913726 [ 18 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=30, LastLogTerm=1, EntriesLength=0, CommitIndex=30 and Term=1
2021.01.29 23:12:16.913924 [ 18 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 30 (0), req c idx: 30, my term: 1, my role: 1
2021.01.29 23:12:16.913999 [ 18 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.914055 [ 18 ] {} <Information> RaftInstance: [LOG OK] req log idx: 30, req log term: 1, my last log idx: 30, my log (30) term: 1
2021.01.29 23:12:16.914145 [ 18 ] {} <Notice> RaftInstance: trigger commit upto 30
2021.01.29 23:12:16.914198 [ 18 ] {} <Information> RaftInstance: local log idx 30, target_commit_idx 30, quick_commit_index_ 30, state_->get_commit_idx() 29
2021.01.29 23:12:16.914240 [ 18 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:16.914280 [ 18 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.914315 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:16.914325 [ 18 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.914384 [ 67 ] {} <Notice> RaftInstance: commit upto 30, curruent idx 29
2021.01.29 23:12:16.914425 [ 18 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.914468 [ 67 ] {} <Information> RaftInstance: commit upto 30, curruent idx 30
2021.01.29 23:12:16.914474 [ 18 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=31
2021.01.29 23:12:16.914621 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 30, curruent idx 30
2021.01.29 23:12:16.914685 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:16.916952 [ 60 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=30, LastLogTerm=1, EntriesLength=1, CommitIndex=30 and Term=1
2021.01.29 23:12:16.917042 [ 60 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 30 (1), req c idx: 30, my term: 1, my role: 1
2021.01.29 23:12:16.917088 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.917145 [ 60 ] {} <Information> RaftInstance: [LOG OK] req log idx: 30, req log term: 1, my last log idx: 30, my log (30) term: 1
2021.01.29 23:12:16.917184 [ 60 ] {} <Notice> RaftInstance: [INIT] log_idx: 31, count: 0, log_store_->next_slot(): 31, req.log_entries().size(): 1
2021.01.29 23:12:16.917261 [ 60 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 31, count: 0
2021.01.29 23:12:16.917316 [ 60 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 31, count: 0
2021.01.29 23:12:16.917377 [ 60 ] {} <Information> RaftInstance: append at 31
2021.01.29 23:12:16.917426 [ 60 ] {} <Information> RaftInstance: local log idx 31, target_commit_idx 30, quick_commit_index_ 30, state_->get_commit_idx() 30
2021.01.29 23:12:16.917463 [ 60 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.917507 [ 60 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.917555 [ 60 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.917597 [ 60 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=32
2021.01.29 23:12:16.918803 [ 20 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=31, LastLogTerm=1, EntriesLength=0, CommitIndex=31 and Term=1
2021.01.29 23:12:16.918974 [ 20 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 31 (0), req c idx: 31, my term: 1, my role: 1
2021.01.29 23:12:16.919022 [ 20 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.919074 [ 20 ] {} <Information> RaftInstance: [LOG OK] req log idx: 31, req log term: 1, my last log idx: 31, my log (31) term: 1
2021.01.29 23:12:16.919171 [ 20 ] {} <Notice> RaftInstance: trigger commit upto 31
2021.01.29 23:12:16.919234 [ 20 ] {} <Information> RaftInstance: local log idx 31, target_commit_idx 31, quick_commit_index_ 31, state_->get_commit_idx() 30
2021.01.29 23:12:16.919278 [ 20 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:16.919324 [ 20 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.919356 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:16.919372 [ 20 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.919407 [ 67 ] {} <Notice> RaftInstance: commit upto 31, curruent idx 30
2021.01.29 23:12:16.919429 [ 20 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.919478 [ 67 ] {} <Information> RaftInstance: commit upto 31, curruent idx 31
2021.01.29 23:12:16.919479 [ 20 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=32
2021.01.29 23:12:16.919651 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 31, curruent idx 31
2021.01.29 23:12:16.919700 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:16.921605 [ 17 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=31, LastLogTerm=1, EntriesLength=1, CommitIndex=31 and Term=1
2021.01.29 23:12:16.921705 [ 17 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 31 (1), req c idx: 31, my term: 1, my role: 1
2021.01.29 23:12:16.921752 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.921799 [ 17 ] {} <Information> RaftInstance: [LOG OK] req log idx: 31, req log term: 1, my last log idx: 31, my log (31) term: 1
2021.01.29 23:12:16.921843 [ 17 ] {} <Notice> RaftInstance: [INIT] log_idx: 32, count: 0, log_store_->next_slot(): 32, req.log_entries().size(): 1
2021.01.29 23:12:16.921915 [ 17 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 32, count: 0
2021.01.29 23:12:16.921971 [ 17 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 32, count: 0
2021.01.29 23:12:16.922019 [ 17 ] {} <Information> RaftInstance: append at 32
2021.01.29 23:12:16.922065 [ 17 ] {} <Information> RaftInstance: local log idx 32, target_commit_idx 31, quick_commit_index_ 31, state_->get_commit_idx() 31
2021.01.29 23:12:16.922103 [ 17 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.922151 [ 17 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.922199 [ 17 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.922249 [ 17 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=33
2021.01.29 23:12:16.923481 [ 15 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=32, LastLogTerm=1, EntriesLength=0, CommitIndex=32 and Term=1
2021.01.29 23:12:16.923572 [ 15 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 32 (0), req c idx: 32, my term: 1, my role: 1
2021.01.29 23:12:16.923619 [ 15 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.923666 [ 15 ] {} <Information> RaftInstance: [LOG OK] req log idx: 32, req log term: 1, my last log idx: 32, my log (32) term: 1
2021.01.29 23:12:16.923703 [ 15 ] {} <Notice> RaftInstance: trigger commit upto 32
2021.01.29 23:12:16.923757 [ 15 ] {} <Information> RaftInstance: local log idx 32, target_commit_idx 32, quick_commit_index_ 32, state_->get_commit_idx() 31
2021.01.29 23:12:16.923799 [ 15 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:16.923839 [ 15 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.923860 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:16.923885 [ 15 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.923907 [ 67 ] {} <Notice> RaftInstance: commit upto 32, curruent idx 31
2021.01.29 23:12:16.923944 [ 15 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.923982 [ 67 ] {} <Information> RaftInstance: commit upto 32, curruent idx 32
2021.01.29 23:12:16.923992 [ 15 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=33
2021.01.29 23:12:16.924107 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 32, curruent idx 32
2021.01.29 23:12:16.924163 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:16.926511 [ 19 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=32, LastLogTerm=1, EntriesLength=1, CommitIndex=32 and Term=1
2021.01.29 23:12:16.926607 [ 19 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 32 (1), req c idx: 32, my term: 1, my role: 1
2021.01.29 23:12:16.926654 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.926701 [ 19 ] {} <Information> RaftInstance: [LOG OK] req log idx: 32, req log term: 1, my last log idx: 32, my log (32) term: 1
2021.01.29 23:12:16.926744 [ 19 ] {} <Notice> RaftInstance: [INIT] log_idx: 33, count: 0, log_store_->next_slot(): 33, req.log_entries().size(): 1
2021.01.29 23:12:16.926816 [ 19 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 33, count: 0
2021.01.29 23:12:16.926872 [ 19 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 33, count: 0
2021.01.29 23:12:16.926920 [ 19 ] {} <Information> RaftInstance: append at 33
2021.01.29 23:12:16.926967 [ 19 ] {} <Information> RaftInstance: local log idx 33, target_commit_idx 32, quick_commit_index_ 32, state_->get_commit_idx() 32
2021.01.29 23:12:16.927004 [ 19 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.927046 [ 19 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.927094 [ 19 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.927144 [ 19 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=34
2021.01.29 23:12:16.928091 [ 37 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=32, LastLogTerm=1, EntriesLength=1, CommitIndex=33 and Term=1
2021.01.29 23:12:16.928240 [ 37 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 32 (1), req c idx: 33, my term: 1, my role: 1
2021.01.29 23:12:16.928311 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.928356 [ 37 ] {} <Information> RaftInstance: [LOG OK] req log idx: 32, req log term: 1, my last log idx: 33, my log (32) term: 1
2021.01.29 23:12:16.928458 [ 37 ] {} <Notice> RaftInstance: [INIT] log_idx: 33, count: 0, log_store_->next_slot(): 34, req.log_entries().size(): 1
2021.01.29 23:12:16.928515 [ 37 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 34, count: 1
2021.01.29 23:12:16.928565 [ 37 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 34, count: 1
2021.01.29 23:12:16.928608 [ 37 ] {} <Notice> RaftInstance: trigger commit upto 33
2021.01.29 23:12:16.928677 [ 37 ] {} <Information> RaftInstance: local log idx 33, target_commit_idx 33, quick_commit_index_ 33, state_->get_commit_idx() 32
2021.01.29 23:12:16.928719 [ 37 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:16.928758 [ 37 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.928802 [ 37 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.928851 [ 37 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.928893 [ 37 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=34
2021.01.29 23:12:16.929064 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:16.929103 [ 67 ] {} <Notice> RaftInstance: commit upto 33, curruent idx 32
2021.01.29 23:12:16.929166 [ 67 ] {} <Information> RaftInstance: commit upto 33, curruent idx 33
2021.01.29 23:12:16.929284 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 33, curruent idx 33
2021.01.29 23:12:16.929329 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:16.983624 [ 25 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=33, LastLogTerm=1, EntriesLength=0, CommitIndex=33 and Term=1
2021.01.29 23:12:16.983708 [ 25 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 33 (0), req c idx: 33, my term: 1, my role: 1
2021.01.29 23:12:16.983755 [ 25 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:16.983798 [ 25 ] {} <Information> RaftInstance: [LOG OK] req log idx: 33, req log term: 1, my last log idx: 33, my log (33) term: 1
2021.01.29 23:12:16.983837 [ 25 ] {} <Information> RaftInstance: local log idx 33, target_commit_idx 33, quick_commit_index_ 33, state_->get_commit_idx() 33
2021.01.29 23:12:16.983875 [ 25 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:16.983914 [ 25 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:16.983958 [ 25 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:16.983995 [ 25 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=34
2021.01.29 23:12:17.084589 [ 45 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=33, LastLogTerm=1, EntriesLength=0, CommitIndex=33 and Term=1
2021.01.29 23:12:17.084773 [ 45 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 33 (0), req c idx: 33, my term: 1, my role: 1
2021.01.29 23:12:17.084848 [ 45 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.084897 [ 45 ] {} <Information> RaftInstance: [LOG OK] req log idx: 33, req log term: 1, my last log idx: 33, my log (33) term: 1
2021.01.29 23:12:17.084971 [ 45 ] {} <Information> RaftInstance: local log idx 33, target_commit_idx 33, quick_commit_index_ 33, state_->get_commit_idx() 33
2021.01.29 23:12:17.085006 [ 45 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.085050 [ 45 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.085098 [ 45 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.085136 [ 45 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=34
2021.01.29 23:12:17.102719 [ 35 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=33, LastLogTerm=1, EntriesLength=1, CommitIndex=33 and Term=1
2021.01.29 23:12:17.102810 [ 35 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 33 (1), req c idx: 33, my term: 1, my role: 1
2021.01.29 23:12:17.102858 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.102908 [ 35 ] {} <Information> RaftInstance: [LOG OK] req log idx: 33, req log term: 1, my last log idx: 33, my log (33) term: 1
2021.01.29 23:12:17.102953 [ 35 ] {} <Notice> RaftInstance: [INIT] log_idx: 34, count: 0, log_store_->next_slot(): 34, req.log_entries().size(): 1
2021.01.29 23:12:17.103015 [ 35 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 34, count: 0
2021.01.29 23:12:17.103081 [ 35 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 34, count: 0
2021.01.29 23:12:17.103123 [ 35 ] {} <Information> RaftInstance: append at 34
2021.01.29 23:12:17.103164 [ 35 ] {} <Information> RaftInstance: local log idx 34, target_commit_idx 33, quick_commit_index_ 33, state_->get_commit_idx() 33
2021.01.29 23:12:17.103197 [ 35 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.103239 [ 35 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.103307 [ 35 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.103349 [ 35 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=35
2021.01.29 23:12:17.104381 [ 43 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=34, LastLogTerm=1, EntriesLength=0, CommitIndex=34 and Term=1
2021.01.29 23:12:17.104499 [ 43 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 34 (0), req c idx: 34, my term: 1, my role: 1
2021.01.29 23:12:17.104546 [ 43 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.104602 [ 43 ] {} <Information> RaftInstance: [LOG OK] req log idx: 34, req log term: 1, my last log idx: 34, my log (34) term: 1
2021.01.29 23:12:17.104640 [ 43 ] {} <Notice> RaftInstance: trigger commit upto 34
2021.01.29 23:12:17.104694 [ 43 ] {} <Information> RaftInstance: local log idx 34, target_commit_idx 34, quick_commit_index_ 34, state_->get_commit_idx() 33
2021.01.29 23:12:17.104736 [ 43 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.104779 [ 43 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.104825 [ 43 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.104829 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.104876 [ 43 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.104897 [ 67 ] {} <Notice> RaftInstance: commit upto 34, curruent idx 33
2021.01.29 23:12:17.104934 [ 43 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=35
2021.01.29 23:12:17.104987 [ 67 ] {} <Information> RaftInstance: commit upto 34, curruent idx 34
2021.01.29 23:12:17.105105 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 34, curruent idx 34
2021.01.29 23:12:17.105165 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.109663 [ 44 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=34, LastLogTerm=1, EntriesLength=1, CommitIndex=34 and Term=1
2021.01.29 23:12:17.109761 [ 44 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 34 (1), req c idx: 34, my term: 1, my role: 1
2021.01.29 23:12:17.109809 [ 44 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.109868 [ 44 ] {} <Information> RaftInstance: [LOG OK] req log idx: 34, req log term: 1, my last log idx: 34, my log (34) term: 1
2021.01.29 23:12:17.109914 [ 44 ] {} <Notice> RaftInstance: [INIT] log_idx: 35, count: 0, log_store_->next_slot(): 35, req.log_entries().size(): 1
2021.01.29 23:12:17.109981 [ 44 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 35, count: 0
2021.01.29 23:12:17.110038 [ 44 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 35, count: 0
2021.01.29 23:12:17.110087 [ 44 ] {} <Information> RaftInstance: append at 35
2021.01.29 23:12:17.110141 [ 44 ] {} <Information> RaftInstance: local log idx 35, target_commit_idx 34, quick_commit_index_ 34, state_->get_commit_idx() 34
2021.01.29 23:12:17.110181 [ 44 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.110228 [ 44 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.110279 [ 44 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.110322 [ 44 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=36
2021.01.29 23:12:17.111208 [ 49 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=35, LastLogTerm=1, EntriesLength=0, CommitIndex=35 and Term=1
2021.01.29 23:12:17.111287 [ 49 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 35 (0), req c idx: 35, my term: 1, my role: 1
2021.01.29 23:12:17.111328 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.111371 [ 49 ] {} <Information> RaftInstance: [LOG OK] req log idx: 35, req log term: 1, my last log idx: 35, my log (35) term: 1
2021.01.29 23:12:17.111404 [ 49 ] {} <Notice> RaftInstance: trigger commit upto 35
2021.01.29 23:12:17.111463 [ 49 ] {} <Information> RaftInstance: local log idx 35, target_commit_idx 35, quick_commit_index_ 35, state_->get_commit_idx() 34
2021.01.29 23:12:17.111500 [ 49 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.111537 [ 49 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.111565 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.111577 [ 49 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.111632 [ 67 ] {} <Notice> RaftInstance: commit upto 35, curruent idx 34
2021.01.29 23:12:17.111669 [ 49 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.111715 [ 49 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=36
2021.01.29 23:12:17.111722 [ 67 ] {} <Information> RaftInstance: commit upto 35, curruent idx 35
2021.01.29 23:12:17.112545 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 35, curruent idx 35
2021.01.29 23:12:17.112592 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.114958 [ 61 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=35, LastLogTerm=1, EntriesLength=1, CommitIndex=35 and Term=1
2021.01.29 23:12:17.115046 [ 61 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 35 (1), req c idx: 35, my term: 1, my role: 1
2021.01.29 23:12:17.115086 [ 61 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.115127 [ 61 ] {} <Information> RaftInstance: [LOG OK] req log idx: 35, req log term: 1, my last log idx: 35, my log (35) term: 1
2021.01.29 23:12:17.115166 [ 61 ] {} <Notice> RaftInstance: [INIT] log_idx: 36, count: 0, log_store_->next_slot(): 36, req.log_entries().size(): 1
2021.01.29 23:12:17.115222 [ 61 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 36, count: 0
2021.01.29 23:12:17.115271 [ 61 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 36, count: 0
2021.01.29 23:12:17.115313 [ 61 ] {} <Information> RaftInstance: append at 36
2021.01.29 23:12:17.115354 [ 61 ] {} <Information> RaftInstance: local log idx 36, target_commit_idx 35, quick_commit_index_ 35, state_->get_commit_idx() 35
2021.01.29 23:12:17.115387 [ 61 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.115427 [ 61 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.115470 [ 61 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.115508 [ 61 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=37
2021.01.29 23:12:17.116364 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=36, LastLogTerm=1, EntriesLength=0, CommitIndex=36 and Term=1
2021.01.29 23:12:17.116453 [ 65 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 36 (0), req c idx: 36, my term: 1, my role: 1
2021.01.29 23:12:17.116498 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.116544 [ 65 ] {} <Information> RaftInstance: [LOG OK] req log idx: 36, req log term: 1, my last log idx: 36, my log (36) term: 1
2021.01.29 23:12:17.116580 [ 65 ] {} <Notice> RaftInstance: trigger commit upto 36
2021.01.29 23:12:17.116632 [ 65 ] {} <Information> RaftInstance: local log idx 36, target_commit_idx 36, quick_commit_index_ 36, state_->get_commit_idx() 35
2021.01.29 23:12:17.116674 [ 65 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.116713 [ 65 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.116736 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.116758 [ 65 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.116797 [ 67 ] {} <Notice> RaftInstance: commit upto 36, curruent idx 35
2021.01.29 23:12:17.116817 [ 65 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.116858 [ 67 ] {} <Information> RaftInstance: commit upto 36, curruent idx 36
2021.01.29 23:12:17.116866 [ 65 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=37
2021.01.29 23:12:17.116942 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 36, curruent idx 36
2021.01.29 23:12:17.116988 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.118789 [ 11 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=36, LastLogTerm=1, EntriesLength=1, CommitIndex=36 and Term=1
2021.01.29 23:12:17.118867 [ 11 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 36 (1), req c idx: 36, my term: 1, my role: 1
2021.01.29 23:12:17.118908 [ 11 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.118950 [ 11 ] {} <Information> RaftInstance: [LOG OK] req log idx: 36, req log term: 1, my last log idx: 36, my log (36) term: 1
2021.01.29 23:12:17.118989 [ 11 ] {} <Notice> RaftInstance: [INIT] log_idx: 37, count: 0, log_store_->next_slot(): 37, req.log_entries().size(): 1
2021.01.29 23:12:17.119049 [ 11 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 37, count: 0
2021.01.29 23:12:17.119151 [ 11 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 37, count: 0
2021.01.29 23:12:17.119193 [ 11 ] {} <Information> RaftInstance: append at 37
2021.01.29 23:12:17.119236 [ 11 ] {} <Information> RaftInstance: local log idx 37, target_commit_idx 36, quick_commit_index_ 36, state_->get_commit_idx() 36
2021.01.29 23:12:17.119268 [ 11 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.119318 [ 11 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.119360 [ 11 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.119399 [ 11 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=38
2021.01.29 23:12:17.120595 [ 26 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=37, LastLogTerm=1, EntriesLength=0, CommitIndex=37 and Term=1
2021.01.29 23:12:17.120849 [ 26 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 37 (0), req c idx: 37, my term: 1, my role: 1
2021.01.29 23:12:17.120941 [ 26 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.120994 [ 26 ] {} <Information> RaftInstance: [LOG OK] req log idx: 37, req log term: 1, my last log idx: 37, my log (37) term: 1
2021.01.29 23:12:17.121064 [ 26 ] {} <Notice> RaftInstance: trigger commit upto 37
2021.01.29 23:12:17.121130 [ 26 ] {} <Information> RaftInstance: local log idx 37, target_commit_idx 37, quick_commit_index_ 37, state_->get_commit_idx() 36
2021.01.29 23:12:17.121171 [ 26 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.121213 [ 26 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.121230 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.121259 [ 26 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.121275 [ 67 ] {} <Notice> RaftInstance: commit upto 37, curruent idx 36
2021.01.29 23:12:17.121314 [ 26 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.121343 [ 67 ] {} <Information> RaftInstance: commit upto 37, curruent idx 37
2021.01.29 23:12:17.121391 [ 26 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=38
2021.01.29 23:12:17.121487 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 37, curruent idx 37
2021.01.29 23:12:17.121543 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.123296 [ 17 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=37, LastLogTerm=1, EntriesLength=1, CommitIndex=37 and Term=1
2021.01.29 23:12:17.123375 [ 17 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 37 (1), req c idx: 37, my term: 1, my role: 1
2021.01.29 23:12:17.123425 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.123468 [ 17 ] {} <Information> RaftInstance: [LOG OK] req log idx: 37, req log term: 1, my last log idx: 37, my log (37) term: 1
2021.01.29 23:12:17.123506 [ 17 ] {} <Notice> RaftInstance: [INIT] log_idx: 38, count: 0, log_store_->next_slot(): 38, req.log_entries().size(): 1
2021.01.29 23:12:17.123580 [ 17 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 38, count: 0
2021.01.29 23:12:17.123636 [ 17 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 38, count: 0
2021.01.29 23:12:17.123683 [ 17 ] {} <Information> RaftInstance: append at 38
2021.01.29 23:12:17.123729 [ 17 ] {} <Information> RaftInstance: local log idx 38, target_commit_idx 37, quick_commit_index_ 37, state_->get_commit_idx() 37
2021.01.29 23:12:17.123767 [ 17 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.123813 [ 17 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.123868 [ 17 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.123909 [ 17 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=39
2021.01.29 23:12:17.124828 [ 33 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=38, LastLogTerm=1, EntriesLength=0, CommitIndex=38 and Term=1
2021.01.29 23:12:17.124905 [ 33 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 38 (0), req c idx: 38, my term: 1, my role: 1
2021.01.29 23:12:17.124944 [ 33 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.124993 [ 33 ] {} <Information> RaftInstance: [LOG OK] req log idx: 38, req log term: 1, my last log idx: 38, my log (38) term: 1
2021.01.29 23:12:17.125026 [ 33 ] {} <Notice> RaftInstance: trigger commit upto 38
2021.01.29 23:12:17.125073 [ 33 ] {} <Information> RaftInstance: local log idx 38, target_commit_idx 38, quick_commit_index_ 38, state_->get_commit_idx() 37
2021.01.29 23:12:17.125114 [ 33 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.125154 [ 33 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.125173 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.125198 [ 33 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.125216 [ 67 ] {} <Notice> RaftInstance: commit upto 38, curruent idx 37
2021.01.29 23:12:17.125243 [ 33 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.125278 [ 67 ] {} <Information> RaftInstance: commit upto 38, curruent idx 38
2021.01.29 23:12:17.125280 [ 33 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=39
2021.01.29 23:12:17.125377 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 38, curruent idx 38
2021.01.29 23:12:17.125457 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.127343 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=38, LastLogTerm=1, EntriesLength=1, CommitIndex=38 and Term=1
2021.01.29 23:12:17.127428 [ 31 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 38 (1), req c idx: 38, my term: 1, my role: 1
2021.01.29 23:12:17.127474 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.127522 [ 31 ] {} <Information> RaftInstance: [LOG OK] req log idx: 38, req log term: 1, my last log idx: 38, my log (38) term: 1
2021.01.29 23:12:17.127566 [ 31 ] {} <Notice> RaftInstance: [INIT] log_idx: 39, count: 0, log_store_->next_slot(): 39, req.log_entries().size(): 1
2021.01.29 23:12:17.127631 [ 31 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 39, count: 0
2021.01.29 23:12:17.127686 [ 31 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 39, count: 0
2021.01.29 23:12:17.127748 [ 31 ] {} <Information> RaftInstance: append at 39
2021.01.29 23:12:17.127795 [ 31 ] {} <Information> RaftInstance: local log idx 39, target_commit_idx 38, quick_commit_index_ 38, state_->get_commit_idx() 38
2021.01.29 23:12:17.127832 [ 31 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.127877 [ 31 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.127924 [ 31 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.127966 [ 31 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=40
2021.01.29 23:12:17.128911 [ 50 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=39, LastLogTerm=1, EntriesLength=0, CommitIndex=39 and Term=1
2021.01.29 23:12:17.129075 [ 50 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 39 (0), req c idx: 39, my term: 1, my role: 1
2021.01.29 23:12:17.129149 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.129200 [ 50 ] {} <Information> RaftInstance: [LOG OK] req log idx: 39, req log term: 1, my last log idx: 39, my log (39) term: 1
2021.01.29 23:12:17.129251 [ 50 ] {} <Notice> RaftInstance: trigger commit upto 39
2021.01.29 23:12:17.129303 [ 50 ] {} <Information> RaftInstance: local log idx 39, target_commit_idx 39, quick_commit_index_ 39, state_->get_commit_idx() 38
2021.01.29 23:12:17.129345 [ 50 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.129410 [ 50 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.129449 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.129454 [ 50 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.129502 [ 67 ] {} <Notice> RaftInstance: commit upto 39, curruent idx 38
2021.01.29 23:12:17.129527 [ 50 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.129571 [ 67 ] {} <Information> RaftInstance: commit upto 39, curruent idx 39
2021.01.29 23:12:17.129571 [ 50 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=40
2021.01.29 23:12:17.129669 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 39, curruent idx 39
2021.01.29 23:12:17.129732 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.131368 [ 55 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=39, LastLogTerm=1, EntriesLength=1, CommitIndex=39 and Term=1
2021.01.29 23:12:17.131558 [ 55 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 39 (1), req c idx: 39, my term: 1, my role: 1
2021.01.29 23:12:17.131643 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.131693 [ 55 ] {} <Information> RaftInstance: [LOG OK] req log idx: 39, req log term: 1, my last log idx: 39, my log (39) term: 1
2021.01.29 23:12:17.131771 [ 55 ] {} <Notice> RaftInstance: [INIT] log_idx: 40, count: 0, log_store_->next_slot(): 40, req.log_entries().size(): 1
2021.01.29 23:12:17.131833 [ 55 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 40, count: 0
2021.01.29 23:12:17.131888 [ 55 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 40, count: 0
2021.01.29 23:12:17.131935 [ 55 ] {} <Information> RaftInstance: append at 40
2021.01.29 23:12:17.131981 [ 55 ] {} <Information> RaftInstance: local log idx 40, target_commit_idx 39, quick_commit_index_ 39, state_->get_commit_idx() 39
2021.01.29 23:12:17.132018 [ 55 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.132063 [ 55 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.132112 [ 55 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.132153 [ 55 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=41
2021.01.29 23:12:17.133252 [ 48 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=40, LastLogTerm=1, EntriesLength=0, CommitIndex=40 and Term=1
2021.01.29 23:12:17.133355 [ 48 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 40 (0), req c idx: 40, my term: 1, my role: 1
2021.01.29 23:12:17.133416 [ 48 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.133475 [ 48 ] {} <Information> RaftInstance: [LOG OK] req log idx: 40, req log term: 1, my last log idx: 40, my log (40) term: 1
2021.01.29 23:12:17.133514 [ 48 ] {} <Notice> RaftInstance: trigger commit upto 40
2021.01.29 23:12:17.133570 [ 48 ] {} <Information> RaftInstance: local log idx 40, target_commit_idx 40, quick_commit_index_ 40, state_->get_commit_idx() 39
2021.01.29 23:12:17.133615 [ 48 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.133661 [ 48 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.133693 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.133720 [ 48 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.133748 [ 67 ] {} <Notice> RaftInstance: commit upto 40, curruent idx 39
2021.01.29 23:12:17.133778 [ 48 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.133826 [ 67 ] {} <Information> RaftInstance: commit upto 40, curruent idx 40
2021.01.29 23:12:17.133828 [ 48 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=41
2021.01.29 23:12:17.133996 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 40, curruent idx 40
2021.01.29 23:12:17.134051 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.136685 [ 56 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=40, LastLogTerm=1, EntriesLength=1, CommitIndex=40 and Term=1
2021.01.29 23:12:17.136764 [ 56 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 40 (1), req c idx: 40, my term: 1, my role: 1
2021.01.29 23:12:17.136805 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.136846 [ 56 ] {} <Information> RaftInstance: [LOG OK] req log idx: 40, req log term: 1, my last log idx: 40, my log (40) term: 1
2021.01.29 23:12:17.136886 [ 56 ] {} <Notice> RaftInstance: [INIT] log_idx: 41, count: 0, log_store_->next_slot(): 41, req.log_entries().size(): 1
2021.01.29 23:12:17.136941 [ 56 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 41, count: 0
2021.01.29 23:12:17.136995 [ 56 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 41, count: 0
2021.01.29 23:12:17.137041 [ 56 ] {} <Information> RaftInstance: append at 41
2021.01.29 23:12:17.137083 [ 56 ] {} <Information> RaftInstance: local log idx 41, target_commit_idx 40, quick_commit_index_ 40, state_->get_commit_idx() 40
2021.01.29 23:12:17.137121 [ 56 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.137161 [ 56 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.137205 [ 56 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.137242 [ 56 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=42
2021.01.29 23:12:17.138854 [ 62 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=41, LastLogTerm=1, EntriesLength=0, CommitIndex=41 and Term=1
2021.01.29 23:12:17.138939 [ 62 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 41 (0), req c idx: 41, my term: 1, my role: 1
2021.01.29 23:12:17.138987 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.139034 [ 62 ] {} <Information> RaftInstance: [LOG OK] req log idx: 41, req log term: 1, my last log idx: 41, my log (41) term: 1
2021.01.29 23:12:17.139071 [ 62 ] {} <Notice> RaftInstance: trigger commit upto 41
2021.01.29 23:12:17.139124 [ 62 ] {} <Information> RaftInstance: local log idx 41, target_commit_idx 41, quick_commit_index_ 41, state_->get_commit_idx() 40
2021.01.29 23:12:17.139175 [ 62 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.139215 [ 62 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.139235 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.139257 [ 62 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.139297 [ 67 ] {} <Notice> RaftInstance: commit upto 41, curruent idx 40
2021.01.29 23:12:17.139305 [ 62 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.139347 [ 62 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=42
2021.01.29 23:12:17.139368 [ 67 ] {} <Information> RaftInstance: commit upto 41, curruent idx 41
2021.01.29 23:12:17.139524 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 41, curruent idx 41
2021.01.29 23:12:17.139580 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.140543 [ 12 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=41, LastLogTerm=1, EntriesLength=1, CommitIndex=41 and Term=1
2021.01.29 23:12:17.140663 [ 12 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 41 (1), req c idx: 41, my term: 1, my role: 1
2021.01.29 23:12:17.140708 [ 12 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.140757 [ 12 ] {} <Information> RaftInstance: [LOG OK] req log idx: 41, req log term: 1, my last log idx: 41, my log (41) term: 1
2021.01.29 23:12:17.140839 [ 12 ] {} <Notice> RaftInstance: [INIT] log_idx: 42, count: 0, log_store_->next_slot(): 42, req.log_entries().size(): 1
2021.01.29 23:12:17.140901 [ 12 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 42, count: 0
2021.01.29 23:12:17.140956 [ 12 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 42, count: 0
2021.01.29 23:12:17.141004 [ 12 ] {} <Information> RaftInstance: append at 42
2021.01.29 23:12:17.141049 [ 12 ] {} <Information> RaftInstance: local log idx 42, target_commit_idx 41, quick_commit_index_ 41, state_->get_commit_idx() 41
2021.01.29 23:12:17.141085 [ 12 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.141129 [ 12 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.141176 [ 12 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.141218 [ 12 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=43
2021.01.29 23:12:17.142667 [ 14 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=42, LastLogTerm=1, EntriesLength=0, CommitIndex=42 and Term=1
2021.01.29 23:12:17.142752 [ 14 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 42 (0), req c idx: 42, my term: 1, my role: 1
2021.01.29 23:12:17.142793 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.142868 [ 14 ] {} <Information> RaftInstance: [LOG OK] req log idx: 42, req log term: 1, my last log idx: 42, my log (42) term: 1
2021.01.29 23:12:17.142901 [ 14 ] {} <Notice> RaftInstance: trigger commit upto 42
2021.01.29 23:12:17.142948 [ 14 ] {} <Information> RaftInstance: local log idx 42, target_commit_idx 42, quick_commit_index_ 42, state_->get_commit_idx() 41
2021.01.29 23:12:17.142985 [ 14 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.143021 [ 14 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.143039 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.143060 [ 14 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.143082 [ 67 ] {} <Notice> RaftInstance: commit upto 42, curruent idx 41
2021.01.29 23:12:17.143104 [ 14 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.143144 [ 67 ] {} <Information> RaftInstance: commit upto 42, curruent idx 42
2021.01.29 23:12:17.143142 [ 14 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=43
2021.01.29 23:12:17.143291 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 42, curruent idx 42
2021.01.29 23:12:17.143362 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.145806 [ 16 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=42, LastLogTerm=1, EntriesLength=1, CommitIndex=42 and Term=1
2021.01.29 23:12:17.145894 [ 16 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 42 (1), req c idx: 42, my term: 1, my role: 1
2021.01.29 23:12:17.145939 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.145985 [ 16 ] {} <Information> RaftInstance: [LOG OK] req log idx: 42, req log term: 1, my last log idx: 42, my log (42) term: 1
2021.01.29 23:12:17.146029 [ 16 ] {} <Notice> RaftInstance: [INIT] log_idx: 43, count: 0, log_store_->next_slot(): 43, req.log_entries().size(): 1
2021.01.29 23:12:17.146091 [ 16 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 43, count: 0
2021.01.29 23:12:17.146146 [ 16 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 43, count: 0
2021.01.29 23:12:17.146193 [ 16 ] {} <Information> RaftInstance: append at 43
2021.01.29 23:12:17.146239 [ 16 ] {} <Information> RaftInstance: local log idx 43, target_commit_idx 42, quick_commit_index_ 42, state_->get_commit_idx() 42
2021.01.29 23:12:17.146285 [ 16 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.146336 [ 16 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.146384 [ 16 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.146426 [ 16 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=44
2021.01.29 23:12:17.147928 [ 32 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=43, LastLogTerm=1, EntriesLength=0, CommitIndex=43 and Term=1
2021.01.29 23:12:17.148081 [ 32 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 43 (0), req c idx: 43, my term: 1, my role: 1
2021.01.29 23:12:17.148126 [ 32 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.148175 [ 32 ] {} <Information> RaftInstance: [LOG OK] req log idx: 43, req log term: 1, my last log idx: 43, my log (43) term: 1
2021.01.29 23:12:17.148245 [ 32 ] {} <Notice> RaftInstance: trigger commit upto 43
2021.01.29 23:12:17.148298 [ 32 ] {} <Information> RaftInstance: local log idx 43, target_commit_idx 43, quick_commit_index_ 43, state_->get_commit_idx() 42
2021.01.29 23:12:17.148340 [ 32 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.148380 [ 32 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.148406 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.148423 [ 32 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.148454 [ 67 ] {} <Notice> RaftInstance: commit upto 43, curruent idx 42
2021.01.29 23:12:17.148472 [ 32 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.148516 [ 32 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=44
2021.01.29 23:12:17.148524 [ 67 ] {} <Information> RaftInstance: commit upto 43, curruent idx 43
2021.01.29 23:12:17.148680 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 43, curruent idx 43
2021.01.29 23:12:17.148731 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.152211 [ 40 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=43, LastLogTerm=1, EntriesLength=1, CommitIndex=43 and Term=1
2021.01.29 23:12:17.152410 [ 40 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 43 (1), req c idx: 43, my term: 1, my role: 1
2021.01.29 23:12:17.152484 [ 40 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.152528 [ 40 ] {} <Information> RaftInstance: [LOG OK] req log idx: 43, req log term: 1, my last log idx: 43, my log (43) term: 1
2021.01.29 23:12:17.152598 [ 40 ] {} <Notice> RaftInstance: [INIT] log_idx: 44, count: 0, log_store_->next_slot(): 44, req.log_entries().size(): 1
2021.01.29 23:12:17.152653 [ 40 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 44, count: 0
2021.01.29 23:12:17.152702 [ 40 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 44, count: 0
2021.01.29 23:12:17.152745 [ 40 ] {} <Information> RaftInstance: append at 44
2021.01.29 23:12:17.152786 [ 40 ] {} <Information> RaftInstance: local log idx 44, target_commit_idx 43, quick_commit_index_ 43, state_->get_commit_idx() 43
2021.01.29 23:12:17.152819 [ 40 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.152866 [ 40 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.152911 [ 40 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.152948 [ 40 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=45
2021.01.29 23:12:17.153804 [ 37 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=44, LastLogTerm=1, EntriesLength=0, CommitIndex=44 and Term=1
2021.01.29 23:12:17.153891 [ 37 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 44 (0), req c idx: 44, my term: 1, my role: 1
2021.01.29 23:12:17.153936 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.153985 [ 37 ] {} <Information> RaftInstance: [LOG OK] req log idx: 44, req log term: 1, my last log idx: 44, my log (44) term: 1
2021.01.29 23:12:17.154022 [ 37 ] {} <Notice> RaftInstance: trigger commit upto 44
2021.01.29 23:12:17.154075 [ 37 ] {} <Information> RaftInstance: local log idx 44, target_commit_idx 44, quick_commit_index_ 44, state_->get_commit_idx() 43
2021.01.29 23:12:17.154122 [ 37 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.154161 [ 37 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.154186 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.154206 [ 37 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.154234 [ 67 ] {} <Notice> RaftInstance: commit upto 44, curruent idx 43
2021.01.29 23:12:17.154260 [ 37 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.154307 [ 37 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=45
2021.01.29 23:12:17.154312 [ 67 ] {} <Information> RaftInstance: commit upto 44, curruent idx 44
2021.01.29 23:12:17.154589 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 44, curruent idx 44
2021.01.29 23:12:17.154644 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.158846 [ 28 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=44, LastLogTerm=1, EntriesLength=1, CommitIndex=44 and Term=1
2021.01.29 23:12:17.158922 [ 28 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 44 (1), req c idx: 44, my term: 1, my role: 1
2021.01.29 23:12:17.158963 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.159005 [ 28 ] {} <Information> RaftInstance: [LOG OK] req log idx: 44, req log term: 1, my last log idx: 44, my log (44) term: 1
2021.01.29 23:12:17.159044 [ 28 ] {} <Notice> RaftInstance: [INIT] log_idx: 45, count: 0, log_store_->next_slot(): 45, req.log_entries().size(): 1
2021.01.29 23:12:17.159099 [ 28 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 45, count: 0
2021.01.29 23:12:17.159148 [ 28 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 45, count: 0
2021.01.29 23:12:17.159190 [ 28 ] {} <Information> RaftInstance: append at 45
2021.01.29 23:12:17.159232 [ 28 ] {} <Information> RaftInstance: local log idx 45, target_commit_idx 44, quick_commit_index_ 44, state_->get_commit_idx() 44
2021.01.29 23:12:17.159273 [ 28 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.159313 [ 28 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.159378 [ 28 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.159419 [ 28 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=46
2021.01.29 23:12:17.160304 [ 42 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=45, LastLogTerm=1, EntriesLength=0, CommitIndex=45 and Term=1
2021.01.29 23:12:17.160385 [ 42 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 45 (0), req c idx: 45, my term: 1, my role: 1
2021.01.29 23:12:17.160429 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.160477 [ 42 ] {} <Information> RaftInstance: [LOG OK] req log idx: 45, req log term: 1, my last log idx: 45, my log (45) term: 1
2021.01.29 23:12:17.160513 [ 42 ] {} <Notice> RaftInstance: trigger commit upto 45
2021.01.29 23:12:17.160566 [ 42 ] {} <Information> RaftInstance: local log idx 45, target_commit_idx 45, quick_commit_index_ 45, state_->get_commit_idx() 44
2021.01.29 23:12:17.160608 [ 42 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.160650 [ 42 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.160681 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.160695 [ 42 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.160730 [ 67 ] {} <Notice> RaftInstance: commit upto 45, curruent idx 44
2021.01.29 23:12:17.160749 [ 42 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.160797 [ 42 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=46
2021.01.29 23:12:17.160802 [ 67 ] {} <Information> RaftInstance: commit upto 45, curruent idx 45
2021.01.29 23:12:17.161054 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 45, curruent idx 45
2021.01.29 23:12:17.161102 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.164355 [ 49 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=45, LastLogTerm=1, EntriesLength=1, CommitIndex=45 and Term=1
2021.01.29 23:12:17.164440 [ 49 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 45 (1), req c idx: 45, my term: 1, my role: 1
2021.01.29 23:12:17.164481 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.164523 [ 49 ] {} <Information> RaftInstance: [LOG OK] req log idx: 45, req log term: 1, my last log idx: 45, my log (45) term: 1
2021.01.29 23:12:17.164563 [ 49 ] {} <Notice> RaftInstance: [INIT] log_idx: 46, count: 0, log_store_->next_slot(): 46, req.log_entries().size(): 1
2021.01.29 23:12:17.164622 [ 49 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 46, count: 0
2021.01.29 23:12:17.164672 [ 49 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 46, count: 0
2021.01.29 23:12:17.164714 [ 49 ] {} <Information> RaftInstance: append at 46
2021.01.29 23:12:17.164754 [ 49 ] {} <Information> RaftInstance: local log idx 46, target_commit_idx 45, quick_commit_index_ 45, state_->get_commit_idx() 45
2021.01.29 23:12:17.164787 [ 49 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.164826 [ 49 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.164869 [ 49 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.164906 [ 49 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=47
2021.01.29 23:12:17.165777 [ 44 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=46, LastLogTerm=1, EntriesLength=0, CommitIndex=46 and Term=1
2021.01.29 23:12:17.165880 [ 44 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 46 (0), req c idx: 46, my term: 1, my role: 1
2021.01.29 23:12:17.165925 [ 44 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.165974 [ 44 ] {} <Information> RaftInstance: [LOG OK] req log idx: 46, req log term: 1, my last log idx: 46, my log (46) term: 1
2021.01.29 23:12:17.166010 [ 44 ] {} <Notice> RaftInstance: trigger commit upto 46
2021.01.29 23:12:17.166063 [ 44 ] {} <Information> RaftInstance: local log idx 46, target_commit_idx 46, quick_commit_index_ 46, state_->get_commit_idx() 45
2021.01.29 23:12:17.166104 [ 44 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.166149 [ 44 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.166185 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.166193 [ 44 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.166334 [ 67 ] {} <Notice> RaftInstance: commit upto 46, curruent idx 45
2021.01.29 23:12:17.166356 [ 44 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.166405 [ 44 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=47
2021.01.29 23:12:17.166415 [ 67 ] {} <Information> RaftInstance: commit upto 46, curruent idx 46
2021.01.29 23:12:17.166579 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 46, curruent idx 46
2021.01.29 23:12:17.166633 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.171652 [ 13 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=46, LastLogTerm=1, EntriesLength=1, CommitIndex=46 and Term=1
2021.01.29 23:12:17.171743 [ 13 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 46 (1), req c idx: 46, my term: 1, my role: 1
2021.01.29 23:12:17.171784 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.171826 [ 13 ] {} <Information> RaftInstance: [LOG OK] req log idx: 46, req log term: 1, my last log idx: 46, my log (46) term: 1
2021.01.29 23:12:17.171865 [ 13 ] {} <Notice> RaftInstance: [INIT] log_idx: 47, count: 0, log_store_->next_slot(): 47, req.log_entries().size(): 1
2021.01.29 23:12:17.171920 [ 13 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 47, count: 0
2021.01.29 23:12:17.171983 [ 13 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 47, count: 0
2021.01.29 23:12:17.172027 [ 13 ] {} <Information> RaftInstance: append at 47
2021.01.29 23:12:17.172073 [ 13 ] {} <Information> RaftInstance: local log idx 47, target_commit_idx 46, quick_commit_index_ 46, state_->get_commit_idx() 46
2021.01.29 23:12:17.172106 [ 13 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.172146 [ 13 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.172190 [ 13 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.172227 [ 13 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=48
2021.01.29 23:12:17.173116 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=47, LastLogTerm=1, EntriesLength=0, CommitIndex=47 and Term=1
2021.01.29 23:12:17.173211 [ 65 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 47 (0), req c idx: 47, my term: 1, my role: 1
2021.01.29 23:12:17.173262 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.173321 [ 65 ] {} <Information> RaftInstance: [LOG OK] req log idx: 47, req log term: 1, my last log idx: 47, my log (47) term: 1
2021.01.29 23:12:17.173380 [ 65 ] {} <Notice> RaftInstance: trigger commit upto 47
2021.01.29 23:12:17.173455 [ 65 ] {} <Information> RaftInstance: local log idx 47, target_commit_idx 47, quick_commit_index_ 47, state_->get_commit_idx() 46
2021.01.29 23:12:17.173498 [ 65 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.173551 [ 65 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.173578 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.173594 [ 65 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.173767 [ 67 ] {} <Notice> RaftInstance: commit upto 47, curruent idx 46
2021.01.29 23:12:17.173780 [ 65 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.173824 [ 65 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=48
2021.01.29 23:12:17.173837 [ 67 ] {} <Information> RaftInstance: commit upto 47, curruent idx 47
2021.01.29 23:12:17.174026 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 47, curruent idx 47
2021.01.29 23:12:17.174079 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.176059 [ 11 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=47, LastLogTerm=1, EntriesLength=1, CommitIndex=47 and Term=1
2021.01.29 23:12:17.176135 [ 11 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 47 (1), req c idx: 47, my term: 1, my role: 1
2021.01.29 23:12:17.176180 [ 11 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.176226 [ 11 ] {} <Information> RaftInstance: [LOG OK] req log idx: 47, req log term: 1, my last log idx: 47, my log (47) term: 1
2021.01.29 23:12:17.176270 [ 11 ] {} <Notice> RaftInstance: [INIT] log_idx: 48, count: 0, log_store_->next_slot(): 48, req.log_entries().size(): 1
2021.01.29 23:12:17.176332 [ 11 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 48, count: 0
2021.01.29 23:12:17.176388 [ 11 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 48, count: 0
2021.01.29 23:12:17.176435 [ 11 ] {} <Information> RaftInstance: append at 48
2021.01.29 23:12:17.176484 [ 11 ] {} <Information> RaftInstance: local log idx 48, target_commit_idx 47, quick_commit_index_ 47, state_->get_commit_idx() 47
2021.01.29 23:12:17.176523 [ 11 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.176577 [ 11 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.176625 [ 11 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.176666 [ 11 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=49
2021.01.29 23:12:17.178553 [ 21 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=48, LastLogTerm=1, EntriesLength=0, CommitIndex=48 and Term=1
2021.01.29 23:12:17.178648 [ 21 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 48 (0), req c idx: 48, my term: 1, my role: 1
2021.01.29 23:12:17.178695 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.178745 [ 21 ] {} <Information> RaftInstance: [LOG OK] req log idx: 48, req log term: 1, my last log idx: 48, my log (48) term: 1
2021.01.29 23:12:17.178790 [ 21 ] {} <Notice> RaftInstance: trigger commit upto 48
2021.01.29 23:12:17.178844 [ 21 ] {} <Information> RaftInstance: local log idx 48, target_commit_idx 48, quick_commit_index_ 48, state_->get_commit_idx() 47
2021.01.29 23:12:17.178888 [ 21 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.178938 [ 21 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.178969 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.178986 [ 21 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.179044 [ 67 ] {} <Notice> RaftInstance: commit upto 48, curruent idx 47
2021.01.29 23:12:17.179071 [ 21 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.179124 [ 21 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=49
2021.01.29 23:12:17.179131 [ 67 ] {} <Information> RaftInstance: commit upto 48, curruent idx 48
2021.01.29 23:12:17.179297 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 48, curruent idx 48
2021.01.29 23:12:17.179351 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.181513 [ 17 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=48, LastLogTerm=1, EntriesLength=1, CommitIndex=48 and Term=1
2021.01.29 23:12:17.181601 [ 17 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 48 (1), req c idx: 48, my term: 1, my role: 1
2021.01.29 23:12:17.181646 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.181705 [ 17 ] {} <Information> RaftInstance: [LOG OK] req log idx: 48, req log term: 1, my last log idx: 48, my log (48) term: 1
2021.01.29 23:12:17.181750 [ 17 ] {} <Notice> RaftInstance: [INIT] log_idx: 49, count: 0, log_store_->next_slot(): 49, req.log_entries().size(): 1
2021.01.29 23:12:17.181812 [ 17 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 49, count: 0
2021.01.29 23:12:17.181869 [ 17 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 49, count: 0
2021.01.29 23:12:17.181916 [ 17 ] {} <Information> RaftInstance: append at 49
2021.01.29 23:12:17.181963 [ 17 ] {} <Information> RaftInstance: local log idx 49, target_commit_idx 48, quick_commit_index_ 48, state_->get_commit_idx() 48
2021.01.29 23:12:17.182001 [ 17 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.182044 [ 17 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.182092 [ 17 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.182134 [ 17 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=50
2021.01.29 23:12:17.183063 [ 33 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=49, LastLogTerm=1, EntriesLength=0, CommitIndex=49 and Term=1
2021.01.29 23:12:17.183143 [ 33 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 49 (0), req c idx: 49, my term: 1, my role: 1
2021.01.29 23:12:17.183188 [ 33 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.183234 [ 33 ] {} <Information> RaftInstance: [LOG OK] req log idx: 49, req log term: 1, my last log idx: 49, my log (49) term: 1
2021.01.29 23:12:17.183270 [ 33 ] {} <Notice> RaftInstance: trigger commit upto 49
2021.01.29 23:12:17.183323 [ 33 ] {} <Information> RaftInstance: local log idx 49, target_commit_idx 49, quick_commit_index_ 49, state_->get_commit_idx() 48
2021.01.29 23:12:17.183365 [ 33 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.183403 [ 33 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.183419 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.183447 [ 33 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.183468 [ 67 ] {} <Notice> RaftInstance: commit upto 49, curruent idx 48
2021.01.29 23:12:17.183495 [ 33 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.183542 [ 67 ] {} <Information> RaftInstance: commit upto 49, curruent idx 49
2021.01.29 23:12:17.183542 [ 33 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=50
2021.01.29 23:12:17.183672 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 49, curruent idx 49
2021.01.29 23:12:17.183723 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.185103 [ 37 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=49, LastLogTerm=1, EntriesLength=0, CommitIndex=49 and Term=1
2021.01.29 23:12:17.185193 [ 37 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 49 (0), req c idx: 49, my term: 1, my role: 1
2021.01.29 23:12:17.185239 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.185295 [ 37 ] {} <Information> RaftInstance: [LOG OK] req log idx: 49, req log term: 1, my last log idx: 49, my log (49) term: 1
2021.01.29 23:12:17.185351 [ 37 ] {} <Information> RaftInstance: local log idx 49, target_commit_idx 49, quick_commit_index_ 49, state_->get_commit_idx() 49
2021.01.29 23:12:17.185401 [ 37 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.185446 [ 37 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.185495 [ 37 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.185537 [ 37 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=50
2021.01.29 23:12:17.285844 [ 39 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=49, LastLogTerm=1, EntriesLength=0, CommitIndex=49 and Term=1
2021.01.29 23:12:17.285942 [ 39 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 49 (0), req c idx: 49, my term: 1, my role: 1
2021.01.29 23:12:17.285988 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.286038 [ 39 ] {} <Information> RaftInstance: [LOG OK] req log idx: 49, req log term: 1, my last log idx: 49, my log (49) term: 1
2021.01.29 23:12:17.286084 [ 39 ] {} <Information> RaftInstance: local log idx 49, target_commit_idx 49, quick_commit_index_ 49, state_->get_commit_idx() 49
2021.01.29 23:12:17.286121 [ 39 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.286167 [ 39 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.286218 [ 39 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.286260 [ 39 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=50
2021.01.29 23:12:17.359193 [ 35 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=49, LastLogTerm=1, EntriesLength=1, CommitIndex=49 and Term=1
2021.01.29 23:12:17.359285 [ 35 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 49 (1), req c idx: 49, my term: 1, my role: 1
2021.01.29 23:12:17.359329 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.359374 [ 35 ] {} <Information> RaftInstance: [LOG OK] req log idx: 49, req log term: 1, my last log idx: 49, my log (49) term: 1
2021.01.29 23:12:17.359415 [ 35 ] {} <Notice> RaftInstance: [INIT] log_idx: 50, count: 0, log_store_->next_slot(): 50, req.log_entries().size(): 1
2021.01.29 23:12:17.359470 [ 35 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 50, count: 0
2021.01.29 23:12:17.359519 [ 35 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 50, count: 0
2021.01.29 23:12:17.359572 [ 35 ] {} <Information> RaftInstance: append at 50
2021.01.29 23:12:17.359616 [ 35 ] {} <Information> RaftInstance: local log idx 50, target_commit_idx 49, quick_commit_index_ 49, state_->get_commit_idx() 49
2021.01.29 23:12:17.359650 [ 35 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.359692 [ 35 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.359738 [ 35 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.359775 [ 35 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=51
2021.01.29 23:12:17.360753 [ 28 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=50, LastLogTerm=1, EntriesLength=0, CommitIndex=50 and Term=1
2021.01.29 23:12:17.360847 [ 28 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 50 (0), req c idx: 50, my term: 1, my role: 1
2021.01.29 23:12:17.360892 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.360939 [ 28 ] {} <Information> RaftInstance: [LOG OK] req log idx: 50, req log term: 1, my last log idx: 50, my log (50) term: 1
2021.01.29 23:12:17.360977 [ 28 ] {} <Notice> RaftInstance: trigger commit upto 50
2021.01.29 23:12:17.361029 [ 28 ] {} <Information> RaftInstance: local log idx 50, target_commit_idx 50, quick_commit_index_ 50, state_->get_commit_idx() 49
2021.01.29 23:12:17.361083 [ 28 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.361119 [ 28 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.361146 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.361158 [ 28 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.361227 [ 67 ] {} <Notice> RaftInstance: commit upto 50, curruent idx 49
2021.01.29 23:12:17.361255 [ 28 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.361298 [ 28 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=51
2021.01.29 23:12:17.361300 [ 67 ] {} <Information> RaftInstance: commit upto 50, curruent idx 50
2021.01.29 23:12:17.361425 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 50, curruent idx 50
2021.01.29 23:12:17.361478 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.365713 [ 52 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=50, LastLogTerm=1, EntriesLength=1, CommitIndex=50 and Term=1
2021.01.29 23:12:17.365808 [ 52 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 50 (1), req c idx: 50, my term: 1, my role: 1
2021.01.29 23:12:17.365862 [ 52 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.365912 [ 52 ] {} <Information> RaftInstance: [LOG OK] req log idx: 50, req log term: 1, my last log idx: 50, my log (50) term: 1
2021.01.29 23:12:17.365957 [ 52 ] {} <Notice> RaftInstance: [INIT] log_idx: 51, count: 0, log_store_->next_slot(): 51, req.log_entries().size(): 1
2021.01.29 23:12:17.366024 [ 52 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 51, count: 0
2021.01.29 23:12:17.366079 [ 52 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 51, count: 0
2021.01.29 23:12:17.366127 [ 52 ] {} <Information> RaftInstance: append at 51
2021.01.29 23:12:17.366178 [ 52 ] {} <Information> RaftInstance: local log idx 51, target_commit_idx 50, quick_commit_index_ 50, state_->get_commit_idx() 50
2021.01.29 23:12:17.366215 [ 52 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.366270 [ 52 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.366319 [ 52 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.366361 [ 52 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=52
2021.01.29 23:12:17.367407 [ 53 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=51, LastLogTerm=1, EntriesLength=0, CommitIndex=51 and Term=1
2021.01.29 23:12:17.367515 [ 53 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 51 (0), req c idx: 51, my term: 1, my role: 1
2021.01.29 23:12:17.367562 [ 53 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.367612 [ 53 ] {} <Information> RaftInstance: [LOG OK] req log idx: 51, req log term: 1, my last log idx: 51, my log (51) term: 1
2021.01.29 23:12:17.367649 [ 53 ] {} <Notice> RaftInstance: trigger commit upto 51
2021.01.29 23:12:17.367710 [ 53 ] {} <Information> RaftInstance: local log idx 51, target_commit_idx 51, quick_commit_index_ 51, state_->get_commit_idx() 50
2021.01.29 23:12:17.367766 [ 53 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.367812 [ 53 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.367835 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.367861 [ 53 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.367893 [ 67 ] {} <Notice> RaftInstance: commit upto 51, curruent idx 50
2021.01.29 23:12:17.367917 [ 53 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.367965 [ 67 ] {} <Information> RaftInstance: commit upto 51, curruent idx 51
2021.01.29 23:12:17.367964 [ 53 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=52
2021.01.29 23:12:17.368776 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 51, curruent idx 51
2021.01.29 23:12:17.368828 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.371166 [ 49 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=51, LastLogTerm=1, EntriesLength=1, CommitIndex=51 and Term=1
2021.01.29 23:12:17.371261 [ 49 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 51 (1), req c idx: 51, my term: 1, my role: 1
2021.01.29 23:12:17.371302 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.371343 [ 49 ] {} <Information> RaftInstance: [LOG OK] req log idx: 51, req log term: 1, my last log idx: 51, my log (51) term: 1
2021.01.29 23:12:17.371382 [ 49 ] {} <Notice> RaftInstance: [INIT] log_idx: 52, count: 0, log_store_->next_slot(): 52, req.log_entries().size(): 1
2021.01.29 23:12:17.371436 [ 49 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 52, count: 0
2021.01.29 23:12:17.371486 [ 49 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 52, count: 0
2021.01.29 23:12:17.371529 [ 49 ] {} <Information> RaftInstance: append at 52
2021.01.29 23:12:17.371569 [ 49 ] {} <Information> RaftInstance: local log idx 52, target_commit_idx 51, quick_commit_index_ 51, state_->get_commit_idx() 51
2021.01.29 23:12:17.371602 [ 49 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.371641 [ 49 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.371684 [ 49 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.371721 [ 49 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=53
2021.01.29 23:12:17.372649 [ 62 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=52, LastLogTerm=1, EntriesLength=0, CommitIndex=52 and Term=1
2021.01.29 23:12:17.372725 [ 62 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 52 (0), req c idx: 52, my term: 1, my role: 1
2021.01.29 23:12:17.372773 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.372814 [ 62 ] {} <Information> RaftInstance: [LOG OK] req log idx: 52, req log term: 1, my last log idx: 52, my log (52) term: 1
2021.01.29 23:12:17.372847 [ 62 ] {} <Notice> RaftInstance: trigger commit upto 52
2021.01.29 23:12:17.372892 [ 62 ] {} <Information> RaftInstance: local log idx 52, target_commit_idx 52, quick_commit_index_ 52, state_->get_commit_idx() 51
2021.01.29 23:12:17.372936 [ 62 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.372972 [ 62 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.372998 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.373018 [ 62 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.373046 [ 67 ] {} <Notice> RaftInstance: commit upto 52, curruent idx 51
2021.01.29 23:12:17.373085 [ 62 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.373128 [ 62 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=53
2021.01.29 23:12:17.373140 [ 67 ] {} <Information> RaftInstance: commit upto 52, curruent idx 52
2021.01.29 23:12:17.373235 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 52, curruent idx 52
2021.01.29 23:12:17.373294 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.375290 [ 18 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=52, LastLogTerm=1, EntriesLength=1, CommitIndex=52 and Term=1
2021.01.29 23:12:17.375383 [ 18 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 52 (1), req c idx: 52, my term: 1, my role: 1
2021.01.29 23:12:17.375424 [ 18 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.375468 [ 18 ] {} <Information> RaftInstance: [LOG OK] req log idx: 52, req log term: 1, my last log idx: 52, my log (52) term: 1
2021.01.29 23:12:17.375507 [ 18 ] {} <Notice> RaftInstance: [INIT] log_idx: 53, count: 0, log_store_->next_slot(): 53, req.log_entries().size(): 1
2021.01.29 23:12:17.375562 [ 18 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 53, count: 0
2021.01.29 23:12:17.375618 [ 18 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 53, count: 0
2021.01.29 23:12:17.375662 [ 18 ] {} <Information> RaftInstance: append at 53
2021.01.29 23:12:17.375705 [ 18 ] {} <Information> RaftInstance: local log idx 53, target_commit_idx 52, quick_commit_index_ 52, state_->get_commit_idx() 52
2021.01.29 23:12:17.375739 [ 18 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.375783 [ 18 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.375827 [ 18 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.375865 [ 18 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=54
2021.01.29 23:12:17.377016 [ 27 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=53, LastLogTerm=1, EntriesLength=0, CommitIndex=53 and Term=1
2021.01.29 23:12:17.377242 [ 27 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 53 (0), req c idx: 53, my term: 1, my role: 1
2021.01.29 23:12:17.377317 [ 27 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.377389 [ 27 ] {} <Information> RaftInstance: [LOG OK] req log idx: 53, req log term: 1, my last log idx: 53, my log (53) term: 1
2021.01.29 23:12:17.377497 [ 27 ] {} <Notice> RaftInstance: trigger commit upto 53
2021.01.29 23:12:17.377563 [ 27 ] {} <Information> RaftInstance: local log idx 53, target_commit_idx 53, quick_commit_index_ 53, state_->get_commit_idx() 52
2021.01.29 23:12:17.377608 [ 27 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.377649 [ 27 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.377672 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.377725 [ 27 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.377738 [ 67 ] {} <Notice> RaftInstance: commit upto 53, curruent idx 52
2021.01.29 23:12:17.377789 [ 27 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.377829 [ 67 ] {} <Information> RaftInstance: commit upto 53, curruent idx 53
2021.01.29 23:12:17.377837 [ 27 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=54
2021.01.29 23:12:17.377932 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 53, curruent idx 53
2021.01.29 23:12:17.377999 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.379830 [ 23 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=53, LastLogTerm=1, EntriesLength=1, CommitIndex=53 and Term=1
2021.01.29 23:12:17.379917 [ 23 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 53 (1), req c idx: 53, my term: 1, my role: 1
2021.01.29 23:12:17.379962 [ 23 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.380009 [ 23 ] {} <Information> RaftInstance: [LOG OK] req log idx: 53, req log term: 1, my last log idx: 53, my log (53) term: 1
2021.01.29 23:12:17.380053 [ 23 ] {} <Notice> RaftInstance: [INIT] log_idx: 54, count: 0, log_store_->next_slot(): 54, req.log_entries().size(): 1
2021.01.29 23:12:17.380115 [ 23 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 54, count: 0
2021.01.29 23:12:17.380171 [ 23 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 54, count: 0
2021.01.29 23:12:17.380219 [ 23 ] {} <Information> RaftInstance: append at 54
2021.01.29 23:12:17.380265 [ 23 ] {} <Information> RaftInstance: local log idx 54, target_commit_idx 53, quick_commit_index_ 53, state_->get_commit_idx() 53
2021.01.29 23:12:17.380302 [ 23 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.380347 [ 23 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.380396 [ 23 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.380438 [ 23 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=55
2021.01.29 23:12:17.381188 [ 15 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=53, LastLogTerm=1, EntriesLength=1, CommitIndex=54 and Term=1
2021.01.29 23:12:17.381265 [ 15 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 53 (1), req c idx: 54, my term: 1, my role: 1
2021.01.29 23:12:17.381306 [ 15 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.381351 [ 15 ] {} <Information> RaftInstance: [LOG OK] req log idx: 53, req log term: 1, my last log idx: 54, my log (53) term: 1
2021.01.29 23:12:17.381422 [ 15 ] {} <Notice> RaftInstance: [INIT] log_idx: 54, count: 0, log_store_->next_slot(): 55, req.log_entries().size(): 1
2021.01.29 23:12:17.381487 [ 15 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 55, count: 1
2021.01.29 23:12:17.381542 [ 15 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 55, count: 1
2021.01.29 23:12:17.381591 [ 15 ] {} <Notice> RaftInstance: trigger commit upto 54
2021.01.29 23:12:17.381644 [ 15 ] {} <Information> RaftInstance: local log idx 54, target_commit_idx 54, quick_commit_index_ 54, state_->get_commit_idx() 53
2021.01.29 23:12:17.381685 [ 15 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.381738 [ 15 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.381763 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.381785 [ 15 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.381821 [ 67 ] {} <Notice> RaftInstance: commit upto 54, curruent idx 53
2021.01.29 23:12:17.381838 [ 15 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.381884 [ 15 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=55
2021.01.29 23:12:17.381908 [ 67 ] {} <Information> RaftInstance: commit upto 54, curruent idx 54
2021.01.29 23:12:17.382024 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 54, curruent idx 54
2021.01.29 23:12:17.382085 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.383497 [ 24 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=54, LastLogTerm=1, EntriesLength=1, CommitIndex=54 and Term=1
2021.01.29 23:12:17.383580 [ 24 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 54 (1), req c idx: 54, my term: 1, my role: 1
2021.01.29 23:12:17.383622 [ 24 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.383664 [ 24 ] {} <Information> RaftInstance: [LOG OK] req log idx: 54, req log term: 1, my last log idx: 54, my log (54) term: 1
2021.01.29 23:12:17.383704 [ 24 ] {} <Notice> RaftInstance: [INIT] log_idx: 55, count: 0, log_store_->next_slot(): 55, req.log_entries().size(): 1
2021.01.29 23:12:17.383759 [ 24 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 55, count: 0
2021.01.29 23:12:17.383808 [ 24 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 55, count: 0
2021.01.29 23:12:17.383850 [ 24 ] {} <Information> RaftInstance: append at 55
2021.01.29 23:12:17.383892 [ 24 ] {} <Information> RaftInstance: local log idx 55, target_commit_idx 54, quick_commit_index_ 54, state_->get_commit_idx() 54
2021.01.29 23:12:17.383926 [ 24 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.383966 [ 24 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.384008 [ 24 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.384053 [ 24 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=56
2021.01.29 23:12:17.385096 [ 41 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=55, LastLogTerm=1, EntriesLength=0, CommitIndex=55 and Term=1
2021.01.29 23:12:17.385267 [ 41 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 55 (0), req c idx: 55, my term: 1, my role: 1
2021.01.29 23:12:17.385308 [ 41 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.385352 [ 41 ] {} <Information> RaftInstance: [LOG OK] req log idx: 55, req log term: 1, my last log idx: 55, my log (55) term: 1
2021.01.29 23:12:17.385458 [ 41 ] {} <Notice> RaftInstance: trigger commit upto 55
2021.01.29 23:12:17.385516 [ 41 ] {} <Information> RaftInstance: local log idx 55, target_commit_idx 55, quick_commit_index_ 55, state_->get_commit_idx() 54
2021.01.29 23:12:17.385592 [ 41 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.385632 [ 41 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.385679 [ 41 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.385748 [ 41 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.385790 [ 41 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=56
2021.01.29 23:12:17.385813 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.385855 [ 67 ] {} <Notice> RaftInstance: commit upto 55, curruent idx 54
2021.01.29 23:12:17.385922 [ 67 ] {} <Information> RaftInstance: commit upto 55, curruent idx 55
2021.01.29 23:12:17.386019 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 55, curruent idx 55
2021.01.29 23:12:17.386070 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.386613 [ 46 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=55, LastLogTerm=1, EntriesLength=0, CommitIndex=55 and Term=1
2021.01.29 23:12:17.386814 [ 46 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 55 (0), req c idx: 55, my term: 1, my role: 1
2021.01.29 23:12:17.386892 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.386942 [ 46 ] {} <Information> RaftInstance: [LOG OK] req log idx: 55, req log term: 1, my last log idx: 55, my log (55) term: 1
2021.01.29 23:12:17.387021 [ 46 ] {} <Information> RaftInstance: local log idx 55, target_commit_idx 55, quick_commit_index_ 55, state_->get_commit_idx() 55
2021.01.29 23:12:17.387058 [ 46 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.387107 [ 46 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.387156 [ 46 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.387198 [ 46 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=56
2021.01.29 23:12:17.388332 [ 47 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=55, LastLogTerm=1, EntriesLength=1, CommitIndex=55 and Term=1
2021.01.29 23:12:17.388498 [ 47 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 55 (1), req c idx: 55, my term: 1, my role: 1
2021.01.29 23:12:17.388578 [ 47 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.388628 [ 47 ] {} <Information> RaftInstance: [LOG OK] req log idx: 55, req log term: 1, my last log idx: 55, my log (55) term: 1
2021.01.29 23:12:17.388737 [ 47 ] {} <Notice> RaftInstance: [INIT] log_idx: 56, count: 0, log_store_->next_slot(): 56, req.log_entries().size(): 1
2021.01.29 23:12:17.388800 [ 47 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 56, count: 0
2021.01.29 23:12:17.388856 [ 47 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 56, count: 0
2021.01.29 23:12:17.388904 [ 47 ] {} <Information> RaftInstance: append at 56
2021.01.29 23:12:17.388950 [ 47 ] {} <Information> RaftInstance: local log idx 56, target_commit_idx 55, quick_commit_index_ 55, state_->get_commit_idx() 55
2021.01.29 23:12:17.388988 [ 47 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.389043 [ 47 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.389097 [ 47 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.389135 [ 47 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=57
2021.01.29 23:12:17.390355 [ 51 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=56, LastLogTerm=1, EntriesLength=0, CommitIndex=56 and Term=1
2021.01.29 23:12:17.390434 [ 51 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 56 (0), req c idx: 56, my term: 1, my role: 1
2021.01.29 23:12:17.390478 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.390523 [ 51 ] {} <Information> RaftInstance: [LOG OK] req log idx: 56, req log term: 1, my last log idx: 56, my log (56) term: 1
2021.01.29 23:12:17.390560 [ 51 ] {} <Notice> RaftInstance: trigger commit upto 56
2021.01.29 23:12:17.390612 [ 51 ] {} <Information> RaftInstance: local log idx 56, target_commit_idx 56, quick_commit_index_ 56, state_->get_commit_idx() 55
2021.01.29 23:12:17.390654 [ 51 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.390693 [ 51 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.390717 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.390736 [ 51 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.390767 [ 67 ] {} <Notice> RaftInstance: commit upto 56, curruent idx 55
2021.01.29 23:12:17.390784 [ 51 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.390827 [ 51 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=57
2021.01.29 23:12:17.390855 [ 67 ] {} <Information> RaftInstance: commit upto 56, curruent idx 56
2021.01.29 23:12:17.391012 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 56, curruent idx 56
2021.01.29 23:12:17.391072 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.392608 [ 38 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=56, LastLogTerm=1, EntriesLength=1, CommitIndex=56 and Term=1
2021.01.29 23:12:17.392694 [ 38 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 56 (1), req c idx: 56, my term: 1, my role: 1
2021.01.29 23:12:17.392739 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.392786 [ 38 ] {} <Information> RaftInstance: [LOG OK] req log idx: 56, req log term: 1, my last log idx: 56, my log (56) term: 1
2021.01.29 23:12:17.392831 [ 38 ] {} <Notice> RaftInstance: [INIT] log_idx: 57, count: 0, log_store_->next_slot(): 57, req.log_entries().size(): 1
2021.01.29 23:12:17.392894 [ 38 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 57, count: 0
2021.01.29 23:12:17.392950 [ 38 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 57, count: 0
2021.01.29 23:12:17.392997 [ 38 ] {} <Information> RaftInstance: append at 57
2021.01.29 23:12:17.393043 [ 38 ] {} <Information> RaftInstance: local log idx 57, target_commit_idx 56, quick_commit_index_ 56, state_->get_commit_idx() 56
2021.01.29 23:12:17.393081 [ 38 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.393125 [ 38 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.393173 [ 38 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.393215 [ 38 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=58
2021.01.29 23:12:17.394212 [ 55 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=57, LastLogTerm=1, EntriesLength=0, CommitIndex=57 and Term=1
2021.01.29 23:12:17.394298 [ 55 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 57 (0), req c idx: 57, my term: 1, my role: 1
2021.01.29 23:12:17.394343 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.394391 [ 55 ] {} <Information> RaftInstance: [LOG OK] req log idx: 57, req log term: 1, my last log idx: 57, my log (57) term: 1
2021.01.29 23:12:17.394427 [ 55 ] {} <Notice> RaftInstance: trigger commit upto 57
2021.01.29 23:12:17.394480 [ 55 ] {} <Information> RaftInstance: local log idx 57, target_commit_idx 57, quick_commit_index_ 57, state_->get_commit_idx() 56
2021.01.29 23:12:17.394522 [ 55 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.394570 [ 55 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.394603 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.394628 [ 55 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.394651 [ 67 ] {} <Notice> RaftInstance: commit upto 57, curruent idx 56
2021.01.29 23:12:17.394681 [ 55 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.394728 [ 67 ] {} <Information> RaftInstance: commit upto 57, curruent idx 57
2021.01.29 23:12:17.394732 [ 55 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=58
2021.01.29 23:12:17.394914 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 57, curruent idx 57
2021.01.29 23:12:17.394971 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.397515 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=57, LastLogTerm=1, EntriesLength=1, CommitIndex=57 and Term=1
2021.01.29 23:12:17.397606 [ 63 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 57 (1), req c idx: 57, my term: 1, my role: 1
2021.01.29 23:12:17.397652 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.397724 [ 63 ] {} <Information> RaftInstance: [LOG OK] req log idx: 57, req log term: 1, my last log idx: 57, my log (57) term: 1
2021.01.29 23:12:17.397785 [ 63 ] {} <Notice> RaftInstance: [INIT] log_idx: 58, count: 0, log_store_->next_slot(): 58, req.log_entries().size(): 1
2021.01.29 23:12:17.397848 [ 63 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 58, count: 0
2021.01.29 23:12:17.397904 [ 63 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 58, count: 0
2021.01.29 23:12:17.397952 [ 63 ] {} <Information> RaftInstance: append at 58
2021.01.29 23:12:17.397999 [ 63 ] {} <Information> RaftInstance: local log idx 58, target_commit_idx 57, quick_commit_index_ 57, state_->get_commit_idx() 57
2021.01.29 23:12:17.398036 [ 63 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.398081 [ 63 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.398129 [ 63 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.398171 [ 63 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=59
2021.01.29 23:12:17.399426 [ 56 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=58, LastLogTerm=1, EntriesLength=0, CommitIndex=58 and Term=1
2021.01.29 23:12:17.399523 [ 56 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 58 (0), req c idx: 58, my term: 1, my role: 1
2021.01.29 23:12:17.399567 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.399614 [ 56 ] {} <Information> RaftInstance: [LOG OK] req log idx: 58, req log term: 1, my last log idx: 58, my log (58) term: 1
2021.01.29 23:12:17.399650 [ 56 ] {} <Notice> RaftInstance: trigger commit upto 58
2021.01.29 23:12:17.399703 [ 56 ] {} <Information> RaftInstance: local log idx 58, target_commit_idx 58, quick_commit_index_ 58, state_->get_commit_idx() 57
2021.01.29 23:12:17.399745 [ 56 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.399786 [ 56 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.399821 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.399829 [ 56 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.399886 [ 67 ] {} <Notice> RaftInstance: commit upto 58, curruent idx 57
2021.01.29 23:12:17.399911 [ 56 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.399955 [ 56 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=59
2021.01.29 23:12:17.399965 [ 67 ] {} <Information> RaftInstance: commit upto 58, curruent idx 58
2021.01.29 23:12:17.400104 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 58, curruent idx 58
2021.01.29 23:12:17.400183 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.401060 [ 44 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=58, LastLogTerm=1, EntriesLength=1, CommitIndex=58 and Term=1
2021.01.29 23:12:17.401143 [ 44 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 58 (1), req c idx: 58, my term: 1, my role: 1
2021.01.29 23:12:17.401183 [ 44 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.401226 [ 44 ] {} <Information> RaftInstance: [LOG OK] req log idx: 58, req log term: 1, my last log idx: 58, my log (58) term: 1
2021.01.29 23:12:17.401270 [ 44 ] {} <Notice> RaftInstance: [INIT] log_idx: 59, count: 0, log_store_->next_slot(): 59, req.log_entries().size(): 1
2021.01.29 23:12:17.401325 [ 44 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 59, count: 0
2021.01.29 23:12:17.401384 [ 44 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 59, count: 0
2021.01.29 23:12:17.401449 [ 44 ] {} <Information> RaftInstance: append at 59
2021.01.29 23:12:17.401496 [ 44 ] {} <Information> RaftInstance: local log idx 59, target_commit_idx 58, quick_commit_index_ 58, state_->get_commit_idx() 58
2021.01.29 23:12:17.401534 [ 44 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.401587 [ 44 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.401635 [ 44 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.401677 [ 44 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=60
2021.01.29 23:12:17.402703 [ 49 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=59, LastLogTerm=1, EntriesLength=0, CommitIndex=59 and Term=1
2021.01.29 23:12:17.402796 [ 49 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 59 (0), req c idx: 59, my term: 1, my role: 1
2021.01.29 23:12:17.402855 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.402897 [ 49 ] {} <Information> RaftInstance: [LOG OK] req log idx: 59, req log term: 1, my last log idx: 59, my log (59) term: 1
2021.01.29 23:12:17.402933 [ 49 ] {} <Notice> RaftInstance: trigger commit upto 59
2021.01.29 23:12:17.402980 [ 49 ] {} <Information> RaftInstance: local log idx 59, target_commit_idx 59, quick_commit_index_ 59, state_->get_commit_idx() 58
2021.01.29 23:12:17.403017 [ 49 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.403071 [ 49 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.403092 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.403115 [ 49 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.403145 [ 67 ] {} <Notice> RaftInstance: commit upto 59, curruent idx 58
2021.01.29 23:12:17.403165 [ 49 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.403208 [ 49 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=60
2021.01.29 23:12:17.403222 [ 67 ] {} <Information> RaftInstance: commit upto 59, curruent idx 59
2021.01.29 23:12:17.403376 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 59, curruent idx 59
2021.01.29 23:12:17.403427 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.407827 [ 12 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=59, LastLogTerm=1, EntriesLength=1, CommitIndex=59 and Term=1
2021.01.29 23:12:17.407932 [ 12 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 59 (1), req c idx: 59, my term: 1, my role: 1
2021.01.29 23:12:17.407980 [ 12 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.408035 [ 12 ] {} <Information> RaftInstance: [LOG OK] req log idx: 59, req log term: 1, my last log idx: 59, my log (59) term: 1
2021.01.29 23:12:17.408081 [ 12 ] {} <Notice> RaftInstance: [INIT] log_idx: 60, count: 0, log_store_->next_slot(): 60, req.log_entries().size(): 1
2021.01.29 23:12:17.408144 [ 12 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 60, count: 0
2021.01.29 23:12:17.408206 [ 12 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 60, count: 0
2021.01.29 23:12:17.408255 [ 12 ] {} <Information> RaftInstance: append at 60
2021.01.29 23:12:17.408314 [ 12 ] {} <Information> RaftInstance: local log idx 60, target_commit_idx 59, quick_commit_index_ 59, state_->get_commit_idx() 59
2021.01.29 23:12:17.408349 [ 12 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.408390 [ 12 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.408435 [ 12 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.408481 [ 12 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=61
2021.01.29 23:12:17.409428 [ 18 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=60, LastLogTerm=1, EntriesLength=0, CommitIndex=60 and Term=1
2021.01.29 23:12:17.409517 [ 18 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 60 (0), req c idx: 60, my term: 1, my role: 1
2021.01.29 23:12:17.409572 [ 18 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.409618 [ 18 ] {} <Information> RaftInstance: [LOG OK] req log idx: 60, req log term: 1, my last log idx: 60, my log (60) term: 1
2021.01.29 23:12:17.409656 [ 18 ] {} <Notice> RaftInstance: trigger commit upto 60
2021.01.29 23:12:17.409721 [ 18 ] {} <Information> RaftInstance: local log idx 60, target_commit_idx 60, quick_commit_index_ 60, state_->get_commit_idx() 59
2021.01.29 23:12:17.409770 [ 18 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.409813 [ 18 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.409841 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.409867 [ 18 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.409895 [ 67 ] {} <Notice> RaftInstance: commit upto 60, curruent idx 59
2021.01.29 23:12:17.409919 [ 18 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.409976 [ 67 ] {} <Information> RaftInstance: commit upto 60, curruent idx 60
2021.01.29 23:12:17.409984 [ 18 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=61
2021.01.29 23:12:17.410279 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 60, curruent idx 60
2021.01.29 23:12:17.410335 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.415221 [ 34 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=60, LastLogTerm=1, EntriesLength=1, CommitIndex=60 and Term=1
2021.01.29 23:12:17.415434 [ 34 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 60 (1), req c idx: 60, my term: 1, my role: 1
2021.01.29 23:12:17.415513 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.415563 [ 34 ] {} <Information> RaftInstance: [LOG OK] req log idx: 60, req log term: 1, my last log idx: 60, my log (60) term: 1
2021.01.29 23:12:17.415639 [ 34 ] {} <Notice> RaftInstance: [INIT] log_idx: 61, count: 0, log_store_->next_slot(): 61, req.log_entries().size(): 1
2021.01.29 23:12:17.415702 [ 34 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 61, count: 0
2021.01.29 23:12:17.415758 [ 34 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 61, count: 0
2021.01.29 23:12:17.415806 [ 34 ] {} <Information> RaftInstance: append at 61
2021.01.29 23:12:17.415854 [ 34 ] {} <Information> RaftInstance: local log idx 61, target_commit_idx 60, quick_commit_index_ 60, state_->get_commit_idx() 60
2021.01.29 23:12:17.415892 [ 34 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.415936 [ 34 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.417001 [ 34 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.417044 [ 34 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=62
2021.01.29 23:12:17.418089 [ 23 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=61, LastLogTerm=1, EntriesLength=0, CommitIndex=61 and Term=1
2021.01.29 23:12:17.418184 [ 23 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 61 (0), req c idx: 61, my term: 1, my role: 1
2021.01.29 23:12:17.418232 [ 23 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.418282 [ 23 ] {} <Information> RaftInstance: [LOG OK] req log idx: 61, req log term: 1, my last log idx: 61, my log (61) term: 1
2021.01.29 23:12:17.418331 [ 23 ] {} <Notice> RaftInstance: trigger commit upto 61
2021.01.29 23:12:17.418388 [ 23 ] {} <Information> RaftInstance: local log idx 61, target_commit_idx 61, quick_commit_index_ 61, state_->get_commit_idx() 60
2021.01.29 23:12:17.418433 [ 23 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.418474 [ 23 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.418497 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.418521 [ 23 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.418549 [ 67 ] {} <Notice> RaftInstance: commit upto 61, curruent idx 60
2021.01.29 23:12:17.418573 [ 23 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.418618 [ 23 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=62
2021.01.29 23:12:17.418635 [ 67 ] {} <Information> RaftInstance: commit upto 61, curruent idx 61
2021.01.29 23:12:17.418909 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 61, curruent idx 61
2021.01.29 23:12:17.418961 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.420213 [ 15 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=61, LastLogTerm=1, EntriesLength=1, CommitIndex=61 and Term=1
2021.01.29 23:12:17.420307 [ 15 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 61 (1), req c idx: 61, my term: 1, my role: 1
2021.01.29 23:12:17.420353 [ 15 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.420402 [ 15 ] {} <Information> RaftInstance: [LOG OK] req log idx: 61, req log term: 1, my last log idx: 61, my log (61) term: 1
2021.01.29 23:12:17.420447 [ 15 ] {} <Notice> RaftInstance: [INIT] log_idx: 62, count: 0, log_store_->next_slot(): 62, req.log_entries().size(): 1
2021.01.29 23:12:17.420509 [ 15 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 62, count: 0
2021.01.29 23:12:17.420564 [ 15 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 62, count: 0
2021.01.29 23:12:17.420612 [ 15 ] {} <Information> RaftInstance: append at 62
2021.01.29 23:12:17.420659 [ 15 ] {} <Information> RaftInstance: local log idx 62, target_commit_idx 61, quick_commit_index_ 61, state_->get_commit_idx() 61
2021.01.29 23:12:17.420696 [ 15 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.420742 [ 15 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.420790 [ 15 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.420832 [ 15 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=63
2021.01.29 23:12:17.421792 [ 40 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=62, LastLogTerm=1, EntriesLength=0, CommitIndex=62 and Term=1
2021.01.29 23:12:17.421878 [ 40 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 62 (0), req c idx: 62, my term: 1, my role: 1
2021.01.29 23:12:17.421923 [ 40 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.421971 [ 40 ] {} <Information> RaftInstance: [LOG OK] req log idx: 62, req log term: 1, my last log idx: 62, my log (62) term: 1
2021.01.29 23:12:17.422007 [ 40 ] {} <Notice> RaftInstance: trigger commit upto 62
2021.01.29 23:12:17.422061 [ 40 ] {} <Information> RaftInstance: local log idx 62, target_commit_idx 62, quick_commit_index_ 62, state_->get_commit_idx() 61
2021.01.29 23:12:17.422103 [ 40 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.422140 [ 40 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.422192 [ 40 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.422249 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.422306 [ 67 ] {} <Notice> RaftInstance: commit upto 62, curruent idx 61
2021.01.29 23:12:17.422380 [ 67 ] {} <Information> RaftInstance: commit upto 62, curruent idx 62
2021.01.29 23:12:17.422537 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 62, curruent idx 62
2021.01.29 23:12:17.422589 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.422702 [ 40 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.422755 [ 40 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=63
2021.01.29 23:12:17.427015 [ 45 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=62, LastLogTerm=1, EntriesLength=1, CommitIndex=62 and Term=1
2021.01.29 23:12:17.427098 [ 45 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 62 (1), req c idx: 62, my term: 1, my role: 1
2021.01.29 23:12:17.427139 [ 45 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.427181 [ 45 ] {} <Information> RaftInstance: [LOG OK] req log idx: 62, req log term: 1, my last log idx: 62, my log (62) term: 1
2021.01.29 23:12:17.427220 [ 45 ] {} <Notice> RaftInstance: [INIT] log_idx: 63, count: 0, log_store_->next_slot(): 63, req.log_entries().size(): 1
2021.01.29 23:12:17.427274 [ 45 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 63, count: 0
2021.01.29 23:12:17.427323 [ 45 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 63, count: 0
2021.01.29 23:12:17.427365 [ 45 ] {} <Information> RaftInstance: append at 63
2021.01.29 23:12:17.427407 [ 45 ] {} <Information> RaftInstance: local log idx 63, target_commit_idx 62, quick_commit_index_ 62, state_->get_commit_idx() 62
2021.01.29 23:12:17.427440 [ 45 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.427483 [ 45 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.427526 [ 45 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.427563 [ 45 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=64
2021.01.29 23:12:17.428407 [ 46 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=63, LastLogTerm=1, EntriesLength=0, CommitIndex=63 and Term=1
2021.01.29 23:12:17.428487 [ 46 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 63 (0), req c idx: 63, my term: 1, my role: 1
2021.01.29 23:12:17.428527 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.428575 [ 46 ] {} <Information> RaftInstance: [LOG OK] req log idx: 63, req log term: 1, my last log idx: 63, my log (63) term: 1
2021.01.29 23:12:17.428607 [ 46 ] {} <Notice> RaftInstance: trigger commit upto 63
2021.01.29 23:12:17.428661 [ 46 ] {} <Information> RaftInstance: local log idx 63, target_commit_idx 63, quick_commit_index_ 63, state_->get_commit_idx() 62
2021.01.29 23:12:17.428697 [ 46 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.428733 [ 46 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.428762 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.428772 [ 46 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.428829 [ 67 ] {} <Notice> RaftInstance: commit upto 63, curruent idx 62
2021.01.29 23:12:17.428854 [ 46 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.428905 [ 67 ] {} <Information> RaftInstance: commit upto 63, curruent idx 63
2021.01.29 23:12:17.428903 [ 46 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=64
2021.01.29 23:12:17.429115 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 63, curruent idx 63
2021.01.29 23:12:17.429177 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.431297 [ 47 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=63, LastLogTerm=1, EntriesLength=1, CommitIndex=63 and Term=1
2021.01.29 23:12:17.431409 [ 47 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 63 (1), req c idx: 63, my term: 1, my role: 1
2021.01.29 23:12:17.431464 [ 47 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.431507 [ 47 ] {} <Information> RaftInstance: [LOG OK] req log idx: 63, req log term: 1, my last log idx: 63, my log (63) term: 1
2021.01.29 23:12:17.431546 [ 47 ] {} <Notice> RaftInstance: [INIT] log_idx: 64, count: 0, log_store_->next_slot(): 64, req.log_entries().size(): 1
2021.01.29 23:12:17.431601 [ 47 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 64, count: 0
2021.01.29 23:12:17.431679 [ 47 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 64, count: 0
2021.01.29 23:12:17.431746 [ 47 ] {} <Information> RaftInstance: append at 64
2021.01.29 23:12:17.431830 [ 47 ] {} <Information> RaftInstance: local log idx 64, target_commit_idx 63, quick_commit_index_ 63, state_->get_commit_idx() 63
2021.01.29 23:12:17.431875 [ 47 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.431922 [ 47 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.431971 [ 47 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.432013 [ 47 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=65
2021.01.29 23:12:17.433429 [ 51 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=64, LastLogTerm=1, EntriesLength=0, CommitIndex=64 and Term=1
2021.01.29 23:12:17.433507 [ 51 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 64 (0), req c idx: 64, my term: 1, my role: 1
2021.01.29 23:12:17.433552 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.433598 [ 51 ] {} <Information> RaftInstance: [LOG OK] req log idx: 64, req log term: 1, my last log idx: 64, my log (64) term: 1
2021.01.29 23:12:17.433634 [ 51 ] {} <Notice> RaftInstance: trigger commit upto 64
2021.01.29 23:12:17.433698 [ 51 ] {} <Information> RaftInstance: local log idx 64, target_commit_idx 64, quick_commit_index_ 64, state_->get_commit_idx() 63
2021.01.29 23:12:17.433742 [ 51 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.433781 [ 51 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.433805 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.433826 [ 51 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.433861 [ 67 ] {} <Notice> RaftInstance: commit upto 64, curruent idx 63
2021.01.29 23:12:17.433877 [ 51 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.433932 [ 51 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=65
2021.01.29 23:12:17.433940 [ 67 ] {} <Information> RaftInstance: commit upto 64, curruent idx 64
2021.01.29 23:12:17.434101 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 64, curruent idx 64
2021.01.29 23:12:17.434163 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.435828 [ 42 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=64, LastLogTerm=1, EntriesLength=1, CommitIndex=64 and Term=1
2021.01.29 23:12:17.435907 [ 42 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 64 (1), req c idx: 64, my term: 1, my role: 1
2021.01.29 23:12:17.435959 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.436002 [ 42 ] {} <Information> RaftInstance: [LOG OK] req log idx: 64, req log term: 1, my last log idx: 64, my log (64) term: 1
2021.01.29 23:12:17.436041 [ 42 ] {} <Notice> RaftInstance: [INIT] log_idx: 65, count: 0, log_store_->next_slot(): 65, req.log_entries().size(): 1
2021.01.29 23:12:17.436096 [ 42 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 65, count: 0
2021.01.29 23:12:17.436156 [ 42 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 65, count: 0
2021.01.29 23:12:17.436198 [ 42 ] {} <Information> RaftInstance: append at 65
2021.01.29 23:12:17.436240 [ 42 ] {} <Information> RaftInstance: local log idx 65, target_commit_idx 64, quick_commit_index_ 64, state_->get_commit_idx() 64
2021.01.29 23:12:17.436273 [ 42 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.436313 [ 42 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.436357 [ 42 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.436395 [ 42 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=66
2021.01.29 23:12:17.438016 [ 57 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=65, LastLogTerm=1, EntriesLength=0, CommitIndex=65 and Term=1
2021.01.29 23:12:17.438153 [ 57 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 65 (0), req c idx: 65, my term: 1, my role: 1
2021.01.29 23:12:17.438205 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.438254 [ 57 ] {} <Information> RaftInstance: [LOG OK] req log idx: 65, req log term: 1, my last log idx: 65, my log (65) term: 1
2021.01.29 23:12:17.438327 [ 57 ] {} <Notice> RaftInstance: trigger commit upto 65
2021.01.29 23:12:17.438379 [ 57 ] {} <Information> RaftInstance: local log idx 65, target_commit_idx 65, quick_commit_index_ 65, state_->get_commit_idx() 64
2021.01.29 23:12:17.438420 [ 57 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.438460 [ 57 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.438475 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.438503 [ 57 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.438518 [ 67 ] {} <Notice> RaftInstance: commit upto 65, curruent idx 64
2021.01.29 23:12:17.438552 [ 57 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.438586 [ 67 ] {} <Information> RaftInstance: commit upto 65, curruent idx 65
2021.01.29 23:12:17.438595 [ 57 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=66
2021.01.29 23:12:17.438710 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 65, curruent idx 65
2021.01.29 23:12:17.438761 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.487225 [ 66 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=65, LastLogTerm=1, EntriesLength=0, CommitIndex=65 and Term=1
2021.01.29 23:12:17.487343 [ 66 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 65 (0), req c idx: 65, my term: 1, my role: 1
2021.01.29 23:12:17.487414 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.487461 [ 66 ] {} <Information> RaftInstance: [LOG OK] req log idx: 65, req log term: 1, my last log idx: 65, my log (65) term: 1
2021.01.29 23:12:17.487541 [ 66 ] {} <Information> RaftInstance: local log idx 65, target_commit_idx 65, quick_commit_index_ 65, state_->get_commit_idx() 65
2021.01.29 23:12:17.487573 [ 66 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.487614 [ 66 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.487658 [ 66 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.487695 [ 66 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=66
2021.01.29 23:12:17.587719 [ 64 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=65, LastLogTerm=1, EntriesLength=0, CommitIndex=65 and Term=1
2021.01.29 23:12:17.587813 [ 64 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 65 (0), req c idx: 65, my term: 1, my role: 1
2021.01.29 23:12:17.587857 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.587904 [ 64 ] {} <Information> RaftInstance: [LOG OK] req log idx: 65, req log term: 1, my last log idx: 65, my log (65) term: 1
2021.01.29 23:12:17.587945 [ 64 ] {} <Information> RaftInstance: local log idx 65, target_commit_idx 65, quick_commit_index_ 65, state_->get_commit_idx() 65
2021.01.29 23:12:17.587980 [ 64 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.588025 [ 64 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.588071 [ 64 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.588109 [ 64 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=66
2021.01.29 23:12:17.612822 [ 22 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=65, LastLogTerm=1, EntriesLength=1, CommitIndex=65 and Term=1
2021.01.29 23:12:17.613011 [ 22 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 65 (1), req c idx: 65, my term: 1, my role: 1
2021.01.29 23:12:17.613064 [ 22 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.613117 [ 22 ] {} <Information> RaftInstance: [LOG OK] req log idx: 65, req log term: 1, my last log idx: 65, my log (65) term: 1
2021.01.29 23:12:17.613196 [ 22 ] {} <Notice> RaftInstance: [INIT] log_idx: 66, count: 0, log_store_->next_slot(): 66, req.log_entries().size(): 1
2021.01.29 23:12:17.613258 [ 22 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 66, count: 0
2021.01.29 23:12:17.613313 [ 22 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 66, count: 0
2021.01.29 23:12:17.613374 [ 22 ] {} <Information> RaftInstance: append at 66
2021.01.29 23:12:17.613423 [ 22 ] {} <Information> RaftInstance: local log idx 66, target_commit_idx 65, quick_commit_index_ 65, state_->get_commit_idx() 65
2021.01.29 23:12:17.613460 [ 22 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.613506 [ 22 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.613557 [ 22 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.613599 [ 22 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=67
2021.01.29 23:12:17.614575 [ 62 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=65, LastLogTerm=1, EntriesLength=1, CommitIndex=66 and Term=1
2021.01.29 23:12:17.614665 [ 62 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 65 (1), req c idx: 66, my term: 1, my role: 1
2021.01.29 23:12:17.614711 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.614759 [ 62 ] {} <Information> RaftInstance: [LOG OK] req log idx: 65, req log term: 1, my last log idx: 66, my log (65) term: 1
2021.01.29 23:12:17.614803 [ 62 ] {} <Notice> RaftInstance: [INIT] log_idx: 66, count: 0, log_store_->next_slot(): 67, req.log_entries().size(): 1
2021.01.29 23:12:17.614876 [ 62 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 67, count: 1
2021.01.29 23:12:17.614931 [ 62 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 67, count: 1
2021.01.29 23:12:17.614981 [ 62 ] {} <Notice> RaftInstance: trigger commit upto 66
2021.01.29 23:12:17.615033 [ 62 ] {} <Information> RaftInstance: local log idx 66, target_commit_idx 66, quick_commit_index_ 66, state_->get_commit_idx() 65
2021.01.29 23:12:17.615075 [ 62 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.615114 [ 62 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.615149 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.615232 [ 67 ] {} <Notice> RaftInstance: commit upto 66, curruent idx 65
2021.01.29 23:12:17.615301 [ 67 ] {} <Information> RaftInstance: commit upto 66, curruent idx 66
2021.01.29 23:12:17.615566 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 66, curruent idx 66
2021.01.29 23:12:17.615614 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.615159 [ 62 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.615758 [ 62 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.615803 [ 62 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=67
2021.01.29 23:12:17.617693 [ 62 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=66, LastLogTerm=1, EntriesLength=1, CommitIndex=66 and Term=1
2021.01.29 23:12:17.617773 [ 62 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 66 (1), req c idx: 66, my term: 1, my role: 1
2021.01.29 23:12:17.617818 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.617865 [ 62 ] {} <Information> RaftInstance: [LOG OK] req log idx: 66, req log term: 1, my last log idx: 66, my log (66) term: 1
2021.01.29 23:12:17.617908 [ 62 ] {} <Notice> RaftInstance: [INIT] log_idx: 67, count: 0, log_store_->next_slot(): 67, req.log_entries().size(): 1
2021.01.29 23:12:17.617979 [ 62 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 67, count: 0
2021.01.29 23:12:17.618035 [ 62 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 67, count: 0
2021.01.29 23:12:17.618083 [ 62 ] {} <Information> RaftInstance: append at 67
2021.01.29 23:12:17.618130 [ 62 ] {} <Information> RaftInstance: local log idx 67, target_commit_idx 66, quick_commit_index_ 66, state_->get_commit_idx() 66
2021.01.29 23:12:17.618166 [ 62 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.618209 [ 62 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.618256 [ 62 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.618297 [ 62 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=68
2021.01.29 23:12:17.619141 [ 36 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=67, LastLogTerm=1, EntriesLength=0, CommitIndex=67 and Term=1
2021.01.29 23:12:17.619224 [ 36 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 67 (0), req c idx: 67, my term: 1, my role: 1
2021.01.29 23:12:17.619269 [ 36 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.619317 [ 36 ] {} <Information> RaftInstance: [LOG OK] req log idx: 67, req log term: 1, my last log idx: 67, my log (67) term: 1
2021.01.29 23:12:17.619354 [ 36 ] {} <Notice> RaftInstance: trigger commit upto 67
2021.01.29 23:12:17.619414 [ 36 ] {} <Information> RaftInstance: local log idx 67, target_commit_idx 67, quick_commit_index_ 67, state_->get_commit_idx() 66
2021.01.29 23:12:17.619463 [ 36 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.619505 [ 36 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.619543 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.619554 [ 36 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.619649 [ 67 ] {} <Notice> RaftInstance: commit upto 67, curruent idx 66
2021.01.29 23:12:17.619664 [ 36 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.619712 [ 36 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=68
2021.01.29 23:12:17.619724 [ 67 ] {} <Information> RaftInstance: commit upto 67, curruent idx 67
2021.01.29 23:12:17.620028 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 67, curruent idx 67
2021.01.29 23:12:17.620076 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.621774 [ 24 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=67, LastLogTerm=1, EntriesLength=1, CommitIndex=67 and Term=1
2021.01.29 23:12:17.621849 [ 24 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 67 (1), req c idx: 67, my term: 1, my role: 1
2021.01.29 23:12:17.621890 [ 24 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.621932 [ 24 ] {} <Information> RaftInstance: [LOG OK] req log idx: 67, req log term: 1, my last log idx: 67, my log (67) term: 1
2021.01.29 23:12:17.621971 [ 24 ] {} <Notice> RaftInstance: [INIT] log_idx: 68, count: 0, log_store_->next_slot(): 68, req.log_entries().size(): 1
2021.01.29 23:12:17.622026 [ 24 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 68, count: 0
2021.01.29 23:12:17.622092 [ 24 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 68, count: 0
2021.01.29 23:12:17.622140 [ 24 ] {} <Information> RaftInstance: append at 68
2021.01.29 23:12:17.622187 [ 24 ] {} <Information> RaftInstance: local log idx 68, target_commit_idx 67, quick_commit_index_ 67, state_->get_commit_idx() 67
2021.01.29 23:12:17.622224 [ 24 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.622269 [ 24 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.622317 [ 24 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.622359 [ 24 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=69
2021.01.29 23:12:17.623299 [ 41 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=68, LastLogTerm=1, EntriesLength=0, CommitIndex=68 and Term=1
2021.01.29 23:12:17.623376 [ 41 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 68 (0), req c idx: 68, my term: 1, my role: 1
2021.01.29 23:12:17.623416 [ 41 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.623459 [ 41 ] {} <Information> RaftInstance: [LOG OK] req log idx: 68, req log term: 1, my last log idx: 68, my log (68) term: 1
2021.01.29 23:12:17.623491 [ 41 ] {} <Notice> RaftInstance: trigger commit upto 68
2021.01.29 23:12:17.623543 [ 41 ] {} <Information> RaftInstance: local log idx 68, target_commit_idx 68, quick_commit_index_ 68, state_->get_commit_idx() 67
2021.01.29 23:12:17.623581 [ 41 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.623616 [ 41 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.623641 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.623656 [ 41 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.623694 [ 67 ] {} <Notice> RaftInstance: commit upto 68, curruent idx 67
2021.01.29 23:12:17.623724 [ 41 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.623764 [ 67 ] {} <Information> RaftInstance: commit upto 68, curruent idx 68
2021.01.29 23:12:17.623767 [ 41 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=69
2021.01.29 23:12:17.623930 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 68, curruent idx 68
2021.01.29 23:12:17.624011 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.626217 [ 39 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=68, LastLogTerm=1, EntriesLength=1, CommitIndex=68 and Term=1
2021.01.29 23:12:17.626301 [ 39 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 68 (1), req c idx: 68, my term: 1, my role: 1
2021.01.29 23:12:17.626353 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.626401 [ 39 ] {} <Information> RaftInstance: [LOG OK] req log idx: 68, req log term: 1, my last log idx: 68, my log (68) term: 1
2021.01.29 23:12:17.626445 [ 39 ] {} <Notice> RaftInstance: [INIT] log_idx: 69, count: 0, log_store_->next_slot(): 69, req.log_entries().size(): 1
2021.01.29 23:12:17.626508 [ 39 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 69, count: 0
2021.01.29 23:12:17.626563 [ 39 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 69, count: 0
2021.01.29 23:12:17.626619 [ 39 ] {} <Information> RaftInstance: append at 69
2021.01.29 23:12:17.626661 [ 39 ] {} <Information> RaftInstance: local log idx 69, target_commit_idx 68, quick_commit_index_ 68, state_->get_commit_idx() 68
2021.01.29 23:12:17.626695 [ 39 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.626733 [ 39 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.626781 [ 39 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.626819 [ 39 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=70
2021.01.29 23:12:17.628014 [ 59 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=69, LastLogTerm=1, EntriesLength=0, CommitIndex=69 and Term=1
2021.01.29 23:12:17.628200 [ 59 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 69 (0), req c idx: 69, my term: 1, my role: 1
2021.01.29 23:12:17.628279 [ 59 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.628330 [ 59 ] {} <Information> RaftInstance: [LOG OK] req log idx: 69, req log term: 1, my last log idx: 69, my log (69) term: 1
2021.01.29 23:12:17.628414 [ 59 ] {} <Notice> RaftInstance: trigger commit upto 69
2021.01.29 23:12:17.628462 [ 59 ] {} <Information> RaftInstance: local log idx 69, target_commit_idx 69, quick_commit_index_ 69, state_->get_commit_idx() 68
2021.01.29 23:12:17.628499 [ 59 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.628536 [ 59 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.628576 [ 59 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.628588 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.628630 [ 59 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.628637 [ 67 ] {} <Notice> RaftInstance: commit upto 69, curruent idx 68
2021.01.29 23:12:17.628669 [ 59 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=70
2021.01.29 23:12:17.628704 [ 67 ] {} <Information> RaftInstance: commit upto 69, curruent idx 69
2021.01.29 23:12:17.629219 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 69, curruent idx 69
2021.01.29 23:12:17.629268 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.631562 [ 54 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=69, LastLogTerm=1, EntriesLength=1, CommitIndex=69 and Term=1
2021.01.29 23:12:17.631635 [ 54 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 69 (1), req c idx: 69, my term: 1, my role: 1
2021.01.29 23:12:17.631696 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.631743 [ 54 ] {} <Information> RaftInstance: [LOG OK] req log idx: 69, req log term: 1, my last log idx: 69, my log (69) term: 1
2021.01.29 23:12:17.631795 [ 54 ] {} <Notice> RaftInstance: [INIT] log_idx: 70, count: 0, log_store_->next_slot(): 70, req.log_entries().size(): 1
2021.01.29 23:12:17.631857 [ 54 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 70, count: 0
2021.01.29 23:12:17.631917 [ 54 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 70, count: 0
2021.01.29 23:12:17.631965 [ 54 ] {} <Information> RaftInstance: append at 70
2021.01.29 23:12:17.632016 [ 54 ] {} <Information> RaftInstance: local log idx 70, target_commit_idx 69, quick_commit_index_ 69, state_->get_commit_idx() 69
2021.01.29 23:12:17.632053 [ 54 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.632104 [ 54 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.632151 [ 54 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.632200 [ 54 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=71
2021.01.29 23:12:17.633097 [ 53 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=70, LastLogTerm=1, EntriesLength=0, CommitIndex=70 and Term=1
2021.01.29 23:12:17.633166 [ 53 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 70 (0), req c idx: 70, my term: 1, my role: 1
2021.01.29 23:12:17.633206 [ 53 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.633247 [ 53 ] {} <Information> RaftInstance: [LOG OK] req log idx: 70, req log term: 1, my last log idx: 70, my log (70) term: 1
2021.01.29 23:12:17.633279 [ 53 ] {} <Notice> RaftInstance: trigger commit upto 70
2021.01.29 23:12:17.633326 [ 53 ] {} <Information> RaftInstance: local log idx 70, target_commit_idx 70, quick_commit_index_ 70, state_->get_commit_idx() 69
2021.01.29 23:12:17.633375 [ 53 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.633437 [ 53 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.633476 [ 53 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.633483 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.633523 [ 53 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.633538 [ 67 ] {} <Notice> RaftInstance: commit upto 70, curruent idx 69
2021.01.29 23:12:17.633566 [ 53 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=71
2021.01.29 23:12:17.633610 [ 67 ] {} <Information> RaftInstance: commit upto 70, curruent idx 70
2021.01.29 23:12:17.633772 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 70, curruent idx 70
2021.01.29 23:12:17.633827 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.636774 [ 44 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=70, LastLogTerm=1, EntriesLength=1, CommitIndex=70 and Term=1
2021.01.29 23:12:17.636848 [ 44 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 70 (1), req c idx: 70, my term: 1, my role: 1
2021.01.29 23:12:17.636889 [ 44 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.636930 [ 44 ] {} <Information> RaftInstance: [LOG OK] req log idx: 70, req log term: 1, my last log idx: 70, my log (70) term: 1
2021.01.29 23:12:17.636969 [ 44 ] {} <Notice> RaftInstance: [INIT] log_idx: 71, count: 0, log_store_->next_slot(): 71, req.log_entries().size(): 1
2021.01.29 23:12:17.637027 [ 44 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 71, count: 0
2021.01.29 23:12:17.637082 [ 44 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 71, count: 0
2021.01.29 23:12:17.637124 [ 44 ] {} <Information> RaftInstance: append at 71
2021.01.29 23:12:17.637177 [ 44 ] {} <Information> RaftInstance: local log idx 71, target_commit_idx 70, quick_commit_index_ 70, state_->get_commit_idx() 70
2021.01.29 23:12:17.637209 [ 44 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.637246 [ 44 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.637314 [ 44 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.637351 [ 44 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=72
2021.01.29 23:12:17.638203 [ 22 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=71, LastLogTerm=1, EntriesLength=0, CommitIndex=71 and Term=1
2021.01.29 23:12:17.638287 [ 22 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 71 (0), req c idx: 71, my term: 1, my role: 1
2021.01.29 23:12:17.638332 [ 22 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.638379 [ 22 ] {} <Information> RaftInstance: [LOG OK] req log idx: 71, req log term: 1, my last log idx: 71, my log (71) term: 1
2021.01.29 23:12:17.638416 [ 22 ] {} <Notice> RaftInstance: trigger commit upto 71
2021.01.29 23:12:17.638469 [ 22 ] {} <Information> RaftInstance: local log idx 71, target_commit_idx 71, quick_commit_index_ 71, state_->get_commit_idx() 70
2021.01.29 23:12:17.638511 [ 22 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.638550 [ 22 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.638571 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.638595 [ 22 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.638629 [ 67 ] {} <Notice> RaftInstance: commit upto 71, curruent idx 70
2021.01.29 23:12:17.638648 [ 22 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.638694 [ 22 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=72
2021.01.29 23:12:17.638725 [ 67 ] {} <Information> RaftInstance: commit upto 71, curruent idx 71
2021.01.29 23:12:17.639067 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 71, curruent idx 71
2021.01.29 23:12:17.639120 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.642183 [ 18 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=71, LastLogTerm=1, EntriesLength=1, CommitIndex=71 and Term=1
2021.01.29 23:12:17.642257 [ 18 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 71 (1), req c idx: 71, my term: 1, my role: 1
2021.01.29 23:12:17.642297 [ 18 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.642338 [ 18 ] {} <Information> RaftInstance: [LOG OK] req log idx: 71, req log term: 1, my last log idx: 71, my log (71) term: 1
2021.01.29 23:12:17.642397 [ 18 ] {} <Notice> RaftInstance: [INIT] log_idx: 72, count: 0, log_store_->next_slot(): 72, req.log_entries().size(): 1
2021.01.29 23:12:17.642459 [ 18 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 72, count: 0
2021.01.29 23:12:17.642526 [ 18 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 72, count: 0
2021.01.29 23:12:17.642568 [ 18 ] {} <Information> RaftInstance: append at 72
2021.01.29 23:12:17.642609 [ 18 ] {} <Information> RaftInstance: local log idx 72, target_commit_idx 71, quick_commit_index_ 71, state_->get_commit_idx() 71
2021.01.29 23:12:17.642641 [ 18 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.642680 [ 18 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.642722 [ 18 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.642763 [ 18 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=73
2021.01.29 23:12:17.643611 [ 32 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=72, LastLogTerm=1, EntriesLength=0, CommitIndex=72 and Term=1
2021.01.29 23:12:17.643690 [ 32 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 72 (0), req c idx: 72, my term: 1, my role: 1
2021.01.29 23:12:17.643731 [ 32 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.643793 [ 32 ] {} <Information> RaftInstance: [LOG OK] req log idx: 72, req log term: 1, my last log idx: 72, my log (72) term: 1
2021.01.29 23:12:17.643825 [ 32 ] {} <Notice> RaftInstance: trigger commit upto 72
2021.01.29 23:12:17.643871 [ 32 ] {} <Information> RaftInstance: local log idx 72, target_commit_idx 72, quick_commit_index_ 72, state_->get_commit_idx() 71
2021.01.29 23:12:17.643909 [ 32 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.643951 [ 32 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.643968 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.643992 [ 32 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.644024 [ 67 ] {} <Notice> RaftInstance: commit upto 72, curruent idx 71
2021.01.29 23:12:17.644048 [ 32 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.644091 [ 32 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=73
2021.01.29 23:12:17.644097 [ 67 ] {} <Information> RaftInstance: commit upto 72, curruent idx 72
2021.01.29 23:12:17.644253 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 72, curruent idx 72
2021.01.29 23:12:17.644307 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.646378 [ 36 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=72, LastLogTerm=1, EntriesLength=1, CommitIndex=72 and Term=1
2021.01.29 23:12:17.646473 [ 36 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 72 (1), req c idx: 72, my term: 1, my role: 1
2021.01.29 23:12:17.646520 [ 36 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.646579 [ 36 ] {} <Information> RaftInstance: [LOG OK] req log idx: 72, req log term: 1, my last log idx: 72, my log (72) term: 1
2021.01.29 23:12:17.646618 [ 36 ] {} <Notice> RaftInstance: [INIT] log_idx: 73, count: 0, log_store_->next_slot(): 73, req.log_entries().size(): 1
2021.01.29 23:12:17.646673 [ 36 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 73, count: 0
2021.01.29 23:12:17.646722 [ 36 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 73, count: 0
2021.01.29 23:12:17.646765 [ 36 ] {} <Information> RaftInstance: append at 73
2021.01.29 23:12:17.646809 [ 36 ] {} <Information> RaftInstance: local log idx 73, target_commit_idx 72, quick_commit_index_ 72, state_->get_commit_idx() 72
2021.01.29 23:12:17.646842 [ 36 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.646881 [ 36 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.646923 [ 36 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.646962 [ 36 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=74
2021.01.29 23:12:17.647769 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=73, LastLogTerm=1, EntriesLength=0, CommitIndex=73 and Term=1
2021.01.29 23:12:17.647842 [ 31 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 73 (0), req c idx: 73, my term: 1, my role: 1
2021.01.29 23:12:17.647880 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.647920 [ 31 ] {} <Information> RaftInstance: [LOG OK] req log idx: 73, req log term: 1, my last log idx: 73, my log (73) term: 1
2021.01.29 23:12:17.647951 [ 31 ] {} <Notice> RaftInstance: trigger commit upto 73
2021.01.29 23:12:17.648014 [ 31 ] {} <Information> RaftInstance: local log idx 73, target_commit_idx 73, quick_commit_index_ 73, state_->get_commit_idx() 72
2021.01.29 23:12:17.648051 [ 31 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.648089 [ 31 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.648143 [ 31 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.648200 [ 31 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.648237 [ 31 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=74
2021.01.29 23:12:17.648239 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.648296 [ 67 ] {} <Notice> RaftInstance: commit upto 73, curruent idx 72
2021.01.29 23:12:17.648357 [ 67 ] {} <Information> RaftInstance: commit upto 73, curruent idx 73
2021.01.29 23:12:17.648561 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 73, curruent idx 73
2021.01.29 23:12:17.648608 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.688195 [ 46 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=73, LastLogTerm=1, EntriesLength=0, CommitIndex=73 and Term=1
2021.01.29 23:12:17.688290 [ 46 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 73 (0), req c idx: 73, my term: 1, my role: 1
2021.01.29 23:12:17.688330 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.688379 [ 46 ] {} <Information> RaftInstance: [LOG OK] req log idx: 73, req log term: 1, my last log idx: 73, my log (73) term: 1
2021.01.29 23:12:17.688418 [ 46 ] {} <Information> RaftInstance: local log idx 73, target_commit_idx 73, quick_commit_index_ 73, state_->get_commit_idx() 73
2021.01.29 23:12:17.688461 [ 46 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.688516 [ 46 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.688565 [ 46 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.688611 [ 46 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=74
2021.01.29 23:12:17.789067 [ 58 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=73, LastLogTerm=1, EntriesLength=0, CommitIndex=73 and Term=1
2021.01.29 23:12:17.789229 [ 58 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 73 (0), req c idx: 73, my term: 1, my role: 1
2021.01.29 23:12:17.789302 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.789352 [ 58 ] {} <Information> RaftInstance: [LOG OK] req log idx: 73, req log term: 1, my last log idx: 73, my log (73) term: 1
2021.01.29 23:12:17.789467 [ 58 ] {} <Information> RaftInstance: local log idx 73, target_commit_idx 73, quick_commit_index_ 73, state_->get_commit_idx() 73
2021.01.29 23:12:17.789501 [ 58 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.789542 [ 58 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.789587 [ 58 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.789624 [ 58 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=74
2021.01.29 23:12:17.809231 [ 39 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=73, LastLogTerm=1, EntriesLength=1, CommitIndex=73 and Term=1
2021.01.29 23:12:17.809330 [ 39 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 73 (1), req c idx: 73, my term: 1, my role: 1
2021.01.29 23:12:17.809389 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.809445 [ 39 ] {} <Information> RaftInstance: [LOG OK] req log idx: 73, req log term: 1, my last log idx: 73, my log (73) term: 1
2021.01.29 23:12:17.809492 [ 39 ] {} <Notice> RaftInstance: [INIT] log_idx: 74, count: 0, log_store_->next_slot(): 74, req.log_entries().size(): 1
2021.01.29 23:12:17.809557 [ 39 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 74, count: 0
2021.01.29 23:12:17.809618 [ 39 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 74, count: 0
2021.01.29 23:12:17.809660 [ 39 ] {} <Information> RaftInstance: append at 74
2021.01.29 23:12:17.809714 [ 39 ] {} <Information> RaftInstance: local log idx 74, target_commit_idx 73, quick_commit_index_ 73, state_->get_commit_idx() 73
2021.01.29 23:12:17.809755 [ 39 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.809796 [ 39 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.809841 [ 39 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.809879 [ 39 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=75
2021.01.29 23:12:17.810801 [ 59 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=74, LastLogTerm=1, EntriesLength=0, CommitIndex=74 and Term=1
2021.01.29 23:12:17.810886 [ 59 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 74 (0), req c idx: 74, my term: 1, my role: 1
2021.01.29 23:12:17.810928 [ 59 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.810972 [ 59 ] {} <Information> RaftInstance: [LOG OK] req log idx: 74, req log term: 1, my last log idx: 74, my log (74) term: 1
2021.01.29 23:12:17.811004 [ 59 ] {} <Notice> RaftInstance: trigger commit upto 74
2021.01.29 23:12:17.811051 [ 59 ] {} <Information> RaftInstance: local log idx 74, target_commit_idx 74, quick_commit_index_ 74, state_->get_commit_idx() 73
2021.01.29 23:12:17.811088 [ 59 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.811122 [ 59 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.811147 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.811165 [ 59 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.811216 [ 67 ] {} <Notice> RaftInstance: commit upto 74, curruent idx 73
2021.01.29 23:12:17.811234 [ 59 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.811273 [ 59 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=75
2021.01.29 23:12:17.811282 [ 67 ] {} <Information> RaftInstance: commit upto 74, curruent idx 74
2021.01.29 23:12:17.811657 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 74, curruent idx 74
2021.01.29 23:12:17.811712 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.824331 [ 52 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=74, LastLogTerm=1, EntriesLength=1, CommitIndex=74 and Term=1
2021.01.29 23:12:17.824417 [ 52 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 74 (1), req c idx: 74, my term: 1, my role: 1
2021.01.29 23:12:17.824468 [ 52 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.824517 [ 52 ] {} <Information> RaftInstance: [LOG OK] req log idx: 74, req log term: 1, my last log idx: 74, my log (74) term: 1
2021.01.29 23:12:17.824562 [ 52 ] {} <Notice> RaftInstance: [INIT] log_idx: 75, count: 0, log_store_->next_slot(): 75, req.log_entries().size(): 1
2021.01.29 23:12:17.824617 [ 52 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 75, count: 0
2021.01.29 23:12:17.824666 [ 52 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 75, count: 0
2021.01.29 23:12:17.824708 [ 52 ] {} <Information> RaftInstance: append at 75
2021.01.29 23:12:17.824755 [ 52 ] {} <Information> RaftInstance: local log idx 75, target_commit_idx 74, quick_commit_index_ 74, state_->get_commit_idx() 74
2021.01.29 23:12:17.824788 [ 52 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.824826 [ 52 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.824869 [ 52 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.824905 [ 52 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=76
2021.01.29 23:12:17.825846 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=75, LastLogTerm=1, EntriesLength=0, CommitIndex=75 and Term=1
2021.01.29 23:12:17.825948 [ 63 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 75 (0), req c idx: 75, my term: 1, my role: 1
2021.01.29 23:12:17.825993 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.826041 [ 63 ] {} <Information> RaftInstance: [LOG OK] req log idx: 75, req log term: 1, my last log idx: 75, my log (75) term: 1
2021.01.29 23:12:17.826077 [ 63 ] {} <Notice> RaftInstance: trigger commit upto 75
2021.01.29 23:12:17.826130 [ 63 ] {} <Information> RaftInstance: local log idx 75, target_commit_idx 75, quick_commit_index_ 75, state_->get_commit_idx() 74
2021.01.29 23:12:17.826172 [ 63 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.826212 [ 63 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.826244 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.826257 [ 63 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.826302 [ 67 ] {} <Notice> RaftInstance: commit upto 75, curruent idx 74
2021.01.29 23:12:17.826322 [ 63 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.826374 [ 63 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=76
2021.01.29 23:12:17.826384 [ 67 ] {} <Information> RaftInstance: commit upto 75, curruent idx 75
2021.01.29 23:12:17.826605 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 75, curruent idx 75
2021.01.29 23:12:17.826665 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.828572 [ 61 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=75, LastLogTerm=1, EntriesLength=1, CommitIndex=75 and Term=1
2021.01.29 23:12:17.828649 [ 61 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 75 (1), req c idx: 75, my term: 1, my role: 1
2021.01.29 23:12:17.828690 [ 61 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.828733 [ 61 ] {} <Information> RaftInstance: [LOG OK] req log idx: 75, req log term: 1, my last log idx: 75, my log (75) term: 1
2021.01.29 23:12:17.828780 [ 61 ] {} <Notice> RaftInstance: [INIT] log_idx: 76, count: 0, log_store_->next_slot(): 76, req.log_entries().size(): 1
2021.01.29 23:12:17.828836 [ 61 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 76, count: 0
2021.01.29 23:12:17.828885 [ 61 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 76, count: 0
2021.01.29 23:12:17.828928 [ 61 ] {} <Information> RaftInstance: append at 76
2021.01.29 23:12:17.828977 [ 61 ] {} <Information> RaftInstance: local log idx 76, target_commit_idx 75, quick_commit_index_ 75, state_->get_commit_idx() 75
2021.01.29 23:12:17.829010 [ 61 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.829070 [ 61 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.829118 [ 61 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.829160 [ 61 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=77
2021.01.29 23:12:17.830155 [ 53 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=76, LastLogTerm=1, EntriesLength=0, CommitIndex=76 and Term=1
2021.01.29 23:12:17.830245 [ 53 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 76 (0), req c idx: 76, my term: 1, my role: 1
2021.01.29 23:12:17.830292 [ 53 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.830340 [ 53 ] {} <Information> RaftInstance: [LOG OK] req log idx: 76, req log term: 1, my last log idx: 76, my log (76) term: 1
2021.01.29 23:12:17.830376 [ 53 ] {} <Notice> RaftInstance: trigger commit upto 76
2021.01.29 23:12:17.830442 [ 53 ] {} <Information> RaftInstance: local log idx 76, target_commit_idx 76, quick_commit_index_ 76, state_->get_commit_idx() 75
2021.01.29 23:12:17.830485 [ 53 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.830529 [ 53 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.830550 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.830573 [ 53 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.830600 [ 67 ] {} <Notice> RaftInstance: commit upto 76, curruent idx 75
2021.01.29 23:12:17.830623 [ 53 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.830669 [ 67 ] {} <Information> RaftInstance: commit upto 76, curruent idx 76
2021.01.29 23:12:17.830666 [ 53 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=77
2021.01.29 23:12:17.830811 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 76, curruent idx 76
2021.01.29 23:12:17.830862 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.832718 [ 49 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=76, LastLogTerm=1, EntriesLength=1, CommitIndex=76 and Term=1
2021.01.29 23:12:17.832796 [ 49 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 76 (1), req c idx: 76, my term: 1, my role: 1
2021.01.29 23:12:17.832837 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.832880 [ 49 ] {} <Information> RaftInstance: [LOG OK] req log idx: 76, req log term: 1, my last log idx: 76, my log (76) term: 1
2021.01.29 23:12:17.832919 [ 49 ] {} <Notice> RaftInstance: [INIT] log_idx: 77, count: 0, log_store_->next_slot(): 77, req.log_entries().size(): 1
2021.01.29 23:12:17.832975 [ 49 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 77, count: 0
2021.01.29 23:12:17.833025 [ 49 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 77, count: 0
2021.01.29 23:12:17.833068 [ 49 ] {} <Information> RaftInstance: append at 77
2021.01.29 23:12:17.833113 [ 49 ] {} <Information> RaftInstance: local log idx 77, target_commit_idx 76, quick_commit_index_ 76, state_->get_commit_idx() 76
2021.01.29 23:12:17.833145 [ 49 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.833184 [ 49 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.833227 [ 49 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.833264 [ 49 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=78
2021.01.29 23:12:17.834259 [ 44 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=77, LastLogTerm=1, EntriesLength=0, CommitIndex=77 and Term=1
2021.01.29 23:12:17.834344 [ 44 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 77 (0), req c idx: 77, my term: 1, my role: 1
2021.01.29 23:12:17.834390 [ 44 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.834437 [ 44 ] {} <Information> RaftInstance: [LOG OK] req log idx: 77, req log term: 1, my last log idx: 77, my log (77) term: 1
2021.01.29 23:12:17.834474 [ 44 ] {} <Notice> RaftInstance: trigger commit upto 77
2021.01.29 23:12:17.834527 [ 44 ] {} <Information> RaftInstance: local log idx 77, target_commit_idx 77, quick_commit_index_ 77, state_->get_commit_idx() 76
2021.01.29 23:12:17.834579 [ 44 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:17.834619 [ 44 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.834659 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:17.834677 [ 44 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.834727 [ 67 ] {} <Notice> RaftInstance: commit upto 77, curruent idx 76
2021.01.29 23:12:17.834754 [ 44 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.834798 [ 67 ] {} <Information> RaftInstance: commit upto 77, curruent idx 77
2021.01.29 23:12:17.834798 [ 44 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=78
2021.01.29 23:12:17.835041 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 77, curruent idx 77
2021.01.29 23:12:17.835095 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:17.889502 [ 27 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=77, LastLogTerm=1, EntriesLength=0, CommitIndex=77 and Term=1
2021.01.29 23:12:17.889593 [ 27 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 77 (0), req c idx: 77, my term: 1, my role: 1
2021.01.29 23:12:17.889639 [ 27 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.889687 [ 27 ] {} <Information> RaftInstance: [LOG OK] req log idx: 77, req log term: 1, my last log idx: 77, my log (77) term: 1
2021.01.29 23:12:17.889760 [ 27 ] {} <Information> RaftInstance: local log idx 77, target_commit_idx 77, quick_commit_index_ 77, state_->get_commit_idx() 77
2021.01.29 23:12:17.889798 [ 27 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.889842 [ 27 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.889891 [ 27 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.889933 [ 27 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=78
2021.01.29 23:12:17.990110 [ 34 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=77, LastLogTerm=1, EntriesLength=0, CommitIndex=77 and Term=1
2021.01.29 23:12:17.990204 [ 34 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 77 (0), req c idx: 77, my term: 1, my role: 1
2021.01.29 23:12:17.990246 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:17.990292 [ 34 ] {} <Information> RaftInstance: [LOG OK] req log idx: 77, req log term: 1, my last log idx: 77, my log (77) term: 1
2021.01.29 23:12:17.990331 [ 34 ] {} <Information> RaftInstance: local log idx 77, target_commit_idx 77, quick_commit_index_ 77, state_->get_commit_idx() 77
2021.01.29 23:12:17.990365 [ 34 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:17.990406 [ 34 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:17.990451 [ 34 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:17.990488 [ 34 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=78
2021.01.29 23:12:18.004608 [ 25 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=77, LastLogTerm=1, EntriesLength=1, CommitIndex=77 and Term=1
2021.01.29 23:12:18.004691 [ 25 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 77 (1), req c idx: 77, my term: 1, my role: 1
2021.01.29 23:12:18.004734 [ 25 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.004783 [ 25 ] {} <Information> RaftInstance: [LOG OK] req log idx: 77, req log term: 1, my last log idx: 77, my log (77) term: 1
2021.01.29 23:12:18.004837 [ 25 ] {} <Notice> RaftInstance: [INIT] log_idx: 78, count: 0, log_store_->next_slot(): 78, req.log_entries().size(): 1
2021.01.29 23:12:18.004894 [ 25 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 78, count: 0
2021.01.29 23:12:18.004943 [ 25 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 78, count: 0
2021.01.29 23:12:18.004997 [ 25 ] {} <Information> RaftInstance: append at 78
2021.01.29 23:12:18.005039 [ 25 ] {} <Information> RaftInstance: local log idx 78, target_commit_idx 77, quick_commit_index_ 77, state_->get_commit_idx() 77
2021.01.29 23:12:18.005073 [ 25 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.005113 [ 25 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.005157 [ 25 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.005195 [ 25 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=79
2021.01.29 23:12:18.006118 [ 19 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=78, LastLogTerm=1, EntriesLength=0, CommitIndex=78 and Term=1
2021.01.29 23:12:18.006202 [ 19 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 78 (0), req c idx: 78, my term: 1, my role: 1
2021.01.29 23:12:18.006244 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.006288 [ 19 ] {} <Information> RaftInstance: [LOG OK] req log idx: 78, req log term: 1, my last log idx: 78, my log (78) term: 1
2021.01.29 23:12:18.006321 [ 19 ] {} <Notice> RaftInstance: trigger commit upto 78
2021.01.29 23:12:18.006368 [ 19 ] {} <Information> RaftInstance: local log idx 78, target_commit_idx 78, quick_commit_index_ 78, state_->get_commit_idx() 77
2021.01.29 23:12:18.006405 [ 19 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:18.006442 [ 19 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.006472 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:18.006484 [ 19 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.006533 [ 67 ] {} <Notice> RaftInstance: commit upto 78, curruent idx 77
2021.01.29 23:12:18.006552 [ 19 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.006590 [ 19 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=79
2021.01.29 23:12:18.006612 [ 67 ] {} <Information> RaftInstance: commit upto 78, curruent idx 78
2021.01.29 23:12:18.006946 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 78, curruent idx 78
2021.01.29 23:12:18.006992 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:18.019089 [ 17 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=78, LastLogTerm=1, EntriesLength=1, CommitIndex=78 and Term=1
2021.01.29 23:12:18.019179 [ 17 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 78 (1), req c idx: 78, my term: 1, my role: 1
2021.01.29 23:12:18.019226 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.019276 [ 17 ] {} <Information> RaftInstance: [LOG OK] req log idx: 78, req log term: 1, my last log idx: 78, my log (78) term: 1
2021.01.29 23:12:18.019333 [ 17 ] {} <Notice> RaftInstance: [INIT] log_idx: 79, count: 0, log_store_->next_slot(): 79, req.log_entries().size(): 1
2021.01.29 23:12:18.019396 [ 17 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 79, count: 0
2021.01.29 23:12:18.019451 [ 17 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 79, count: 0
2021.01.29 23:12:18.019504 [ 17 ] {} <Information> RaftInstance: append at 79
2021.01.29 23:12:18.019551 [ 17 ] {} <Information> RaftInstance: local log idx 79, target_commit_idx 78, quick_commit_index_ 78, state_->get_commit_idx() 78
2021.01.29 23:12:18.019589 [ 17 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.019634 [ 17 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.019683 [ 17 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.019724 [ 17 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=80
2021.01.29 23:12:18.020611 [ 50 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=79, LastLogTerm=1, EntriesLength=0, CommitIndex=79 and Term=1
2021.01.29 23:12:18.020697 [ 50 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 79 (0), req c idx: 79, my term: 1, my role: 1
2021.01.29 23:12:18.020743 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.020798 [ 50 ] {} <Information> RaftInstance: [LOG OK] req log idx: 79, req log term: 1, my last log idx: 79, my log (79) term: 1
2021.01.29 23:12:18.020840 [ 50 ] {} <Notice> RaftInstance: trigger commit upto 79
2021.01.29 23:12:18.020893 [ 50 ] {} <Information> RaftInstance: local log idx 79, target_commit_idx 79, quick_commit_index_ 79, state_->get_commit_idx() 78
2021.01.29 23:12:18.020936 [ 50 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:18.020978 [ 50 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.021012 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:18.021033 [ 50 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.021084 [ 67 ] {} <Notice> RaftInstance: commit upto 79, curruent idx 78
2021.01.29 23:12:18.021086 [ 50 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.021156 [ 50 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=80
2021.01.29 23:12:18.021174 [ 67 ] {} <Information> RaftInstance: commit upto 79, curruent idx 79
2021.01.29 23:12:18.021408 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 79, curruent idx 79
2021.01.29 23:12:18.021464 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:18.023332 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=79, LastLogTerm=1, EntriesLength=1, CommitIndex=79 and Term=1
2021.01.29 23:12:18.023413 [ 31 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 79 (1), req c idx: 79, my term: 1, my role: 1
2021.01.29 23:12:18.023458 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.023505 [ 31 ] {} <Information> RaftInstance: [LOG OK] req log idx: 79, req log term: 1, my last log idx: 79, my log (79) term: 1
2021.01.29 23:12:18.023549 [ 31 ] {} <Notice> RaftInstance: [INIT] log_idx: 80, count: 0, log_store_->next_slot(): 80, req.log_entries().size(): 1
2021.01.29 23:12:18.023622 [ 31 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 80, count: 0
2021.01.29 23:12:18.023687 [ 31 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 80, count: 0
2021.01.29 23:12:18.023744 [ 31 ] {} <Information> RaftInstance: append at 80
2021.01.29 23:12:18.023812 [ 31 ] {} <Information> RaftInstance: local log idx 80, target_commit_idx 79, quick_commit_index_ 79, state_->get_commit_idx() 79
2021.01.29 23:12:18.023857 [ 31 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.023902 [ 31 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.023949 [ 31 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.023991 [ 31 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=81
2021.01.29 23:12:18.024920 [ 37 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=80, LastLogTerm=1, EntriesLength=0, CommitIndex=80 and Term=1
2021.01.29 23:12:18.025004 [ 37 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 80 (0), req c idx: 80, my term: 1, my role: 1
2021.01.29 23:12:18.025051 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.025108 [ 37 ] {} <Information> RaftInstance: [LOG OK] req log idx: 80, req log term: 1, my last log idx: 80, my log (80) term: 1
2021.01.29 23:12:18.025143 [ 37 ] {} <Notice> RaftInstance: trigger commit upto 80
2021.01.29 23:12:18.025191 [ 37 ] {} <Information> RaftInstance: local log idx 80, target_commit_idx 80, quick_commit_index_ 80, state_->get_commit_idx() 79
2021.01.29 23:12:18.025236 [ 37 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:18.025276 [ 37 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.025317 [ 37 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.025431 [ 37 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.025478 [ 37 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=81
2021.01.29 23:12:18.025634 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:18.025697 [ 67 ] {} <Notice> RaftInstance: commit upto 80, curruent idx 79
2021.01.29 23:12:18.025789 [ 67 ] {} <Information> RaftInstance: commit upto 80, curruent idx 80
2021.01.29 23:12:18.025943 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 80, curruent idx 80
2021.01.29 23:12:18.025998 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:18.027536 [ 35 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=80, LastLogTerm=1, EntriesLength=1, CommitIndex=80 and Term=1
2021.01.29 23:12:18.027618 [ 35 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 80 (1), req c idx: 80, my term: 1, my role: 1
2021.01.29 23:12:18.027663 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.027710 [ 35 ] {} <Information> RaftInstance: [LOG OK] req log idx: 80, req log term: 1, my last log idx: 80, my log (80) term: 1
2021.01.29 23:12:18.027763 [ 35 ] {} <Notice> RaftInstance: [INIT] log_idx: 81, count: 0, log_store_->next_slot(): 81, req.log_entries().size(): 1
2021.01.29 23:12:18.027825 [ 35 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 81, count: 0
2021.01.29 23:12:18.027881 [ 35 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 81, count: 0
2021.01.29 23:12:18.027929 [ 35 ] {} <Information> RaftInstance: append at 81
2021.01.29 23:12:18.027977 [ 35 ] {} <Information> RaftInstance: local log idx 81, target_commit_idx 80, quick_commit_index_ 80, state_->get_commit_idx() 80
2021.01.29 23:12:18.028014 [ 35 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.028057 [ 35 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.028119 [ 35 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.028161 [ 35 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=82
2021.01.29 23:12:18.029142 [ 38 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=81, LastLogTerm=1, EntriesLength=0, CommitIndex=81 and Term=1
2021.01.29 23:12:18.029230 [ 38 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 81 (0), req c idx: 81, my term: 1, my role: 1
2021.01.29 23:12:18.029277 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.029324 [ 38 ] {} <Information> RaftInstance: [LOG OK] req log idx: 81, req log term: 1, my last log idx: 81, my log (81) term: 1
2021.01.29 23:12:18.029372 [ 38 ] {} <Notice> RaftInstance: trigger commit upto 81
2021.01.29 23:12:18.029426 [ 38 ] {} <Information> RaftInstance: local log idx 81, target_commit_idx 81, quick_commit_index_ 81, state_->get_commit_idx() 80
2021.01.29 23:12:18.029468 [ 38 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:18.029510 [ 38 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.029536 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:18.029556 [ 38 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.029588 [ 67 ] {} <Notice> RaftInstance: commit upto 81, curruent idx 80
2021.01.29 23:12:18.029611 [ 38 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.029659 [ 38 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=82
2021.01.29 23:12:18.029666 [ 67 ] {} <Information> RaftInstance: commit upto 81, curruent idx 81
2021.01.29 23:12:18.029931 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 81, curruent idx 81
2021.01.29 23:12:18.029985 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:18.090765 [ 42 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=81, LastLogTerm=1, EntriesLength=0, CommitIndex=81 and Term=1
2021.01.29 23:12:18.090874 [ 42 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 81 (0), req c idx: 81, my term: 1, my role: 1
2021.01.29 23:12:18.090923 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.090976 [ 42 ] {} <Information> RaftInstance: [LOG OK] req log idx: 81, req log term: 1, my last log idx: 81, my log (81) term: 1
2021.01.29 23:12:18.091022 [ 42 ] {} <Information> RaftInstance: local log idx 81, target_commit_idx 81, quick_commit_index_ 81, state_->get_commit_idx() 81
2021.01.29 23:12:18.091061 [ 42 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.091110 [ 42 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.091163 [ 42 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.091212 [ 42 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=82
2021.01.29 23:12:18.191392 [ 54 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=81, LastLogTerm=1, EntriesLength=0, CommitIndex=81 and Term=1
2021.01.29 23:12:18.191499 [ 54 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 81 (0), req c idx: 81, my term: 1, my role: 1
2021.01.29 23:12:18.191541 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.191588 [ 54 ] {} <Information> RaftInstance: [LOG OK] req log idx: 81, req log term: 1, my last log idx: 81, my log (81) term: 1
2021.01.29 23:12:18.191646 [ 54 ] {} <Information> RaftInstance: local log idx 81, target_commit_idx 81, quick_commit_index_ 81, state_->get_commit_idx() 81
2021.01.29 23:12:18.191684 [ 54 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.191750 [ 54 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.191802 [ 54 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.191844 [ 54 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=82
2021.01.29 23:12:18.291981 [ 13 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=81, LastLogTerm=1, EntriesLength=0, CommitIndex=81 and Term=1
2021.01.29 23:12:18.292095 [ 13 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 81 (0), req c idx: 81, my term: 1, my role: 1
2021.01.29 23:12:18.292137 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.292182 [ 13 ] {} <Information> RaftInstance: [LOG OK] req log idx: 81, req log term: 1, my last log idx: 81, my log (81) term: 1
2021.01.29 23:12:18.292222 [ 13 ] {} <Information> RaftInstance: local log idx 81, target_commit_idx 81, quick_commit_index_ 81, state_->get_commit_idx() 81
2021.01.29 23:12:18.292256 [ 13 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.292296 [ 13 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.292341 [ 13 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.292378 [ 13 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=82
2021.01.29 23:12:18.392615 [ 14 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=81, LastLogTerm=1, EntriesLength=0, CommitIndex=81 and Term=1
2021.01.29 23:12:18.392710 [ 14 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 81 (0), req c idx: 81, my term: 1, my role: 1
2021.01.29 23:12:18.392752 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.392798 [ 14 ] {} <Information> RaftInstance: [LOG OK] req log idx: 81, req log term: 1, my last log idx: 81, my log (81) term: 1
2021.01.29 23:12:18.392839 [ 14 ] {} <Information> RaftInstance: local log idx 81, target_commit_idx 81, quick_commit_index_ 81, state_->get_commit_idx() 81
2021.01.29 23:12:18.392873 [ 14 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.392915 [ 14 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.392961 [ 14 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.392998 [ 14 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=82
2021.01.29 23:12:18.493098 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=81, LastLogTerm=1, EntriesLength=0, CommitIndex=81 and Term=1
2021.01.29 23:12:18.493189 [ 65 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 81 (0), req c idx: 81, my term: 1, my role: 1
2021.01.29 23:12:18.493231 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.493276 [ 65 ] {} <Information> RaftInstance: [LOG OK] req log idx: 81, req log term: 1, my last log idx: 81, my log (81) term: 1
2021.01.29 23:12:18.493316 [ 65 ] {} <Information> RaftInstance: local log idx 81, target_commit_idx 81, quick_commit_index_ 81, state_->get_commit_idx() 81
2021.01.29 23:12:18.493373 [ 65 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.493433 [ 65 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.493483 [ 65 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.493525 [ 65 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=82
2021.01.29 23:12:18.593850 [ 53 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=81, LastLogTerm=1, EntriesLength=0, CommitIndex=81 and Term=1
2021.01.29 23:12:18.593945 [ 53 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 81 (0), req c idx: 81, my term: 1, my role: 1
2021.01.29 23:12:18.593992 [ 53 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.594042 [ 53 ] {} <Information> RaftInstance: [LOG OK] req log idx: 81, req log term: 1, my last log idx: 81, my log (81) term: 1
2021.01.29 23:12:18.594087 [ 53 ] {} <Information> RaftInstance: local log idx 81, target_commit_idx 81, quick_commit_index_ 81, state_->get_commit_idx() 81
2021.01.29 23:12:18.594124 [ 53 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.594170 [ 53 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.594220 [ 53 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.594262 [ 53 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=82
2021.01.29 23:12:18.694426 [ 16 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=81, LastLogTerm=1, EntriesLength=0, CommitIndex=81 and Term=1
2021.01.29 23:12:18.694516 [ 16 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 81 (0), req c idx: 81, my term: 1, my role: 1
2021.01.29 23:12:18.694558 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.694602 [ 16 ] {} <Information> RaftInstance: [LOG OK] req log idx: 81, req log term: 1, my last log idx: 81, my log (81) term: 1
2021.01.29 23:12:18.694643 [ 16 ] {} <Information> RaftInstance: local log idx 81, target_commit_idx 81, quick_commit_index_ 81, state_->get_commit_idx() 81
2021.01.29 23:12:18.694676 [ 16 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.694727 [ 16 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.694771 [ 16 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.694809 [ 16 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=82
2021.01.29 23:12:18.752344 [ 44 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=81, LastLogTerm=1, EntriesLength=1, CommitIndex=81 and Term=1
2021.01.29 23:12:18.752434 [ 44 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 81 (1), req c idx: 81, my term: 1, my role: 1
2021.01.29 23:12:18.752476 [ 44 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.752528 [ 44 ] {} <Information> RaftInstance: [LOG OK] req log idx: 81, req log term: 1, my last log idx: 81, my log (81) term: 1
2021.01.29 23:12:18.752568 [ 44 ] {} <Notice> RaftInstance: [INIT] log_idx: 82, count: 0, log_store_->next_slot(): 82, req.log_entries().size(): 1
2021.01.29 23:12:18.752644 [ 44 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 82, count: 0
2021.01.29 23:12:18.752700 [ 44 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 82, count: 0
2021.01.29 23:12:18.752748 [ 44 ] {} <Information> RaftInstance: append at 82
2021.01.29 23:12:18.752795 [ 44 ] {} <Information> RaftInstance: local log idx 82, target_commit_idx 81, quick_commit_index_ 81, state_->get_commit_idx() 81
2021.01.29 23:12:18.752834 [ 44 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.752880 [ 44 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.752930 [ 44 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.752972 [ 44 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=83
2021.01.29 23:12:18.754424 [ 18 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=82, LastLogTerm=1, EntriesLength=0, CommitIndex=82 and Term=1
2021.01.29 23:12:18.754507 [ 18 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 82 (0), req c idx: 82, my term: 1, my role: 1
2021.01.29 23:12:18.754558 [ 18 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.754605 [ 18 ] {} <Information> RaftInstance: [LOG OK] req log idx: 82, req log term: 1, my last log idx: 82, my log (82) term: 1
2021.01.29 23:12:18.754641 [ 18 ] {} <Notice> RaftInstance: trigger commit upto 82
2021.01.29 23:12:18.754693 [ 18 ] {} <Information> RaftInstance: local log idx 82, target_commit_idx 82, quick_commit_index_ 82, state_->get_commit_idx() 81
2021.01.29 23:12:18.754736 [ 18 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:18.754775 [ 18 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.754806 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:18.754819 [ 18 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.754871 [ 67 ] {} <Notice> RaftInstance: commit upto 82, curruent idx 81
2021.01.29 23:12:18.754895 [ 18 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.754939 [ 18 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=83
2021.01.29 23:12:18.754949 [ 67 ] {} <Information> RaftInstance: commit upto 82, curruent idx 82
2021.01.29 23:12:18.755063 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 82, curruent idx 82
2021.01.29 23:12:18.755134 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:18.756338 [ 32 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=82, LastLogTerm=1, EntriesLength=1, CommitIndex=82 and Term=1
2021.01.29 23:12:18.756432 [ 32 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 82 (1), req c idx: 82, my term: 1, my role: 1
2021.01.29 23:12:18.756479 [ 32 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.756529 [ 32 ] {} <Information> RaftInstance: [LOG OK] req log idx: 82, req log term: 1, my last log idx: 82, my log (82) term: 1
2021.01.29 23:12:18.756574 [ 32 ] {} <Notice> RaftInstance: [INIT] log_idx: 83, count: 0, log_store_->next_slot(): 83, req.log_entries().size(): 1
2021.01.29 23:12:18.756638 [ 32 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 83, count: 0
2021.01.29 23:12:18.756695 [ 32 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 83, count: 0
2021.01.29 23:12:18.756743 [ 32 ] {} <Information> RaftInstance: append at 83
2021.01.29 23:12:18.756791 [ 32 ] {} <Information> RaftInstance: local log idx 83, target_commit_idx 82, quick_commit_index_ 82, state_->get_commit_idx() 82
2021.01.29 23:12:18.756829 [ 32 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.756876 [ 32 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.756928 [ 32 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.756970 [ 32 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=84
2021.01.29 23:12:18.758067 [ 25 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=82, LastLogTerm=1, EntriesLength=1, CommitIndex=82 and Term=1
2021.01.29 23:12:18.758155 [ 25 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 82 (1), req c idx: 82, my term: 1, my role: 1
2021.01.29 23:12:18.758201 [ 25 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.758248 [ 25 ] {} <Information> RaftInstance: [LOG OK] req log idx: 82, req log term: 1, my last log idx: 83, my log (82) term: 1
2021.01.29 23:12:18.758293 [ 25 ] {} <Notice> RaftInstance: [INIT] log_idx: 83, count: 0, log_store_->next_slot(): 84, req.log_entries().size(): 1
2021.01.29 23:12:18.758357 [ 25 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 84, count: 1
2021.01.29 23:12:18.758413 [ 25 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 84, count: 1
2021.01.29 23:12:18.758477 [ 25 ] {} <Information> RaftInstance: local log idx 83, target_commit_idx 82, quick_commit_index_ 82, state_->get_commit_idx() 82
2021.01.29 23:12:18.758515 [ 25 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.758559 [ 25 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.758607 [ 25 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.758649 [ 25 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=84
2021.01.29 23:12:18.759262 [ 40 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=82, LastLogTerm=1, EntriesLength=1, CommitIndex=83 and Term=1
2021.01.29 23:12:18.759338 [ 40 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 82 (1), req c idx: 83, my term: 1, my role: 1
2021.01.29 23:12:18.759380 [ 40 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.759422 [ 40 ] {} <Information> RaftInstance: [LOG OK] req log idx: 82, req log term: 1, my last log idx: 83, my log (82) term: 1
2021.01.29 23:12:18.759469 [ 40 ] {} <Notice> RaftInstance: [INIT] log_idx: 83, count: 0, log_store_->next_slot(): 84, req.log_entries().size(): 1
2021.01.29 23:12:18.759534 [ 40 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 84, count: 1
2021.01.29 23:12:18.759585 [ 40 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 84, count: 1
2021.01.29 23:12:18.759628 [ 40 ] {} <Notice> RaftInstance: trigger commit upto 83
2021.01.29 23:12:18.759675 [ 40 ] {} <Information> RaftInstance: local log idx 83, target_commit_idx 83, quick_commit_index_ 83, state_->get_commit_idx() 82
2021.01.29 23:12:18.759712 [ 40 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:18.759751 [ 40 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.759784 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:18.759790 [ 40 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.759847 [ 67 ] {} <Notice> RaftInstance: commit upto 83, curruent idx 82
2021.01.29 23:12:18.759869 [ 40 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.759928 [ 67 ] {} <Information> RaftInstance: commit upto 83, curruent idx 83
2021.01.29 23:12:18.759941 [ 40 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=84
2021.01.29 23:12:18.760033 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 83, curruent idx 83
2021.01.29 23:12:18.760088 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:18.763359 [ 43 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=83, LastLogTerm=1, EntriesLength=1, CommitIndex=83 and Term=1
2021.01.29 23:12:18.763441 [ 43 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 83 (1), req c idx: 83, my term: 1, my role: 1
2021.01.29 23:12:18.763486 [ 43 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.763533 [ 43 ] {} <Information> RaftInstance: [LOG OK] req log idx: 83, req log term: 1, my last log idx: 83, my log (83) term: 1
2021.01.29 23:12:18.763577 [ 43 ] {} <Notice> RaftInstance: [INIT] log_idx: 84, count: 0, log_store_->next_slot(): 84, req.log_entries().size(): 1
2021.01.29 23:12:18.763645 [ 43 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 84, count: 0
2021.01.29 23:12:18.763702 [ 43 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 84, count: 0
2021.01.29 23:12:18.763750 [ 43 ] {} <Information> RaftInstance: append at 84
2021.01.29 23:12:18.763804 [ 43 ] {} <Information> RaftInstance: local log idx 84, target_commit_idx 83, quick_commit_index_ 83, state_->get_commit_idx() 83
2021.01.29 23:12:18.763843 [ 43 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.763886 [ 43 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.763935 [ 43 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.763977 [ 43 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=85
2021.01.29 23:12:18.765120 [ 46 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=84, LastLogTerm=1, EntriesLength=0, CommitIndex=84 and Term=1
2021.01.29 23:12:18.765199 [ 46 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 84 (0), req c idx: 84, my term: 1, my role: 1
2021.01.29 23:12:18.765247 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.765290 [ 46 ] {} <Information> RaftInstance: [LOG OK] req log idx: 84, req log term: 1, my last log idx: 84, my log (84) term: 1
2021.01.29 23:12:18.765323 [ 46 ] {} <Notice> RaftInstance: trigger commit upto 84
2021.01.29 23:12:18.765407 [ 46 ] {} <Information> RaftInstance: local log idx 84, target_commit_idx 84, quick_commit_index_ 84, state_->get_commit_idx() 83
2021.01.29 23:12:18.765469 [ 46 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:18.765522 [ 46 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.765541 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:18.765572 [ 46 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.765591 [ 67 ] {} <Notice> RaftInstance: commit upto 84, curruent idx 83
2021.01.29 23:12:18.765631 [ 46 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.765665 [ 67 ] {} <Information> RaftInstance: commit upto 84, curruent idx 84
2021.01.29 23:12:18.765701 [ 46 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=85
2021.01.29 23:12:18.767101 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 84, curruent idx 84
2021.01.29 23:12:18.767155 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:18.772416 [ 58 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=84, LastLogTerm=1, EntriesLength=1, CommitIndex=84 and Term=1
2021.01.29 23:12:18.772495 [ 58 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 84 (1), req c idx: 84, my term: 1, my role: 1
2021.01.29 23:12:18.772536 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.772578 [ 58 ] {} <Information> RaftInstance: [LOG OK] req log idx: 84, req log term: 1, my last log idx: 84, my log (84) term: 1
2021.01.29 23:12:18.772617 [ 58 ] {} <Notice> RaftInstance: [INIT] log_idx: 85, count: 0, log_store_->next_slot(): 85, req.log_entries().size(): 1
2021.01.29 23:12:18.772673 [ 58 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 85, count: 0
2021.01.29 23:12:18.772723 [ 58 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 85, count: 0
2021.01.29 23:12:18.772767 [ 58 ] {} <Information> RaftInstance: append at 85
2021.01.29 23:12:18.772809 [ 58 ] {} <Information> RaftInstance: local log idx 85, target_commit_idx 84, quick_commit_index_ 84, state_->get_commit_idx() 84
2021.01.29 23:12:18.772843 [ 58 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.772884 [ 58 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.772927 [ 58 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.772965 [ 58 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=86
2021.01.29 23:12:18.773935 [ 48 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=85, LastLogTerm=1, EntriesLength=0, CommitIndex=85 and Term=1
2021.01.29 23:12:18.774024 [ 48 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 85 (0), req c idx: 85, my term: 1, my role: 1
2021.01.29 23:12:18.774071 [ 48 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.774119 [ 48 ] {} <Information> RaftInstance: [LOG OK] req log idx: 85, req log term: 1, my last log idx: 85, my log (85) term: 1
2021.01.29 23:12:18.774157 [ 48 ] {} <Notice> RaftInstance: trigger commit upto 85
2021.01.29 23:12:18.774211 [ 48 ] {} <Information> RaftInstance: local log idx 85, target_commit_idx 85, quick_commit_index_ 85, state_->get_commit_idx() 84
2021.01.29 23:12:18.774254 [ 48 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:18.774295 [ 48 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.774316 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:18.774339 [ 48 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.774369 [ 67 ] {} <Notice> RaftInstance: commit upto 85, curruent idx 84
2021.01.29 23:12:18.774389 [ 48 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.774434 [ 48 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=86
2021.01.29 23:12:18.774439 [ 67 ] {} <Information> RaftInstance: commit upto 85, curruent idx 85
2021.01.29 23:12:18.774589 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 85, curruent idx 85
2021.01.29 23:12:18.774635 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:18.776637 [ 66 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=85, LastLogTerm=1, EntriesLength=1, CommitIndex=85 and Term=1
2021.01.29 23:12:18.776726 [ 66 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 85 (1), req c idx: 85, my term: 1, my role: 1
2021.01.29 23:12:18.776783 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.776827 [ 66 ] {} <Information> RaftInstance: [LOG OK] req log idx: 85, req log term: 1, my last log idx: 85, my log (85) term: 1
2021.01.29 23:12:18.776867 [ 66 ] {} <Notice> RaftInstance: [INIT] log_idx: 86, count: 0, log_store_->next_slot(): 86, req.log_entries().size(): 1
2021.01.29 23:12:18.776923 [ 66 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 86, count: 0
2021.01.29 23:12:18.776979 [ 66 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 86, count: 0
2021.01.29 23:12:18.777022 [ 66 ] {} <Information> RaftInstance: append at 86
2021.01.29 23:12:18.777064 [ 66 ] {} <Information> RaftInstance: local log idx 86, target_commit_idx 85, quick_commit_index_ 85, state_->get_commit_idx() 85
2021.01.29 23:12:18.777103 [ 66 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.777143 [ 66 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.777186 [ 66 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.777224 [ 66 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=87
2021.01.29 23:12:18.778226 [ 56 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=86, LastLogTerm=1, EntriesLength=0, CommitIndex=86 and Term=1
2021.01.29 23:12:18.778324 [ 56 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 86 (0), req c idx: 86, my term: 1, my role: 1
2021.01.29 23:12:18.778374 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.778422 [ 56 ] {} <Information> RaftInstance: [LOG OK] req log idx: 86, req log term: 1, my last log idx: 86, my log (86) term: 1
2021.01.29 23:12:18.778463 [ 56 ] {} <Notice> RaftInstance: trigger commit upto 86
2021.01.29 23:12:18.778518 [ 56 ] {} <Information> RaftInstance: local log idx 86, target_commit_idx 86, quick_commit_index_ 86, state_->get_commit_idx() 85
2021.01.29 23:12:18.778560 [ 56 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:18.778600 [ 56 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.778621 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:18.778646 [ 56 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.778671 [ 67 ] {} <Notice> RaftInstance: commit upto 86, curruent idx 85
2021.01.29 23:12:18.778699 [ 56 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.778744 [ 67 ] {} <Information> RaftInstance: commit upto 86, curruent idx 86
2021.01.29 23:12:18.778748 [ 56 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=87
2021.01.29 23:12:18.778900 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 86, curruent idx 86
2021.01.29 23:12:18.778966 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:18.780680 [ 13 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=86, LastLogTerm=1, EntriesLength=1, CommitIndex=86 and Term=1
2021.01.29 23:12:18.780768 [ 13 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 86 (1), req c idx: 86, my term: 1, my role: 1
2021.01.29 23:12:18.780814 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.780863 [ 13 ] {} <Information> RaftInstance: [LOG OK] req log idx: 86, req log term: 1, my last log idx: 86, my log (86) term: 1
2021.01.29 23:12:18.780922 [ 13 ] {} <Notice> RaftInstance: [INIT] log_idx: 87, count: 0, log_store_->next_slot(): 87, req.log_entries().size(): 1
2021.01.29 23:12:18.780985 [ 13 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 87, count: 0
2021.01.29 23:12:18.781041 [ 13 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 87, count: 0
2021.01.29 23:12:18.781089 [ 13 ] {} <Information> RaftInstance: append at 87
2021.01.29 23:12:18.781136 [ 13 ] {} <Information> RaftInstance: local log idx 87, target_commit_idx 86, quick_commit_index_ 86, state_->get_commit_idx() 86
2021.01.29 23:12:18.781174 [ 13 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.781226 [ 13 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.781275 [ 13 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.781317 [ 13 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=88
2021.01.29 23:12:18.782331 [ 14 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=87, LastLogTerm=1, EntriesLength=1, CommitIndex=87 and Term=1
2021.01.29 23:12:18.782413 [ 14 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 87 (1), req c idx: 87, my term: 1, my role: 1
2021.01.29 23:12:18.782459 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.782506 [ 14 ] {} <Information> RaftInstance: [LOG OK] req log idx: 87, req log term: 1, my last log idx: 87, my log (87) term: 1
2021.01.29 23:12:18.782550 [ 14 ] {} <Notice> RaftInstance: [INIT] log_idx: 88, count: 0, log_store_->next_slot(): 88, req.log_entries().size(): 1
2021.01.29 23:12:18.782613 [ 14 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 88, count: 0
2021.01.29 23:12:18.782677 [ 14 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 88, count: 0
2021.01.29 23:12:18.782720 [ 14 ] {} <Information> RaftInstance: append at 88
2021.01.29 23:12:18.782753 [ 14 ] {} <Notice> RaftInstance: trigger commit upto 87
2021.01.29 23:12:18.782800 [ 14 ] {} <Information> RaftInstance: local log idx 88, target_commit_idx 87, quick_commit_index_ 87, state_->get_commit_idx() 86
2021.01.29 23:12:18.782870 [ 14 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:18.782907 [ 14 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.782946 [ 14 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.782941 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:18.782992 [ 14 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.783007 [ 67 ] {} <Notice> RaftInstance: commit upto 87, curruent idx 86
2021.01.29 23:12:18.783035 [ 14 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=89
2021.01.29 23:12:18.783080 [ 67 ] {} <Information> RaftInstance: commit upto 87, curruent idx 87
2021.01.29 23:12:18.783210 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 87, curruent idx 87
2021.01.29 23:12:18.783264 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:18.783922 [ 49 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=87, LastLogTerm=1, EntriesLength=1, CommitIndex=87 and Term=1
2021.01.29 23:12:18.784007 [ 49 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 87 (1), req c idx: 87, my term: 1, my role: 1
2021.01.29 23:12:18.784054 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.784096 [ 49 ] {} <Information> RaftInstance: [LOG OK] req log idx: 87, req log term: 1, my last log idx: 88, my log (87) term: 1
2021.01.29 23:12:18.784146 [ 49 ] {} <Notice> RaftInstance: [INIT] log_idx: 88, count: 0, log_store_->next_slot(): 89, req.log_entries().size(): 1
2021.01.29 23:12:18.784226 [ 49 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 89, count: 1
2021.01.29 23:12:18.784291 [ 49 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 89, count: 1
2021.01.29 23:12:18.784348 [ 49 ] {} <Information> RaftInstance: local log idx 88, target_commit_idx 87, quick_commit_index_ 87, state_->get_commit_idx() 87
2021.01.29 23:12:18.784391 [ 49 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.784438 [ 49 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.784498 [ 49 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.784541 [ 49 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=89
2021.01.29 23:12:18.785171 [ 21 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=88, LastLogTerm=1, EntriesLength=1, CommitIndex=88 and Term=1
2021.01.29 23:12:18.785255 [ 21 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 88 (1), req c idx: 88, my term: 1, my role: 1
2021.01.29 23:12:18.785296 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.785339 [ 21 ] {} <Information> RaftInstance: [LOG OK] req log idx: 88, req log term: 1, my last log idx: 88, my log (88) term: 1
2021.01.29 23:12:18.785409 [ 21 ] {} <Notice> RaftInstance: [INIT] log_idx: 89, count: 0, log_store_->next_slot(): 89, req.log_entries().size(): 1
2021.01.29 23:12:18.785478 [ 21 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 89, count: 0
2021.01.29 23:12:18.785535 [ 21 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 89, count: 0
2021.01.29 23:12:18.785585 [ 21 ] {} <Information> RaftInstance: append at 89
2021.01.29 23:12:18.785626 [ 21 ] {} <Notice> RaftInstance: trigger commit upto 88
2021.01.29 23:12:18.785679 [ 21 ] {} <Information> RaftInstance: local log idx 89, target_commit_idx 88, quick_commit_index_ 88, state_->get_commit_idx() 87
2021.01.29 23:12:18.785732 [ 21 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:18.785775 [ 21 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.785793 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:18.785821 [ 21 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.785840 [ 67 ] {} <Notice> RaftInstance: commit upto 88, curruent idx 87
2021.01.29 23:12:18.785871 [ 21 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.785911 [ 67 ] {} <Information> RaftInstance: commit upto 88, curruent idx 88
2021.01.29 23:12:18.785919 [ 21 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=90
2021.01.29 23:12:18.786004 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 88, curruent idx 88
2021.01.29 23:12:18.786058 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:18.786791 [ 34 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=88, LastLogTerm=1, EntriesLength=1, CommitIndex=88 and Term=1
2021.01.29 23:12:18.786870 [ 34 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 88 (1), req c idx: 88, my term: 1, my role: 1
2021.01.29 23:12:18.786921 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.786969 [ 34 ] {} <Information> RaftInstance: [LOG OK] req log idx: 88, req log term: 1, my last log idx: 89, my log (88) term: 1
2021.01.29 23:12:18.787019 [ 34 ] {} <Notice> RaftInstance: [INIT] log_idx: 89, count: 0, log_store_->next_slot(): 90, req.log_entries().size(): 1
2021.01.29 23:12:18.787084 [ 34 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 90, count: 1
2021.01.29 23:12:18.787148 [ 34 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 90, count: 1
2021.01.29 23:12:18.787209 [ 34 ] {} <Information> RaftInstance: local log idx 89, target_commit_idx 88, quick_commit_index_ 88, state_->get_commit_idx() 88
2021.01.29 23:12:18.787254 [ 34 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.787298 [ 34 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.787352 [ 34 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.787400 [ 34 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=90
2021.01.29 23:12:18.788279 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=89, LastLogTerm=1, EntriesLength=0, CommitIndex=89 and Term=1
2021.01.29 23:12:18.788375 [ 29 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 89 (0), req c idx: 89, my term: 1, my role: 1
2021.01.29 23:12:18.788424 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.788474 [ 29 ] {} <Information> RaftInstance: [LOG OK] req log idx: 89, req log term: 1, my last log idx: 89, my log (89) term: 1
2021.01.29 23:12:18.788519 [ 29 ] {} <Notice> RaftInstance: trigger commit upto 89
2021.01.29 23:12:18.788566 [ 29 ] {} <Information> RaftInstance: local log idx 89, target_commit_idx 89, quick_commit_index_ 89, state_->get_commit_idx() 88
2021.01.29 23:12:18.788605 [ 29 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:18.788641 [ 29 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.788671 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:18.788682 [ 29 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.788731 [ 67 ] {} <Notice> RaftInstance: commit upto 89, curruent idx 88
2021.01.29 23:12:18.788749 [ 29 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.788788 [ 29 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=90
2021.01.29 23:12:18.788812 [ 67 ] {} <Information> RaftInstance: commit upto 89, curruent idx 89
2021.01.29 23:12:18.788964 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 89, curruent idx 89
2021.01.29 23:12:18.789018 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:18.792142 [ 36 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=89, LastLogTerm=1, EntriesLength=1, CommitIndex=89 and Term=1
2021.01.29 23:12:18.792438 [ 36 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 89 (1), req c idx: 89, my term: 1, my role: 1
2021.01.29 23:12:18.792602 [ 36 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.792771 [ 36 ] {} <Information> RaftInstance: [LOG OK] req log idx: 89, req log term: 1, my last log idx: 89, my log (89) term: 1
2021.01.29 23:12:18.792933 [ 36 ] {} <Notice> RaftInstance: [INIT] log_idx: 90, count: 0, log_store_->next_slot(): 90, req.log_entries().size(): 1
2021.01.29 23:12:18.793165 [ 36 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 90, count: 0
2021.01.29 23:12:18.793273 [ 36 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 90, count: 0
2021.01.29 23:12:18.793316 [ 36 ] {} <Information> RaftInstance: append at 90
2021.01.29 23:12:18.793358 [ 36 ] {} <Information> RaftInstance: local log idx 90, target_commit_idx 89, quick_commit_index_ 89, state_->get_commit_idx() 89
2021.01.29 23:12:18.793419 [ 36 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.793463 [ 36 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.793513 [ 36 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.793555 [ 36 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=91
2021.01.29 23:12:18.794555 [ 41 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=90, LastLogTerm=1, EntriesLength=0, CommitIndex=90 and Term=1
2021.01.29 23:12:18.794647 [ 41 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 90 (0), req c idx: 90, my term: 1, my role: 1
2021.01.29 23:12:18.794706 [ 41 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.794754 [ 41 ] {} <Information> RaftInstance: [LOG OK] req log idx: 90, req log term: 1, my last log idx: 90, my log (90) term: 1
2021.01.29 23:12:18.794791 [ 41 ] {} <Notice> RaftInstance: trigger commit upto 90
2021.01.29 23:12:18.794844 [ 41 ] {} <Information> RaftInstance: local log idx 90, target_commit_idx 90, quick_commit_index_ 90, state_->get_commit_idx() 89
2021.01.29 23:12:18.794886 [ 41 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:18.794927 [ 41 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.794954 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:18.794972 [ 41 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.795013 [ 67 ] {} <Notice> RaftInstance: commit upto 90, curruent idx 89
2021.01.29 23:12:18.795026 [ 41 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.795072 [ 41 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=91
2021.01.29 23:12:18.795087 [ 67 ] {} <Information> RaftInstance: commit upto 90, curruent idx 90
2021.01.29 23:12:18.795250 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 90, curruent idx 90
2021.01.29 23:12:18.795299 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:18.796060 [ 47 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=90, LastLogTerm=1, EntriesLength=1, CommitIndex=90 and Term=1
2021.01.29 23:12:18.796141 [ 47 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 90 (1), req c idx: 90, my term: 1, my role: 1
2021.01.29 23:12:18.796182 [ 47 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.796225 [ 47 ] {} <Information> RaftInstance: [LOG OK] req log idx: 90, req log term: 1, my last log idx: 90, my log (90) term: 1
2021.01.29 23:12:18.796265 [ 47 ] {} <Notice> RaftInstance: [INIT] log_idx: 91, count: 0, log_store_->next_slot(): 91, req.log_entries().size(): 1
2021.01.29 23:12:18.796322 [ 47 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 91, count: 0
2021.01.29 23:12:18.796371 [ 47 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 91, count: 0
2021.01.29 23:12:18.796413 [ 47 ] {} <Information> RaftInstance: append at 91
2021.01.29 23:12:18.796462 [ 47 ] {} <Information> RaftInstance: local log idx 91, target_commit_idx 90, quick_commit_index_ 90, state_->get_commit_idx() 90
2021.01.29 23:12:18.796495 [ 47 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.796540 [ 47 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.796582 [ 47 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.796620 [ 47 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=92
2021.01.29 23:12:18.797597 [ 43 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=91, LastLogTerm=1, EntriesLength=0, CommitIndex=91 and Term=1
2021.01.29 23:12:18.797675 [ 43 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 91 (0), req c idx: 91, my term: 1, my role: 1
2021.01.29 23:12:18.797728 [ 43 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.797772 [ 43 ] {} <Information> RaftInstance: [LOG OK] req log idx: 91, req log term: 1, my last log idx: 91, my log (91) term: 1
2021.01.29 23:12:18.797807 [ 43 ] {} <Notice> RaftInstance: trigger commit upto 91
2021.01.29 23:12:18.797855 [ 43 ] {} <Information> RaftInstance: local log idx 91, target_commit_idx 91, quick_commit_index_ 91, state_->get_commit_idx() 90
2021.01.29 23:12:18.797893 [ 43 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:18.797952 [ 43 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.797971 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:18.798010 [ 43 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.798024 [ 67 ] {} <Notice> RaftInstance: commit upto 91, curruent idx 90
2021.01.29 23:12:18.798066 [ 43 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.798095 [ 67 ] {} <Information> RaftInstance: commit upto 91, curruent idx 91
2021.01.29 23:12:18.798111 [ 43 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=92
2021.01.29 23:12:18.798255 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 91, curruent idx 91
2021.01.29 23:12:18.798307 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:18.800042 [ 55 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=91, LastLogTerm=1, EntriesLength=1, CommitIndex=91 and Term=1
2021.01.29 23:12:18.800143 [ 55 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 91 (1), req c idx: 91, my term: 1, my role: 1
2021.01.29 23:12:18.800184 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.800225 [ 55 ] {} <Information> RaftInstance: [LOG OK] req log idx: 91, req log term: 1, my last log idx: 91, my log (91) term: 1
2021.01.29 23:12:18.800264 [ 55 ] {} <Notice> RaftInstance: [INIT] log_idx: 92, count: 0, log_store_->next_slot(): 92, req.log_entries().size(): 1
2021.01.29 23:12:18.800319 [ 55 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 92, count: 0
2021.01.29 23:12:18.800367 [ 55 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 92, count: 0
2021.01.29 23:12:18.800410 [ 55 ] {} <Information> RaftInstance: append at 92
2021.01.29 23:12:18.800451 [ 55 ] {} <Information> RaftInstance: local log idx 92, target_commit_idx 91, quick_commit_index_ 91, state_->get_commit_idx() 91
2021.01.29 23:12:18.800484 [ 55 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.800522 [ 55 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.800565 [ 55 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.800602 [ 55 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=93
2021.01.29 23:12:18.801503 [ 38 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=92, LastLogTerm=1, EntriesLength=0, CommitIndex=92 and Term=1
2021.01.29 23:12:18.801594 [ 38 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 92 (0), req c idx: 92, my term: 1, my role: 1
2021.01.29 23:12:18.801641 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.801700 [ 38 ] {} <Information> RaftInstance: [LOG OK] req log idx: 92, req log term: 1, my last log idx: 92, my log (92) term: 1
2021.01.29 23:12:18.801738 [ 38 ] {} <Notice> RaftInstance: trigger commit upto 92
2021.01.29 23:12:18.801791 [ 38 ] {} <Information> RaftInstance: local log idx 92, target_commit_idx 92, quick_commit_index_ 92, state_->get_commit_idx() 91
2021.01.29 23:12:18.801834 [ 38 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:18.801875 [ 38 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.801906 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:18.801938 [ 38 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.801960 [ 67 ] {} <Notice> RaftInstance: commit upto 92, curruent idx 91
2021.01.29 23:12:18.801998 [ 38 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.802032 [ 67 ] {} <Information> RaftInstance: commit upto 92, curruent idx 92
2021.01.29 23:12:18.802051 [ 38 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=93
2021.01.29 23:12:18.802169 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 92, curruent idx 92
2021.01.29 23:12:18.802227 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:18.804450 [ 64 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=92, LastLogTerm=1, EntriesLength=1, CommitIndex=92 and Term=1
2021.01.29 23:12:18.804525 [ 64 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 92 (1), req c idx: 92, my term: 1, my role: 1
2021.01.29 23:12:18.804566 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.804608 [ 64 ] {} <Information> RaftInstance: [LOG OK] req log idx: 92, req log term: 1, my last log idx: 92, my log (92) term: 1
2021.01.29 23:12:18.804657 [ 64 ] {} <Notice> RaftInstance: [INIT] log_idx: 93, count: 0, log_store_->next_slot(): 93, req.log_entries().size(): 1
2021.01.29 23:12:18.804713 [ 64 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 93, count: 0
2021.01.29 23:12:18.804762 [ 64 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 93, count: 0
2021.01.29 23:12:18.804805 [ 64 ] {} <Information> RaftInstance: append at 93
2021.01.29 23:12:18.804847 [ 64 ] {} <Information> RaftInstance: local log idx 93, target_commit_idx 92, quick_commit_index_ 92, state_->get_commit_idx() 92
2021.01.29 23:12:18.804879 [ 64 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.804919 [ 64 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.804974 [ 64 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.805012 [ 64 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=94
2021.01.29 23:12:18.805970 [ 66 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=93, LastLogTerm=1, EntriesLength=0, CommitIndex=93 and Term=1
2021.01.29 23:12:18.806062 [ 66 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 93 (0), req c idx: 93, my term: 1, my role: 1
2021.01.29 23:12:18.806110 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.806159 [ 66 ] {} <Information> RaftInstance: [LOG OK] req log idx: 93, req log term: 1, my last log idx: 93, my log (93) term: 1
2021.01.29 23:12:18.806195 [ 66 ] {} <Notice> RaftInstance: trigger commit upto 93
2021.01.29 23:12:18.806256 [ 66 ] {} <Information> RaftInstance: local log idx 93, target_commit_idx 93, quick_commit_index_ 93, state_->get_commit_idx() 92
2021.01.29 23:12:18.806299 [ 66 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:18.806338 [ 66 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.806365 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:18.806386 [ 66 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.806417 [ 67 ] {} <Notice> RaftInstance: commit upto 93, curruent idx 92
2021.01.29 23:12:18.806442 [ 66 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.806493 [ 67 ] {} <Information> RaftInstance: commit upto 93, curruent idx 93
2021.01.29 23:12:18.806491 [ 66 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=94
2021.01.29 23:12:18.806639 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 93, curruent idx 93
2021.01.29 23:12:18.806688 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:18.811122 [ 20 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=93, LastLogTerm=1, EntriesLength=1, CommitIndex=93 and Term=1
2021.01.29 23:12:18.811220 [ 20 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 93 (1), req c idx: 93, my term: 1, my role: 1
2021.01.29 23:12:18.811261 [ 20 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.811314 [ 20 ] {} <Information> RaftInstance: [LOG OK] req log idx: 93, req log term: 1, my last log idx: 93, my log (93) term: 1
2021.01.29 23:12:18.811361 [ 20 ] {} <Notice> RaftInstance: [INIT] log_idx: 94, count: 0, log_store_->next_slot(): 94, req.log_entries().size(): 1
2021.01.29 23:12:18.811424 [ 20 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 94, count: 0
2021.01.29 23:12:18.811470 [ 20 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 94, count: 0
2021.01.29 23:12:18.811510 [ 20 ] {} <Information> RaftInstance: append at 94
2021.01.29 23:12:18.811550 [ 20 ] {} <Information> RaftInstance: local log idx 94, target_commit_idx 93, quick_commit_index_ 93, state_->get_commit_idx() 93
2021.01.29 23:12:18.811582 [ 20 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.811620 [ 20 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.811680 [ 20 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.811717 [ 20 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=95
2021.01.29 23:12:18.812559 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=94, LastLogTerm=1, EntriesLength=0, CommitIndex=94 and Term=1
2021.01.29 23:12:18.812645 [ 65 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 94 (0), req c idx: 94, my term: 1, my role: 1
2021.01.29 23:12:18.812686 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.812737 [ 65 ] {} <Information> RaftInstance: [LOG OK] req log idx: 94, req log term: 1, my last log idx: 94, my log (94) term: 1
2021.01.29 23:12:18.812774 [ 65 ] {} <Notice> RaftInstance: trigger commit upto 94
2021.01.29 23:12:18.812827 [ 65 ] {} <Information> RaftInstance: local log idx 94, target_commit_idx 94, quick_commit_index_ 94, state_->get_commit_idx() 93
2021.01.29 23:12:18.812865 [ 65 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:18.812902 [ 65 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.812925 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:18.812944 [ 65 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.812971 [ 67 ] {} <Notice> RaftInstance: commit upto 94, curruent idx 93
2021.01.29 23:12:18.812994 [ 65 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.813037 [ 65 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=95
2021.01.29 23:12:18.813042 [ 67 ] {} <Information> RaftInstance: commit upto 94, curruent idx 94
2021.01.29 23:12:18.813355 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 94, curruent idx 94
2021.01.29 23:12:18.813423 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:18.818225 [ 30 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=94, LastLogTerm=1, EntriesLength=1, CommitIndex=94 and Term=1
2021.01.29 23:12:18.818360 [ 30 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 94 (1), req c idx: 94, my term: 1, my role: 1
2021.01.29 23:12:18.818440 [ 30 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.818490 [ 30 ] {} <Information> RaftInstance: [LOG OK] req log idx: 94, req log term: 1, my last log idx: 94, my log (94) term: 1
2021.01.29 23:12:18.818569 [ 30 ] {} <Notice> RaftInstance: [INIT] log_idx: 95, count: 0, log_store_->next_slot(): 95, req.log_entries().size(): 1
2021.01.29 23:12:18.818641 [ 30 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 95, count: 0
2021.01.29 23:12:18.818704 [ 30 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 95, count: 0
2021.01.29 23:12:18.818752 [ 30 ] {} <Information> RaftInstance: append at 95
2021.01.29 23:12:18.818799 [ 30 ] {} <Information> RaftInstance: local log idx 95, target_commit_idx 94, quick_commit_index_ 94, state_->get_commit_idx() 94
2021.01.29 23:12:18.818836 [ 30 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.818886 [ 30 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.818936 [ 30 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.818978 [ 30 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=96
2021.01.29 23:12:18.819872 [ 14 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=95, LastLogTerm=1, EntriesLength=0, CommitIndex=95 and Term=1
2021.01.29 23:12:18.819957 [ 14 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 95 (0), req c idx: 95, my term: 1, my role: 1
2021.01.29 23:12:18.820002 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.820057 [ 14 ] {} <Information> RaftInstance: [LOG OK] req log idx: 95, req log term: 1, my last log idx: 95, my log (95) term: 1
2021.01.29 23:12:18.820095 [ 14 ] {} <Notice> RaftInstance: trigger commit upto 95
2021.01.29 23:12:18.820164 [ 14 ] {} <Information> RaftInstance: local log idx 95, target_commit_idx 95, quick_commit_index_ 95, state_->get_commit_idx() 94
2021.01.29 23:12:18.820228 [ 14 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:18.820268 [ 14 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.820293 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:18.820314 [ 14 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.820344 [ 67 ] {} <Notice> RaftInstance: commit upto 95, curruent idx 94
2021.01.29 23:12:18.820368 [ 14 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.820416 [ 14 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=96
2021.01.29 23:12:18.820423 [ 67 ] {} <Information> RaftInstance: commit upto 95, curruent idx 95
2021.01.29 23:12:18.820575 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 95, curruent idx 95
2021.01.29 23:12:18.820629 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:18.822919 [ 49 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=95, LastLogTerm=1, EntriesLength=1, CommitIndex=95 and Term=1
2021.01.29 23:12:18.822998 [ 49 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 95 (1), req c idx: 95, my term: 1, my role: 1
2021.01.29 23:12:18.823039 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.823082 [ 49 ] {} <Information> RaftInstance: [LOG OK] req log idx: 95, req log term: 1, my last log idx: 95, my log (95) term: 1
2021.01.29 23:12:18.823122 [ 49 ] {} <Notice> RaftInstance: [INIT] log_idx: 96, count: 0, log_store_->next_slot(): 96, req.log_entries().size(): 1
2021.01.29 23:12:18.823178 [ 49 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 96, count: 0
2021.01.29 23:12:18.823230 [ 49 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 96, count: 0
2021.01.29 23:12:18.823272 [ 49 ] {} <Information> RaftInstance: append at 96
2021.01.29 23:12:18.823333 [ 49 ] {} <Information> RaftInstance: local log idx 96, target_commit_idx 95, quick_commit_index_ 95, state_->get_commit_idx() 95
2021.01.29 23:12:18.823371 [ 49 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.823423 [ 49 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.823466 [ 49 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.823503 [ 49 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=97
2021.01.29 23:12:18.824374 [ 62 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=96, LastLogTerm=1, EntriesLength=0, CommitIndex=96 and Term=1
2021.01.29 23:12:18.824493 [ 62 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 96 (0), req c idx: 96, my term: 1, my role: 1
2021.01.29 23:12:18.824539 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.824596 [ 62 ] {} <Information> RaftInstance: [LOG OK] req log idx: 96, req log term: 1, my last log idx: 96, my log (96) term: 1
2021.01.29 23:12:18.824635 [ 62 ] {} <Notice> RaftInstance: trigger commit upto 96
2021.01.29 23:12:18.824697 [ 62 ] {} <Information> RaftInstance: local log idx 96, target_commit_idx 96, quick_commit_index_ 96, state_->get_commit_idx() 95
2021.01.29 23:12:18.824739 [ 62 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:18.824780 [ 62 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.824833 [ 62 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.824880 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:18.824884 [ 62 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.824936 [ 67 ] {} <Notice> RaftInstance: commit upto 96, curruent idx 95
2021.01.29 23:12:18.824959 [ 62 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=97
2021.01.29 23:12:18.825009 [ 67 ] {} <Information> RaftInstance: commit upto 96, curruent idx 96
2021.01.29 23:12:18.825177 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 96, curruent idx 96
2021.01.29 23:12:18.825232 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:18.827034 [ 24 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=96, LastLogTerm=1, EntriesLength=1, CommitIndex=96 and Term=1
2021.01.29 23:12:18.827118 [ 24 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 96 (1), req c idx: 96, my term: 1, my role: 1
2021.01.29 23:12:18.827164 [ 24 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.827211 [ 24 ] {} <Information> RaftInstance: [LOG OK] req log idx: 96, req log term: 1, my last log idx: 96, my log (96) term: 1
2021.01.29 23:12:18.827256 [ 24 ] {} <Notice> RaftInstance: [INIT] log_idx: 97, count: 0, log_store_->next_slot(): 97, req.log_entries().size(): 1
2021.01.29 23:12:18.827318 [ 24 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 97, count: 0
2021.01.29 23:12:18.827386 [ 24 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 97, count: 0
2021.01.29 23:12:18.827428 [ 24 ] {} <Information> RaftInstance: append at 97
2021.01.29 23:12:18.827490 [ 24 ] {} <Information> RaftInstance: local log idx 97, target_commit_idx 96, quick_commit_index_ 96, state_->get_commit_idx() 96
2021.01.29 23:12:18.827528 [ 24 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.827572 [ 24 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.827632 [ 24 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.827691 [ 24 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=98
2021.01.29 23:12:18.829018 [ 17 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=97, LastLogTerm=1, EntriesLength=0, CommitIndex=97 and Term=1
2021.01.29 23:12:18.829113 [ 17 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 97 (0), req c idx: 97, my term: 1, my role: 1
2021.01.29 23:12:18.829154 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.829197 [ 17 ] {} <Information> RaftInstance: [LOG OK] req log idx: 97, req log term: 1, my last log idx: 97, my log (97) term: 1
2021.01.29 23:12:18.829229 [ 17 ] {} <Notice> RaftInstance: trigger commit upto 97
2021.01.29 23:12:18.829276 [ 17 ] {} <Information> RaftInstance: local log idx 97, target_commit_idx 97, quick_commit_index_ 97, state_->get_commit_idx() 96
2021.01.29 23:12:18.829312 [ 17 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:18.829359 [ 17 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.829425 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:18.829465 [ 17 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.829530 [ 67 ] {} <Notice> RaftInstance: commit upto 97, curruent idx 96
2021.01.29 23:12:18.829557 [ 17 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.829606 [ 17 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=98
2021.01.29 23:12:18.829619 [ 67 ] {} <Information> RaftInstance: commit upto 97, curruent idx 97
2021.01.29 23:12:18.829793 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 97, curruent idx 97
2021.01.29 23:12:18.829853 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:18.832393 [ 36 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=97, LastLogTerm=1, EntriesLength=1, CommitIndex=97 and Term=1
2021.01.29 23:12:18.832486 [ 36 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 97 (1), req c idx: 97, my term: 1, my role: 1
2021.01.29 23:12:18.832543 [ 36 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.832586 [ 36 ] {} <Information> RaftInstance: [LOG OK] req log idx: 97, req log term: 1, my last log idx: 97, my log (97) term: 1
2021.01.29 23:12:18.832625 [ 36 ] {} <Notice> RaftInstance: [INIT] log_idx: 98, count: 0, log_store_->next_slot(): 98, req.log_entries().size(): 1
2021.01.29 23:12:18.832682 [ 36 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 98, count: 0
2021.01.29 23:12:18.832737 [ 36 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 98, count: 0
2021.01.29 23:12:18.832781 [ 36 ] {} <Information> RaftInstance: append at 98
2021.01.29 23:12:18.832822 [ 36 ] {} <Information> RaftInstance: local log idx 98, target_commit_idx 97, quick_commit_index_ 97, state_->get_commit_idx() 97
2021.01.29 23:12:18.832855 [ 36 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.832893 [ 36 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.832940 [ 36 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.832983 [ 36 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=99
2021.01.29 23:12:18.833966 [ 51 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=98, LastLogTerm=1, EntriesLength=0, CommitIndex=98 and Term=1
2021.01.29 23:12:18.834055 [ 51 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 98 (0), req c idx: 98, my term: 1, my role: 1
2021.01.29 23:12:18.834095 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.834145 [ 51 ] {} <Information> RaftInstance: [LOG OK] req log idx: 98, req log term: 1, my last log idx: 98, my log (98) term: 1
2021.01.29 23:12:18.834179 [ 51 ] {} <Notice> RaftInstance: trigger commit upto 98
2021.01.29 23:12:18.834229 [ 51 ] {} <Information> RaftInstance: local log idx 98, target_commit_idx 98, quick_commit_index_ 98, state_->get_commit_idx() 97
2021.01.29 23:12:18.834267 [ 51 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:18.834314 [ 51 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.834344 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:18.834355 [ 51 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.834417 [ 67 ] {} <Notice> RaftInstance: commit upto 98, curruent idx 97
2021.01.29 23:12:18.834438 [ 51 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.834487 [ 51 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=99
2021.01.29 23:12:18.834503 [ 67 ] {} <Information> RaftInstance: commit upto 98, curruent idx 98
2021.01.29 23:12:18.834645 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 98, curruent idx 98
2021.01.29 23:12:18.834705 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:18.895741 [ 57 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=98, LastLogTerm=1, EntriesLength=0, CommitIndex=98 and Term=1
2021.01.29 23:12:18.895837 [ 57 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 98 (0), req c idx: 98, my term: 1, my role: 1
2021.01.29 23:12:18.895880 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.895926 [ 57 ] {} <Information> RaftInstance: [LOG OK] req log idx: 98, req log term: 1, my last log idx: 98, my log (98) term: 1
2021.01.29 23:12:18.895967 [ 57 ] {} <Information> RaftInstance: local log idx 98, target_commit_idx 98, quick_commit_index_ 98, state_->get_commit_idx() 98
2021.01.29 23:12:18.896001 [ 57 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.896044 [ 57 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.896091 [ 57 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.896128 [ 57 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=99
2021.01.29 23:12:18.996360 [ 58 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=98, LastLogTerm=1, EntriesLength=0, CommitIndex=98 and Term=1
2021.01.29 23:12:18.996454 [ 58 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 98 (0), req c idx: 98, my term: 1, my role: 1
2021.01.29 23:12:18.996497 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:18.996544 [ 58 ] {} <Information> RaftInstance: [LOG OK] req log idx: 98, req log term: 1, my last log idx: 98, my log (98) term: 1
2021.01.29 23:12:18.996584 [ 58 ] {} <Information> RaftInstance: local log idx 98, target_commit_idx 98, quick_commit_index_ 98, state_->get_commit_idx() 98
2021.01.29 23:12:18.996618 [ 58 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:18.996660 [ 58 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:18.996706 [ 58 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:18.996744 [ 58 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=99
2021.01.29 23:12:19.009989 [ 52 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=98, LastLogTerm=1, EntriesLength=1, CommitIndex=98 and Term=1
2021.01.29 23:12:19.010089 [ 52 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 98 (1), req c idx: 98, my term: 1, my role: 1
2021.01.29 23:12:19.010138 [ 52 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.010188 [ 52 ] {} <Information> RaftInstance: [LOG OK] req log idx: 98, req log term: 1, my last log idx: 98, my log (98) term: 1
2021.01.29 23:12:19.010233 [ 52 ] {} <Notice> RaftInstance: [INIT] log_idx: 99, count: 0, log_store_->next_slot(): 99, req.log_entries().size(): 1
2021.01.29 23:12:19.010309 [ 52 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 99, count: 0
2021.01.29 23:12:19.010365 [ 52 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 99, count: 0
2021.01.29 23:12:19.010414 [ 52 ] {} <Information> RaftInstance: append at 99
2021.01.29 23:12:19.010463 [ 52 ] {} <Information> RaftInstance: local log idx 99, target_commit_idx 98, quick_commit_index_ 98, state_->get_commit_idx() 98
2021.01.29 23:12:19.010502 [ 52 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.010547 [ 52 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.010596 [ 52 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.010639 [ 52 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=100
2021.01.29 23:12:19.011715 [ 42 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=99, LastLogTerm=1, EntriesLength=0, CommitIndex=99 and Term=1
2021.01.29 23:12:19.011815 [ 42 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 99 (0), req c idx: 99, my term: 1, my role: 1
2021.01.29 23:12:19.011857 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.011900 [ 42 ] {} <Information> RaftInstance: [LOG OK] req log idx: 99, req log term: 1, my last log idx: 99, my log (99) term: 1
2021.01.29 23:12:19.011933 [ 42 ] {} <Notice> RaftInstance: trigger commit upto 99
2021.01.29 23:12:19.011998 [ 42 ] {} <Information> RaftInstance: local log idx 99, target_commit_idx 99, quick_commit_index_ 99, state_->get_commit_idx() 98
2021.01.29 23:12:19.012042 [ 42 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.012095 [ 42 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.012155 [ 42 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.012205 [ 42 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.012200 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.012272 [ 42 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=100
2021.01.29 23:12:19.012288 [ 67 ] {} <Notice> RaftInstance: commit upto 99, curruent idx 98
2021.01.29 23:12:19.012355 [ 67 ] {} <Information> RaftInstance: commit upto 99, curruent idx 99
2021.01.29 23:12:19.012466 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 99, curruent idx 99
2021.01.29 23:12:19.012518 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.016718 [ 61 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=99, LastLogTerm=1, EntriesLength=1, CommitIndex=99 and Term=1
2021.01.29 23:12:19.016802 [ 61 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 99 (1), req c idx: 99, my term: 1, my role: 1
2021.01.29 23:12:19.016844 [ 61 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.016886 [ 61 ] {} <Information> RaftInstance: [LOG OK] req log idx: 99, req log term: 1, my last log idx: 99, my log (99) term: 1
2021.01.29 23:12:19.016926 [ 61 ] {} <Notice> RaftInstance: [INIT] log_idx: 100, count: 0, log_store_->next_slot(): 100, req.log_entries().size(): 1
2021.01.29 23:12:19.016992 [ 61 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 100, count: 0
2021.01.29 23:12:19.017041 [ 61 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 100, count: 0
2021.01.29 23:12:19.017084 [ 61 ] {} <Information> RaftInstance: append at 100
2021.01.29 23:12:19.017127 [ 61 ] {} <Information> RaftInstance: local log idx 100, target_commit_idx 99, quick_commit_index_ 99, state_->get_commit_idx() 99
2021.01.29 23:12:19.017162 [ 61 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.017201 [ 61 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.017245 [ 61 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.017283 [ 61 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=101
2021.01.29 23:12:19.018358 [ 12 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=100, LastLogTerm=1, EntriesLength=0, CommitIndex=100 and Term=1
2021.01.29 23:12:19.018450 [ 12 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 100 (0), req c idx: 100, my term: 1, my role: 1
2021.01.29 23:12:19.018497 [ 12 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.018545 [ 12 ] {} <Information> RaftInstance: [LOG OK] req log idx: 100, req log term: 1, my last log idx: 100, my log (100) term: 1
2021.01.29 23:12:19.018606 [ 12 ] {} <Notice> RaftInstance: trigger commit upto 100
2021.01.29 23:12:19.018656 [ 12 ] {} <Information> RaftInstance: local log idx 100, target_commit_idx 100, quick_commit_index_ 100, state_->get_commit_idx() 99
2021.01.29 23:12:19.018706 [ 12 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.018760 [ 12 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.018806 [ 12 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.018866 [ 12 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.018903 [ 12 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=101
2021.01.29 23:12:19.018921 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.018961 [ 67 ] {} <Notice> RaftInstance: commit upto 100, curruent idx 99
2021.01.29 23:12:19.019024 [ 67 ] {} <Information> RaftInstance: commit upto 100, curruent idx 100
2021.01.29 23:12:19.019807 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 100, curruent idx 100
2021.01.29 23:12:19.019853 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.022607 [ 53 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=100, LastLogTerm=1, EntriesLength=1, CommitIndex=100 and Term=1
2021.01.29 23:12:19.022700 [ 53 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 100 (1), req c idx: 100, my term: 1, my role: 1
2021.01.29 23:12:19.022740 [ 53 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.022782 [ 53 ] {} <Information> RaftInstance: [LOG OK] req log idx: 100, req log term: 1, my last log idx: 100, my log (100) term: 1
2021.01.29 23:12:19.022821 [ 53 ] {} <Notice> RaftInstance: [INIT] log_idx: 101, count: 0, log_store_->next_slot(): 101, req.log_entries().size(): 1
2021.01.29 23:12:19.022913 [ 53 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 101, count: 0
2021.01.29 23:12:19.022962 [ 53 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 101, count: 0
2021.01.29 23:12:19.023005 [ 53 ] {} <Information> RaftInstance: append at 101
2021.01.29 23:12:19.023046 [ 53 ] {} <Information> RaftInstance: local log idx 101, target_commit_idx 100, quick_commit_index_ 100, state_->get_commit_idx() 100
2021.01.29 23:12:19.023079 [ 53 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.023123 [ 53 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.023165 [ 53 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.023203 [ 53 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=102
2021.01.29 23:12:19.024121 [ 11 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=101, LastLogTerm=1, EntriesLength=0, CommitIndex=101 and Term=1
2021.01.29 23:12:19.024212 [ 11 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 101 (0), req c idx: 101, my term: 1, my role: 1
2021.01.29 23:12:19.024258 [ 11 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.024306 [ 11 ] {} <Information> RaftInstance: [LOG OK] req log idx: 101, req log term: 1, my last log idx: 101, my log (101) term: 1
2021.01.29 23:12:19.024344 [ 11 ] {} <Notice> RaftInstance: trigger commit upto 101
2021.01.29 23:12:19.024399 [ 11 ] {} <Information> RaftInstance: local log idx 101, target_commit_idx 101, quick_commit_index_ 101, state_->get_commit_idx() 100
2021.01.29 23:12:19.024437 [ 11 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.024473 [ 11 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.024506 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.024518 [ 11 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.024568 [ 67 ] {} <Notice> RaftInstance: commit upto 101, curruent idx 100
2021.01.29 23:12:19.024601 [ 11 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.024641 [ 67 ] {} <Information> RaftInstance: commit upto 101, curruent idx 101
2021.01.29 23:12:19.024646 [ 11 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=102
2021.01.29 23:12:19.024735 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 101, curruent idx 101
2021.01.29 23:12:19.024785 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.026705 [ 23 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=101, LastLogTerm=1, EntriesLength=1, CommitIndex=101 and Term=1
2021.01.29 23:12:19.026796 [ 23 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 101 (1), req c idx: 101, my term: 1, my role: 1
2021.01.29 23:12:19.026843 [ 23 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.026891 [ 23 ] {} <Information> RaftInstance: [LOG OK] req log idx: 101, req log term: 1, my last log idx: 101, my log (101) term: 1
2021.01.29 23:12:19.026935 [ 23 ] {} <Notice> RaftInstance: [INIT] log_idx: 102, count: 0, log_store_->next_slot(): 102, req.log_entries().size(): 1
2021.01.29 23:12:19.026997 [ 23 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 102, count: 0
2021.01.29 23:12:19.027053 [ 23 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 102, count: 0
2021.01.29 23:12:19.027102 [ 23 ] {} <Information> RaftInstance: append at 102
2021.01.29 23:12:19.027150 [ 23 ] {} <Information> RaftInstance: local log idx 102, target_commit_idx 101, quick_commit_index_ 101, state_->get_commit_idx() 101
2021.01.29 23:12:19.027187 [ 23 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.027232 [ 23 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.027282 [ 23 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.027324 [ 23 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=103
2021.01.29 23:12:19.028480 [ 33 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=102, LastLogTerm=1, EntriesLength=0, CommitIndex=102 and Term=1
2021.01.29 23:12:19.028554 [ 33 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 102 (0), req c idx: 102, my term: 1, my role: 1
2021.01.29 23:12:19.028595 [ 33 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.028636 [ 33 ] {} <Information> RaftInstance: [LOG OK] req log idx: 102, req log term: 1, my last log idx: 102, my log (102) term: 1
2021.01.29 23:12:19.028674 [ 33 ] {} <Notice> RaftInstance: trigger commit upto 102
2021.01.29 23:12:19.028724 [ 33 ] {} <Information> RaftInstance: local log idx 102, target_commit_idx 102, quick_commit_index_ 102, state_->get_commit_idx() 101
2021.01.29 23:12:19.028761 [ 33 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.028796 [ 33 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.028839 [ 33 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.028883 [ 33 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.028891 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.028922 [ 33 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=103
2021.01.29 23:12:19.028958 [ 67 ] {} <Notice> RaftInstance: commit upto 102, curruent idx 101
2021.01.29 23:12:19.029025 [ 67 ] {} <Information> RaftInstance: commit upto 102, curruent idx 102
2021.01.29 23:12:19.029109 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 102, curruent idx 102
2021.01.29 23:12:19.029154 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.030503 [ 34 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=102, LastLogTerm=1, EntriesLength=1, CommitIndex=102 and Term=1
2021.01.29 23:12:19.030589 [ 34 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 102 (1), req c idx: 102, my term: 1, my role: 1
2021.01.29 23:12:19.030645 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.030688 [ 34 ] {} <Information> RaftInstance: [LOG OK] req log idx: 102, req log term: 1, my last log idx: 102, my log (102) term: 1
2021.01.29 23:12:19.030726 [ 34 ] {} <Notice> RaftInstance: [INIT] log_idx: 103, count: 0, log_store_->next_slot(): 103, req.log_entries().size(): 1
2021.01.29 23:12:19.030781 [ 34 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 103, count: 0
2021.01.29 23:12:19.030830 [ 34 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 103, count: 0
2021.01.29 23:12:19.030873 [ 34 ] {} <Information> RaftInstance: append at 103
2021.01.29 23:12:19.030914 [ 34 ] {} <Information> RaftInstance: local log idx 103, target_commit_idx 102, quick_commit_index_ 102, state_->get_commit_idx() 102
2021.01.29 23:12:19.030947 [ 34 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.030986 [ 34 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.031030 [ 34 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.031067 [ 34 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=104
2021.01.29 23:12:19.032255 [ 49 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=103, LastLogTerm=1, EntriesLength=0, CommitIndex=103 and Term=1
2021.01.29 23:12:19.032344 [ 49 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 103 (0), req c idx: 103, my term: 1, my role: 1
2021.01.29 23:12:19.032391 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.032445 [ 49 ] {} <Information> RaftInstance: [LOG OK] req log idx: 103, req log term: 1, my last log idx: 103, my log (103) term: 1
2021.01.29 23:12:19.032489 [ 49 ] {} <Notice> RaftInstance: trigger commit upto 103
2021.01.29 23:12:19.032546 [ 49 ] {} <Information> RaftInstance: local log idx 103, target_commit_idx 103, quick_commit_index_ 103, state_->get_commit_idx() 102
2021.01.29 23:12:19.032588 [ 49 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.032629 [ 49 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.032676 [ 49 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.032725 [ 49 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.032722 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.032782 [ 49 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=104
2021.01.29 23:12:19.032801 [ 67 ] {} <Notice> RaftInstance: commit upto 103, curruent idx 102
2021.01.29 23:12:19.032871 [ 67 ] {} <Information> RaftInstance: commit upto 103, curruent idx 103
2021.01.29 23:12:19.032959 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 103, curruent idx 103
2021.01.29 23:12:19.033022 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.033872 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=103, LastLogTerm=1, EntriesLength=1, CommitIndex=103 and Term=1
2021.01.29 23:12:19.033943 [ 29 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 103 (1), req c idx: 103, my term: 1, my role: 1
2021.01.29 23:12:19.033982 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.034022 [ 29 ] {} <Information> RaftInstance: [LOG OK] req log idx: 103, req log term: 1, my last log idx: 103, my log (103) term: 1
2021.01.29 23:12:19.034059 [ 29 ] {} <Notice> RaftInstance: [INIT] log_idx: 104, count: 0, log_store_->next_slot(): 104, req.log_entries().size(): 1
2021.01.29 23:12:19.034123 [ 29 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 104, count: 0
2021.01.29 23:12:19.034176 [ 29 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 104, count: 0
2021.01.29 23:12:19.034216 [ 29 ] {} <Information> RaftInstance: append at 104
2021.01.29 23:12:19.034260 [ 29 ] {} <Information> RaftInstance: local log idx 104, target_commit_idx 103, quick_commit_index_ 103, state_->get_commit_idx() 103
2021.01.29 23:12:19.034293 [ 29 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.034348 [ 29 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.034395 [ 29 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.034437 [ 29 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=105
2021.01.29 23:12:19.035429 [ 24 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=104, LastLogTerm=1, EntriesLength=0, CommitIndex=104 and Term=1
2021.01.29 23:12:19.035510 [ 24 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 104 (0), req c idx: 104, my term: 1, my role: 1
2021.01.29 23:12:19.035549 [ 24 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.035596 [ 24 ] {} <Information> RaftInstance: [LOG OK] req log idx: 104, req log term: 1, my last log idx: 104, my log (104) term: 1
2021.01.29 23:12:19.035633 [ 24 ] {} <Notice> RaftInstance: trigger commit upto 104
2021.01.29 23:12:19.035681 [ 24 ] {} <Information> RaftInstance: local log idx 104, target_commit_idx 104, quick_commit_index_ 104, state_->get_commit_idx() 103
2021.01.29 23:12:19.035717 [ 24 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.035755 [ 24 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.035789 [ 24 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.035831 [ 24 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.035844 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.035866 [ 24 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=105
2021.01.29 23:12:19.035890 [ 67 ] {} <Notice> RaftInstance: commit upto 104, curruent idx 103
2021.01.29 23:12:19.035949 [ 67 ] {} <Information> RaftInstance: commit upto 104, curruent idx 104
2021.01.29 23:12:19.036051 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 104, curruent idx 104
2021.01.29 23:12:19.036096 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.037712 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=104, LastLogTerm=1, EntriesLength=1, CommitIndex=104 and Term=1
2021.01.29 23:12:19.037796 [ 31 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 104 (1), req c idx: 104, my term: 1, my role: 1
2021.01.29 23:12:19.037843 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.037885 [ 31 ] {} <Information> RaftInstance: [LOG OK] req log idx: 104, req log term: 1, my last log idx: 104, my log (104) term: 1
2021.01.29 23:12:19.037931 [ 31 ] {} <Notice> RaftInstance: [INIT] log_idx: 105, count: 0, log_store_->next_slot(): 105, req.log_entries().size(): 1
2021.01.29 23:12:19.037990 [ 31 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 105, count: 0
2021.01.29 23:12:19.038039 [ 31 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 105, count: 0
2021.01.29 23:12:19.038081 [ 31 ] {} <Information> RaftInstance: append at 105
2021.01.29 23:12:19.038123 [ 31 ] {} <Information> RaftInstance: local log idx 105, target_commit_idx 104, quick_commit_index_ 104, state_->get_commit_idx() 104
2021.01.29 23:12:19.038156 [ 31 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.038198 [ 31 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.038240 [ 31 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.038277 [ 31 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=106
2021.01.29 23:12:19.039145 [ 39 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=105, LastLogTerm=1, EntriesLength=0, CommitIndex=105 and Term=1
2021.01.29 23:12:19.039247 [ 39 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 105 (0), req c idx: 105, my term: 1, my role: 1
2021.01.29 23:12:19.039294 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.039345 [ 39 ] {} <Information> RaftInstance: [LOG OK] req log idx: 105, req log term: 1, my last log idx: 105, my log (105) term: 1
2021.01.29 23:12:19.039393 [ 39 ] {} <Notice> RaftInstance: trigger commit upto 105
2021.01.29 23:12:19.039475 [ 39 ] {} <Information> RaftInstance: local log idx 105, target_commit_idx 105, quick_commit_index_ 105, state_->get_commit_idx() 104
2021.01.29 23:12:19.039533 [ 39 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.039573 [ 39 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.039591 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.039619 [ 39 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.039636 [ 67 ] {} <Notice> RaftInstance: commit upto 105, curruent idx 104
2021.01.29 23:12:19.039675 [ 39 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.039717 [ 67 ] {} <Information> RaftInstance: commit upto 105, curruent idx 105
2021.01.29 23:12:19.039722 [ 39 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=106
2021.01.29 23:12:19.039866 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 105, curruent idx 105
2021.01.29 23:12:19.039912 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.041729 [ 35 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=105, LastLogTerm=1, EntriesLength=1, CommitIndex=105 and Term=1
2021.01.29 23:12:19.041818 [ 35 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 105 (1), req c idx: 105, my term: 1, my role: 1
2021.01.29 23:12:19.041863 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.041911 [ 35 ] {} <Information> RaftInstance: [LOG OK] req log idx: 105, req log term: 1, my last log idx: 105, my log (105) term: 1
2021.01.29 23:12:19.041956 [ 35 ] {} <Notice> RaftInstance: [INIT] log_idx: 106, count: 0, log_store_->next_slot(): 106, req.log_entries().size(): 1
2021.01.29 23:12:19.042018 [ 35 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 106, count: 0
2021.01.29 23:12:19.042074 [ 35 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 106, count: 0
2021.01.29 23:12:19.042122 [ 35 ] {} <Information> RaftInstance: append at 106
2021.01.29 23:12:19.042169 [ 35 ] {} <Information> RaftInstance: local log idx 106, target_commit_idx 105, quick_commit_index_ 105, state_->get_commit_idx() 105
2021.01.29 23:12:19.042206 [ 35 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.042250 [ 35 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.042299 [ 35 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.042342 [ 35 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=107
2021.01.29 23:12:19.043847 [ 48 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=106, LastLogTerm=1, EntriesLength=0, CommitIndex=106 and Term=1
2021.01.29 23:12:19.043929 [ 48 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 106 (0), req c idx: 106, my term: 1, my role: 1
2021.01.29 23:12:19.043970 [ 48 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.044015 [ 48 ] {} <Information> RaftInstance: [LOG OK] req log idx: 106, req log term: 1, my last log idx: 106, my log (106) term: 1
2021.01.29 23:12:19.044053 [ 48 ] {} <Notice> RaftInstance: trigger commit upto 106
2021.01.29 23:12:19.044114 [ 48 ] {} <Information> RaftInstance: local log idx 106, target_commit_idx 106, quick_commit_index_ 106, state_->get_commit_idx() 105
2021.01.29 23:12:19.044160 [ 48 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.044198 [ 48 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.044211 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.044239 [ 48 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.044252 [ 67 ] {} <Notice> RaftInstance: commit upto 106, curruent idx 105
2021.01.29 23:12:19.044284 [ 48 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.044313 [ 67 ] {} <Information> RaftInstance: commit upto 106, curruent idx 106
2021.01.29 23:12:19.044323 [ 48 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=107
2021.01.29 23:12:19.044451 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 106, curruent idx 106
2021.01.29 23:12:19.044496 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.045697 [ 58 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=106, LastLogTerm=1, EntriesLength=1, CommitIndex=106 and Term=1
2021.01.29 23:12:19.045777 [ 58 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 106 (1), req c idx: 106, my term: 1, my role: 1
2021.01.29 23:12:19.045821 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.045868 [ 58 ] {} <Information> RaftInstance: [LOG OK] req log idx: 106, req log term: 1, my last log idx: 106, my log (106) term: 1
2021.01.29 23:12:19.045911 [ 58 ] {} <Notice> RaftInstance: [INIT] log_idx: 107, count: 0, log_store_->next_slot(): 107, req.log_entries().size(): 1
2021.01.29 23:12:19.045973 [ 58 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 107, count: 0
2021.01.29 23:12:19.046029 [ 58 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 107, count: 0
2021.01.29 23:12:19.046085 [ 58 ] {} <Information> RaftInstance: append at 107
2021.01.29 23:12:19.046132 [ 58 ] {} <Information> RaftInstance: local log idx 107, target_commit_idx 106, quick_commit_index_ 106, state_->get_commit_idx() 106
2021.01.29 23:12:19.046169 [ 58 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.046214 [ 58 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.046261 [ 58 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.046303 [ 58 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=108
2021.01.29 23:12:19.047370 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=107, LastLogTerm=1, EntriesLength=0, CommitIndex=107 and Term=1
2021.01.29 23:12:19.047444 [ 63 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 107 (0), req c idx: 107, my term: 1, my role: 1
2021.01.29 23:12:19.047489 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.047535 [ 63 ] {} <Information> RaftInstance: [LOG OK] req log idx: 107, req log term: 1, my last log idx: 107, my log (107) term: 1
2021.01.29 23:12:19.047578 [ 63 ] {} <Notice> RaftInstance: trigger commit upto 107
2021.01.29 23:12:19.047634 [ 63 ] {} <Information> RaftInstance: local log idx 107, target_commit_idx 107, quick_commit_index_ 107, state_->get_commit_idx() 106
2021.01.29 23:12:19.047676 [ 63 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.047726 [ 63 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.047743 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.047766 [ 63 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.047783 [ 67 ] {} <Notice> RaftInstance: commit upto 107, curruent idx 106
2021.01.29 23:12:19.047810 [ 63 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.047844 [ 67 ] {} <Information> RaftInstance: commit upto 107, curruent idx 107
2021.01.29 23:12:19.047849 [ 63 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=108
2021.01.29 23:12:19.047939 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 107, curruent idx 107
2021.01.29 23:12:19.047985 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.048522 [ 42 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=107, LastLogTerm=1, EntriesLength=1, CommitIndex=107 and Term=1
2021.01.29 23:12:19.048599 [ 42 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 107 (1), req c idx: 107, my term: 1, my role: 1
2021.01.29 23:12:19.048639 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.048681 [ 42 ] {} <Information> RaftInstance: [LOG OK] req log idx: 107, req log term: 1, my last log idx: 107, my log (107) term: 1
2021.01.29 23:12:19.048719 [ 42 ] {} <Notice> RaftInstance: [INIT] log_idx: 108, count: 0, log_store_->next_slot(): 108, req.log_entries().size(): 1
2021.01.29 23:12:19.048775 [ 42 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 108, count: 0
2021.01.29 23:12:19.048824 [ 42 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 108, count: 0
2021.01.29 23:12:19.048867 [ 42 ] {} <Information> RaftInstance: append at 108
2021.01.29 23:12:19.048908 [ 42 ] {} <Information> RaftInstance: local log idx 108, target_commit_idx 107, quick_commit_index_ 107, state_->get_commit_idx() 107
2021.01.29 23:12:19.048942 [ 42 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.048981 [ 42 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.049024 [ 42 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.049061 [ 42 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=109
2021.01.29 23:12:19.049802 [ 26 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=107, LastLogTerm=1, EntriesLength=1, CommitIndex=108 and Term=1
2021.01.29 23:12:19.049878 [ 26 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 107 (1), req c idx: 108, my term: 1, my role: 1
2021.01.29 23:12:19.049920 [ 26 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.049963 [ 26 ] {} <Information> RaftInstance: [LOG OK] req log idx: 107, req log term: 1, my last log idx: 108, my log (107) term: 1
2021.01.29 23:12:19.050003 [ 26 ] {} <Notice> RaftInstance: [INIT] log_idx: 108, count: 0, log_store_->next_slot(): 109, req.log_entries().size(): 1
2021.01.29 23:12:19.050061 [ 26 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 109, count: 1
2021.01.29 23:12:19.050111 [ 26 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 109, count: 1
2021.01.29 23:12:19.050163 [ 26 ] {} <Notice> RaftInstance: trigger commit upto 108
2021.01.29 23:12:19.050214 [ 26 ] {} <Information> RaftInstance: local log idx 108, target_commit_idx 108, quick_commit_index_ 108, state_->get_commit_idx() 107
2021.01.29 23:12:19.050259 [ 26 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.050298 [ 26 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.050339 [ 26 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.050383 [ 26 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.050399 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.050422 [ 26 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=109
2021.01.29 23:12:19.050449 [ 67 ] {} <Notice> RaftInstance: commit upto 108, curruent idx 107
2021.01.29 23:12:19.050511 [ 67 ] {} <Information> RaftInstance: commit upto 108, curruent idx 108
2021.01.29 23:12:19.050651 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 108, curruent idx 108
2021.01.29 23:12:19.050703 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.054188 [ 12 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=108, LastLogTerm=1, EntriesLength=1, CommitIndex=108 and Term=1
2021.01.29 23:12:19.054268 [ 12 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 108 (1), req c idx: 108, my term: 1, my role: 1
2021.01.29 23:12:19.054320 [ 12 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.054367 [ 12 ] {} <Information> RaftInstance: [LOG OK] req log idx: 108, req log term: 1, my last log idx: 108, my log (108) term: 1
2021.01.29 23:12:19.054410 [ 12 ] {} <Notice> RaftInstance: [INIT] log_idx: 109, count: 0, log_store_->next_slot(): 109, req.log_entries().size(): 1
2021.01.29 23:12:19.054473 [ 12 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 109, count: 0
2021.01.29 23:12:19.054529 [ 12 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 109, count: 0
2021.01.29 23:12:19.054587 [ 12 ] {} <Information> RaftInstance: append at 109
2021.01.29 23:12:19.054629 [ 12 ] {} <Information> RaftInstance: local log idx 109, target_commit_idx 108, quick_commit_index_ 108, state_->get_commit_idx() 108
2021.01.29 23:12:19.054666 [ 12 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.054705 [ 12 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.054747 [ 12 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.054784 [ 12 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=110
2021.01.29 23:12:19.055742 [ 27 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=109, LastLogTerm=1, EntriesLength=0, CommitIndex=109 and Term=1
2021.01.29 23:12:19.055822 [ 27 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 109 (0), req c idx: 109, my term: 1, my role: 1
2021.01.29 23:12:19.055863 [ 27 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.055905 [ 27 ] {} <Information> RaftInstance: [LOG OK] req log idx: 109, req log term: 1, my last log idx: 109, my log (109) term: 1
2021.01.29 23:12:19.055943 [ 27 ] {} <Notice> RaftInstance: trigger commit upto 109
2021.01.29 23:12:19.055993 [ 27 ] {} <Information> RaftInstance: local log idx 109, target_commit_idx 109, quick_commit_index_ 109, state_->get_commit_idx() 108
2021.01.29 23:12:19.056030 [ 27 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.056070 [ 27 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.056109 [ 27 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.056119 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.056152 [ 27 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.056163 [ 67 ] {} <Notice> RaftInstance: commit upto 109, curruent idx 108
2021.01.29 23:12:19.056191 [ 27 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=110
2021.01.29 23:12:19.056227 [ 67 ] {} <Information> RaftInstance: commit upto 109, curruent idx 109
2021.01.29 23:12:19.056478 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 109, curruent idx 109
2021.01.29 23:12:19.056524 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.060149 [ 18 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=109, LastLogTerm=1, EntriesLength=1, CommitIndex=109 and Term=1
2021.01.29 23:12:19.060215 [ 18 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 109 (1), req c idx: 109, my term: 1, my role: 1
2021.01.29 23:12:19.060254 [ 18 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.060292 [ 18 ] {} <Information> RaftInstance: [LOG OK] req log idx: 109, req log term: 1, my last log idx: 109, my log (109) term: 1
2021.01.29 23:12:19.060335 [ 18 ] {} <Notice> RaftInstance: [INIT] log_idx: 110, count: 0, log_store_->next_slot(): 110, req.log_entries().size(): 1
2021.01.29 23:12:19.060387 [ 18 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 110, count: 0
2021.01.29 23:12:19.060437 [ 18 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 110, count: 0
2021.01.29 23:12:19.060477 [ 18 ] {} <Information> RaftInstance: append at 110
2021.01.29 23:12:19.060516 [ 18 ] {} <Information> RaftInstance: local log idx 110, target_commit_idx 109, quick_commit_index_ 109, state_->get_commit_idx() 109
2021.01.29 23:12:19.060547 [ 18 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.060585 [ 18 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.060626 [ 18 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.060661 [ 18 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=111
2021.01.29 23:12:19.061767 [ 21 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=110, LastLogTerm=1, EntriesLength=0, CommitIndex=110 and Term=1
2021.01.29 23:12:19.061854 [ 21 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 110 (0), req c idx: 110, my term: 1, my role: 1
2021.01.29 23:12:19.061900 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.061947 [ 21 ] {} <Information> RaftInstance: [LOG OK] req log idx: 110, req log term: 1, my last log idx: 110, my log (110) term: 1
2021.01.29 23:12:19.061990 [ 21 ] {} <Notice> RaftInstance: trigger commit upto 110
2021.01.29 23:12:19.062047 [ 21 ] {} <Information> RaftInstance: local log idx 110, target_commit_idx 110, quick_commit_index_ 110, state_->get_commit_idx() 109
2021.01.29 23:12:19.062090 [ 21 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.062130 [ 21 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.062153 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.062175 [ 21 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.062205 [ 67 ] {} <Notice> RaftInstance: commit upto 110, curruent idx 109
2021.01.29 23:12:19.062225 [ 21 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.062269 [ 21 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=111
2021.01.29 23:12:19.062275 [ 67 ] {} <Information> RaftInstance: commit upto 110, curruent idx 110
2021.01.29 23:12:19.062523 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 110, curruent idx 110
2021.01.29 23:12:19.062576 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.064812 [ 25 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=110, LastLogTerm=1, EntriesLength=1, CommitIndex=110 and Term=1
2021.01.29 23:12:19.064894 [ 25 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 110 (1), req c idx: 110, my term: 1, my role: 1
2021.01.29 23:12:19.064940 [ 25 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.064988 [ 25 ] {} <Information> RaftInstance: [LOG OK] req log idx: 110, req log term: 1, my last log idx: 110, my log (110) term: 1
2021.01.29 23:12:19.065032 [ 25 ] {} <Notice> RaftInstance: [INIT] log_idx: 111, count: 0, log_store_->next_slot(): 111, req.log_entries().size(): 1
2021.01.29 23:12:19.065094 [ 25 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 111, count: 0
2021.01.29 23:12:19.065150 [ 25 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 111, count: 0
2021.01.29 23:12:19.065198 [ 25 ] {} <Information> RaftInstance: append at 111
2021.01.29 23:12:19.065245 [ 25 ] {} <Information> RaftInstance: local log idx 111, target_commit_idx 110, quick_commit_index_ 110, state_->get_commit_idx() 110
2021.01.29 23:12:19.065282 [ 25 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.065333 [ 25 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.065393 [ 25 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.065436 [ 25 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=112
2021.01.29 23:12:19.066177 [ 50 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=110, LastLogTerm=1, EntriesLength=1, CommitIndex=111 and Term=1
2021.01.29 23:12:19.066258 [ 50 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 110 (1), req c idx: 111, my term: 1, my role: 1
2021.01.29 23:12:19.066304 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.066351 [ 50 ] {} <Information> RaftInstance: [LOG OK] req log idx: 110, req log term: 1, my last log idx: 111, my log (110) term: 1
2021.01.29 23:12:19.066395 [ 50 ] {} <Notice> RaftInstance: [INIT] log_idx: 111, count: 0, log_store_->next_slot(): 112, req.log_entries().size(): 1
2021.01.29 23:12:19.066459 [ 50 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 112, count: 1
2021.01.29 23:12:19.066515 [ 50 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 112, count: 1
2021.01.29 23:12:19.066571 [ 50 ] {} <Notice> RaftInstance: trigger commit upto 111
2021.01.29 23:12:19.066628 [ 50 ] {} <Information> RaftInstance: local log idx 111, target_commit_idx 111, quick_commit_index_ 111, state_->get_commit_idx() 110
2021.01.29 23:12:19.066670 [ 50 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.066719 [ 50 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.066744 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.066765 [ 50 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.066821 [ 67 ] {} <Notice> RaftInstance: commit upto 111, curruent idx 110
2021.01.29 23:12:19.066830 [ 50 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.066877 [ 50 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=112
2021.01.29 23:12:19.066913 [ 67 ] {} <Information> RaftInstance: commit upto 111, curruent idx 111
2021.01.29 23:12:19.067111 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 111, curruent idx 111
2021.01.29 23:12:19.067165 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.070486 [ 28 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=111, LastLogTerm=1, EntriesLength=1, CommitIndex=111 and Term=1
2021.01.29 23:12:19.070585 [ 28 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 111 (1), req c idx: 111, my term: 1, my role: 1
2021.01.29 23:12:19.070632 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.070680 [ 28 ] {} <Information> RaftInstance: [LOG OK] req log idx: 111, req log term: 1, my last log idx: 111, my log (111) term: 1
2021.01.29 23:12:19.070724 [ 28 ] {} <Notice> RaftInstance: [INIT] log_idx: 112, count: 0, log_store_->next_slot(): 112, req.log_entries().size(): 1
2021.01.29 23:12:19.070793 [ 28 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 112, count: 0
2021.01.29 23:12:19.070849 [ 28 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 112, count: 0
2021.01.29 23:12:19.070897 [ 28 ] {} <Information> RaftInstance: append at 112
2021.01.29 23:12:19.070944 [ 28 ] {} <Information> RaftInstance: local log idx 112, target_commit_idx 111, quick_commit_index_ 111, state_->get_commit_idx() 111
2021.01.29 23:12:19.070981 [ 28 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.071025 [ 28 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.071073 [ 28 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.071115 [ 28 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=113
2021.01.29 23:12:19.072102 [ 24 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=112, LastLogTerm=1, EntriesLength=0, CommitIndex=112 and Term=1
2021.01.29 23:12:19.072183 [ 24 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 112 (0), req c idx: 112, my term: 1, my role: 1
2021.01.29 23:12:19.072224 [ 24 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.072267 [ 24 ] {} <Information> RaftInstance: [LOG OK] req log idx: 112, req log term: 1, my last log idx: 112, my log (112) term: 1
2021.01.29 23:12:19.072305 [ 24 ] {} <Notice> RaftInstance: trigger commit upto 112
2021.01.29 23:12:19.072355 [ 24 ] {} <Information> RaftInstance: local log idx 112, target_commit_idx 112, quick_commit_index_ 112, state_->get_commit_idx() 111
2021.01.29 23:12:19.072392 [ 24 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.072429 [ 24 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.072462 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.072470 [ 24 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.072519 [ 67 ] {} <Notice> RaftInstance: commit upto 112, curruent idx 111
2021.01.29 23:12:19.072539 [ 24 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.072578 [ 24 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=113
2021.01.29 23:12:19.072593 [ 67 ] {} <Information> RaftInstance: commit upto 112, curruent idx 112
2021.01.29 23:12:19.072761 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 112, curruent idx 112
2021.01.29 23:12:19.072808 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.074577 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=112, LastLogTerm=1, EntriesLength=1, CommitIndex=112 and Term=1
2021.01.29 23:12:19.074672 [ 31 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 112 (1), req c idx: 112, my term: 1, my role: 1
2021.01.29 23:12:19.074725 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.074769 [ 31 ] {} <Information> RaftInstance: [LOG OK] req log idx: 112, req log term: 1, my last log idx: 112, my log (112) term: 1
2021.01.29 23:12:19.074809 [ 31 ] {} <Notice> RaftInstance: [INIT] log_idx: 113, count: 0, log_store_->next_slot(): 113, req.log_entries().size(): 1
2021.01.29 23:12:19.074879 [ 31 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 113, count: 0
2021.01.29 23:12:19.074952 [ 31 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 113, count: 0
2021.01.29 23:12:19.075001 [ 31 ] {} <Information> RaftInstance: append at 113
2021.01.29 23:12:19.075051 [ 31 ] {} <Information> RaftInstance: local log idx 113, target_commit_idx 112, quick_commit_index_ 112, state_->get_commit_idx() 112
2021.01.29 23:12:19.075090 [ 31 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.075136 [ 31 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.075186 [ 31 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.075229 [ 31 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=114
2021.01.29 23:12:19.076193 [ 39 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=113, LastLogTerm=1, EntriesLength=0, CommitIndex=113 and Term=1
2021.01.29 23:12:19.076293 [ 39 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 113 (0), req c idx: 113, my term: 1, my role: 1
2021.01.29 23:12:19.076339 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.076387 [ 39 ] {} <Information> RaftInstance: [LOG OK] req log idx: 113, req log term: 1, my last log idx: 113, my log (113) term: 1
2021.01.29 23:12:19.076431 [ 39 ] {} <Notice> RaftInstance: trigger commit upto 113
2021.01.29 23:12:19.076502 [ 39 ] {} <Information> RaftInstance: local log idx 113, target_commit_idx 113, quick_commit_index_ 113, state_->get_commit_idx() 112
2021.01.29 23:12:19.076544 [ 39 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.076591 [ 39 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.076613 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.076642 [ 39 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.076664 [ 67 ] {} <Notice> RaftInstance: commit upto 113, curruent idx 112
2021.01.29 23:12:19.076698 [ 39 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.076736 [ 67 ] {} <Information> RaftInstance: commit upto 113, curruent idx 113
2021.01.29 23:12:19.076747 [ 39 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=114
2021.01.29 23:12:19.076902 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 113, curruent idx 113
2021.01.29 23:12:19.076964 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.078702 [ 35 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=113, LastLogTerm=1, EntriesLength=1, CommitIndex=113 and Term=1
2021.01.29 23:12:19.078791 [ 35 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 113 (1), req c idx: 113, my term: 1, my role: 1
2021.01.29 23:12:19.078836 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.078884 [ 35 ] {} <Information> RaftInstance: [LOG OK] req log idx: 113, req log term: 1, my last log idx: 113, my log (113) term: 1
2021.01.29 23:12:19.078928 [ 35 ] {} <Notice> RaftInstance: [INIT] log_idx: 114, count: 0, log_store_->next_slot(): 114, req.log_entries().size(): 1
2021.01.29 23:12:19.078990 [ 35 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 114, count: 0
2021.01.29 23:12:19.079047 [ 35 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 114, count: 0
2021.01.29 23:12:19.079096 [ 35 ] {} <Information> RaftInstance: append at 114
2021.01.29 23:12:19.079144 [ 35 ] {} <Information> RaftInstance: local log idx 114, target_commit_idx 113, quick_commit_index_ 113, state_->get_commit_idx() 113
2021.01.29 23:12:19.079183 [ 35 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.079227 [ 35 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.079275 [ 35 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.079318 [ 35 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=115
2021.01.29 23:12:19.080209 [ 52 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=114, LastLogTerm=1, EntriesLength=0, CommitIndex=114 and Term=1
2021.01.29 23:12:19.080293 [ 52 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 114 (0), req c idx: 114, my term: 1, my role: 1
2021.01.29 23:12:19.080333 [ 52 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.080375 [ 52 ] {} <Information> RaftInstance: [LOG OK] req log idx: 114, req log term: 1, my last log idx: 114, my log (114) term: 1
2021.01.29 23:12:19.080414 [ 52 ] {} <Notice> RaftInstance: trigger commit upto 114
2021.01.29 23:12:19.080466 [ 52 ] {} <Information> RaftInstance: local log idx 114, target_commit_idx 114, quick_commit_index_ 114, state_->get_commit_idx() 113
2021.01.29 23:12:19.080503 [ 52 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.080538 [ 52 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.080563 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.080579 [ 52 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.080642 [ 67 ] {} <Notice> RaftInstance: commit upto 114, curruent idx 113
2021.01.29 23:12:19.080683 [ 52 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.080739 [ 52 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=115
2021.01.29 23:12:19.080751 [ 67 ] {} <Information> RaftInstance: commit upto 114, curruent idx 114
2021.01.29 23:12:19.080894 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 114, curruent idx 114
2021.01.29 23:12:19.080945 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.096828 [ 64 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=114, LastLogTerm=1, EntriesLength=0, CommitIndex=114 and Term=1
2021.01.29 23:12:19.096902 [ 64 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 114 (0), req c idx: 114, my term: 1, my role: 1
2021.01.29 23:12:19.096941 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.096981 [ 64 ] {} <Information> RaftInstance: [LOG OK] req log idx: 114, req log term: 1, my last log idx: 114, my log (114) term: 1
2021.01.29 23:12:19.097037 [ 64 ] {} <Information> RaftInstance: local log idx 114, target_commit_idx 114, quick_commit_index_ 114, state_->get_commit_idx() 114
2021.01.29 23:12:19.097070 [ 64 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.097110 [ 64 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.097171 [ 64 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.097214 [ 64 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=115
2021.01.29 23:12:19.197474 [ 61 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=114, LastLogTerm=1, EntriesLength=0, CommitIndex=114 and Term=1
2021.01.29 23:12:19.197564 [ 61 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 114 (0), req c idx: 114, my term: 1, my role: 1
2021.01.29 23:12:19.197607 [ 61 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.197652 [ 61 ] {} <Information> RaftInstance: [LOG OK] req log idx: 114, req log term: 1, my last log idx: 114, my log (114) term: 1
2021.01.29 23:12:19.197704 [ 61 ] {} <Information> RaftInstance: local log idx 114, target_commit_idx 114, quick_commit_index_ 114, state_->get_commit_idx() 114
2021.01.29 23:12:19.197738 [ 61 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.197780 [ 61 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.197825 [ 61 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.197863 [ 61 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=115
2021.01.29 23:12:19.253737 [ 20 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=114, LastLogTerm=1, EntriesLength=1, CommitIndex=114 and Term=1
2021.01.29 23:12:19.253823 [ 20 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 114 (1), req c idx: 114, my term: 1, my role: 1
2021.01.29 23:12:19.253874 [ 20 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.253920 [ 20 ] {} <Information> RaftInstance: [LOG OK] req log idx: 114, req log term: 1, my last log idx: 114, my log (114) term: 1
2021.01.29 23:12:19.253965 [ 20 ] {} <Notice> RaftInstance: [INIT] log_idx: 115, count: 0, log_store_->next_slot(): 115, req.log_entries().size(): 1
2021.01.29 23:12:19.254020 [ 20 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 115, count: 0
2021.01.29 23:12:19.254069 [ 20 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 115, count: 0
2021.01.29 23:12:19.254112 [ 20 ] {} <Information> RaftInstance: append at 115
2021.01.29 23:12:19.254156 [ 20 ] {} <Information> RaftInstance: local log idx 115, target_commit_idx 114, quick_commit_index_ 114, state_->get_commit_idx() 114
2021.01.29 23:12:19.254189 [ 20 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.254232 [ 20 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.254277 [ 20 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.254314 [ 20 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=116
2021.01.29 23:12:19.255679 [ 26 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=115, LastLogTerm=1, EntriesLength=0, CommitIndex=115 and Term=1
2021.01.29 23:12:19.255759 [ 26 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 115 (0), req c idx: 115, my term: 1, my role: 1
2021.01.29 23:12:19.255800 [ 26 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.255842 [ 26 ] {} <Information> RaftInstance: [LOG OK] req log idx: 115, req log term: 1, my last log idx: 115, my log (115) term: 1
2021.01.29 23:12:19.255880 [ 26 ] {} <Notice> RaftInstance: trigger commit upto 115
2021.01.29 23:12:19.255931 [ 26 ] {} <Information> RaftInstance: local log idx 115, target_commit_idx 115, quick_commit_index_ 115, state_->get_commit_idx() 114
2021.01.29 23:12:19.255968 [ 26 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.256007 [ 26 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.256046 [ 26 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.256117 [ 26 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.256131 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.256161 [ 26 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=116
2021.01.29 23:12:19.256198 [ 67 ] {} <Notice> RaftInstance: commit upto 115, curruent idx 114
2021.01.29 23:12:19.256279 [ 67 ] {} <Information> RaftInstance: commit upto 115, curruent idx 115
2021.01.29 23:12:19.256389 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 115, curruent idx 115
2021.01.29 23:12:19.256441 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.260275 [ 53 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=115, LastLogTerm=1, EntriesLength=1, CommitIndex=115 and Term=1
2021.01.29 23:12:19.260353 [ 53 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 115 (1), req c idx: 115, my term: 1, my role: 1
2021.01.29 23:12:19.260395 [ 53 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.260437 [ 53 ] {} <Information> RaftInstance: [LOG OK] req log idx: 115, req log term: 1, my last log idx: 115, my log (115) term: 1
2021.01.29 23:12:19.260482 [ 53 ] {} <Notice> RaftInstance: [INIT] log_idx: 116, count: 0, log_store_->next_slot(): 116, req.log_entries().size(): 1
2021.01.29 23:12:19.260537 [ 53 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 116, count: 0
2021.01.29 23:12:19.260587 [ 53 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 116, count: 0
2021.01.29 23:12:19.260630 [ 53 ] {} <Information> RaftInstance: append at 116
2021.01.29 23:12:19.260672 [ 53 ] {} <Information> RaftInstance: local log idx 116, target_commit_idx 115, quick_commit_index_ 115, state_->get_commit_idx() 115
2021.01.29 23:12:19.260705 [ 53 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.260748 [ 53 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.260790 [ 53 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.260828 [ 53 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=117
2021.01.29 23:12:19.261827 [ 12 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=116, LastLogTerm=1, EntriesLength=0, CommitIndex=116 and Term=1
2021.01.29 23:12:19.261916 [ 12 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 116 (0), req c idx: 116, my term: 1, my role: 1
2021.01.29 23:12:19.261969 [ 12 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.262020 [ 12 ] {} <Information> RaftInstance: [LOG OK] req log idx: 116, req log term: 1, my last log idx: 116, my log (116) term: 1
2021.01.29 23:12:19.262070 [ 12 ] {} <Notice> RaftInstance: trigger commit upto 116
2021.01.29 23:12:19.262131 [ 12 ] {} <Information> RaftInstance: local log idx 116, target_commit_idx 116, quick_commit_index_ 116, state_->get_commit_idx() 115
2021.01.29 23:12:19.262175 [ 12 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.262218 [ 12 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.262265 [ 12 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.262317 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.262323 [ 12 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.262378 [ 67 ] {} <Notice> RaftInstance: commit upto 116, curruent idx 115
2021.01.29 23:12:19.262394 [ 12 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=117
2021.01.29 23:12:19.262454 [ 67 ] {} <Information> RaftInstance: commit upto 116, curruent idx 116
2021.01.29 23:12:19.263321 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 116, curruent idx 116
2021.01.29 23:12:19.263370 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.264908 [ 32 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=116, LastLogTerm=1, EntriesLength=1, CommitIndex=116 and Term=1
2021.01.29 23:12:19.264989 [ 32 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 116 (1), req c idx: 116, my term: 1, my role: 1
2021.01.29 23:12:19.265032 [ 32 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.265077 [ 32 ] {} <Information> RaftInstance: [LOG OK] req log idx: 116, req log term: 1, my last log idx: 116, my log (116) term: 1
2021.01.29 23:12:19.265119 [ 32 ] {} <Notice> RaftInstance: [INIT] log_idx: 117, count: 0, log_store_->next_slot(): 117, req.log_entries().size(): 1
2021.01.29 23:12:19.265174 [ 32 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 117, count: 0
2021.01.29 23:12:19.265224 [ 32 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 117, count: 0
2021.01.29 23:12:19.265267 [ 32 ] {} <Information> RaftInstance: append at 117
2021.01.29 23:12:19.265310 [ 32 ] {} <Information> RaftInstance: local log idx 117, target_commit_idx 116, quick_commit_index_ 116, state_->get_commit_idx() 116
2021.01.29 23:12:19.265343 [ 32 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.265403 [ 32 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.265478 [ 32 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.265521 [ 32 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=118
2021.01.29 23:12:19.266505 [ 40 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=117, LastLogTerm=1, EntriesLength=0, CommitIndex=117 and Term=1
2021.01.29 23:12:19.266594 [ 40 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 117 (0), req c idx: 117, my term: 1, my role: 1
2021.01.29 23:12:19.266640 [ 40 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.266688 [ 40 ] {} <Information> RaftInstance: [LOG OK] req log idx: 117, req log term: 1, my last log idx: 117, my log (117) term: 1
2021.01.29 23:12:19.266731 [ 40 ] {} <Notice> RaftInstance: trigger commit upto 117
2021.01.29 23:12:19.266788 [ 40 ] {} <Information> RaftInstance: local log idx 117, target_commit_idx 117, quick_commit_index_ 117, state_->get_commit_idx() 116
2021.01.29 23:12:19.266830 [ 40 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.266876 [ 40 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.266921 [ 40 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.266925 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.266979 [ 40 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.266996 [ 67 ] {} <Notice> RaftInstance: commit upto 117, curruent idx 116
2021.01.29 23:12:19.267030 [ 40 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=118
2021.01.29 23:12:19.267090 [ 67 ] {} <Information> RaftInstance: commit upto 117, curruent idx 117
2021.01.29 23:12:19.267183 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 117, curruent idx 117
2021.01.29 23:12:19.267231 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.269142 [ 25 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=117, LastLogTerm=1, EntriesLength=1, CommitIndex=117 and Term=1
2021.01.29 23:12:19.269231 [ 25 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 117 (1), req c idx: 117, my term: 1, my role: 1
2021.01.29 23:12:19.269278 [ 25 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.269327 [ 25 ] {} <Information> RaftInstance: [LOG OK] req log idx: 117, req log term: 1, my last log idx: 117, my log (117) term: 1
2021.01.29 23:12:19.269387 [ 25 ] {} <Notice> RaftInstance: [INIT] log_idx: 118, count: 0, log_store_->next_slot(): 118, req.log_entries().size(): 1
2021.01.29 23:12:19.269451 [ 25 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 118, count: 0
2021.01.29 23:12:19.269507 [ 25 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 118, count: 0
2021.01.29 23:12:19.269556 [ 25 ] {} <Information> RaftInstance: append at 118
2021.01.29 23:12:19.269603 [ 25 ] {} <Information> RaftInstance: local log idx 118, target_commit_idx 117, quick_commit_index_ 117, state_->get_commit_idx() 117
2021.01.29 23:12:19.269642 [ 25 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.269700 [ 25 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.269751 [ 25 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.269806 [ 25 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=119
2021.01.29 23:12:19.270786 [ 50 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=118, LastLogTerm=1, EntriesLength=0, CommitIndex=118 and Term=1
2021.01.29 23:12:19.270872 [ 50 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 118 (0), req c idx: 118, my term: 1, my role: 1
2021.01.29 23:12:19.270929 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.270976 [ 50 ] {} <Information> RaftInstance: [LOG OK] req log idx: 118, req log term: 1, my last log idx: 118, my log (118) term: 1
2021.01.29 23:12:19.271029 [ 50 ] {} <Notice> RaftInstance: trigger commit upto 118
2021.01.29 23:12:19.271079 [ 50 ] {} <Information> RaftInstance: local log idx 118, target_commit_idx 118, quick_commit_index_ 118, state_->get_commit_idx() 117
2021.01.29 23:12:19.271139 [ 50 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.271179 [ 50 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.271236 [ 50 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.271284 [ 50 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.271287 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.271329 [ 50 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=119
2021.01.29 23:12:19.271348 [ 67 ] {} <Notice> RaftInstance: commit upto 118, curruent idx 117
2021.01.29 23:12:19.271437 [ 67 ] {} <Information> RaftInstance: commit upto 118, curruent idx 118
2021.01.29 23:12:19.271538 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 118, curruent idx 118
2021.01.29 23:12:19.271590 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.273419 [ 28 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=118, LastLogTerm=1, EntriesLength=1, CommitIndex=118 and Term=1
2021.01.29 23:12:19.273504 [ 28 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 118 (1), req c idx: 118, my term: 1, my role: 1
2021.01.29 23:12:19.273552 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.273599 [ 28 ] {} <Information> RaftInstance: [LOG OK] req log idx: 118, req log term: 1, my last log idx: 118, my log (118) term: 1
2021.01.29 23:12:19.273643 [ 28 ] {} <Notice> RaftInstance: [INIT] log_idx: 119, count: 0, log_store_->next_slot(): 119, req.log_entries().size(): 1
2021.01.29 23:12:19.273725 [ 28 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 119, count: 0
2021.01.29 23:12:19.273783 [ 28 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 119, count: 0
2021.01.29 23:12:19.273832 [ 28 ] {} <Information> RaftInstance: append at 119
2021.01.29 23:12:19.273880 [ 28 ] {} <Information> RaftInstance: local log idx 119, target_commit_idx 118, quick_commit_index_ 118, state_->get_commit_idx() 118
2021.01.29 23:12:19.273924 [ 28 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.273968 [ 28 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.274015 [ 28 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.274058 [ 28 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=120
2021.01.29 23:12:19.275952 [ 24 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=119, LastLogTerm=1, EntriesLength=0, CommitIndex=119 and Term=1
2021.01.29 23:12:19.276041 [ 24 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 119 (0), req c idx: 119, my term: 1, my role: 1
2021.01.29 23:12:19.276087 [ 24 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.276136 [ 24 ] {} <Information> RaftInstance: [LOG OK] req log idx: 119, req log term: 1, my last log idx: 119, my log (119) term: 1
2021.01.29 23:12:19.276179 [ 24 ] {} <Notice> RaftInstance: trigger commit upto 119
2021.01.29 23:12:19.276237 [ 24 ] {} <Information> RaftInstance: local log idx 119, target_commit_idx 119, quick_commit_index_ 119, state_->get_commit_idx() 118
2021.01.29 23:12:19.276279 [ 24 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.276320 [ 24 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.276348 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.276379 [ 24 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.276411 [ 67 ] {} <Notice> RaftInstance: commit upto 119, curruent idx 118
2021.01.29 23:12:19.276429 [ 24 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.276473 [ 24 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=120
2021.01.29 23:12:19.276484 [ 67 ] {} <Information> RaftInstance: commit upto 119, curruent idx 119
2021.01.29 23:12:19.276652 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 119, curruent idx 119
2021.01.29 23:12:19.276720 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.277532 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=119, LastLogTerm=1, EntriesLength=1, CommitIndex=119 and Term=1
2021.01.29 23:12:19.277614 [ 31 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 119 (1), req c idx: 119, my term: 1, my role: 1
2021.01.29 23:12:19.277660 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.277718 [ 31 ] {} <Information> RaftInstance: [LOG OK] req log idx: 119, req log term: 1, my last log idx: 119, my log (119) term: 1
2021.01.29 23:12:19.277764 [ 31 ] {} <Notice> RaftInstance: [INIT] log_idx: 120, count: 0, log_store_->next_slot(): 120, req.log_entries().size(): 1
2021.01.29 23:12:19.277827 [ 31 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 120, count: 0
2021.01.29 23:12:19.277882 [ 31 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 120, count: 0
2021.01.29 23:12:19.277930 [ 31 ] {} <Information> RaftInstance: append at 120
2021.01.29 23:12:19.277985 [ 31 ] {} <Information> RaftInstance: local log idx 120, target_commit_idx 119, quick_commit_index_ 119, state_->get_commit_idx() 119
2021.01.29 23:12:19.278022 [ 31 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.278066 [ 31 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.278114 [ 31 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.278156 [ 31 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=121
2021.01.29 23:12:19.279260 [ 39 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=120, LastLogTerm=1, EntriesLength=0, CommitIndex=120 and Term=1
2021.01.29 23:12:19.279339 [ 39 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 120 (0), req c idx: 120, my term: 1, my role: 1
2021.01.29 23:12:19.279379 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.279422 [ 39 ] {} <Information> RaftInstance: [LOG OK] req log idx: 120, req log term: 1, my last log idx: 120, my log (120) term: 1
2021.01.29 23:12:19.279460 [ 39 ] {} <Notice> RaftInstance: trigger commit upto 120
2021.01.29 23:12:19.279512 [ 39 ] {} <Information> RaftInstance: local log idx 120, target_commit_idx 120, quick_commit_index_ 120, state_->get_commit_idx() 119
2021.01.29 23:12:19.279549 [ 39 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.279589 [ 39 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.279631 [ 39 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.279676 [ 39 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.279676 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.279715 [ 39 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=121
2021.01.29 23:12:19.279731 [ 67 ] {} <Notice> RaftInstance: commit upto 120, curruent idx 119
2021.01.29 23:12:19.279800 [ 67 ] {} <Information> RaftInstance: commit upto 120, curruent idx 120
2021.01.29 23:12:19.279896 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 120, curruent idx 120
2021.01.29 23:12:19.279949 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.280472 [ 58 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=120, LastLogTerm=1, EntriesLength=1, CommitIndex=120 and Term=1
2021.01.29 23:12:19.280550 [ 58 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 120 (1), req c idx: 120, my term: 1, my role: 1
2021.01.29 23:12:19.280591 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.280633 [ 58 ] {} <Information> RaftInstance: [LOG OK] req log idx: 120, req log term: 1, my last log idx: 120, my log (120) term: 1
2021.01.29 23:12:19.280677 [ 58 ] {} <Notice> RaftInstance: [INIT] log_idx: 121, count: 0, log_store_->next_slot(): 121, req.log_entries().size(): 1
2021.01.29 23:12:19.280733 [ 58 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 121, count: 0
2021.01.29 23:12:19.280782 [ 58 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 121, count: 0
2021.01.29 23:12:19.280825 [ 58 ] {} <Information> RaftInstance: append at 121
2021.01.29 23:12:19.280868 [ 58 ] {} <Information> RaftInstance: local log idx 121, target_commit_idx 120, quick_commit_index_ 120, state_->get_commit_idx() 120
2021.01.29 23:12:19.280901 [ 58 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.280945 [ 58 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.280989 [ 58 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.281026 [ 58 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=122
2021.01.29 23:12:19.281669 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=120, LastLogTerm=1, EntriesLength=1, CommitIndex=121 and Term=1
2021.01.29 23:12:19.281757 [ 63 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 120 (1), req c idx: 121, my term: 1, my role: 1
2021.01.29 23:12:19.281802 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.281848 [ 63 ] {} <Information> RaftInstance: [LOG OK] req log idx: 120, req log term: 1, my last log idx: 121, my log (120) term: 1
2021.01.29 23:12:19.281892 [ 63 ] {} <Notice> RaftInstance: [INIT] log_idx: 121, count: 0, log_store_->next_slot(): 122, req.log_entries().size(): 1
2021.01.29 23:12:19.281955 [ 63 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 122, count: 1
2021.01.29 23:12:19.282011 [ 63 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 122, count: 1
2021.01.29 23:12:19.282067 [ 63 ] {} <Notice> RaftInstance: trigger commit upto 121
2021.01.29 23:12:19.282123 [ 63 ] {} <Information> RaftInstance: local log idx 121, target_commit_idx 121, quick_commit_index_ 121, state_->get_commit_idx() 120
2021.01.29 23:12:19.282165 [ 63 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.282206 [ 63 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.282248 [ 63 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.282295 [ 63 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.282292 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.282341 [ 63 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=122
2021.01.29 23:12:19.282356 [ 67 ] {} <Notice> RaftInstance: commit upto 121, curruent idx 120
2021.01.29 23:12:19.282441 [ 67 ] {} <Information> RaftInstance: commit upto 121, curruent idx 121
2021.01.29 23:12:19.282616 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 121, curruent idx 121
2021.01.29 23:12:19.282668 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.284228 [ 64 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=121, LastLogTerm=1, EntriesLength=1, CommitIndex=121 and Term=1
2021.01.29 23:12:19.284312 [ 64 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 121 (1), req c idx: 121, my term: 1, my role: 1
2021.01.29 23:12:19.284353 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.284394 [ 64 ] {} <Information> RaftInstance: [LOG OK] req log idx: 121, req log term: 1, my last log idx: 121, my log (121) term: 1
2021.01.29 23:12:19.284433 [ 64 ] {} <Notice> RaftInstance: [INIT] log_idx: 122, count: 0, log_store_->next_slot(): 122, req.log_entries().size(): 1
2021.01.29 23:12:19.284494 [ 64 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 122, count: 0
2021.01.29 23:12:19.284542 [ 64 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 122, count: 0
2021.01.29 23:12:19.284586 [ 64 ] {} <Information> RaftInstance: append at 122
2021.01.29 23:12:19.284628 [ 64 ] {} <Information> RaftInstance: local log idx 122, target_commit_idx 121, quick_commit_index_ 121, state_->get_commit_idx() 121
2021.01.29 23:12:19.284661 [ 64 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.284700 [ 64 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.284743 [ 64 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.284781 [ 64 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=123
2021.01.29 23:12:19.286778 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=122, LastLogTerm=1, EntriesLength=0, CommitIndex=122 and Term=1
2021.01.29 23:12:19.287076 [ 65 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 122 (0), req c idx: 122, my term: 1, my role: 1
2021.01.29 23:12:19.287242 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.287452 [ 65 ] {} <Information> RaftInstance: [LOG OK] req log idx: 122, req log term: 1, my last log idx: 122, my log (122) term: 1
2021.01.29 23:12:19.287490 [ 65 ] {} <Notice> RaftInstance: trigger commit upto 122
2021.01.29 23:12:19.287546 [ 65 ] {} <Information> RaftInstance: local log idx 122, target_commit_idx 122, quick_commit_index_ 122, state_->get_commit_idx() 121
2021.01.29 23:12:19.287584 [ 65 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.287620 [ 65 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.287659 [ 65 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.287711 [ 65 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.287723 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.287751 [ 65 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=123
2021.01.29 23:12:19.287777 [ 67 ] {} <Notice> RaftInstance: commit upto 122, curruent idx 121
2021.01.29 23:12:19.287875 [ 67 ] {} <Information> RaftInstance: commit upto 122, curruent idx 122
2021.01.29 23:12:19.288024 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 122, curruent idx 122
2021.01.29 23:12:19.288070 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.288858 [ 11 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=122, LastLogTerm=1, EntriesLength=1, CommitIndex=122 and Term=1
2021.01.29 23:12:19.288947 [ 11 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 122 (1), req c idx: 122, my term: 1, my role: 1
2021.01.29 23:12:19.288993 [ 11 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.289041 [ 11 ] {} <Information> RaftInstance: [LOG OK] req log idx: 122, req log term: 1, my last log idx: 122, my log (122) term: 1
2021.01.29 23:12:19.289085 [ 11 ] {} <Notice> RaftInstance: [INIT] log_idx: 123, count: 0, log_store_->next_slot(): 123, req.log_entries().size(): 1
2021.01.29 23:12:19.289148 [ 11 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 123, count: 0
2021.01.29 23:12:19.289212 [ 11 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 123, count: 0
2021.01.29 23:12:19.289260 [ 11 ] {} <Information> RaftInstance: append at 123
2021.01.29 23:12:19.289308 [ 11 ] {} <Information> RaftInstance: local log idx 123, target_commit_idx 122, quick_commit_index_ 122, state_->get_commit_idx() 122
2021.01.29 23:12:19.289346 [ 11 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.289398 [ 11 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.289446 [ 11 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.289488 [ 11 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=124
2021.01.29 23:12:19.290612 [ 14 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=123, LastLogTerm=1, EntriesLength=0, CommitIndex=123 and Term=1
2021.01.29 23:12:19.290698 [ 14 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 123 (0), req c idx: 123, my term: 1, my role: 1
2021.01.29 23:12:19.290745 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.290795 [ 14 ] {} <Information> RaftInstance: [LOG OK] req log idx: 123, req log term: 1, my last log idx: 123, my log (123) term: 1
2021.01.29 23:12:19.290839 [ 14 ] {} <Notice> RaftInstance: trigger commit upto 123
2021.01.29 23:12:19.290898 [ 14 ] {} <Information> RaftInstance: local log idx 123, target_commit_idx 123, quick_commit_index_ 123, state_->get_commit_idx() 122
2021.01.29 23:12:19.290951 [ 14 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.290994 [ 14 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.291013 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.291034 [ 14 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.291062 [ 67 ] {} <Notice> RaftInstance: commit upto 123, curruent idx 122
2021.01.29 23:12:19.291082 [ 14 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.291125 [ 14 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=124
2021.01.29 23:12:19.291141 [ 67 ] {} <Information> RaftInstance: commit upto 123, curruent idx 123
2021.01.29 23:12:19.291241 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 123, curruent idx 123
2021.01.29 23:12:19.291308 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.292205 [ 15 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=123, LastLogTerm=1, EntriesLength=1, CommitIndex=123 and Term=1
2021.01.29 23:12:19.292284 [ 15 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 123 (1), req c idx: 123, my term: 1, my role: 1
2021.01.29 23:12:19.292328 [ 15 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.292371 [ 15 ] {} <Information> RaftInstance: [LOG OK] req log idx: 123, req log term: 1, my last log idx: 123, my log (123) term: 1
2021.01.29 23:12:19.292416 [ 15 ] {} <Notice> RaftInstance: [INIT] log_idx: 124, count: 0, log_store_->next_slot(): 124, req.log_entries().size(): 1
2021.01.29 23:12:19.292472 [ 15 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 124, count: 0
2021.01.29 23:12:19.292553 [ 15 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 124, count: 0
2021.01.29 23:12:19.292602 [ 15 ] {} <Information> RaftInstance: append at 124
2021.01.29 23:12:19.292721 [ 15 ] {} <Information> RaftInstance: local log idx 124, target_commit_idx 123, quick_commit_index_ 123, state_->get_commit_idx() 123
2021.01.29 23:12:19.292761 [ 15 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.292812 [ 15 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.292861 [ 15 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.292912 [ 15 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=125
2021.01.29 23:12:19.294237 [ 12 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=124, LastLogTerm=1, EntriesLength=0, CommitIndex=124 and Term=1
2021.01.29 23:12:19.294325 [ 12 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 124 (0), req c idx: 124, my term: 1, my role: 1
2021.01.29 23:12:19.294373 [ 12 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.294421 [ 12 ] {} <Information> RaftInstance: [LOG OK] req log idx: 124, req log term: 1, my last log idx: 124, my log (124) term: 1
2021.01.29 23:12:19.294465 [ 12 ] {} <Notice> RaftInstance: trigger commit upto 124
2021.01.29 23:12:19.294523 [ 12 ] {} <Information> RaftInstance: local log idx 124, target_commit_idx 124, quick_commit_index_ 124, state_->get_commit_idx() 123
2021.01.29 23:12:19.294566 [ 12 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.294619 [ 12 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.294699 [ 12 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.294723 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.294742 [ 12 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.295003 [ 67 ] {} <Notice> RaftInstance: commit upto 124, curruent idx 123
2021.01.29 23:12:19.295017 [ 12 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=125
2021.01.29 23:12:19.295069 [ 67 ] {} <Information> RaftInstance: commit upto 124, curruent idx 124
2021.01.29 23:12:19.295209 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 124, curruent idx 124
2021.01.29 23:12:19.295267 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.297385 [ 49 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=124, LastLogTerm=1, EntriesLength=1, CommitIndex=124 and Term=1
2021.01.29 23:12:19.297473 [ 49 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 124 (1), req c idx: 124, my term: 1, my role: 1
2021.01.29 23:12:19.297518 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.297572 [ 49 ] {} <Information> RaftInstance: [LOG OK] req log idx: 124, req log term: 1, my last log idx: 124, my log (124) term: 1
2021.01.29 23:12:19.297616 [ 49 ] {} <Notice> RaftInstance: [INIT] log_idx: 125, count: 0, log_store_->next_slot(): 125, req.log_entries().size(): 1
2021.01.29 23:12:19.297677 [ 49 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 125, count: 0
2021.01.29 23:12:19.297745 [ 49 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 125, count: 0
2021.01.29 23:12:19.297794 [ 49 ] {} <Information> RaftInstance: append at 125
2021.01.29 23:12:19.297842 [ 49 ] {} <Information> RaftInstance: local log idx 125, target_commit_idx 124, quick_commit_index_ 124, state_->get_commit_idx() 124
2021.01.29 23:12:19.297880 [ 49 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.297925 [ 49 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.297974 [ 49 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.298017 [ 49 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=126
2021.01.29 23:12:19.298890 [ 34 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=125, LastLogTerm=1, EntriesLength=0, CommitIndex=125 and Term=1
2021.01.29 23:12:19.298965 [ 34 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 125 (0), req c idx: 125, my term: 1, my role: 1
2021.01.29 23:12:19.299005 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.299055 [ 34 ] {} <Information> RaftInstance: [LOG OK] req log idx: 125, req log term: 1, my last log idx: 125, my log (125) term: 1
2021.01.29 23:12:19.299093 [ 34 ] {} <Notice> RaftInstance: trigger commit upto 125
2021.01.29 23:12:19.299143 [ 34 ] {} <Information> RaftInstance: local log idx 125, target_commit_idx 125, quick_commit_index_ 125, state_->get_commit_idx() 124
2021.01.29 23:12:19.299179 [ 34 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.299220 [ 34 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.299241 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.299262 [ 34 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.299295 [ 67 ] {} <Notice> RaftInstance: commit upto 125, curruent idx 124
2021.01.29 23:12:19.299312 [ 34 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.299355 [ 34 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=126
2021.01.29 23:12:19.299372 [ 67 ] {} <Information> RaftInstance: commit upto 125, curruent idx 125
2021.01.29 23:12:19.299687 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 125, curruent idx 125
2021.01.29 23:12:19.299770 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.304346 [ 37 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=125, LastLogTerm=1, EntriesLength=1, CommitIndex=125 and Term=1
2021.01.29 23:12:19.304424 [ 37 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 125 (1), req c idx: 125, my term: 1, my role: 1
2021.01.29 23:12:19.304464 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.304507 [ 37 ] {} <Information> RaftInstance: [LOG OK] req log idx: 125, req log term: 1, my last log idx: 125, my log (125) term: 1
2021.01.29 23:12:19.304546 [ 37 ] {} <Notice> RaftInstance: [INIT] log_idx: 126, count: 0, log_store_->next_slot(): 126, req.log_entries().size(): 1
2021.01.29 23:12:19.304602 [ 37 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 126, count: 0
2021.01.29 23:12:19.304651 [ 37 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 126, count: 0
2021.01.29 23:12:19.304695 [ 37 ] {} <Information> RaftInstance: append at 126
2021.01.29 23:12:19.304736 [ 37 ] {} <Information> RaftInstance: local log idx 126, target_commit_idx 125, quick_commit_index_ 125, state_->get_commit_idx() 125
2021.01.29 23:12:19.304770 [ 37 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.304811 [ 37 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.304863 [ 37 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.304902 [ 37 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=127
2021.01.29 23:12:19.305831 [ 47 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=126, LastLogTerm=1, EntriesLength=0, CommitIndex=126 and Term=1
2021.01.29 23:12:19.305929 [ 47 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 126 (0), req c idx: 126, my term: 1, my role: 1
2021.01.29 23:12:19.305975 [ 47 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.306024 [ 47 ] {} <Information> RaftInstance: [LOG OK] req log idx: 126, req log term: 1, my last log idx: 126, my log (126) term: 1
2021.01.29 23:12:19.306082 [ 47 ] {} <Notice> RaftInstance: trigger commit upto 126
2021.01.29 23:12:19.306149 [ 47 ] {} <Information> RaftInstance: local log idx 126, target_commit_idx 126, quick_commit_index_ 126, state_->get_commit_idx() 125
2021.01.29 23:12:19.306195 [ 47 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.306236 [ 47 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.306253 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.306281 [ 47 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.306299 [ 67 ] {} <Notice> RaftInstance: commit upto 126, curruent idx 125
2021.01.29 23:12:19.306339 [ 47 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.306378 [ 67 ] {} <Information> RaftInstance: commit upto 126, curruent idx 126
2021.01.29 23:12:19.306390 [ 47 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=127
2021.01.29 23:12:19.306633 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 126, curruent idx 126
2021.01.29 23:12:19.306682 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.309314 [ 51 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=126, LastLogTerm=1, EntriesLength=1, CommitIndex=126 and Term=1
2021.01.29 23:12:19.309426 [ 51 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 126 (1), req c idx: 126, my term: 1, my role: 1
2021.01.29 23:12:19.309471 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.309518 [ 51 ] {} <Information> RaftInstance: [LOG OK] req log idx: 126, req log term: 1, my last log idx: 126, my log (126) term: 1
2021.01.29 23:12:19.309567 [ 51 ] {} <Notice> RaftInstance: [INIT] log_idx: 127, count: 0, log_store_->next_slot(): 127, req.log_entries().size(): 1
2021.01.29 23:12:19.309640 [ 51 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 127, count: 0
2021.01.29 23:12:19.309706 [ 51 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 127, count: 0
2021.01.29 23:12:19.309756 [ 51 ] {} <Information> RaftInstance: append at 127
2021.01.29 23:12:19.309804 [ 51 ] {} <Information> RaftInstance: local log idx 127, target_commit_idx 126, quick_commit_index_ 126, state_->get_commit_idx() 126
2021.01.29 23:12:19.309841 [ 51 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.309885 [ 51 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.309933 [ 51 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.309974 [ 51 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=128
2021.01.29 23:12:19.311111 [ 57 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=127, LastLogTerm=1, EntriesLength=0, CommitIndex=127 and Term=1
2021.01.29 23:12:19.311188 [ 57 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 127 (0), req c idx: 127, my term: 1, my role: 1
2021.01.29 23:12:19.311229 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.311273 [ 57 ] {} <Information> RaftInstance: [LOG OK] req log idx: 127, req log term: 1, my last log idx: 127, my log (127) term: 1
2021.01.29 23:12:19.311312 [ 57 ] {} <Notice> RaftInstance: trigger commit upto 127
2021.01.29 23:12:19.311362 [ 57 ] {} <Information> RaftInstance: local log idx 127, target_commit_idx 127, quick_commit_index_ 127, state_->get_commit_idx() 126
2021.01.29 23:12:19.311400 [ 57 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.311435 [ 57 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.311467 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.311507 [ 57 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.311518 [ 67 ] {} <Notice> RaftInstance: commit upto 127, curruent idx 126
2021.01.29 23:12:19.311553 [ 57 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.311583 [ 67 ] {} <Information> RaftInstance: commit upto 127, curruent idx 127
2021.01.29 23:12:19.311592 [ 57 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=128
2021.01.29 23:12:19.311715 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 127, curruent idx 127
2021.01.29 23:12:19.311761 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.316801 [ 38 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=127, LastLogTerm=1, EntriesLength=1, CommitIndex=127 and Term=1
2021.01.29 23:12:19.316902 [ 38 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 127 (1), req c idx: 127, my term: 1, my role: 1
2021.01.29 23:12:19.316948 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.316997 [ 38 ] {} <Information> RaftInstance: [LOG OK] req log idx: 127, req log term: 1, my last log idx: 127, my log (127) term: 1
2021.01.29 23:12:19.317041 [ 38 ] {} <Notice> RaftInstance: [INIT] log_idx: 128, count: 0, log_store_->next_slot(): 128, req.log_entries().size(): 1
2021.01.29 23:12:19.317103 [ 38 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 128, count: 0
2021.01.29 23:12:19.317159 [ 38 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 128, count: 0
2021.01.29 23:12:19.317208 [ 38 ] {} <Information> RaftInstance: append at 128
2021.01.29 23:12:19.317255 [ 38 ] {} <Information> RaftInstance: local log idx 128, target_commit_idx 127, quick_commit_index_ 127, state_->get_commit_idx() 127
2021.01.29 23:12:19.317293 [ 38 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.317338 [ 38 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.317398 [ 38 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.317442 [ 38 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=129
2021.01.29 23:12:19.318328 [ 56 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=128, LastLogTerm=1, EntriesLength=0, CommitIndex=128 and Term=1
2021.01.29 23:12:19.318414 [ 56 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 128 (0), req c idx: 128, my term: 1, my role: 1
2021.01.29 23:12:19.318459 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.318515 [ 56 ] {} <Information> RaftInstance: [LOG OK] req log idx: 128, req log term: 1, my last log idx: 128, my log (128) term: 1
2021.01.29 23:12:19.318558 [ 56 ] {} <Notice> RaftInstance: trigger commit upto 128
2021.01.29 23:12:19.318615 [ 56 ] {} <Information> RaftInstance: local log idx 128, target_commit_idx 128, quick_commit_index_ 128, state_->get_commit_idx() 127
2021.01.29 23:12:19.318663 [ 56 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.318703 [ 56 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.318736 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.318747 [ 56 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.318796 [ 67 ] {} <Notice> RaftInstance: commit upto 128, curruent idx 127
2021.01.29 23:12:19.318829 [ 56 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.318868 [ 67 ] {} <Information> RaftInstance: commit upto 128, curruent idx 128
2021.01.29 23:12:19.318902 [ 56 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=129
2021.01.29 23:12:19.319045 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 128, curruent idx 128
2021.01.29 23:12:19.319095 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.321073 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=128, LastLogTerm=1, EntriesLength=1, CommitIndex=128 and Term=1
2021.01.29 23:12:19.321392 [ 63 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 128 (1), req c idx: 128, my term: 1, my role: 1
2021.01.29 23:12:19.321458 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.321517 [ 63 ] {} <Information> RaftInstance: [LOG OK] req log idx: 128, req log term: 1, my last log idx: 128, my log (128) term: 1
2021.01.29 23:12:19.321568 [ 63 ] {} <Notice> RaftInstance: [INIT] log_idx: 129, count: 0, log_store_->next_slot(): 129, req.log_entries().size(): 1
2021.01.29 23:12:19.321637 [ 63 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 129, count: 0
2021.01.29 23:12:19.321699 [ 63 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 129, count: 0
2021.01.29 23:12:19.321768 [ 63 ] {} <Information> RaftInstance: append at 129
2021.01.29 23:12:19.321820 [ 63 ] {} <Information> RaftInstance: local log idx 129, target_commit_idx 128, quick_commit_index_ 128, state_->get_commit_idx() 128
2021.01.29 23:12:19.321861 [ 63 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.321908 [ 63 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.321961 [ 63 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.322006 [ 63 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=130
2021.01.29 23:12:19.323064 [ 22 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=128, LastLogTerm=1, EntriesLength=1, CommitIndex=129 and Term=1
2021.01.29 23:12:19.323166 [ 22 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 128 (1), req c idx: 129, my term: 1, my role: 1
2021.01.29 23:12:19.323207 [ 22 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.323251 [ 22 ] {} <Information> RaftInstance: [LOG OK] req log idx: 128, req log term: 1, my last log idx: 129, my log (128) term: 1
2021.01.29 23:12:19.323289 [ 22 ] {} <Notice> RaftInstance: [INIT] log_idx: 129, count: 0, log_store_->next_slot(): 130, req.log_entries().size(): 1
2021.01.29 23:12:19.323346 [ 22 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 130, count: 1
2021.01.29 23:12:19.323396 [ 22 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 130, count: 1
2021.01.29 23:12:19.323446 [ 22 ] {} <Notice> RaftInstance: trigger commit upto 129
2021.01.29 23:12:19.323497 [ 22 ] {} <Information> RaftInstance: local log idx 129, target_commit_idx 129, quick_commit_index_ 129, state_->get_commit_idx() 128
2021.01.29 23:12:19.323534 [ 22 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.323571 [ 22 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.323597 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.323614 [ 22 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.323647 [ 67 ] {} <Notice> RaftInstance: commit upto 129, curruent idx 128
2021.01.29 23:12:19.323663 [ 22 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.323718 [ 67 ] {} <Information> RaftInstance: commit upto 129, curruent idx 129
2021.01.29 23:12:19.323721 [ 22 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=130
2021.01.29 23:12:19.323863 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 129, curruent idx 129
2021.01.29 23:12:19.323917 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.325166 [ 44 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=129, LastLogTerm=1, EntriesLength=1, CommitIndex=129 and Term=1
2021.01.29 23:12:19.325242 [ 44 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 129 (1), req c idx: 129, my term: 1, my role: 1
2021.01.29 23:12:19.325283 [ 44 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.325325 [ 44 ] {} <Information> RaftInstance: [LOG OK] req log idx: 129, req log term: 1, my last log idx: 129, my log (129) term: 1
2021.01.29 23:12:19.325375 [ 44 ] {} <Notice> RaftInstance: [INIT] log_idx: 130, count: 0, log_store_->next_slot(): 130, req.log_entries().size(): 1
2021.01.29 23:12:19.325431 [ 44 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 130, count: 0
2021.01.29 23:12:19.325504 [ 44 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 130, count: 0
2021.01.29 23:12:19.325553 [ 44 ] {} <Information> RaftInstance: append at 130
2021.01.29 23:12:19.325604 [ 44 ] {} <Information> RaftInstance: local log idx 130, target_commit_idx 129, quick_commit_index_ 129, state_->get_commit_idx() 129
2021.01.29 23:12:19.325644 [ 44 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.325699 [ 44 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.325749 [ 44 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.325792 [ 44 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=131
2021.01.29 23:12:19.326692 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=130, LastLogTerm=1, EntriesLength=0, CommitIndex=130 and Term=1
2021.01.29 23:12:19.326767 [ 65 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 130 (0), req c idx: 130, my term: 1, my role: 1
2021.01.29 23:12:19.326807 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.326857 [ 65 ] {} <Information> RaftInstance: [LOG OK] req log idx: 130, req log term: 1, my last log idx: 130, my log (130) term: 1
2021.01.29 23:12:19.326894 [ 65 ] {} <Notice> RaftInstance: trigger commit upto 130
2021.01.29 23:12:19.326945 [ 65 ] {} <Information> RaftInstance: local log idx 130, target_commit_idx 130, quick_commit_index_ 130, state_->get_commit_idx() 129
2021.01.29 23:12:19.326982 [ 65 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.327017 [ 65 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.327034 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.327058 [ 65 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.327078 [ 67 ] {} <Notice> RaftInstance: commit upto 130, curruent idx 129
2021.01.29 23:12:19.327107 [ 65 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.327149 [ 65 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=131
2021.01.29 23:12:19.327155 [ 67 ] {} <Information> RaftInstance: commit upto 130, curruent idx 130
2021.01.29 23:12:19.327276 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 130, curruent idx 130
2021.01.29 23:12:19.327332 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.398595 [ 11 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=130, LastLogTerm=1, EntriesLength=0, CommitIndex=130 and Term=1
2021.01.29 23:12:19.398701 [ 11 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 130 (0), req c idx: 130, my term: 1, my role: 1
2021.01.29 23:12:19.398744 [ 11 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.398791 [ 11 ] {} <Information> RaftInstance: [LOG OK] req log idx: 130, req log term: 1, my last log idx: 130, my log (130) term: 1
2021.01.29 23:12:19.398830 [ 11 ] {} <Information> RaftInstance: local log idx 130, target_commit_idx 130, quick_commit_index_ 130, state_->get_commit_idx() 130
2021.01.29 23:12:19.398864 [ 11 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.398906 [ 11 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.398952 [ 11 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.398989 [ 11 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=131
2021.01.29 23:12:19.499143 [ 33 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=130, LastLogTerm=1, EntriesLength=0, CommitIndex=130 and Term=1
2021.01.29 23:12:19.499241 [ 33 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 130 (0), req c idx: 130, my term: 1, my role: 1
2021.01.29 23:12:19.499284 [ 33 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.499331 [ 33 ] {} <Information> RaftInstance: [LOG OK] req log idx: 130, req log term: 1, my last log idx: 130, my log (130) term: 1
2021.01.29 23:12:19.499371 [ 33 ] {} <Information> RaftInstance: local log idx 130, target_commit_idx 130, quick_commit_index_ 130, state_->get_commit_idx() 130
2021.01.29 23:12:19.499405 [ 33 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.499446 [ 33 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.499493 [ 33 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.499530 [ 33 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=131
2021.01.29 23:12:19.500748 [ 62 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=130, LastLogTerm=1, EntriesLength=1, CommitIndex=130 and Term=1
2021.01.29 23:12:19.500835 [ 62 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 130 (1), req c idx: 130, my term: 1, my role: 1
2021.01.29 23:12:19.500881 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.500928 [ 62 ] {} <Information> RaftInstance: [LOG OK] req log idx: 130, req log term: 1, my last log idx: 130, my log (130) term: 1
2021.01.29 23:12:19.500984 [ 62 ] {} <Notice> RaftInstance: [INIT] log_idx: 131, count: 0, log_store_->next_slot(): 131, req.log_entries().size(): 1
2021.01.29 23:12:19.501049 [ 62 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 131, count: 0
2021.01.29 23:12:19.501105 [ 62 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 131, count: 0
2021.01.29 23:12:19.501153 [ 62 ] {} <Information> RaftInstance: append at 131
2021.01.29 23:12:19.501201 [ 62 ] {} <Information> RaftInstance: local log idx 131, target_commit_idx 130, quick_commit_index_ 130, state_->get_commit_idx() 130
2021.01.29 23:12:19.501239 [ 62 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.501283 [ 62 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.501331 [ 62 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.501385 [ 62 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=132
2021.01.29 23:12:19.502349 [ 32 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=131, LastLogTerm=1, EntriesLength=0, CommitIndex=131 and Term=1
2021.01.29 23:12:19.502436 [ 32 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 131 (0), req c idx: 131, my term: 1, my role: 1
2021.01.29 23:12:19.502478 [ 32 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.502521 [ 32 ] {} <Information> RaftInstance: [LOG OK] req log idx: 131, req log term: 1, my last log idx: 131, my log (131) term: 1
2021.01.29 23:12:19.502560 [ 32 ] {} <Notice> RaftInstance: trigger commit upto 131
2021.01.29 23:12:19.502614 [ 32 ] {} <Information> RaftInstance: local log idx 131, target_commit_idx 131, quick_commit_index_ 131, state_->get_commit_idx() 130
2021.01.29 23:12:19.502652 [ 32 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.502689 [ 32 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.502728 [ 32 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.502748 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.502795 [ 32 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.502812 [ 67 ] {} <Notice> RaftInstance: commit upto 131, curruent idx 130
2021.01.29 23:12:19.502845 [ 32 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=132
2021.01.29 23:12:19.502903 [ 67 ] {} <Information> RaftInstance: commit upto 131, curruent idx 131
2021.01.29 23:12:19.503161 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 131, curruent idx 131
2021.01.29 23:12:19.503208 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.504966 [ 40 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=131, LastLogTerm=1, EntriesLength=1, CommitIndex=131 and Term=1
2021.01.29 23:12:19.505045 [ 40 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 131 (1), req c idx: 131, my term: 1, my role: 1
2021.01.29 23:12:19.505086 [ 40 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.505128 [ 40 ] {} <Information> RaftInstance: [LOG OK] req log idx: 131, req log term: 1, my last log idx: 131, my log (131) term: 1
2021.01.29 23:12:19.505167 [ 40 ] {} <Notice> RaftInstance: [INIT] log_idx: 132, count: 0, log_store_->next_slot(): 132, req.log_entries().size(): 1
2021.01.29 23:12:19.505222 [ 40 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 132, count: 0
2021.01.29 23:12:19.505290 [ 40 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 132, count: 0
2021.01.29 23:12:19.505338 [ 40 ] {} <Information> RaftInstance: append at 132
2021.01.29 23:12:19.505395 [ 40 ] {} <Information> RaftInstance: local log idx 132, target_commit_idx 131, quick_commit_index_ 131, state_->get_commit_idx() 131
2021.01.29 23:12:19.505432 [ 40 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.505478 [ 40 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.505527 [ 40 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.505570 [ 40 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=133
2021.01.29 23:12:19.506532 [ 41 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=132, LastLogTerm=1, EntriesLength=0, CommitIndex=132 and Term=1
2021.01.29 23:12:19.506608 [ 41 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 132 (0), req c idx: 132, my term: 1, my role: 1
2021.01.29 23:12:19.506649 [ 41 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.506690 [ 41 ] {} <Information> RaftInstance: [LOG OK] req log idx: 132, req log term: 1, my last log idx: 132, my log (132) term: 1
2021.01.29 23:12:19.506729 [ 41 ] {} <Notice> RaftInstance: trigger commit upto 132
2021.01.29 23:12:19.506787 [ 41 ] {} <Information> RaftInstance: local log idx 132, target_commit_idx 132, quick_commit_index_ 132, state_->get_commit_idx() 131
2021.01.29 23:12:19.506825 [ 41 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.506873 [ 41 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.506910 [ 41 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.506922 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.506956 [ 41 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.506967 [ 67 ] {} <Notice> RaftInstance: commit upto 132, curruent idx 131
2021.01.29 23:12:19.507000 [ 41 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=133
2021.01.29 23:12:19.507467 [ 67 ] {} <Information> RaftInstance: commit upto 132, curruent idx 132
2021.01.29 23:12:19.507756 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 132, curruent idx 132
2021.01.29 23:12:19.507816 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.509170 [ 46 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=132, LastLogTerm=1, EntriesLength=1, CommitIndex=132 and Term=1
2021.01.29 23:12:19.509244 [ 46 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 132 (1), req c idx: 132, my term: 1, my role: 1
2021.01.29 23:12:19.509284 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.509326 [ 46 ] {} <Information> RaftInstance: [LOG OK] req log idx: 132, req log term: 1, my last log idx: 132, my log (132) term: 1
2021.01.29 23:12:19.509369 [ 46 ] {} <Notice> RaftInstance: [INIT] log_idx: 133, count: 0, log_store_->next_slot(): 133, req.log_entries().size(): 1
2021.01.29 23:12:19.509448 [ 46 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 133, count: 0
2021.01.29 23:12:19.509503 [ 46 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 133, count: 0
2021.01.29 23:12:19.509551 [ 46 ] {} <Information> RaftInstance: append at 133
2021.01.29 23:12:19.509599 [ 46 ] {} <Information> RaftInstance: local log idx 133, target_commit_idx 132, quick_commit_index_ 132, state_->get_commit_idx() 132
2021.01.29 23:12:19.509636 [ 46 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.509680 [ 46 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.509736 [ 46 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.509778 [ 46 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=134
2021.01.29 23:12:19.510888 [ 43 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=133, LastLogTerm=1, EntriesLength=0, CommitIndex=133 and Term=1
2021.01.29 23:12:19.510990 [ 43 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 133 (0), req c idx: 133, my term: 1, my role: 1
2021.01.29 23:12:19.511030 [ 43 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.511072 [ 43 ] {} <Information> RaftInstance: [LOG OK] req log idx: 133, req log term: 1, my last log idx: 133, my log (133) term: 1
2021.01.29 23:12:19.511108 [ 43 ] {} <Notice> RaftInstance: trigger commit upto 133
2021.01.29 23:12:19.511173 [ 43 ] {} <Information> RaftInstance: local log idx 133, target_commit_idx 133, quick_commit_index_ 133, state_->get_commit_idx() 132
2021.01.29 23:12:19.511211 [ 43 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.511256 [ 43 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.511283 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.511308 [ 43 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.511326 [ 67 ] {} <Notice> RaftInstance: commit upto 133, curruent idx 132
2021.01.29 23:12:19.511353 [ 43 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.511389 [ 67 ] {} <Information> RaftInstance: commit upto 133, curruent idx 133
2021.01.29 23:12:19.511390 [ 43 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=134
2021.01.29 23:12:19.511572 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 133, curruent idx 133
2021.01.29 23:12:19.511619 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.513806 [ 55 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=133, LastLogTerm=1, EntriesLength=1, CommitIndex=133 and Term=1
2021.01.29 23:12:19.514083 [ 55 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 133 (1), req c idx: 133, my term: 1, my role: 1
2021.01.29 23:12:19.514124 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.514165 [ 55 ] {} <Information> RaftInstance: [LOG OK] req log idx: 133, req log term: 1, my last log idx: 133, my log (133) term: 1
2021.01.29 23:12:19.514205 [ 55 ] {} <Notice> RaftInstance: [INIT] log_idx: 134, count: 0, log_store_->next_slot(): 134, req.log_entries().size(): 1
2021.01.29 23:12:19.514261 [ 55 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 134, count: 0
2021.01.29 23:12:19.514311 [ 55 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 134, count: 0
2021.01.29 23:12:19.514354 [ 55 ] {} <Information> RaftInstance: append at 134
2021.01.29 23:12:19.514396 [ 55 ] {} <Information> RaftInstance: local log idx 134, target_commit_idx 133, quick_commit_index_ 133, state_->get_commit_idx() 133
2021.01.29 23:12:19.514429 [ 55 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.514468 [ 55 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.514510 [ 55 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.514547 [ 55 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=135
2021.01.29 23:12:19.515704 [ 48 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=133, LastLogTerm=1, EntriesLength=1, CommitIndex=134 and Term=1
2021.01.29 23:12:19.515990 [ 48 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 133 (1), req c idx: 134, my term: 1, my role: 1
2021.01.29 23:12:19.516154 [ 48 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.516339 [ 48 ] {} <Information> RaftInstance: [LOG OK] req log idx: 133, req log term: 1, my last log idx: 134, my log (133) term: 1
2021.01.29 23:12:19.516473 [ 48 ] {} <Notice> RaftInstance: [INIT] log_idx: 134, count: 0, log_store_->next_slot(): 135, req.log_entries().size(): 1
2021.01.29 23:12:19.516560 [ 48 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 135, count: 1
2021.01.29 23:12:19.516624 [ 48 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 135, count: 1
2021.01.29 23:12:19.516674 [ 48 ] {} <Notice> RaftInstance: trigger commit upto 134
2021.01.29 23:12:19.516725 [ 48 ] {} <Information> RaftInstance: local log idx 134, target_commit_idx 134, quick_commit_index_ 134, state_->get_commit_idx() 133
2021.01.29 23:12:19.516762 [ 48 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.516806 [ 48 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.516865 [ 48 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.516862 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.516926 [ 48 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.516932 [ 67 ] {} <Notice> RaftInstance: commit upto 134, curruent idx 133
2021.01.29 23:12:19.516969 [ 48 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=135
2021.01.29 23:12:19.517004 [ 67 ] {} <Information> RaftInstance: commit upto 134, curruent idx 134
2021.01.29 23:12:19.517528 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 134, curruent idx 134
2021.01.29 23:12:19.517589 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.518314 [ 60 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=134, LastLogTerm=1, EntriesLength=1, CommitIndex=134 and Term=1
2021.01.29 23:12:19.518415 [ 60 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 134 (1), req c idx: 134, my term: 1, my role: 1
2021.01.29 23:12:19.518461 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.518514 [ 60 ] {} <Information> RaftInstance: [LOG OK] req log idx: 134, req log term: 1, my last log idx: 134, my log (134) term: 1
2021.01.29 23:12:19.518558 [ 60 ] {} <Notice> RaftInstance: [INIT] log_idx: 135, count: 0, log_store_->next_slot(): 135, req.log_entries().size(): 1
2021.01.29 23:12:19.518621 [ 60 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 135, count: 0
2021.01.29 23:12:19.518677 [ 60 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 135, count: 0
2021.01.29 23:12:19.518725 [ 60 ] {} <Information> RaftInstance: append at 135
2021.01.29 23:12:19.518772 [ 60 ] {} <Information> RaftInstance: local log idx 135, target_commit_idx 134, quick_commit_index_ 134, state_->get_commit_idx() 134
2021.01.29 23:12:19.518810 [ 60 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.518856 [ 60 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.518904 [ 60 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.518946 [ 60 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=136
2021.01.29 23:12:19.519924 [ 56 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=135, LastLogTerm=1, EntriesLength=0, CommitIndex=135 and Term=1
2021.01.29 23:12:19.520006 [ 56 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 135 (0), req c idx: 135, my term: 1, my role: 1
2021.01.29 23:12:19.520046 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.520088 [ 56 ] {} <Information> RaftInstance: [LOG OK] req log idx: 135, req log term: 1, my last log idx: 135, my log (135) term: 1
2021.01.29 23:12:19.520125 [ 56 ] {} <Notice> RaftInstance: trigger commit upto 135
2021.01.29 23:12:19.520173 [ 56 ] {} <Information> RaftInstance: local log idx 135, target_commit_idx 135, quick_commit_index_ 135, state_->get_commit_idx() 134
2021.01.29 23:12:19.520227 [ 56 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.520283 [ 56 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.520316 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.520326 [ 56 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.520373 [ 67 ] {} <Notice> RaftInstance: commit upto 135, curruent idx 134
2021.01.29 23:12:19.520404 [ 56 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.520456 [ 67 ] {} <Information> RaftInstance: commit upto 135, curruent idx 135
2021.01.29 23:12:19.520458 [ 56 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=136
2021.01.29 23:12:19.520599 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 135, curruent idx 135
2021.01.29 23:12:19.520654 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.521755 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=135, LastLogTerm=1, EntriesLength=1, CommitIndex=135 and Term=1
2021.01.29 23:12:19.521844 [ 63 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 135 (1), req c idx: 135, my term: 1, my role: 1
2021.01.29 23:12:19.521890 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.521937 [ 63 ] {} <Information> RaftInstance: [LOG OK] req log idx: 135, req log term: 1, my last log idx: 135, my log (135) term: 1
2021.01.29 23:12:19.521982 [ 63 ] {} <Notice> RaftInstance: [INIT] log_idx: 136, count: 0, log_store_->next_slot(): 136, req.log_entries().size(): 1
2021.01.29 23:12:19.522054 [ 63 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 136, count: 0
2021.01.29 23:12:19.522110 [ 63 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 136, count: 0
2021.01.29 23:12:19.522158 [ 63 ] {} <Information> RaftInstance: append at 136
2021.01.29 23:12:19.522205 [ 63 ] {} <Information> RaftInstance: local log idx 136, target_commit_idx 135, quick_commit_index_ 135, state_->get_commit_idx() 135
2021.01.29 23:12:19.522242 [ 63 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.522288 [ 63 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.522337 [ 63 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.522380 [ 63 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=137
2021.01.29 23:12:19.523320 [ 20 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=136, LastLogTerm=1, EntriesLength=0, CommitIndex=136 and Term=1
2021.01.29 23:12:19.523391 [ 20 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 136 (0), req c idx: 136, my term: 1, my role: 1
2021.01.29 23:12:19.523430 [ 20 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.523488 [ 20 ] {} <Information> RaftInstance: [LOG OK] req log idx: 136, req log term: 1, my last log idx: 136, my log (136) term: 1
2021.01.29 23:12:19.523539 [ 20 ] {} <Notice> RaftInstance: trigger commit upto 136
2021.01.29 23:12:19.523586 [ 20 ] {} <Information> RaftInstance: local log idx 136, target_commit_idx 136, quick_commit_index_ 136, state_->get_commit_idx() 135
2021.01.29 23:12:19.523623 [ 20 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.523656 [ 20 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.523679 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.523696 [ 20 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.523755 [ 67 ] {} <Notice> RaftInstance: commit upto 136, curruent idx 135
2021.01.29 23:12:19.523768 [ 20 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.523809 [ 20 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=137
2021.01.29 23:12:19.523834 [ 67 ] {} <Information> RaftInstance: commit upto 136, curruent idx 136
2021.01.29 23:12:19.523965 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 136, curruent idx 136
2021.01.29 23:12:19.524019 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.526103 [ 23 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=136, LastLogTerm=1, EntriesLength=1, CommitIndex=136 and Term=1
2021.01.29 23:12:19.526179 [ 23 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 136 (1), req c idx: 136, my term: 1, my role: 1
2021.01.29 23:12:19.526219 [ 23 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.526263 [ 23 ] {} <Information> RaftInstance: [LOG OK] req log idx: 136, req log term: 1, my last log idx: 136, my log (136) term: 1
2021.01.29 23:12:19.526301 [ 23 ] {} <Notice> RaftInstance: [INIT] log_idx: 137, count: 0, log_store_->next_slot(): 137, req.log_entries().size(): 1
2021.01.29 23:12:19.526357 [ 23 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 137, count: 0
2021.01.29 23:12:19.526406 [ 23 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 137, count: 0
2021.01.29 23:12:19.526449 [ 23 ] {} <Information> RaftInstance: append at 137
2021.01.29 23:12:19.526490 [ 23 ] {} <Information> RaftInstance: local log idx 137, target_commit_idx 136, quick_commit_index_ 136, state_->get_commit_idx() 136
2021.01.29 23:12:19.526524 [ 23 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.526569 [ 23 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.526613 [ 23 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.526651 [ 23 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=138
2021.01.29 23:12:19.527608 [ 53 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=137, LastLogTerm=1, EntriesLength=0, CommitIndex=137 and Term=1
2021.01.29 23:12:19.527690 [ 53 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 137 (0), req c idx: 137, my term: 1, my role: 1
2021.01.29 23:12:19.527731 [ 53 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.527774 [ 53 ] {} <Information> RaftInstance: [LOG OK] req log idx: 137, req log term: 1, my last log idx: 137, my log (137) term: 1
2021.01.29 23:12:19.527812 [ 53 ] {} <Notice> RaftInstance: trigger commit upto 137
2021.01.29 23:12:19.527862 [ 53 ] {} <Information> RaftInstance: local log idx 137, target_commit_idx 137, quick_commit_index_ 137, state_->get_commit_idx() 136
2021.01.29 23:12:19.527898 [ 53 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.527936 [ 53 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.527957 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.527983 [ 53 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.528001 [ 67 ] {} <Notice> RaftInstance: commit upto 137, curruent idx 136
2021.01.29 23:12:19.528028 [ 53 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.528065 [ 67 ] {} <Information> RaftInstance: commit upto 137, curruent idx 137
2021.01.29 23:12:19.528067 [ 53 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=138
2021.01.29 23:12:19.528360 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 137, curruent idx 137
2021.01.29 23:12:19.528408 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.529519 [ 15 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=137, LastLogTerm=1, EntriesLength=1, CommitIndex=137 and Term=1
2021.01.29 23:12:19.529600 [ 15 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 137 (1), req c idx: 137, my term: 1, my role: 1
2021.01.29 23:12:19.529646 [ 15 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.529711 [ 15 ] {} <Information> RaftInstance: [LOG OK] req log idx: 137, req log term: 1, my last log idx: 137, my log (137) term: 1
2021.01.29 23:12:19.529758 [ 15 ] {} <Notice> RaftInstance: [INIT] log_idx: 138, count: 0, log_store_->next_slot(): 138, req.log_entries().size(): 1
2021.01.29 23:12:19.529822 [ 15 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 138, count: 0
2021.01.29 23:12:19.529878 [ 15 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 138, count: 0
2021.01.29 23:12:19.529927 [ 15 ] {} <Information> RaftInstance: append at 138
2021.01.29 23:12:19.529973 [ 15 ] {} <Information> RaftInstance: local log idx 138, target_commit_idx 137, quick_commit_index_ 137, state_->get_commit_idx() 137
2021.01.29 23:12:19.530011 [ 15 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.530056 [ 15 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.530104 [ 15 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.530146 [ 15 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=139
2021.01.29 23:12:19.531101 [ 12 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=138, LastLogTerm=1, EntriesLength=0, CommitIndex=138 and Term=1
2021.01.29 23:12:19.531185 [ 12 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 138 (0), req c idx: 138, my term: 1, my role: 1
2021.01.29 23:12:19.531226 [ 12 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.531268 [ 12 ] {} <Information> RaftInstance: [LOG OK] req log idx: 138, req log term: 1, my last log idx: 138, my log (138) term: 1
2021.01.29 23:12:19.531307 [ 12 ] {} <Notice> RaftInstance: trigger commit upto 138
2021.01.29 23:12:19.531357 [ 12 ] {} <Information> RaftInstance: local log idx 138, target_commit_idx 138, quick_commit_index_ 138, state_->get_commit_idx() 137
2021.01.29 23:12:19.531395 [ 12 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.531431 [ 12 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.531452 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.531470 [ 12 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.531494 [ 67 ] {} <Notice> RaftInstance: commit upto 138, curruent idx 137
2021.01.29 23:12:19.531530 [ 12 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.531585 [ 67 ] {} <Information> RaftInstance: commit upto 138, curruent idx 138
2021.01.29 23:12:19.531602 [ 12 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=139
2021.01.29 23:12:19.531867 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 138, curruent idx 138
2021.01.29 23:12:19.531914 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.534451 [ 49 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=138, LastLogTerm=1, EntriesLength=1, CommitIndex=138 and Term=1
2021.01.29 23:12:19.534550 [ 49 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 138 (1), req c idx: 138, my term: 1, my role: 1
2021.01.29 23:12:19.534591 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.534634 [ 49 ] {} <Information> RaftInstance: [LOG OK] req log idx: 138, req log term: 1, my last log idx: 138, my log (138) term: 1
2021.01.29 23:12:19.534673 [ 49 ] {} <Notice> RaftInstance: [INIT] log_idx: 139, count: 0, log_store_->next_slot(): 139, req.log_entries().size(): 1
2021.01.29 23:12:19.534729 [ 49 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 139, count: 0
2021.01.29 23:12:19.534781 [ 49 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 139, count: 0
2021.01.29 23:12:19.534828 [ 49 ] {} <Information> RaftInstance: append at 139
2021.01.29 23:12:19.534869 [ 49 ] {} <Information> RaftInstance: local log idx 139, target_commit_idx 138, quick_commit_index_ 138, state_->get_commit_idx() 138
2021.01.29 23:12:19.534902 [ 49 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.534942 [ 49 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.534986 [ 49 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.535023 [ 49 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=140
2021.01.29 23:12:19.535906 [ 25 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=139, LastLogTerm=1, EntriesLength=0, CommitIndex=139 and Term=1
2021.01.29 23:12:19.535990 [ 25 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 139 (0), req c idx: 139, my term: 1, my role: 1
2021.01.29 23:12:19.536032 [ 25 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.536076 [ 25 ] {} <Information> RaftInstance: [LOG OK] req log idx: 139, req log term: 1, my last log idx: 139, my log (139) term: 1
2021.01.29 23:12:19.536115 [ 25 ] {} <Notice> RaftInstance: trigger commit upto 139
2021.01.29 23:12:19.536166 [ 25 ] {} <Information> RaftInstance: local log idx 139, target_commit_idx 139, quick_commit_index_ 139, state_->get_commit_idx() 138
2021.01.29 23:12:19.536215 [ 25 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.536251 [ 25 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.536275 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.536293 [ 25 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.536324 [ 67 ] {} <Notice> RaftInstance: commit upto 139, curruent idx 138
2021.01.29 23:12:19.536342 [ 25 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.536387 [ 25 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=140
2021.01.29 23:12:19.536397 [ 67 ] {} <Information> RaftInstance: commit upto 139, curruent idx 139
2021.01.29 23:12:19.536519 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 139, curruent idx 139
2021.01.29 23:12:19.536567 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.538466 [ 37 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=139, LastLogTerm=1, EntriesLength=1, CommitIndex=139 and Term=1
2021.01.29 23:12:19.538560 [ 37 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 139 (1), req c idx: 139, my term: 1, my role: 1
2021.01.29 23:12:19.538601 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.538643 [ 37 ] {} <Information> RaftInstance: [LOG OK] req log idx: 139, req log term: 1, my last log idx: 139, my log (139) term: 1
2021.01.29 23:12:19.538682 [ 37 ] {} <Notice> RaftInstance: [INIT] log_idx: 140, count: 0, log_store_->next_slot(): 140, req.log_entries().size(): 1
2021.01.29 23:12:19.538737 [ 37 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 140, count: 0
2021.01.29 23:12:19.538786 [ 37 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 140, count: 0
2021.01.29 23:12:19.538829 [ 37 ] {} <Information> RaftInstance: append at 140
2021.01.29 23:12:19.538870 [ 37 ] {} <Information> RaftInstance: local log idx 140, target_commit_idx 139, quick_commit_index_ 139, state_->get_commit_idx() 139
2021.01.29 23:12:19.538903 [ 37 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.538942 [ 37 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.538985 [ 37 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.539022 [ 37 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=141
2021.01.29 23:12:19.539964 [ 47 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=140, LastLogTerm=1, EntriesLength=0, CommitIndex=140 and Term=1
2021.01.29 23:12:19.540044 [ 47 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 140 (0), req c idx: 140, my term: 1, my role: 1
2021.01.29 23:12:19.540090 [ 47 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.540138 [ 47 ] {} <Information> RaftInstance: [LOG OK] req log idx: 140, req log term: 1, my last log idx: 140, my log (140) term: 1
2021.01.29 23:12:19.540181 [ 47 ] {} <Notice> RaftInstance: trigger commit upto 140
2021.01.29 23:12:19.540245 [ 47 ] {} <Information> RaftInstance: local log idx 140, target_commit_idx 140, quick_commit_index_ 140, state_->get_commit_idx() 139
2021.01.29 23:12:19.540285 [ 47 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.540347 [ 47 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.540385 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.540408 [ 47 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.540434 [ 67 ] {} <Notice> RaftInstance: commit upto 140, curruent idx 139
2021.01.29 23:12:19.540464 [ 47 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.540511 [ 67 ] {} <Information> RaftInstance: commit upto 140, curruent idx 140
2021.01.29 23:12:19.540513 [ 47 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=141
2021.01.29 23:12:19.540758 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 140, curruent idx 140
2021.01.29 23:12:19.540817 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.544147 [ 24 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=140, LastLogTerm=1, EntriesLength=1, CommitIndex=140 and Term=1
2021.01.29 23:12:19.544217 [ 24 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 140 (1), req c idx: 140, my term: 1, my role: 1
2021.01.29 23:12:19.544257 [ 24 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.544297 [ 24 ] {} <Information> RaftInstance: [LOG OK] req log idx: 140, req log term: 1, my last log idx: 140, my log (140) term: 1
2021.01.29 23:12:19.544334 [ 24 ] {} <Notice> RaftInstance: [INIT] log_idx: 141, count: 0, log_store_->next_slot(): 141, req.log_entries().size(): 1
2021.01.29 23:12:19.544387 [ 24 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 141, count: 0
2021.01.29 23:12:19.544451 [ 24 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 141, count: 0
2021.01.29 23:12:19.544494 [ 24 ] {} <Information> RaftInstance: append at 141
2021.01.29 23:12:19.544540 [ 24 ] {} <Information> RaftInstance: local log idx 141, target_commit_idx 140, quick_commit_index_ 140, state_->get_commit_idx() 140
2021.01.29 23:12:19.544573 [ 24 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.544610 [ 24 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.544653 [ 24 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.544690 [ 24 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=142
2021.01.29 23:12:19.545644 [ 54 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=141, LastLogTerm=1, EntriesLength=0, CommitIndex=141 and Term=1
2021.01.29 23:12:19.545748 [ 54 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 141 (0), req c idx: 141, my term: 1, my role: 1
2021.01.29 23:12:19.545795 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.545843 [ 54 ] {} <Information> RaftInstance: [LOG OK] req log idx: 141, req log term: 1, my last log idx: 141, my log (141) term: 1
2021.01.29 23:12:19.545886 [ 54 ] {} <Notice> RaftInstance: trigger commit upto 141
2021.01.29 23:12:19.545949 [ 54 ] {} <Information> RaftInstance: local log idx 141, target_commit_idx 141, quick_commit_index_ 141, state_->get_commit_idx() 140
2021.01.29 23:12:19.545992 [ 54 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.546033 [ 54 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.546046 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.546078 [ 54 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.546091 [ 67 ] {} <Notice> RaftInstance: commit upto 141, curruent idx 140
2021.01.29 23:12:19.546129 [ 54 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.546160 [ 67 ] {} <Information> RaftInstance: commit upto 141, curruent idx 141
2021.01.29 23:12:19.546174 [ 54 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=142
2021.01.29 23:12:19.546359 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 141, curruent idx 141
2021.01.29 23:12:19.546412 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.547708 [ 55 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=141, LastLogTerm=1, EntriesLength=1, CommitIndex=141 and Term=1
2021.01.29 23:12:19.547786 [ 55 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 141 (1), req c idx: 141, my term: 1, my role: 1
2021.01.29 23:12:19.547827 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.547868 [ 55 ] {} <Information> RaftInstance: [LOG OK] req log idx: 141, req log term: 1, my last log idx: 141, my log (141) term: 1
2021.01.29 23:12:19.547908 [ 55 ] {} <Notice> RaftInstance: [INIT] log_idx: 142, count: 0, log_store_->next_slot(): 142, req.log_entries().size(): 1
2021.01.29 23:12:19.547968 [ 55 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 142, count: 0
2021.01.29 23:12:19.548017 [ 55 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 142, count: 0
2021.01.29 23:12:19.548060 [ 55 ] {} <Information> RaftInstance: append at 142
2021.01.29 23:12:19.548101 [ 55 ] {} <Information> RaftInstance: local log idx 142, target_commit_idx 141, quick_commit_index_ 141, state_->get_commit_idx() 141
2021.01.29 23:12:19.548140 [ 55 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.548179 [ 55 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.548221 [ 55 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.548257 [ 55 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=143
2021.01.29 23:12:19.549490 [ 48 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=141, LastLogTerm=1, EntriesLength=1, CommitIndex=142 and Term=1
2021.01.29 23:12:19.549566 [ 48 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 141 (1), req c idx: 142, my term: 1, my role: 1
2021.01.29 23:12:19.549611 [ 48 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.549657 [ 48 ] {} <Information> RaftInstance: [LOG OK] req log idx: 141, req log term: 1, my last log idx: 142, my log (141) term: 1
2021.01.29 23:12:19.549714 [ 48 ] {} <Notice> RaftInstance: [INIT] log_idx: 142, count: 0, log_store_->next_slot(): 143, req.log_entries().size(): 1
2021.01.29 23:12:19.549787 [ 48 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 143, count: 1
2021.01.29 23:12:19.549843 [ 48 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 143, count: 1
2021.01.29 23:12:19.549898 [ 48 ] {} <Notice> RaftInstance: trigger commit upto 142
2021.01.29 23:12:19.549954 [ 48 ] {} <Information> RaftInstance: local log idx 142, target_commit_idx 142, quick_commit_index_ 142, state_->get_commit_idx() 141
2021.01.29 23:12:19.549995 [ 48 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.550035 [ 48 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.550055 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.550080 [ 48 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.550105 [ 67 ] {} <Notice> RaftInstance: commit upto 142, curruent idx 141
2021.01.29 23:12:19.550129 [ 48 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.550174 [ 67 ] {} <Information> RaftInstance: commit upto 142, curruent idx 142
2021.01.29 23:12:19.550172 [ 48 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=143
2021.01.29 23:12:19.550311 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 142, curruent idx 142
2021.01.29 23:12:19.550372 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.552762 [ 13 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=142, LastLogTerm=1, EntriesLength=1, CommitIndex=142 and Term=1
2021.01.29 23:12:19.552844 [ 13 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 142 (1), req c idx: 142, my term: 1, my role: 1
2021.01.29 23:12:19.552885 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.552928 [ 13 ] {} <Information> RaftInstance: [LOG OK] req log idx: 142, req log term: 1, my last log idx: 142, my log (142) term: 1
2021.01.29 23:12:19.552967 [ 13 ] {} <Notice> RaftInstance: [INIT] log_idx: 143, count: 0, log_store_->next_slot(): 143, req.log_entries().size(): 1
2021.01.29 23:12:19.553030 [ 13 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 143, count: 0
2021.01.29 23:12:19.553079 [ 13 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 143, count: 0
2021.01.29 23:12:19.553123 [ 13 ] {} <Information> RaftInstance: append at 143
2021.01.29 23:12:19.553165 [ 13 ] {} <Information> RaftInstance: local log idx 143, target_commit_idx 142, quick_commit_index_ 142, state_->get_commit_idx() 142
2021.01.29 23:12:19.553198 [ 13 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.553239 [ 13 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.553283 [ 13 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.553320 [ 13 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=144
2021.01.29 23:12:19.554851 [ 56 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=143, LastLogTerm=1, EntriesLength=0, CommitIndex=143 and Term=1
2021.01.29 23:12:19.554930 [ 56 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 143 (0), req c idx: 143, my term: 1, my role: 1
2021.01.29 23:12:19.554976 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.555019 [ 56 ] {} <Information> RaftInstance: [LOG OK] req log idx: 143, req log term: 1, my last log idx: 143, my log (143) term: 1
2021.01.29 23:12:19.555063 [ 56 ] {} <Notice> RaftInstance: trigger commit upto 143
2021.01.29 23:12:19.555116 [ 56 ] {} <Information> RaftInstance: local log idx 143, target_commit_idx 143, quick_commit_index_ 143, state_->get_commit_idx() 142
2021.01.29 23:12:19.555154 [ 56 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.555190 [ 56 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.555215 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.555231 [ 56 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.555263 [ 67 ] {} <Notice> RaftInstance: commit upto 143, curruent idx 142
2021.01.29 23:12:19.555281 [ 56 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.555324 [ 56 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=144
2021.01.29 23:12:19.555336 [ 67 ] {} <Information> RaftInstance: commit upto 143, curruent idx 143
2021.01.29 23:12:19.555548 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 143, curruent idx 143
2021.01.29 23:12:19.555596 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.599708 [ 26 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=143, LastLogTerm=1, EntriesLength=0, CommitIndex=143 and Term=1
2021.01.29 23:12:19.599788 [ 26 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 143 (0), req c idx: 143, my term: 1, my role: 1
2021.01.29 23:12:19.599828 [ 26 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.599870 [ 26 ] {} <Information> RaftInstance: [LOG OK] req log idx: 143, req log term: 1, my last log idx: 143, my log (143) term: 1
2021.01.29 23:12:19.599918 [ 26 ] {} <Information> RaftInstance: local log idx 143, target_commit_idx 143, quick_commit_index_ 143, state_->get_commit_idx() 143
2021.01.29 23:12:19.599950 [ 26 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.599989 [ 26 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.600030 [ 26 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.600065 [ 26 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=144
2021.01.29 23:12:19.692293 [ 44 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=143, LastLogTerm=1, EntriesLength=1, CommitIndex=143 and Term=1
2021.01.29 23:12:19.692379 [ 44 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 143 (1), req c idx: 143, my term: 1, my role: 1
2021.01.29 23:12:19.692423 [ 44 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.692467 [ 44 ] {} <Information> RaftInstance: [LOG OK] req log idx: 143, req log term: 1, my last log idx: 143, my log (143) term: 1
2021.01.29 23:12:19.692506 [ 44 ] {} <Notice> RaftInstance: [INIT] log_idx: 144, count: 0, log_store_->next_slot(): 144, req.log_entries().size(): 1
2021.01.29 23:12:19.692559 [ 44 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 144, count: 0
2021.01.29 23:12:19.692624 [ 44 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 144, count: 0
2021.01.29 23:12:19.692674 [ 44 ] {} <Information> RaftInstance: append at 144
2021.01.29 23:12:19.692720 [ 44 ] {} <Information> RaftInstance: local log idx 144, target_commit_idx 143, quick_commit_index_ 143, state_->get_commit_idx() 143
2021.01.29 23:12:19.692756 [ 44 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.692803 [ 44 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.692850 [ 44 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.692888 [ 44 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=145
2021.01.29 23:12:19.693910 [ 14 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=144, LastLogTerm=1, EntriesLength=0, CommitIndex=144 and Term=1
2021.01.29 23:12:19.694019 [ 14 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 144 (0), req c idx: 144, my term: 1, my role: 1
2021.01.29 23:12:19.694074 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.694131 [ 14 ] {} <Information> RaftInstance: [LOG OK] req log idx: 144, req log term: 1, my last log idx: 144, my log (144) term: 1
2021.01.29 23:12:19.694181 [ 14 ] {} <Notice> RaftInstance: trigger commit upto 144
2021.01.29 23:12:19.694258 [ 14 ] {} <Information> RaftInstance: local log idx 144, target_commit_idx 144, quick_commit_index_ 144, state_->get_commit_idx() 143
2021.01.29 23:12:19.694319 [ 14 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.694374 [ 14 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.694401 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.694421 [ 14 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.694454 [ 67 ] {} <Notice> RaftInstance: commit upto 144, curruent idx 143
2021.01.29 23:12:19.694483 [ 14 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.694527 [ 67 ] {} <Information> RaftInstance: commit upto 144, curruent idx 144
2021.01.29 23:12:19.694533 [ 14 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=145
2021.01.29 23:12:19.694897 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 144, curruent idx 144
2021.01.29 23:12:19.695182 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.700279 [ 33 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=144, LastLogTerm=1, EntriesLength=0, CommitIndex=144 and Term=1
2021.01.29 23:12:19.700370 [ 33 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 144 (0), req c idx: 144, my term: 1, my role: 1
2021.01.29 23:12:19.700411 [ 33 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.700453 [ 33 ] {} <Information> RaftInstance: [LOG OK] req log idx: 144, req log term: 1, my last log idx: 144, my log (144) term: 1
2021.01.29 23:12:19.700493 [ 33 ] {} <Information> RaftInstance: local log idx 144, target_commit_idx 144, quick_commit_index_ 144, state_->get_commit_idx() 144
2021.01.29 23:12:19.700525 [ 33 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.700565 [ 33 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.700608 [ 33 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.700645 [ 33 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=145
2021.01.29 23:12:19.703595 [ 45 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=144, LastLogTerm=1, EntriesLength=1, CommitIndex=144 and Term=1
2021.01.29 23:12:19.703684 [ 45 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 144 (1), req c idx: 144, my term: 1, my role: 1
2021.01.29 23:12:19.703732 [ 45 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.703776 [ 45 ] {} <Information> RaftInstance: [LOG OK] req log idx: 144, req log term: 1, my last log idx: 144, my log (144) term: 1
2021.01.29 23:12:19.703826 [ 45 ] {} <Notice> RaftInstance: [INIT] log_idx: 145, count: 0, log_store_->next_slot(): 145, req.log_entries().size(): 1
2021.01.29 23:12:19.703880 [ 45 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 145, count: 0
2021.01.29 23:12:19.703946 [ 45 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 145, count: 0
2021.01.29 23:12:19.703988 [ 45 ] {} <Information> RaftInstance: append at 145
2021.01.29 23:12:19.704034 [ 45 ] {} <Information> RaftInstance: local log idx 145, target_commit_idx 144, quick_commit_index_ 144, state_->get_commit_idx() 144
2021.01.29 23:12:19.704068 [ 45 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.704109 [ 45 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.704166 [ 45 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.704202 [ 45 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=146
2021.01.29 23:12:19.705160 [ 62 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=145, LastLogTerm=1, EntriesLength=0, CommitIndex=145 and Term=1
2021.01.29 23:12:19.705239 [ 62 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 145 (0), req c idx: 145, my term: 1, my role: 1
2021.01.29 23:12:19.705279 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.705322 [ 62 ] {} <Information> RaftInstance: [LOG OK] req log idx: 145, req log term: 1, my last log idx: 145, my log (145) term: 1
2021.01.29 23:12:19.705372 [ 62 ] {} <Notice> RaftInstance: trigger commit upto 145
2021.01.29 23:12:19.705423 [ 62 ] {} <Information> RaftInstance: local log idx 145, target_commit_idx 145, quick_commit_index_ 145, state_->get_commit_idx() 144
2021.01.29 23:12:19.705461 [ 62 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.705497 [ 62 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.705526 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.705538 [ 62 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.705592 [ 67 ] {} <Notice> RaftInstance: commit upto 145, curruent idx 144
2021.01.29 23:12:19.705616 [ 62 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.705665 [ 67 ] {} <Information> RaftInstance: commit upto 145, curruent idx 145
2021.01.29 23:12:19.705673 [ 62 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=146
2021.01.29 23:12:19.705860 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 145, curruent idx 145
2021.01.29 23:12:19.705918 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.707728 [ 34 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=145, LastLogTerm=1, EntriesLength=1, CommitIndex=145 and Term=1
2021.01.29 23:12:19.707803 [ 34 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 145 (1), req c idx: 145, my term: 1, my role: 1
2021.01.29 23:12:19.707843 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.707890 [ 34 ] {} <Information> RaftInstance: [LOG OK] req log idx: 145, req log term: 1, my last log idx: 145, my log (145) term: 1
2021.01.29 23:12:19.707928 [ 34 ] {} <Notice> RaftInstance: [INIT] log_idx: 146, count: 0, log_store_->next_slot(): 146, req.log_entries().size(): 1
2021.01.29 23:12:19.707983 [ 34 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 146, count: 0
2021.01.29 23:12:19.708032 [ 34 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 146, count: 0
2021.01.29 23:12:19.708075 [ 34 ] {} <Information> RaftInstance: append at 146
2021.01.29 23:12:19.708116 [ 34 ] {} <Information> RaftInstance: local log idx 146, target_commit_idx 145, quick_commit_index_ 145, state_->get_commit_idx() 145
2021.01.29 23:12:19.708159 [ 34 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.708202 [ 34 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.708264 [ 34 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.708306 [ 34 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=147
2021.01.29 23:12:19.709130 [ 36 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=146, LastLogTerm=1, EntriesLength=0, CommitIndex=146 and Term=1
2021.01.29 23:12:19.709208 [ 36 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 146 (0), req c idx: 146, my term: 1, my role: 1
2021.01.29 23:12:19.709249 [ 36 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.709291 [ 36 ] {} <Information> RaftInstance: [LOG OK] req log idx: 146, req log term: 1, my last log idx: 146, my log (146) term: 1
2021.01.29 23:12:19.709330 [ 36 ] {} <Notice> RaftInstance: trigger commit upto 146
2021.01.29 23:12:19.709388 [ 36 ] {} <Information> RaftInstance: local log idx 146, target_commit_idx 146, quick_commit_index_ 146, state_->get_commit_idx() 145
2021.01.29 23:12:19.709425 [ 36 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.709462 [ 36 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.709488 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.709503 [ 36 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.709535 [ 67 ] {} <Notice> RaftInstance: commit upto 146, curruent idx 145
2021.01.29 23:12:19.709551 [ 36 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.709595 [ 36 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=147
2021.01.29 23:12:19.709607 [ 67 ] {} <Information> RaftInstance: commit upto 146, curruent idx 146
2021.01.29 23:12:19.709767 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 146, curruent idx 146
2021.01.29 23:12:19.709817 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.711758 [ 28 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=146, LastLogTerm=1, EntriesLength=1, CommitIndex=146 and Term=1
2021.01.29 23:12:19.711868 [ 28 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 146 (1), req c idx: 146, my term: 1, my role: 1
2021.01.29 23:12:19.711920 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.711969 [ 28 ] {} <Information> RaftInstance: [LOG OK] req log idx: 146, req log term: 1, my last log idx: 146, my log (146) term: 1
2021.01.29 23:12:19.712020 [ 28 ] {} <Notice> RaftInstance: [INIT] log_idx: 147, count: 0, log_store_->next_slot(): 147, req.log_entries().size(): 1
2021.01.29 23:12:19.712076 [ 28 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 147, count: 0
2021.01.29 23:12:19.712125 [ 28 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 147, count: 0
2021.01.29 23:12:19.712168 [ 28 ] {} <Information> RaftInstance: append at 147
2021.01.29 23:12:19.712210 [ 28 ] {} <Information> RaftInstance: local log idx 147, target_commit_idx 146, quick_commit_index_ 146, state_->get_commit_idx() 146
2021.01.29 23:12:19.712242 [ 28 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.712285 [ 28 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.712327 [ 28 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.712364 [ 28 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=148
2021.01.29 23:12:19.713259 [ 51 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=147, LastLogTerm=1, EntriesLength=0, CommitIndex=147 and Term=1
2021.01.29 23:12:19.713339 [ 51 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 147 (0), req c idx: 147, my term: 1, my role: 1
2021.01.29 23:12:19.713392 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.713435 [ 51 ] {} <Information> RaftInstance: [LOG OK] req log idx: 147, req log term: 1, my last log idx: 147, my log (147) term: 1
2021.01.29 23:12:19.713474 [ 51 ] {} <Notice> RaftInstance: trigger commit upto 147
2021.01.29 23:12:19.713524 [ 51 ] {} <Information> RaftInstance: local log idx 147, target_commit_idx 147, quick_commit_index_ 147, state_->get_commit_idx() 146
2021.01.29 23:12:19.713561 [ 51 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:19.713601 [ 51 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.713640 [ 51 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.713710 [ 51 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.713756 [ 51 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=148
2021.01.29 23:12:19.714570 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:19.714616 [ 67 ] {} <Notice> RaftInstance: commit upto 147, curruent idx 146
2021.01.29 23:12:19.714685 [ 67 ] {} <Information> RaftInstance: commit upto 147, curruent idx 147
2021.01.29 23:12:19.714916 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 147, curruent idx 147
2021.01.29 23:12:19.714976 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:19.800946 [ 39 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=147, LastLogTerm=1, EntriesLength=0, CommitIndex=147 and Term=1
2021.01.29 23:12:19.801034 [ 39 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 147 (0), req c idx: 147, my term: 1, my role: 1
2021.01.29 23:12:19.801077 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.801121 [ 39 ] {} <Information> RaftInstance: [LOG OK] req log idx: 147, req log term: 1, my last log idx: 147, my log (147) term: 1
2021.01.29 23:12:19.801161 [ 39 ] {} <Information> RaftInstance: local log idx 147, target_commit_idx 147, quick_commit_index_ 147, state_->get_commit_idx() 147
2021.01.29 23:12:19.801195 [ 39 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.801251 [ 39 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.801296 [ 39 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.801333 [ 39 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=148
2021.01.29 23:12:19.901588 [ 54 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=147, LastLogTerm=1, EntriesLength=0, CommitIndex=147 and Term=1
2021.01.29 23:12:19.901698 [ 54 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 147 (0), req c idx: 147, my term: 1, my role: 1
2021.01.29 23:12:19.901742 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:19.901788 [ 54 ] {} <Information> RaftInstance: [LOG OK] req log idx: 147, req log term: 1, my last log idx: 147, my log (147) term: 1
2021.01.29 23:12:19.901826 [ 54 ] {} <Information> RaftInstance: local log idx 147, target_commit_idx 147, quick_commit_index_ 147, state_->get_commit_idx() 147
2021.01.29 23:12:19.901858 [ 54 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:19.901900 [ 54 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:19.901946 [ 54 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:19.901983 [ 54 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=148
2021.01.29 23:12:20.002029 [ 55 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=147, LastLogTerm=1, EntriesLength=0, CommitIndex=147 and Term=1
2021.01.29 23:12:20.002120 [ 55 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 147 (0), req c idx: 147, my term: 1, my role: 1
2021.01.29 23:12:20.002164 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:20.002209 [ 55 ] {} <Information> RaftInstance: [LOG OK] req log idx: 147, req log term: 1, my last log idx: 147, my log (147) term: 1
2021.01.29 23:12:20.002251 [ 55 ] {} <Information> RaftInstance: local log idx 147, target_commit_idx 147, quick_commit_index_ 147, state_->get_commit_idx() 147
2021.01.29 23:12:20.002286 [ 55 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:20.002330 [ 55 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:20.002377 [ 55 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:20.002415 [ 55 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=148
2021.01.29 23:12:20.102674 [ 58 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=147, LastLogTerm=1, EntriesLength=0, CommitIndex=147 and Term=1
2021.01.29 23:12:20.102793 [ 58 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 147 (0), req c idx: 147, my term: 1, my role: 1
2021.01.29 23:12:20.102852 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:20.102897 [ 58 ] {} <Information> RaftInstance: [LOG OK] req log idx: 147, req log term: 1, my last log idx: 147, my log (147) term: 1
2021.01.29 23:12:20.102938 [ 58 ] {} <Information> RaftInstance: local log idx 147, target_commit_idx 147, quick_commit_index_ 147, state_->get_commit_idx() 147
2021.01.29 23:12:20.102971 [ 58 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:20.103012 [ 58 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:20.103058 [ 58 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:20.103095 [ 58 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=148
2021.01.29 23:12:20.203202 [ 48 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=147, LastLogTerm=1, EntriesLength=0, CommitIndex=147 and Term=1
2021.01.29 23:12:20.203299 [ 48 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 147 (0), req c idx: 147, my term: 1, my role: 1
2021.01.29 23:12:20.203342 [ 48 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:20.203388 [ 48 ] {} <Information> RaftInstance: [LOG OK] req log idx: 147, req log term: 1, my last log idx: 147, my log (147) term: 1
2021.01.29 23:12:20.203429 [ 48 ] {} <Information> RaftInstance: local log idx 147, target_commit_idx 147, quick_commit_index_ 147, state_->get_commit_idx() 147
2021.01.29 23:12:20.203464 [ 48 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:20.203507 [ 48 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:20.203552 [ 48 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:20.203590 [ 48 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=148
2021.01.29 23:12:20.303748 [ 30 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=147, LastLogTerm=1, EntriesLength=0, CommitIndex=147 and Term=1
2021.01.29 23:12:20.303856 [ 30 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 147 (0), req c idx: 147, my term: 1, my role: 1
2021.01.29 23:12:20.303901 [ 30 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:20.303949 [ 30 ] {} <Information> RaftInstance: [LOG OK] req log idx: 147, req log term: 1, my last log idx: 147, my log (147) term: 1
2021.01.29 23:12:20.303991 [ 30 ] {} <Information> RaftInstance: local log idx 147, target_commit_idx 147, quick_commit_index_ 147, state_->get_commit_idx() 147
2021.01.29 23:12:20.304025 [ 30 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:20.304070 [ 30 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:20.304120 [ 30 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:20.304159 [ 30 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=148
2021.01.29 23:12:20.404261 [ 27 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=147, LastLogTerm=1, EntriesLength=0, CommitIndex=147 and Term=1
2021.01.29 23:12:20.404357 [ 27 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 147 (0), req c idx: 147, my term: 1, my role: 1
2021.01.29 23:12:20.404400 [ 27 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:20.404458 [ 27 ] {} <Information> RaftInstance: [LOG OK] req log idx: 147, req log term: 1, my last log idx: 147, my log (147) term: 1
2021.01.29 23:12:20.404500 [ 27 ] {} <Information> RaftInstance: local log idx 147, target_commit_idx 147, quick_commit_index_ 147, state_->get_commit_idx() 147
2021.01.29 23:12:20.404534 [ 27 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:20.404578 [ 27 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:20.404624 [ 27 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:20.404662 [ 27 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=148
2021.01.29 23:12:20.504798 [ 19 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=147, LastLogTerm=1, EntriesLength=0, CommitIndex=147 and Term=1
2021.01.29 23:12:20.504895 [ 19 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 147 (0), req c idx: 147, my term: 1, my role: 1
2021.01.29 23:12:20.504937 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:20.504983 [ 19 ] {} <Information> RaftInstance: [LOG OK] req log idx: 147, req log term: 1, my last log idx: 147, my log (147) term: 1
2021.01.29 23:12:20.505023 [ 19 ] {} <Information> RaftInstance: local log idx 147, target_commit_idx 147, quick_commit_index_ 147, state_->get_commit_idx() 147
2021.01.29 23:12:20.505056 [ 19 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:20.505100 [ 19 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:20.505149 [ 19 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:20.505187 [ 19 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=148
2021.01.29 23:12:20.605869 [ 11 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=147, LastLogTerm=1, EntriesLength=0, CommitIndex=147 and Term=1
2021.01.29 23:12:20.605974 [ 11 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 147 (0), req c idx: 147, my term: 1, my role: 1
2021.01.29 23:12:20.606017 [ 11 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:20.606064 [ 11 ] {} <Information> RaftInstance: [LOG OK] req log idx: 147, req log term: 1, my last log idx: 147, my log (147) term: 1
2021.01.29 23:12:20.606105 [ 11 ] {} <Information> RaftInstance: local log idx 147, target_commit_idx 147, quick_commit_index_ 147, state_->get_commit_idx() 147
2021.01.29 23:12:20.606139 [ 11 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:20.606182 [ 11 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:20.606228 [ 11 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:20.606265 [ 11 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=148
2021.01.29 23:12:20.707576 [ 23 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=147, LastLogTerm=1, EntriesLength=0, CommitIndex=147 and Term=1
2021.01.29 23:12:20.707685 [ 23 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 147 (0), req c idx: 147, my term: 1, my role: 1
2021.01.29 23:12:20.707733 [ 23 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:20.707785 [ 23 ] {} <Information> RaftInstance: [LOG OK] req log idx: 147, req log term: 1, my last log idx: 147, my log (147) term: 1
2021.01.29 23:12:20.707832 [ 23 ] {} <Information> RaftInstance: local log idx 147, target_commit_idx 147, quick_commit_index_ 147, state_->get_commit_idx() 147
2021.01.29 23:12:20.707870 [ 23 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:20.707918 [ 23 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:20.707970 [ 23 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:20.708012 [ 23 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=148
2021.01.29 23:12:20.808189 [ 21 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=147, LastLogTerm=1, EntriesLength=0, CommitIndex=147 and Term=1
2021.01.29 23:12:20.808299 [ 21 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 147 (0), req c idx: 147, my term: 1, my role: 1
2021.01.29 23:12:20.808347 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:20.808398 [ 21 ] {} <Information> RaftInstance: [LOG OK] req log idx: 147, req log term: 1, my last log idx: 147, my log (147) term: 1
2021.01.29 23:12:20.808444 [ 21 ] {} <Information> RaftInstance: local log idx 147, target_commit_idx 147, quick_commit_index_ 147, state_->get_commit_idx() 147
2021.01.29 23:12:20.808482 [ 21 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:20.808530 [ 21 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:20.808581 [ 21 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:20.808624 [ 21 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=148
2021.01.29 23:12:20.908777 [ 15 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=147, LastLogTerm=1, EntriesLength=0, CommitIndex=147 and Term=1
2021.01.29 23:12:20.908887 [ 15 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 147 (0), req c idx: 147, my term: 1, my role: 1
2021.01.29 23:12:20.908939 [ 15 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:20.908994 [ 15 ] {} <Information> RaftInstance: [LOG OK] req log idx: 147, req log term: 1, my last log idx: 147, my log (147) term: 1
2021.01.29 23:12:20.909057 [ 15 ] {} <Information> RaftInstance: local log idx 147, target_commit_idx 147, quick_commit_index_ 147, state_->get_commit_idx() 147
2021.01.29 23:12:20.909098 [ 15 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:20.909157 [ 15 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:20.909212 [ 15 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:20.909257 [ 15 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=148
2021.01.29 23:12:21.009249 [ 45 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=147, LastLogTerm=1, EntriesLength=0, CommitIndex=147 and Term=1
2021.01.29 23:12:21.009352 [ 45 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 147 (0), req c idx: 147, my term: 1, my role: 1
2021.01.29 23:12:21.009408 [ 45 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:21.009457 [ 45 ] {} <Information> RaftInstance: [LOG OK] req log idx: 147, req log term: 1, my last log idx: 147, my log (147) term: 1
2021.01.29 23:12:21.009497 [ 45 ] {} <Information> RaftInstance: local log idx 147, target_commit_idx 147, quick_commit_index_ 147, state_->get_commit_idx() 147
2021.01.29 23:12:21.009530 [ 45 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:21.009572 [ 45 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:21.009616 [ 45 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:21.009653 [ 45 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=148
2021.01.29 23:12:21.110139 [ 49 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 1 with LastLogIndex=147, LastLogTerm=1, EntriesLength=0, CommitIndex=147 and Term=1
2021.01.29 23:12:21.110242 [ 49 ] {} <Information> RaftInstance: from peer 1, req type: 3, req term: 1, req l idx: 147 (0), req c idx: 147, my term: 1, my role: 1
2021.01.29 23:12:21.110291 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:21.110343 [ 49 ] {} <Information> RaftInstance: [LOG OK] req log idx: 147, req log term: 1, my last log idx: 147, my log (147) term: 1
2021.01.29 23:12:21.110389 [ 49 ] {} <Information> RaftInstance: local log idx 147, target_commit_idx 147, quick_commit_index_ 147, state_->get_commit_idx() 147
2021.01.29 23:12:21.110427 [ 49 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:21.110473 [ 49 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:21.110524 [ 49 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:21.110567 [ 49 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 1 with Accepted=1, Term=1, NextIndex=148
2021.01.29 23:12:21.399617 [ 50 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.29 23:12:21.399712 [ 50 ] {} <Warning> RaftInstance: session 3 got connection from 192.168.112.4:45402 (as a server)
2021.01.29 23:12:21.399862 [ 37 ] {} <Notice> RaftInstance: Receive a pre_vote_request message from 2 with LastLogIndex=147, LastLogTerm=1, EntriesLength=0, CommitIndex=147 and Term=1
2021.01.29 23:12:21.399987 [ 37 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role follower, from peer 2, log term: req 1 / mine 1
2021.01.29 23:12:21.400070 [ 37 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.29 23:12:21.400122 [ 37 ] {} <Notice> RaftInstance: Response back a pre_vote_response message to 2 with Accepted=0, Term=1, NextIndex=0
2021.01.29 23:12:21.400566 [ 50 ] {} <Information> RaftInstance: asio rpc session created: 0x7f41fce21018
2021.01.29 23:12:21.478674 [ 59 ] {} <Information> RaftInstance: election timeout
2021.01.29 23:12:21.478748 [ 59 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.29 23:12:21.478925 [ 59 ] {} <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.01.29 23:12:21.479004 [ 59 ] {} <Warning> RaftInstance: reset RPC client for peer 2
2021.01.29 23:12:21.479786 [ 59 ] {} <Information> RaftInstance: asio client created: 0x7f41fbc5f018
2021.01.29 23:12:21.479831 [ 59 ] {} <Information> RaftInstance: asio client destroyed: 0x7f4208231a18
2021.01.29 23:12:21.480297 [ 59 ] {} <Information> RaftInstance: reconnect peer 2
2021.01.29 23:12:21.480331 [ 59 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.29 23:12:21.480822 [ 59 ] {} <Information> RaftInstance: asio client created: 0x7f4208231a18
2021.01.29 23:12:21.480858 [ 59 ] {} <Information> RaftInstance: asio client destroyed: 0x7f4208231018
2021.01.29 23:12:21.481315 [ 59 ] {} <Information> RaftInstance: reconnect peer 1
2021.01.29 23:12:21.481348 [ 59 ] {} <Warning> RaftInstance: [PRIORITY] will not initiate pre-vote due to priority: target 2, mine 1
2021.01.29 23:12:21.481426 [ 59 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:21.481459 [ 59 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:21.481497 [ 59 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:21.481538 [ 59 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:21.647545 [ 47 ] {} <Notice> RaftInstance: Receive a pre_vote_request message from 2 with LastLogIndex=147, LastLogTerm=1, EntriesLength=0, CommitIndex=147 and Term=1
2021.01.29 23:12:21.647654 [ 47 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role follower, from peer 2, log term: req 1 / mine 1
2021.01.29 23:12:21.647720 [ 47 ] {} <Warning> RaftInstance: pre-vote decision: O (grant)
2021.01.29 23:12:21.647774 [ 47 ] {} <Notice> RaftInstance: Response back a pre_vote_response message to 2 with Accepted=1, Term=1, NextIndex=148
2021.01.29 23:12:21.648570 [ 57 ] {} <Notice> RaftInstance: Receive a request_vote_request message from 2 with LastLogIndex=147, LastLogTerm=1, EntriesLength=0, CommitIndex=147 and Term=2
2021.01.29 23:12:21.648662 [ 57 ] {} <Information> RaftInstance: FOLLOWER
2021.01.29 23:12:21.648695 [ 57 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:21.648741 [ 57 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:21.648789 [ 57 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 2 -> 1, mine 1
2021.01.29 23:12:21.648950 [ 57 ] {} <Warning> RaftInstance: [VOTE REQ] my role follower, from peer 2, log term: req 1 / mine 1
2021.01.29 23:12:21.649057 [ 57 ] {} <Warning> RaftInstance: decision: O (grant), voted_for 2, term 2
2021.01.29 23:12:21.649134 [ 57 ] {} <Notice> RaftInstance: Response back a request_vote_response message to 2 with Accepted=1, Term=2, NextIndex=148
2021.01.29 23:12:21.650439 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=147, LastLogTerm=1, EntriesLength=1, CommitIndex=147 and Term=2
2021.01.29 23:12:21.650550 [ 31 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 147 (1), req c idx: 147, my term: 2, my role: 1
2021.01.29 23:12:21.650595 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:21.650645 [ 31 ] {} <Information> RaftInstance: [LOG OK] req log idx: 147, req log term: 1, my last log idx: 147, my log (147) term: 1
2021.01.29 23:12:21.650685 [ 31 ] {} <Notice> RaftInstance: [INIT] log_idx: 148, count: 0, log_store_->next_slot(): 148, req.log_entries().size(): 1
2021.01.29 23:12:21.650741 [ 31 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 148, count: 0
2021.01.29 23:12:21.650791 [ 31 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 148, count: 0
2021.01.29 23:12:21.650834 [ 31 ] {} <Information> RaftInstance: append at 148
2021.01.29 23:12:21.650876 [ 31 ] {} <Warning> RaftInstance: receive a config change from leader at 148
2021.01.29 23:12:21.650942 [ 31 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 147, quick_commit_index_ 147, state_->get_commit_idx() 147
2021.01.29 23:12:21.650976 [ 31 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:21.651018 [ 31 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:21.651065 [ 31 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:21.651102 [ 31 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:21.652502 [ 24 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:21.652593 [ 24 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:21.652635 [ 24 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:21.652677 [ 24 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:21.652716 [ 24 ] {} <Notice> RaftInstance: trigger commit upto 148
2021.01.29 23:12:21.652767 [ 24 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 147
2021.01.29 23:12:21.652804 [ 24 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:21.652839 [ 24 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:21.652879 [ 24 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:21.652922 [ 24 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:21.652959 [ 24 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:21.653094 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:21.653134 [ 67 ] {} <Notice> RaftInstance: commit upto 148, curruent idx 147
2021.01.29 23:12:21.653193 [ 67 ] {} <Information> RaftInstance: commit upto 148, curruent idx 148
2021.01.29 23:12:21.653246 [ 67 ] {} <Warning> RaftInstance: config at index 148 is committed, prev config log idx 3
2021.01.29 23:12:21.653355 [ 67 ] {} <Warning> RaftInstance: new config log idx 148, prev log idx 3, cur config log idx 3, prev log idx 2
2021.01.29 23:12:21.653437 [ 67 ] {} <Notice> RaftInstance: system is reconfigured to have 3 servers, last config index: 3, this config index: 148
2021.01.29 23:12:21.653523 [ 67 ] {} <Warning> RaftInstance: new configuration: log idx 148, prev log idx 3
2021.01.29 23:12:21.653588 [ 67 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:21.653629 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 148, curruent idx 148
2021.01.29 23:12:21.653673 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:21.750339 [ 54 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:21.750447 [ 54 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:21.750492 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:21.750538 [ 54 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:21.750579 [ 54 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:21.750614 [ 54 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:21.750658 [ 54 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:21.750717 [ 54 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:21.750766 [ 54 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:21.850968 [ 55 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:21.851068 [ 55 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:21.851112 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:21.851161 [ 55 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:21.851202 [ 55 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:21.851237 [ 55 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:21.851279 [ 55 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:21.851326 [ 55 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:21.851364 [ 55 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:21.951627 [ 58 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:21.951731 [ 58 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:21.951775 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:21.951823 [ 58 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:21.951863 [ 58 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:21.951898 [ 58 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:21.951950 [ 58 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:21.951997 [ 58 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:21.952035 [ 58 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:22.052434 [ 48 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:22.052535 [ 48 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:22.052578 [ 48 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:22.052625 [ 48 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:22.052666 [ 48 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:22.052701 [ 48 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:22.052745 [ 48 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:22.052799 [ 48 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:22.052838 [ 48 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:22.153514 [ 30 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:22.153635 [ 30 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:22.153714 [ 30 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:22.153767 [ 30 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:22.153809 [ 30 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:22.153846 [ 30 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:22.153889 [ 30 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:22.153940 [ 30 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:22.153978 [ 30 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:22.254301 [ 27 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:22.254399 [ 27 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:22.254442 [ 27 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:22.254498 [ 27 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:22.254541 [ 27 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:22.254575 [ 27 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:22.254618 [ 27 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:22.254686 [ 27 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:22.254729 [ 27 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:22.354965 [ 19 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:22.355082 [ 19 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:22.355128 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:22.355179 [ 19 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:22.355222 [ 19 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:22.355259 [ 19 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:22.355303 [ 19 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:22.355367 [ 19 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:22.355407 [ 19 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:22.455722 [ 11 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:22.455837 [ 11 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:22.455882 [ 11 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:22.455933 [ 11 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:22.455975 [ 11 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:22.456028 [ 11 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:22.456075 [ 11 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:22.456125 [ 11 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:22.456163 [ 11 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:22.556433 [ 33 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:22.556548 [ 33 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:22.556593 [ 33 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:22.556641 [ 33 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:22.556683 [ 33 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:22.556717 [ 33 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:22.556760 [ 33 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:22.556807 [ 33 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:22.556845 [ 33 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:22.657153 [ 21 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:22.657259 [ 21 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:22.657303 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:22.657352 [ 21 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:22.657422 [ 21 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:22.657461 [ 21 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:22.657512 [ 21 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:22.657563 [ 21 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:22.657606 [ 21 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:22.757961 [ 40 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:22.758066 [ 40 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:22.758111 [ 40 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:22.758161 [ 40 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:22.758203 [ 40 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:22.758238 [ 40 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:22.758281 [ 40 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:22.758329 [ 40 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:22.758368 [ 40 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:22.858690 [ 45 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:22.858810 [ 45 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:22.858854 [ 45 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:22.858901 [ 45 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:22.858942 [ 45 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:22.858976 [ 45 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:22.859020 [ 45 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:22.859065 [ 45 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:22.859102 [ 45 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:22.959374 [ 49 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:22.959482 [ 49 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:22.959532 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:22.959585 [ 49 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:22.959632 [ 49 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:22.959671 [ 49 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:22.959720 [ 49 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:22.959771 [ 49 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:22.959815 [ 49 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:23.060229 [ 37 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:23.060339 [ 37 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:23.060382 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:23.060430 [ 37 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:23.060475 [ 37 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:23.060509 [ 37 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:23.060551 [ 37 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:23.060616 [ 37 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:23.060654 [ 37 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:23.161061 [ 46 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:23.161165 [ 46 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:23.161213 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:23.161265 [ 46 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:23.161312 [ 46 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:23.161362 [ 46 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:23.161420 [ 46 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:23.161473 [ 46 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:23.161516 [ 46 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:23.261795 [ 28 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:23.261900 [ 28 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:23.261943 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:23.261990 [ 28 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:23.262031 [ 28 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:23.262064 [ 28 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:23.262108 [ 28 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:23.262153 [ 28 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:23.262190 [ 28 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:23.362648 [ 66 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:23.362754 [ 66 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:23.362804 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:23.362857 [ 66 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:23.362903 [ 66 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:23.362941 [ 66 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:23.362988 [ 66 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:23.363039 [ 66 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:23.363082 [ 66 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:23.463444 [ 39 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:23.463547 [ 39 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:23.463595 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:23.463648 [ 39 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:23.463694 [ 39 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:23.463732 [ 39 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:23.463780 [ 39 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:23.463844 [ 39 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:23.463882 [ 39 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:23.564071 [ 38 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:23.564209 [ 38 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:23.564257 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:23.564309 [ 38 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:23.564368 [ 38 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:23.564403 [ 38 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:23.564448 [ 38 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:23.564500 [ 38 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:23.564538 [ 38 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:23.664794 [ 60 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:23.664901 [ 60 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:23.664946 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:23.664994 [ 60 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:23.665037 [ 60 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:23.665072 [ 60 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:23.665115 [ 60 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:23.665163 [ 60 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:23.665201 [ 60 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:23.765548 [ 64 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:23.765667 [ 64 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:23.765726 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:23.765775 [ 64 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:23.765818 [ 64 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:23.765853 [ 64 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:23.765896 [ 64 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:23.765943 [ 64 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:23.765982 [ 64 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:23.866360 [ 13 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:23.866459 [ 13 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:23.866503 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:23.866551 [ 13 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:23.866608 [ 13 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:23.866644 [ 13 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:23.866686 [ 13 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:23.866734 [ 13 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:23.866772 [ 13 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:23.967122 [ 56 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:23.967225 [ 56 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:23.967267 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:23.967314 [ 56 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:23.967353 [ 56 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:23.967387 [ 56 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:23.967430 [ 56 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:23.967477 [ 56 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:23.967513 [ 56 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:24.067830 [ 26 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:24.067942 [ 26 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:24.067988 [ 26 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:24.068042 [ 26 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:24.068086 [ 26 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:24.068127 [ 26 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:24.068174 [ 26 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:24.068224 [ 26 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:24.068269 [ 26 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:24.168515 [ 18 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:24.168625 [ 18 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:24.168670 [ 18 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:24.168719 [ 18 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:24.168768 [ 18 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:24.168803 [ 18 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:24.168846 [ 18 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:24.168894 [ 18 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:24.168933 [ 18 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:24.269323 [ 27 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:24.269440 [ 27 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:24.269484 [ 27 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:24.269530 [ 27 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:24.269586 [ 27 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:24.269620 [ 27 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:24.269663 [ 27 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:24.269728 [ 27 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:24.269766 [ 27 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:24.370116 [ 19 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:24.370219 [ 19 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:24.370262 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:24.370309 [ 19 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:24.370350 [ 19 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:24.370384 [ 19 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:24.370426 [ 19 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:24.370473 [ 19 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:24.370522 [ 19 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:24.470857 [ 32 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:24.470953 [ 32 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:24.470998 [ 32 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:24.471045 [ 32 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:24.471086 [ 32 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:24.471120 [ 32 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:24.471164 [ 32 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:24.471209 [ 32 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:24.471247 [ 32 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:24.571607 [ 17 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:24.571710 [ 17 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:24.571759 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:24.571813 [ 17 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:24.571860 [ 17 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:24.571898 [ 17 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:24.571949 [ 17 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:24.572000 [ 17 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:24.572060 [ 17 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:24.672400 [ 21 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:24.672513 [ 21 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:24.672558 [ 21 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:24.672607 [ 21 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:24.672648 [ 21 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:24.672691 [ 21 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:24.672733 [ 21 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:24.672781 [ 21 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:24.672824 [ 21 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:24.773206 [ 34 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:24.773308 [ 34 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:24.773356 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:24.773421 [ 34 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:24.773467 [ 34 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:24.773505 [ 34 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:24.773549 [ 34 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:24.773600 [ 34 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:24.773643 [ 34 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:24.873941 [ 45 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:24.874047 [ 45 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:24.874093 [ 45 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:24.874142 [ 45 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:24.874183 [ 45 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:24.874219 [ 45 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:24.874264 [ 45 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:24.874313 [ 45 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:24.874352 [ 45 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:24.974570 [ 50 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:24.974673 [ 50 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:24.974727 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:24.974809 [ 50 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:24.974855 [ 50 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:24.974894 [ 50 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:24.974938 [ 50 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:24.974989 [ 50 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:24.975032 [ 50 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:25.075237 [ 47 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:25.075353 [ 47 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:25.075398 [ 47 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:25.075448 [ 47 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:25.075488 [ 47 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:25.075523 [ 47 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:25.075566 [ 47 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:25.075624 [ 47 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:25.075663 [ 47 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:25.176042 [ 46 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:25.176156 [ 46 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:25.176206 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:25.176260 [ 46 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:25.176306 [ 46 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:25.176345 [ 46 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:25.176393 [ 46 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:25.176446 [ 46 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:25.176489 [ 46 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:25.276775 [ 35 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:25.276887 [ 35 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:25.276938 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:25.276988 [ 35 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:25.277030 [ 35 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:25.277070 [ 35 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:25.277115 [ 35 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:25.277181 [ 35 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:25.277219 [ 35 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:25.378382 [ 31 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:25.378483 [ 31 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:25.378527 [ 31 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:25.378575 [ 31 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:25.378629 [ 31 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:25.378666 [ 31 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:25.378705 [ 31 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:25.378749 [ 31 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:25.378784 [ 31 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:25.479370 [ 24 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:25.479485 [ 24 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:25.479530 [ 24 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:25.479579 [ 24 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:25.479621 [ 24 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:25.479656 [ 24 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:25.479699 [ 24 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:25.479747 [ 24 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:25.479786 [ 24 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:25.579972 [ 54 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:25.580081 [ 54 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:25.580127 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:25.580175 [ 54 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:25.580216 [ 54 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:25.580250 [ 54 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:25.580292 [ 54 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:25.580349 [ 54 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:25.580386 [ 54 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:25.680488 [ 55 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:25.680599 [ 55 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:25.680655 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:25.680701 [ 55 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:25.680742 [ 55 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:25.680776 [ 55 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:25.680825 [ 55 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:25.680870 [ 55 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:25.680912 [ 55 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:25.781379 [ 58 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:25.781477 [ 58 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:25.781521 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:25.781567 [ 58 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:25.781608 [ 58 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:25.781641 [ 58 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:25.781698 [ 58 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:25.781745 [ 58 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:25.781783 [ 58 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:25.882122 [ 48 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:25.882243 [ 48 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:25.882294 [ 48 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:25.882348 [ 48 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:25.882395 [ 48 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:25.882435 [ 48 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:25.882483 [ 48 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:25.882542 [ 48 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:25.882595 [ 48 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:25.982871 [ 30 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:25.982976 [ 30 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:25.983022 [ 30 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:25.983070 [ 30 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:25.983112 [ 30 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:25.983146 [ 30 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:25.983200 [ 30 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:25.983249 [ 30 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:25.983286 [ 30 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:26.083665 [ 53 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:26.083794 [ 53 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:26.083841 [ 53 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:26.083891 [ 53 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:26.083934 [ 53 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:26.083970 [ 53 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:26.084016 [ 53 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:26.084069 [ 53 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:26.084107 [ 53 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:26.184672 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:26.184980 [ 29 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:26.185022 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:26.185069 [ 29 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:26.185109 [ 29 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:26.185142 [ 29 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:26.185194 [ 29 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:26.185240 [ 29 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:26.185281 [ 29 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:26.285346 [ 11 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:26.285491 [ 11 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:26.285540 [ 11 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:26.285602 [ 11 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:26.285656 [ 11 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:26.285722 [ 11 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:26.285773 [ 11 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:26.285827 [ 11 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:26.285872 [ 11 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:26.386269 [ 33 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:26.386389 [ 33 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:26.386508 [ 33 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:26.386562 [ 33 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:26.386609 [ 33 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:26.386648 [ 33 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:26.386696 [ 33 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:26.386747 [ 33 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:26.386790 [ 33 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:26.487134 [ 62 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:26.487249 [ 62 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:26.487300 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:26.487352 [ 62 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:26.487399 [ 62 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:26.487438 [ 62 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:26.487487 [ 62 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:26.487540 [ 62 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:26.487582 [ 62 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:26.587783 [ 40 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:26.587875 [ 40 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:26.587918 [ 40 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:26.587966 [ 40 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:26.588008 [ 40 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:26.588041 [ 40 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:26.588084 [ 40 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:26.588130 [ 40 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:26.588168 [ 40 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:26.688407 [ 36 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:26.688504 [ 36 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:26.688547 [ 36 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:26.688594 [ 36 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:26.688636 [ 36 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:26.688681 [ 36 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:26.688725 [ 36 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:26.688772 [ 36 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:26.688809 [ 36 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:26.789025 [ 34 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:26.789157 [ 34 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:26.789202 [ 34 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:26.789251 [ 34 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:26.789297 [ 34 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:26.789343 [ 34 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:26.789406 [ 34 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:26.789457 [ 34 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:26.789497 [ 34 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:26.889811 [ 45 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:26.889911 [ 45 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:26.889954 [ 45 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:26.890001 [ 45 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:26.890041 [ 45 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:26.890075 [ 45 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:26.890117 [ 45 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:26.890163 [ 45 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:26.890200 [ 45 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:26.990559 [ 57 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:26.990681 [ 57 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:26.990727 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:26.990775 [ 57 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:26.990818 [ 57 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:26.990854 [ 57 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:26.990897 [ 57 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:26.990953 [ 57 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:26.990993 [ 57 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:27.091252 [ 28 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:27.091357 [ 28 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:27.091401 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:27.091449 [ 28 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:27.091490 [ 28 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:27.091524 [ 28 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:27.091563 [ 28 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:27.091609 [ 28 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:27.091646 [ 28 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:27.192009 [ 66 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:27.192136 [ 66 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:27.192180 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:27.192229 [ 66 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:27.192270 [ 66 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:27.192304 [ 66 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:27.192347 [ 66 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:27.192394 [ 66 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:27.192432 [ 66 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:27.292796 [ 16 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:27.292905 [ 16 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:27.292949 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:27.292995 [ 16 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:27.293036 [ 16 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:27.293068 [ 16 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:27.293115 [ 16 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:27.293162 [ 16 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:27.293199 [ 16 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:27.393615 [ 22 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:27.393761 [ 22 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:27.393812 [ 22 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:27.393864 [ 22 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:27.393916 [ 22 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:27.393955 [ 22 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:27.394002 [ 22 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:27.394055 [ 22 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:27.394098 [ 22 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:27.494536 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:27.494837 [ 63 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:27.494879 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:27.494934 [ 63 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:27.494974 [ 63 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:27.495007 [ 63 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:27.495048 [ 63 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:27.495101 [ 63 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:27.495137 [ 63 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:27.595113 [ 20 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:27.595224 [ 20 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:27.595270 [ 20 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:27.595318 [ 20 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:27.595361 [ 20 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:27.595395 [ 20 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:27.595438 [ 20 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:27.595485 [ 20 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:27.595523 [ 20 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:27.695865 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:27.695970 [ 65 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:27.696014 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:27.696062 [ 65 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:27.696103 [ 65 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:27.696137 [ 65 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:27.696189 [ 65 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:27.696236 [ 65 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:27.696274 [ 65 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:27.797030 [ 44 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:27.797130 [ 44 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:27.797175 [ 44 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:27.797223 [ 44 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:27.797266 [ 44 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:27.797301 [ 44 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:27.797344 [ 44 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:27.797401 [ 44 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:27.797443 [ 44 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:27.897709 [ 14 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:27.897814 [ 14 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:27.897859 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:27.897910 [ 14 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:27.897957 [ 14 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:27.897996 [ 14 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:27.898041 [ 14 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:27.898091 [ 14 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:27.898130 [ 14 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:27.998428 [ 23 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:27.998530 [ 23 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:27.998574 [ 23 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:27.998624 [ 23 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:27.998667 [ 23 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:27.998702 [ 23 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:27.998745 [ 23 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:27.998796 [ 23 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:27.998835 [ 23 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:28.099126 [ 12 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:28.099243 [ 12 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:28.099288 [ 12 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:28.099358 [ 12 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:28.099400 [ 12 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:28.099435 [ 12 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:28.099488 [ 12 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:28.099540 [ 12 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:28.099578 [ 12 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:28.199981 [ 15 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:28.200107 [ 15 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:28.200156 [ 15 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:28.200206 [ 15 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:28.200249 [ 15 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:28.200285 [ 15 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:28.200331 [ 15 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:28.200384 [ 15 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:28.200423 [ 15 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:28.300698 [ 41 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:28.300801 [ 41 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:28.300845 [ 41 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:28.300894 [ 41 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:28.300936 [ 41 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:28.300971 [ 41 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:28.301016 [ 41 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:28.301064 [ 41 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:28.301102 [ 41 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:28.401585 [ 25 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:28.401717 [ 25 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:28.401763 [ 25 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:28.401815 [ 25 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:28.401858 [ 25 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:28.401894 [ 25 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:28.401937 [ 25 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:28.401987 [ 25 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:28.402046 [ 25 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:28.502384 [ 43 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:28.502502 [ 43 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:28.502552 [ 43 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:28.502613 [ 43 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:28.502660 [ 43 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:28.502700 [ 43 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:28.502756 [ 43 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:28.502803 [ 43 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:28.502840 [ 43 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:28.603173 [ 59 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:28.603300 [ 59 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:28.603347 [ 59 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:28.603396 [ 59 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:28.603439 [ 59 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:28.603475 [ 59 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:28.603531 [ 59 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:28.603577 [ 59 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:28.603621 [ 59 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:28.703861 [ 51 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:28.703968 [ 51 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:28.704011 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:28.704059 [ 51 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:28.704101 [ 51 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:28.704134 [ 51 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:28.704175 [ 51 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:28.704221 [ 51 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:28.704258 [ 51 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:28.804531 [ 52 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:28.804637 [ 52 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:28.804700 [ 52 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:28.804749 [ 52 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:28.804791 [ 52 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:28.804827 [ 52 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:28.804871 [ 52 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:28.804920 [ 52 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:28.804959 [ 52 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:28.905343 [ 42 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:28.905490 [ 42 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:28.905542 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:28.905599 [ 42 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:28.905647 [ 42 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:28.905695 [ 42 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:28.905759 [ 42 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:28.905808 [ 42 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:28.905846 [ 42 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:29.006055 [ 28 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:29.006178 [ 28 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:29.006227 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:29.006281 [ 28 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:29.006327 [ 28 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:29.006374 [ 28 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:29.006420 [ 28 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:29.006473 [ 28 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:29.006517 [ 28 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:29.106693 [ 39 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:29.106801 [ 39 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:29.106844 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:29.106892 [ 39 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:29.106934 [ 39 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:29.106968 [ 39 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:29.107009 [ 39 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:29.107079 [ 39 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:29.107118 [ 39 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:29.207543 [ 38 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:29.207656 [ 38 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:29.207702 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:29.207751 [ 38 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:29.207792 [ 38 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:29.207827 [ 38 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:29.207873 [ 38 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:29.207924 [ 38 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:29.207963 [ 38 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:29.308130 [ 60 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:29.308238 [ 60 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:29.308282 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:29.308330 [ 60 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:29.308372 [ 60 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:29.308406 [ 60 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:29.308448 [ 60 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:29.308498 [ 60 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:29.308536 [ 60 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:29.408864 [ 64 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:29.408968 [ 64 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:29.409012 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:29.409069 [ 64 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:29.409110 [ 64 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:29.409144 [ 64 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:29.409187 [ 64 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:29.409233 [ 64 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:29.409271 [ 64 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:29.509628 [ 13 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:29.509767 [ 13 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:29.509835 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:29.509892 [ 13 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:29.509939 [ 13 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:29.509978 [ 13 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:29.510028 [ 13 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:29.510083 [ 13 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:29.510126 [ 13 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:29.610256 [ 58 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:29.610351 [ 58 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:29.610393 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:29.610440 [ 58 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:29.610480 [ 58 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:29.610513 [ 58 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:29.610574 [ 58 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:29.610636 [ 58 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:29.610673 [ 58 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:29.710966 [ 26 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:29.711059 [ 26 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:29.711102 [ 26 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:29.711147 [ 26 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:29.711187 [ 26 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:29.711220 [ 26 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:29.711264 [ 26 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:29.711309 [ 26 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:29.711347 [ 26 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:29.811677 [ 18 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:29.811809 [ 18 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:29.811854 [ 18 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:29.811901 [ 18 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:29.811942 [ 18 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:29.811977 [ 18 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:29.812023 [ 18 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:29.812070 [ 18 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:29.812107 [ 18 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:29.912394 [ 14 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:29.912495 [ 14 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:29.912541 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:29.912589 [ 14 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:29.912630 [ 14 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:29.912664 [ 14 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:29.912706 [ 14 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:29.912752 [ 14 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:29.912790 [ 14 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:30.013509 [ 19 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:30.013622 [ 19 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:30.013673 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:30.013744 [ 19 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:30.013793 [ 19 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:30.013834 [ 19 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:30.013887 [ 19 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:30.013945 [ 19 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:30.013991 [ 19 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:30.114207 [ 32 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:30.114310 [ 32 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:30.114359 [ 32 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:30.114411 [ 32 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:30.114458 [ 32 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:30.114496 [ 32 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:30.114542 [ 32 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:30.114595 [ 32 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:30.114638 [ 32 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:30.214988 [ 17 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:30.215092 [ 17 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:30.215141 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:30.215195 [ 17 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:30.215249 [ 17 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:30.215283 [ 17 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:30.215326 [ 17 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:30.215372 [ 17 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:30.215410 [ 17 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:30.315762 [ 62 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:30.315867 [ 62 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:30.315915 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:30.315967 [ 62 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:30.316013 [ 62 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:30.316051 [ 62 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:30.316099 [ 62 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:30.316151 [ 62 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:30.316193 [ 62 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:30.416565 [ 49 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:30.416688 [ 49 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:30.416738 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:30.416793 [ 49 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:30.416840 [ 49 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:30.416880 [ 49 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:30.416929 [ 49 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:30.416986 [ 49 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:30.417030 [ 49 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:30.517225 [ 37 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:30.517321 [ 37 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:30.517362 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:30.517438 [ 37 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:30.517492 [ 37 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:30.517526 [ 37 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:30.517570 [ 37 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:30.517622 [ 37 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:30.517660 [ 37 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:30.618020 [ 50 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:30.618138 [ 50 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:30.618183 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:30.618233 [ 50 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:30.618275 [ 50 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:30.618312 [ 50 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:30.618360 [ 50 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:30.618432 [ 50 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:30.618475 [ 50 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:30.718668 [ 47 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:30.718761 [ 47 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:30.718803 [ 47 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:30.718849 [ 47 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:30.718889 [ 47 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:30.718923 [ 47 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:30.718965 [ 47 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:30.719011 [ 47 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:30.719049 [ 47 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:30.819365 [ 46 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:30.819489 [ 46 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:30.819536 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:30.819585 [ 46 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:30.819626 [ 46 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:30.819662 [ 46 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:30.819708 [ 46 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:30.819760 [ 46 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:30.819799 [ 46 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:30.919953 [ 42 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:30.920050 [ 42 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:30.920093 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:30.920140 [ 42 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:30.920182 [ 42 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:30.920216 [ 42 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:30.920260 [ 42 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:30.920306 [ 42 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:30.920344 [ 42 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:31.020658 [ 66 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:31.020785 [ 66 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:31.020830 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:31.020885 [ 66 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:31.020926 [ 66 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:31.020962 [ 66 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:31.021004 [ 66 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:31.021054 [ 66 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:31.021092 [ 66 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:31.121477 [ 16 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:31.121587 [ 16 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:31.121632 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:31.121680 [ 16 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:31.121737 [ 16 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:31.121772 [ 16 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:31.121817 [ 16 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:31.121866 [ 16 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:31.121904 [ 16 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:31.222232 [ 22 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:31.222338 [ 22 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:31.222382 [ 22 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:31.222446 [ 22 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:31.222488 [ 22 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:31.222523 [ 22 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:31.222566 [ 22 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:31.222615 [ 22 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:31.222668 [ 22 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:31.322940 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:31.323049 [ 63 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:31.323093 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:31.323146 [ 63 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:31.323187 [ 63 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:31.323221 [ 63 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:31.323266 [ 63 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:31.323312 [ 63 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:31.323349 [ 63 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:31.423640 [ 20 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:31.423745 [ 20 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:31.423791 [ 20 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:31.423839 [ 20 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:31.423881 [ 20 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:31.423915 [ 20 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:31.423958 [ 20 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:31.424005 [ 20 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:31.424042 [ 20 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:31.524342 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:31.524491 [ 65 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:31.524578 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:31.524662 [ 65 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:31.524734 [ 65 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:31.524791 [ 65 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:31.524864 [ 65 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:31.524941 [ 65 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:31.525030 [ 65 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:31.625251 [ 44 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:31.625349 [ 44 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:31.625433 [ 44 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:31.625482 [ 44 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:31.625524 [ 44 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:31.625558 [ 44 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:31.625601 [ 44 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:31.625647 [ 44 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:31.625698 [ 44 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:31.725950 [ 26 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:31.726059 [ 26 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:31.726104 [ 26 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:31.726151 [ 26 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:31.726193 [ 26 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:31.726228 [ 26 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:31.726273 [ 26 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:31.726320 [ 26 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:31.726358 [ 26 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:31.826556 [ 23 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:31.826655 [ 23 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:31.826703 [ 23 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:31.826756 [ 23 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:31.826803 [ 23 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:31.826858 [ 23 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:31.826905 [ 23 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:31.826958 [ 23 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:31.827001 [ 23 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:31.927310 [ 14 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:31.927422 [ 14 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:31.927466 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:31.927514 [ 14 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:31.927555 [ 14 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:31.927590 [ 14 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:31.927632 [ 14 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:31.927680 [ 14 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:31.927718 [ 14 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:32.027967 [ 15 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:32.028065 [ 15 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:32.028108 [ 15 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:32.028156 [ 15 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:32.028204 [ 15 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:32.028239 [ 15 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:32.028280 [ 15 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:32.028327 [ 15 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:32.028365 [ 15 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:32.128764 [ 41 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:32.128878 [ 41 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:32.128936 [ 41 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:32.128984 [ 41 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:32.129026 [ 41 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:32.129061 [ 41 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:32.129107 [ 41 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:32.129182 [ 41 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:32.129222 [ 41 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:32.229437 [ 17 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:32.229563 [ 17 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:32.229614 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:32.229667 [ 17 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:32.229735 [ 17 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:32.229774 [ 17 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:32.229819 [ 17 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:32.229871 [ 17 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:32.229914 [ 17 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:32.329995 [ 43 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:32.330090 [ 43 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:32.330133 [ 43 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:32.330178 [ 43 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:32.330219 [ 43 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:32.330253 [ 43 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:32.330296 [ 43 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:32.330342 [ 43 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:32.330380 [ 43 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:32.430696 [ 59 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:32.430795 [ 59 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:32.430844 [ 59 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:32.430893 [ 59 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:32.430933 [ 59 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:32.430967 [ 59 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:32.431008 [ 59 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:32.431054 [ 59 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:32.431092 [ 59 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:32.531395 [ 37 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:32.531504 [ 37 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:32.531566 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:32.531617 [ 37 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:32.531659 [ 37 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:32.531695 [ 37 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:32.531741 [ 37 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:32.531791 [ 37 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:32.531830 [ 37 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:32.632102 [ 52 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:32.632208 [ 52 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:32.632256 [ 52 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:32.632308 [ 52 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:32.632355 [ 52 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:32.632392 [ 52 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:32.632439 [ 52 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:32.632491 [ 52 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:32.632534 [ 52 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:32.732821 [ 61 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:32.732917 [ 61 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:32.732959 [ 61 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:32.733006 [ 61 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:32.733047 [ 61 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:32.733082 [ 61 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:32.733125 [ 61 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:32.733172 [ 61 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:32.733211 [ 61 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:32.833491 [ 39 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:32.833598 [ 39 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:32.833652 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:32.833717 [ 39 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:32.833769 [ 39 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:32.833808 [ 39 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:32.833872 [ 39 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:32.833922 [ 39 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:32.833965 [ 39 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:32.934193 [ 66 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:32.934312 [ 66 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:32.934363 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:32.934419 [ 66 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:32.934465 [ 66 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:32.934504 [ 66 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:32.934552 [ 66 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:32.934606 [ 66 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:32.934650 [ 66 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:33.035005 [ 60 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:33.035118 [ 60 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:33.035161 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:33.035207 [ 60 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:33.035247 [ 60 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:33.035280 [ 60 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:33.035321 [ 60 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:33.035386 [ 60 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:33.035424 [ 60 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:33.135798 [ 22 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:33.135936 [ 22 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:33.135987 [ 22 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:33.136041 [ 22 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:33.136095 [ 22 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:33.136137 [ 22 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:33.136189 [ 22 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:33.136243 [ 22 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:33.136287 [ 22 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:33.236589 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:33.236713 [ 63 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:33.236757 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:33.236805 [ 63 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:33.236852 [ 63 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:33.236887 [ 63 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:33.236927 [ 63 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:33.236975 [ 63 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:33.237013 [ 63 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:33.337222 [ 20 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:33.337322 [ 20 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:33.337383 [ 20 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:33.337430 [ 20 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:33.337472 [ 20 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:33.337506 [ 20 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:33.337548 [ 20 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:33.337595 [ 20 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:33.337633 [ 20 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:33.437967 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:33.438089 [ 65 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:33.438139 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:33.438193 [ 65 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:33.438240 [ 65 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:33.438281 [ 65 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:33.438327 [ 65 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:33.438381 [ 65 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:33.438425 [ 65 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:33.538641 [ 18 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:33.538739 [ 18 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:33.538781 [ 18 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:33.538827 [ 18 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:33.538867 [ 18 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:33.538913 [ 18 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:33.538957 [ 18 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:33.539003 [ 18 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:33.539039 [ 18 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:33.639427 [ 12 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:33.639551 [ 12 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:33.639604 [ 12 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:33.639659 [ 12 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:33.639707 [ 12 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:33.639749 [ 12 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:33.639801 [ 12 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:33.639859 [ 12 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:33.639904 [ 12 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:33.740021 [ 19 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:33.740119 [ 19 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:33.740163 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:33.740210 [ 19 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:33.740251 [ 19 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:33.740285 [ 19 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:33.740325 [ 19 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:33.740371 [ 19 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:33.740409 [ 19 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:33.840915 [ 32 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:33.841018 [ 32 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:33.841065 [ 32 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:33.841117 [ 32 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:33.841162 [ 32 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:33.841200 [ 32 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:33.841246 [ 32 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:33.841298 [ 32 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:33.841340 [ 32 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:33.941753 [ 25 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:33.941872 [ 25 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:33.941921 [ 25 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:33.941973 [ 25 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:33.942019 [ 25 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:33.942058 [ 25 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:33.942102 [ 25 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:33.942152 [ 25 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:33.942195 [ 25 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:34.042384 [ 62 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:34.042498 [ 62 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:34.042546 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:34.042597 [ 62 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:34.042643 [ 62 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:34.042681 [ 62 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:34.042728 [ 62 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:34.042781 [ 62 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:34.042824 [ 62 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:34.143195 [ 17 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:34.143298 [ 17 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:34.143346 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:34.143397 [ 17 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:34.143443 [ 17 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:34.143481 [ 17 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:34.143525 [ 17 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:34.143575 [ 17 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:34.143618 [ 17 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:34.243880 [ 51 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:34.244023 [ 51 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:34.244073 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:34.244126 [ 51 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:34.244173 [ 51 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:34.244229 [ 51 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:34.244280 [ 51 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:34.244332 [ 51 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:34.244374 [ 51 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:34.344633 [ 59 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:34.344748 [ 59 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:34.344793 [ 59 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:34.344850 [ 59 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:34.344891 [ 59 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:34.344925 [ 59 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:34.344968 [ 59 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:34.345017 [ 59 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:34.345055 [ 59 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:34.445286 [ 47 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:34.445391 [ 47 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:34.445435 [ 47 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:34.445482 [ 47 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:34.445523 [ 47 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:34.445557 [ 47 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:34.445598 [ 47 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:34.445645 [ 47 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:34.445694 [ 47 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:34.545959 [ 46 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:34.546076 [ 46 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:34.546126 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:34.546180 [ 46 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:34.546226 [ 46 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:34.546264 [ 46 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:34.546311 [ 46 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:34.546364 [ 46 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:34.546407 [ 46 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:34.646586 [ 61 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:34.646709 [ 61 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:34.646753 [ 61 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:34.646801 [ 61 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:34.646843 [ 61 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:34.646877 [ 61 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:34.646921 [ 61 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:34.646968 [ 61 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:34.647006 [ 61 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:34.747426 [ 38 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:34.747526 [ 38 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:34.747573 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:34.747624 [ 38 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:34.747677 [ 38 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:34.747724 [ 38 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:34.747764 [ 38 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:34.747809 [ 38 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:34.747847 [ 38 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:34.848161 [ 16 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:34.848271 [ 16 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:34.848317 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:34.848365 [ 16 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:34.848407 [ 16 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:34.848442 [ 16 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:34.848486 [ 16 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:34.848536 [ 16 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:34.848574 [ 16 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:34.948963 [ 64 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:34.949077 [ 64 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:34.949120 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:34.949166 [ 64 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:34.949221 [ 64 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:34.949265 [ 64 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:34.949306 [ 64 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:34.949352 [ 64 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:34.949407 [ 64 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:35.049843 [ 13 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:35.049952 [ 13 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:35.049996 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:35.050044 [ 13 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:35.050085 [ 13 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:35.050119 [ 13 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:35.050162 [ 13 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:35.050217 [ 13 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:35.050255 [ 13 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:35.150545 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:35.150653 [ 63 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:35.150697 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:35.150746 [ 63 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:35.150794 [ 63 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:35.150829 [ 63 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:35.150871 [ 63 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:35.150918 [ 63 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:35.150976 [ 63 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:35.251307 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:35.251429 [ 29 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:35.251481 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:35.251538 [ 29 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:35.251587 [ 29 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:35.251629 [ 29 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:35.251681 [ 29 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:35.251736 [ 29 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:35.251782 [ 29 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:35.352112 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:35.352213 [ 65 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:35.352261 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:35.352313 [ 65 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:35.352359 [ 65 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:35.352397 [ 65 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:35.352446 [ 65 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:35.352498 [ 65 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:35.352540 [ 65 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:35.452728 [ 18 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=0, CommitIndex=148 and Term=2
2021.01.29 23:12:35.452843 [ 18 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (0), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:35.452894 [ 18 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:35.452948 [ 18 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:35.452994 [ 18 ] {} <Information> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:35.453033 [ 18 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:35.453080 [ 18 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:35.453134 [ 18 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:35.453177 [ 18 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=149
2021.01.29 23:12:35.475351 [ 10 ] {} <Information> RaftInstance: asio client created: 0x7f4204cef018
2021.01.29 23:12:35.475412 [ 10 ] {} <Notice> RaftInstance: socket to node2:44445 is not opened yet
2021.01.29 23:12:35.476572 [ 12 ] {} <Warning> RaftInstance: connected to node2:44445 (as a client)
2021.01.29 23:12:35.477929 [ 15 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=2, EntriesLength=1, CommitIndex=148 and Term=2
2021.01.29 23:12:35.478030 [ 15 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 148 (1), req c idx: 148, my term: 2, my role: 1
2021.01.29 23:12:35.478079 [ 15 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:35.478129 [ 15 ] {} <Information> RaftInstance: [LOG OK] req log idx: 148, req log term: 2, my last log idx: 148, my log (148) term: 2
2021.01.29 23:12:35.478174 [ 15 ] {} <Notice> RaftInstance: [INIT] log_idx: 149, count: 0, log_store_->next_slot(): 149, req.log_entries().size(): 1
2021.01.29 23:12:35.478237 [ 15 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 149, count: 0
2021.01.29 23:12:35.478293 [ 15 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 149, count: 0
2021.01.29 23:12:35.478341 [ 15 ] {} <Information> RaftInstance: append at 149
2021.01.29 23:12:35.478390 [ 15 ] {} <Information> RaftInstance: local log idx 149, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.01.29 23:12:35.478429 [ 15 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:35.478488 [ 15 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:35.478541 [ 15 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:35.478583 [ 15 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=150
2021.01.29 23:12:35.479616 [ 41 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=149, LastLogTerm=2, EntriesLength=0, CommitIndex=149 and Term=2
2021.01.29 23:12:35.479706 [ 41 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 149 (0), req c idx: 149, my term: 2, my role: 1
2021.01.29 23:12:35.479753 [ 41 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:35.479801 [ 41 ] {} <Information> RaftInstance: [LOG OK] req log idx: 149, req log term: 2, my last log idx: 149, my log (149) term: 2
2021.01.29 23:12:35.479843 [ 41 ] {} <Notice> RaftInstance: trigger commit upto 149
2021.01.29 23:12:35.479910 [ 41 ] {} <Information> RaftInstance: local log idx 149, target_commit_idx 149, quick_commit_index_ 149, state_->get_commit_idx() 148
2021.01.29 23:12:35.479948 [ 41 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:35.479986 [ 41 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:35.480027 [ 41 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:35.480036 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:35.480071 [ 41 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:35.480103 [ 67 ] {} <Notice> RaftInstance: commit upto 149, curruent idx 148
2021.01.29 23:12:35.480116 [ 41 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=150
2021.01.29 23:12:35.480198 [ 67 ] {} <Information> RaftInstance: commit upto 149, curruent idx 149
2021.01.29 23:12:35.480292 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 149, curruent idx 149
2021.01.29 23:12:35.480344 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:35.483324 [ 43 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=149, LastLogTerm=2, EntriesLength=1, CommitIndex=149 and Term=2
2021.01.29 23:12:35.483407 [ 43 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 149 (1), req c idx: 149, my term: 2, my role: 1
2021.01.29 23:12:35.483449 [ 43 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:35.483492 [ 43 ] {} <Information> RaftInstance: [LOG OK] req log idx: 149, req log term: 2, my last log idx: 149, my log (149) term: 2
2021.01.29 23:12:35.483532 [ 43 ] {} <Notice> RaftInstance: [INIT] log_idx: 150, count: 0, log_store_->next_slot(): 150, req.log_entries().size(): 1
2021.01.29 23:12:35.483587 [ 43 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 150, count: 0
2021.01.29 23:12:35.483636 [ 43 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 150, count: 0
2021.01.29 23:12:35.483696 [ 43 ] {} <Information> RaftInstance: append at 150
2021.01.29 23:12:35.483743 [ 43 ] {} <Information> RaftInstance: local log idx 150, target_commit_idx 149, quick_commit_index_ 149, state_->get_commit_idx() 149
2021.01.29 23:12:35.483781 [ 43 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:35.483831 [ 43 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:35.483882 [ 43 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:35.483924 [ 43 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=151
2021.01.29 23:12:35.484880 [ 51 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=150, LastLogTerm=2, EntriesLength=0, CommitIndex=150 and Term=2
2021.01.29 23:12:35.484970 [ 51 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 150 (0), req c idx: 150, my term: 2, my role: 1
2021.01.29 23:12:35.485011 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:35.485054 [ 51 ] {} <Information> RaftInstance: [LOG OK] req log idx: 150, req log term: 2, my last log idx: 150, my log (150) term: 2
2021.01.29 23:12:35.485093 [ 51 ] {} <Notice> RaftInstance: trigger commit upto 150
2021.01.29 23:12:35.485144 [ 51 ] {} <Information> RaftInstance: local log idx 150, target_commit_idx 150, quick_commit_index_ 150, state_->get_commit_idx() 149
2021.01.29 23:12:35.485182 [ 51 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:35.485220 [ 51 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:35.485259 [ 51 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:35.485243 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:35.485305 [ 51 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:35.485321 [ 67 ] {} <Notice> RaftInstance: commit upto 150, curruent idx 149
2021.01.29 23:12:35.485351 [ 51 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=151
2021.01.29 23:12:35.485425 [ 67 ] {} <Information> RaftInstance: commit upto 150, curruent idx 150
2021.01.29 23:12:35.485587 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 150, curruent idx 150
2021.01.29 23:12:35.485641 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:35.487636 [ 42 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=150, LastLogTerm=2, EntriesLength=1, CommitIndex=150 and Term=2
2021.01.29 23:12:35.487715 [ 42 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 150 (1), req c idx: 150, my term: 2, my role: 1
2021.01.29 23:12:35.487763 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:35.487806 [ 42 ] {} <Information> RaftInstance: [LOG OK] req log idx: 150, req log term: 2, my last log idx: 150, my log (150) term: 2
2021.01.29 23:12:35.487845 [ 42 ] {} <Notice> RaftInstance: [INIT] log_idx: 151, count: 0, log_store_->next_slot(): 151, req.log_entries().size(): 1
2021.01.29 23:12:35.487900 [ 42 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 151, count: 0
2021.01.29 23:12:35.487950 [ 42 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 151, count: 0
2021.01.29 23:12:35.487993 [ 42 ] {} <Information> RaftInstance: append at 151
2021.01.29 23:12:35.488035 [ 42 ] {} <Information> RaftInstance: local log idx 151, target_commit_idx 150, quick_commit_index_ 150, state_->get_commit_idx() 150
2021.01.29 23:12:35.488068 [ 42 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:35.488107 [ 42 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:35.488150 [ 42 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:35.488187 [ 42 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=152
2021.01.29 23:12:35.489023 [ 46 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=151, LastLogTerm=2, EntriesLength=0, CommitIndex=151 and Term=2
2021.01.29 23:12:35.489100 [ 46 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 151 (0), req c idx: 151, my term: 2, my role: 1
2021.01.29 23:12:35.489140 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:35.489183 [ 46 ] {} <Information> RaftInstance: [LOG OK] req log idx: 151, req log term: 2, my last log idx: 151, my log (151) term: 2
2021.01.29 23:12:35.489221 [ 46 ] {} <Notice> RaftInstance: trigger commit upto 151
2021.01.29 23:12:35.489272 [ 46 ] {} <Information> RaftInstance: local log idx 151, target_commit_idx 151, quick_commit_index_ 151, state_->get_commit_idx() 150
2021.01.29 23:12:35.489310 [ 46 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:35.489355 [ 46 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:35.489410 [ 46 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:35.489477 [ 46 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:35.489484 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:35.489520 [ 46 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=152
2021.01.29 23:12:35.489544 [ 67 ] {} <Notice> RaftInstance: commit upto 151, curruent idx 150
2021.01.29 23:12:35.489624 [ 67 ] {} <Information> RaftInstance: commit upto 151, curruent idx 151
2021.01.29 23:12:35.489932 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 151, curruent idx 151
2021.01.29 23:12:35.489987 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:35.493912 [ 48 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=151, LastLogTerm=2, EntriesLength=1, CommitIndex=151 and Term=2
2021.01.29 23:12:35.494000 [ 48 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 151 (1), req c idx: 151, my term: 2, my role: 1
2021.01.29 23:12:35.494046 [ 48 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:35.494093 [ 48 ] {} <Information> RaftInstance: [LOG OK] req log idx: 151, req log term: 2, my last log idx: 151, my log (151) term: 2
2021.01.29 23:12:35.494137 [ 48 ] {} <Notice> RaftInstance: [INIT] log_idx: 152, count: 0, log_store_->next_slot(): 152, req.log_entries().size(): 1
2021.01.29 23:12:35.494200 [ 48 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 152, count: 0
2021.01.29 23:12:35.494255 [ 48 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 152, count: 0
2021.01.29 23:12:35.494303 [ 48 ] {} <Information> RaftInstance: append at 152
2021.01.29 23:12:35.494350 [ 48 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 151, quick_commit_index_ 151, state_->get_commit_idx() 151
2021.01.29 23:12:35.494388 [ 48 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:35.494430 [ 48 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:35.494486 [ 48 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:35.494528 [ 48 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=153
2021.01.29 23:12:35.495402 [ 22 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=0, CommitIndex=152 and Term=2
2021.01.29 23:12:35.495479 [ 22 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 152 (0), req c idx: 152, my term: 2, my role: 1
2021.01.29 23:12:35.495520 [ 22 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:35.495562 [ 22 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.01.29 23:12:35.495601 [ 22 ] {} <Notice> RaftInstance: trigger commit upto 152
2021.01.29 23:12:35.495670 [ 22 ] {} <Information> RaftInstance: local log idx 152, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 151
2021.01.29 23:12:35.495714 [ 22 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:35.495755 [ 22 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:35.495789 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:35.495801 [ 22 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:35.495847 [ 67 ] {} <Notice> RaftInstance: commit upto 152, curruent idx 151
2021.01.29 23:12:35.495872 [ 22 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:35.495929 [ 67 ] {} <Information> RaftInstance: commit upto 152, curruent idx 152
2021.01.29 23:12:35.495929 [ 22 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=153
2021.01.29 23:12:35.496101 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 152, curruent idx 152
2021.01.29 23:12:35.496156 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:35.497976 [ 27 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=152, LastLogTerm=2, EntriesLength=1, CommitIndex=152 and Term=2
2021.01.29 23:12:35.498066 [ 27 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 152 (1), req c idx: 152, my term: 2, my role: 1
2021.01.29 23:12:35.498111 [ 27 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:35.498159 [ 27 ] {} <Information> RaftInstance: [LOG OK] req log idx: 152, req log term: 2, my last log idx: 152, my log (152) term: 2
2021.01.29 23:12:35.498202 [ 27 ] {} <Notice> RaftInstance: [INIT] log_idx: 153, count: 0, log_store_->next_slot(): 153, req.log_entries().size(): 1
2021.01.29 23:12:35.498265 [ 27 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 153, count: 0
2021.01.29 23:12:35.498321 [ 27 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 153, count: 0
2021.01.29 23:12:35.498369 [ 27 ] {} <Information> RaftInstance: append at 153
2021.01.29 23:12:35.498417 [ 27 ] {} <Information> RaftInstance: local log idx 153, target_commit_idx 152, quick_commit_index_ 152, state_->get_commit_idx() 152
2021.01.29 23:12:35.498454 [ 27 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:35.498498 [ 27 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:35.498556 [ 27 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:35.498608 [ 27 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=154
2021.01.29 23:12:35.499450 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=153, LastLogTerm=2, EntriesLength=0, CommitIndex=153 and Term=2
2021.01.29 23:12:35.499526 [ 29 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 153 (0), req c idx: 153, my term: 2, my role: 1
2021.01.29 23:12:35.499567 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:35.500015 [ 29 ] {} <Information> RaftInstance: [LOG OK] req log idx: 153, req log term: 2, my last log idx: 153, my log (153) term: 2
2021.01.29 23:12:35.500055 [ 29 ] {} <Notice> RaftInstance: trigger commit upto 153
2021.01.29 23:12:35.500106 [ 29 ] {} <Information> RaftInstance: local log idx 153, target_commit_idx 153, quick_commit_index_ 153, state_->get_commit_idx() 152
2021.01.29 23:12:35.500145 [ 29 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:35.500185 [ 29 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:35.500217 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:35.500264 [ 67 ] {} <Notice> RaftInstance: commit upto 153, curruent idx 152
2021.01.29 23:12:35.500325 [ 67 ] {} <Information> RaftInstance: commit upto 153, curruent idx 153
2021.01.29 23:12:35.500225 [ 29 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:35.500386 [ 29 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:35.500427 [ 29 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=154
2021.01.29 23:12:35.500457 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 153, curruent idx 153
2021.01.29 23:12:35.500504 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:35.502001 [ 14 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=153, LastLogTerm=2, EntriesLength=1, CommitIndex=153 and Term=2
2021.01.29 23:12:35.502094 [ 14 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 153 (1), req c idx: 153, my term: 2, my role: 1
2021.01.29 23:12:35.502140 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:35.502208 [ 14 ] {} <Information> RaftInstance: [LOG OK] req log idx: 153, req log term: 2, my last log idx: 153, my log (153) term: 2
2021.01.29 23:12:35.502253 [ 14 ] {} <Notice> RaftInstance: [INIT] log_idx: 154, count: 0, log_store_->next_slot(): 154, req.log_entries().size(): 1
2021.01.29 23:12:35.502316 [ 14 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 154, count: 0
2021.01.29 23:12:35.502371 [ 14 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 154, count: 0
2021.01.29 23:12:35.502420 [ 14 ] {} <Information> RaftInstance: append at 154
2021.01.29 23:12:35.502467 [ 14 ] {} <Information> RaftInstance: local log idx 154, target_commit_idx 153, quick_commit_index_ 153, state_->get_commit_idx() 153
2021.01.29 23:12:35.502504 [ 14 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:35.502555 [ 14 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:35.502603 [ 14 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:35.502645 [ 14 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=155
2021.01.29 23:12:35.503619 [ 12 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=154, LastLogTerm=2, EntriesLength=0, CommitIndex=154 and Term=2
2021.01.29 23:12:35.503708 [ 12 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 154 (0), req c idx: 154, my term: 2, my role: 1
2021.01.29 23:12:35.503755 [ 12 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:35.503815 [ 12 ] {} <Information> RaftInstance: [LOG OK] req log idx: 154, req log term: 2, my last log idx: 154, my log (154) term: 2
2021.01.29 23:12:35.503870 [ 12 ] {} <Notice> RaftInstance: trigger commit upto 154
2021.01.29 23:12:35.503927 [ 12 ] {} <Information> RaftInstance: local log idx 154, target_commit_idx 154, quick_commit_index_ 154, state_->get_commit_idx() 153
2021.01.29 23:12:35.503969 [ 12 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:35.504011 [ 12 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:35.504032 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:35.504056 [ 12 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:35.504079 [ 67 ] {} <Notice> RaftInstance: commit upto 154, curruent idx 153
2021.01.29 23:12:35.504113 [ 12 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:35.504151 [ 67 ] {} <Information> RaftInstance: commit upto 154, curruent idx 154
2021.01.29 23:12:35.504162 [ 12 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=155
2021.01.29 23:12:35.504333 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 154, curruent idx 154
2021.01.29 23:12:35.504384 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:35.553523 [ 49 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=154, LastLogTerm=2, EntriesLength=0, CommitIndex=154 and Term=2
2021.01.29 23:12:35.553628 [ 49 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 154 (0), req c idx: 154, my term: 2, my role: 1
2021.01.29 23:12:35.553676 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:35.553741 [ 49 ] {} <Information> RaftInstance: [LOG OK] req log idx: 154, req log term: 2, my last log idx: 154, my log (154) term: 2
2021.01.29 23:12:35.553788 [ 49 ] {} <Information> RaftInstance: local log idx 154, target_commit_idx 154, quick_commit_index_ 154, state_->get_commit_idx() 154
2021.01.29 23:12:35.553834 [ 49 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:35.553881 [ 49 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:35.553932 [ 49 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:35.553988 [ 49 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=155
2021.01.29 23:12:35.654285 [ 50 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=154, LastLogTerm=2, EntriesLength=0, CommitIndex=154 and Term=2
2021.01.29 23:12:35.654388 [ 50 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 154 (0), req c idx: 154, my term: 2, my role: 1
2021.01.29 23:12:35.654437 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:35.654489 [ 50 ] {} <Information> RaftInstance: [LOG OK] req log idx: 154, req log term: 2, my last log idx: 154, my log (154) term: 2
2021.01.29 23:12:35.654535 [ 50 ] {} <Information> RaftInstance: local log idx 154, target_commit_idx 154, quick_commit_index_ 154, state_->get_commit_idx() 154
2021.01.29 23:12:35.654574 [ 50 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:35.654620 [ 50 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:35.654672 [ 50 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:35.654715 [ 50 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=155
2021.01.29 23:12:35.755092 [ 43 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=154, LastLogTerm=2, EntriesLength=0, CommitIndex=154 and Term=2
2021.01.29 23:12:35.755194 [ 43 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 154 (0), req c idx: 154, my term: 2, my role: 1
2021.01.29 23:12:35.755242 [ 43 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:35.755289 [ 43 ] {} <Information> RaftInstance: [LOG OK] req log idx: 154, req log term: 2, my last log idx: 154, my log (154) term: 2
2021.01.29 23:12:35.755328 [ 43 ] {} <Information> RaftInstance: local log idx 154, target_commit_idx 154, quick_commit_index_ 154, state_->get_commit_idx() 154
2021.01.29 23:12:35.755360 [ 43 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:35.755417 [ 43 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:35.755464 [ 43 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:35.755502 [ 43 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=155
2021.01.29 23:12:35.855784 [ 51 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=154, LastLogTerm=2, EntriesLength=0, CommitIndex=154 and Term=2
2021.01.29 23:12:35.855884 [ 51 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 154 (0), req c idx: 154, my term: 2, my role: 1
2021.01.29 23:12:35.855932 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:35.855985 [ 51 ] {} <Information> RaftInstance: [LOG OK] req log idx: 154, req log term: 2, my last log idx: 154, my log (154) term: 2
2021.01.29 23:12:35.856031 [ 51 ] {} <Information> RaftInstance: local log idx 154, target_commit_idx 154, quick_commit_index_ 154, state_->get_commit_idx() 154
2021.01.29 23:12:35.856069 [ 51 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:35.856117 [ 51 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:35.856168 [ 51 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:35.856211 [ 51 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=155
2021.01.29 23:12:35.956447 [ 28 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=154, LastLogTerm=2, EntriesLength=0, CommitIndex=154 and Term=2
2021.01.29 23:12:35.956547 [ 28 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 154 (0), req c idx: 154, my term: 2, my role: 1
2021.01.29 23:12:35.956595 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:35.956657 [ 28 ] {} <Information> RaftInstance: [LOG OK] req log idx: 154, req log term: 2, my last log idx: 154, my log (154) term: 2
2021.01.29 23:12:35.956704 [ 28 ] {} <Information> RaftInstance: local log idx 154, target_commit_idx 154, quick_commit_index_ 154, state_->get_commit_idx() 154
2021.01.29 23:12:35.956742 [ 28 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:35.956791 [ 28 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:35.956841 [ 28 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:35.956884 [ 28 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=155
2021.01.29 23:12:35.994933 [ 61 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=154, LastLogTerm=2, EntriesLength=1, CommitIndex=154 and Term=2
2021.01.29 23:12:35.995024 [ 61 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 154 (1), req c idx: 154, my term: 2, my role: 1
2021.01.29 23:12:35.995071 [ 61 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:35.995122 [ 61 ] {} <Information> RaftInstance: [LOG OK] req log idx: 154, req log term: 2, my last log idx: 154, my log (154) term: 2
2021.01.29 23:12:35.995167 [ 61 ] {} <Notice> RaftInstance: [INIT] log_idx: 155, count: 0, log_store_->next_slot(): 155, req.log_entries().size(): 1
2021.01.29 23:12:35.995229 [ 61 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 155, count: 0
2021.01.29 23:12:35.995286 [ 61 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 155, count: 0
2021.01.29 23:12:35.995334 [ 61 ] {} <Information> RaftInstance: append at 155
2021.01.29 23:12:35.995381 [ 61 ] {} <Information> RaftInstance: local log idx 155, target_commit_idx 154, quick_commit_index_ 154, state_->get_commit_idx() 154
2021.01.29 23:12:35.995419 [ 61 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:35.995465 [ 61 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:35.995525 [ 61 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:35.995567 [ 61 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=156
2021.01.29 23:12:35.996580 [ 46 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=155, LastLogTerm=2, EntriesLength=0, CommitIndex=155 and Term=2
2021.01.29 23:12:35.996675 [ 46 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 155 (0), req c idx: 155, my term: 2, my role: 1
2021.01.29 23:12:35.996721 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:35.996769 [ 46 ] {} <Information> RaftInstance: [LOG OK] req log idx: 155, req log term: 2, my last log idx: 155, my log (155) term: 2
2021.01.29 23:12:35.996812 [ 46 ] {} <Notice> RaftInstance: trigger commit upto 155
2021.01.29 23:12:35.996873 [ 46 ] {} <Information> RaftInstance: local log idx 155, target_commit_idx 155, quick_commit_index_ 155, state_->get_commit_idx() 154
2021.01.29 23:12:35.996917 [ 46 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:35.996959 [ 46 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:35.996989 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:35.997007 [ 46 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:35.997067 [ 67 ] {} <Notice> RaftInstance: commit upto 155, curruent idx 154
2021.01.29 23:12:35.997130 [ 46 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:35.997142 [ 67 ] {} <Information> RaftInstance: commit upto 155, curruent idx 155
2021.01.29 23:12:35.997184 [ 46 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=156
2021.01.29 23:12:35.997498 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 155, curruent idx 155
2021.01.29 23:12:35.997566 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:35.999011 [ 13 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=155, LastLogTerm=2, EntriesLength=1, CommitIndex=155 and Term=2
2021.01.29 23:12:35.999109 [ 13 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 155 (1), req c idx: 155, my term: 2, my role: 1
2021.01.29 23:12:35.999155 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:35.999203 [ 13 ] {} <Information> RaftInstance: [LOG OK] req log idx: 155, req log term: 2, my last log idx: 155, my log (155) term: 2
2021.01.29 23:12:35.999247 [ 13 ] {} <Notice> RaftInstance: [INIT] log_idx: 156, count: 0, log_store_->next_slot(): 156, req.log_entries().size(): 1
2021.01.29 23:12:35.999309 [ 13 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 156, count: 0
2021.01.29 23:12:35.999364 [ 13 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 156, count: 0
2021.01.29 23:12:35.999413 [ 13 ] {} <Information> RaftInstance: append at 156
2021.01.29 23:12:35.999460 [ 13 ] {} <Information> RaftInstance: local log idx 156, target_commit_idx 155, quick_commit_index_ 155, state_->get_commit_idx() 155
2021.01.29 23:12:35.999497 [ 13 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:35.999541 [ 13 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:35.999589 [ 13 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:35.999631 [ 13 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=157
2021.01.29 23:12:36.000566 [ 11 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=156, LastLogTerm=2, EntriesLength=0, CommitIndex=156 and Term=2
2021.01.29 23:12:36.000647 [ 11 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 156 (0), req c idx: 156, my term: 2, my role: 1
2021.01.29 23:12:36.000688 [ 11 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:36.000731 [ 11 ] {} <Information> RaftInstance: [LOG OK] req log idx: 156, req log term: 2, my last log idx: 156, my log (156) term: 2
2021.01.29 23:12:36.000790 [ 11 ] {} <Notice> RaftInstance: trigger commit upto 156
2021.01.29 23:12:36.000847 [ 11 ] {} <Information> RaftInstance: local log idx 156, target_commit_idx 156, quick_commit_index_ 156, state_->get_commit_idx() 155
2021.01.29 23:12:36.000889 [ 11 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:36.000929 [ 11 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:36.000955 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:36.000973 [ 11 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:36.001035 [ 67 ] {} <Notice> RaftInstance: commit upto 156, curruent idx 155
2021.01.29 23:12:36.001051 [ 11 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:36.001090 [ 11 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=157
2021.01.29 23:12:36.001111 [ 67 ] {} <Information> RaftInstance: commit upto 156, curruent idx 156
2021.01.29 23:12:36.001298 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 156, curruent idx 156
2021.01.29 23:12:36.001358 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:36.003780 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=156, LastLogTerm=2, EntriesLength=1, CommitIndex=156 and Term=2
2021.01.29 23:12:36.003871 [ 65 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 156 (1), req c idx: 156, my term: 2, my role: 1
2021.01.29 23:12:36.003917 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:36.003965 [ 65 ] {} <Information> RaftInstance: [LOG OK] req log idx: 156, req log term: 2, my last log idx: 156, my log (156) term: 2
2021.01.29 23:12:36.004018 [ 65 ] {} <Notice> RaftInstance: [INIT] log_idx: 157, count: 0, log_store_->next_slot(): 157, req.log_entries().size(): 1
2021.01.29 23:12:36.004080 [ 65 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 157, count: 0
2021.01.29 23:12:36.004136 [ 65 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 157, count: 0
2021.01.29 23:12:36.004184 [ 65 ] {} <Information> RaftInstance: append at 157
2021.01.29 23:12:36.004233 [ 65 ] {} <Information> RaftInstance: local log idx 157, target_commit_idx 156, quick_commit_index_ 156, state_->get_commit_idx() 156
2021.01.29 23:12:36.004271 [ 65 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:36.004315 [ 65 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:36.004364 [ 65 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:36.004406 [ 65 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=158
2021.01.29 23:12:36.005424 [ 40 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=157, LastLogTerm=2, EntriesLength=0, CommitIndex=157 and Term=2
2021.01.29 23:12:36.005516 [ 40 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 157 (0), req c idx: 157, my term: 2, my role: 1
2021.01.29 23:12:36.005562 [ 40 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:36.005611 [ 40 ] {} <Information> RaftInstance: [LOG OK] req log idx: 157, req log term: 2, my last log idx: 157, my log (157) term: 2
2021.01.29 23:12:36.005654 [ 40 ] {} <Notice> RaftInstance: trigger commit upto 157
2021.01.29 23:12:36.005725 [ 40 ] {} <Information> RaftInstance: local log idx 157, target_commit_idx 157, quick_commit_index_ 157, state_->get_commit_idx() 156
2021.01.29 23:12:36.005769 [ 40 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:36.005810 [ 40 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:36.005835 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:36.005855 [ 40 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:36.005889 [ 67 ] {} <Notice> RaftInstance: commit upto 157, curruent idx 156
2021.01.29 23:12:36.005906 [ 40 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:36.005950 [ 40 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=158
2021.01.29 23:12:36.005971 [ 67 ] {} <Information> RaftInstance: commit upto 157, curruent idx 157
2021.01.29 23:12:36.006501 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 157, curruent idx 157
2021.01.29 23:12:36.006557 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:36.008680 [ 14 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=157, LastLogTerm=2, EntriesLength=1, CommitIndex=157 and Term=2
2021.01.29 23:12:36.008776 [ 14 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 157 (1), req c idx: 157, my term: 2, my role: 1
2021.01.29 23:12:36.008824 [ 14 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:36.008882 [ 14 ] {} <Information> RaftInstance: [LOG OK] req log idx: 157, req log term: 2, my last log idx: 157, my log (157) term: 2
2021.01.29 23:12:36.008929 [ 14 ] {} <Notice> RaftInstance: [INIT] log_idx: 158, count: 0, log_store_->next_slot(): 158, req.log_entries().size(): 1
2021.01.29 23:12:36.009001 [ 14 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 158, count: 0
2021.01.29 23:12:36.009061 [ 14 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 158, count: 0
2021.01.29 23:12:36.009113 [ 14 ] {} <Information> RaftInstance: append at 158
2021.01.29 23:12:36.009162 [ 14 ] {} <Information> RaftInstance: local log idx 158, target_commit_idx 157, quick_commit_index_ 157, state_->get_commit_idx() 157
2021.01.29 23:12:36.009202 [ 14 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:36.009258 [ 14 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:36.009310 [ 14 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:36.009355 [ 14 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=159
2021.01.29 23:12:36.010334 [ 17 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=158, LastLogTerm=2, EntriesLength=0, CommitIndex=158 and Term=2
2021.01.29 23:12:36.010422 [ 17 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 158 (0), req c idx: 158, my term: 2, my role: 1
2021.01.29 23:12:36.010476 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:36.010525 [ 17 ] {} <Information> RaftInstance: [LOG OK] req log idx: 158, req log term: 2, my last log idx: 158, my log (158) term: 2
2021.01.29 23:12:36.010568 [ 17 ] {} <Notice> RaftInstance: trigger commit upto 158
2021.01.29 23:12:36.010625 [ 17 ] {} <Information> RaftInstance: local log idx 158, target_commit_idx 158, quick_commit_index_ 158, state_->get_commit_idx() 157
2021.01.29 23:12:36.010667 [ 17 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:36.010708 [ 17 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:36.010739 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:36.010753 [ 17 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:36.010801 [ 67 ] {} <Notice> RaftInstance: commit upto 158, curruent idx 157
2021.01.29 23:12:36.010822 [ 17 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:36.010869 [ 17 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=159
2021.01.29 23:12:36.010891 [ 67 ] {} <Information> RaftInstance: commit upto 158, curruent idx 158
2021.01.29 23:12:36.011021 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 158, curruent idx 158
2021.01.29 23:12:36.011095 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:36.013554 [ 24 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=158, LastLogTerm=2, EntriesLength=1, CommitIndex=158 and Term=2
2021.01.29 23:12:36.013639 [ 24 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 158 (1), req c idx: 158, my term: 2, my role: 1
2021.01.29 23:12:36.013696 [ 24 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:36.013746 [ 24 ] {} <Information> RaftInstance: [LOG OK] req log idx: 158, req log term: 2, my last log idx: 158, my log (158) term: 2
2021.01.29 23:12:36.013791 [ 24 ] {} <Notice> RaftInstance: [INIT] log_idx: 159, count: 0, log_store_->next_slot(): 159, req.log_entries().size(): 1
2021.01.29 23:12:36.013854 [ 24 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 159, count: 0
2021.01.29 23:12:36.013910 [ 24 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 159, count: 0
2021.01.29 23:12:36.013958 [ 24 ] {} <Information> RaftInstance: append at 159
2021.01.29 23:12:36.014005 [ 24 ] {} <Information> RaftInstance: local log idx 159, target_commit_idx 158, quick_commit_index_ 158, state_->get_commit_idx() 158
2021.01.29 23:12:36.014043 [ 24 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:36.014088 [ 24 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:36.014137 [ 24 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:36.014178 [ 24 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=160
2021.01.29 23:12:36.015050 [ 52 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=159, LastLogTerm=2, EntriesLength=0, CommitIndex=159 and Term=2
2021.01.29 23:12:36.015129 [ 52 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 159 (0), req c idx: 159, my term: 2, my role: 1
2021.01.29 23:12:36.015179 [ 52 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:36.015222 [ 52 ] {} <Information> RaftInstance: [LOG OK] req log idx: 159, req log term: 2, my last log idx: 159, my log (159) term: 2
2021.01.29 23:12:36.015262 [ 52 ] {} <Notice> RaftInstance: trigger commit upto 159
2021.01.29 23:12:36.015312 [ 52 ] {} <Information> RaftInstance: local log idx 159, target_commit_idx 159, quick_commit_index_ 159, state_->get_commit_idx() 158
2021.01.29 23:12:36.015350 [ 52 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:36.015386 [ 52 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:36.015401 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:36.015426 [ 52 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:36.015443 [ 67 ] {} <Notice> RaftInstance: commit upto 159, curruent idx 158
2021.01.29 23:12:36.015477 [ 52 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:36.015522 [ 52 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=160
2021.01.29 23:12:36.015513 [ 67 ] {} <Information> RaftInstance: commit upto 159, curruent idx 159
2021.01.29 23:12:36.015878 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 159, curruent idx 159
2021.01.29 23:12:36.015933 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:36.018003 [ 38 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=159, LastLogTerm=2, EntriesLength=1, CommitIndex=159 and Term=2
2021.01.29 23:12:36.018089 [ 38 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 159 (1), req c idx: 159, my term: 2, my role: 1
2021.01.29 23:12:36.018136 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:36.018185 [ 38 ] {} <Information> RaftInstance: [LOG OK] req log idx: 159, req log term: 2, my last log idx: 159, my log (159) term: 2
2021.01.29 23:12:36.018229 [ 38 ] {} <Notice> RaftInstance: [INIT] log_idx: 160, count: 0, log_store_->next_slot(): 160, req.log_entries().size(): 1
2021.01.29 23:12:36.018292 [ 38 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 160, count: 0
2021.01.29 23:12:36.018349 [ 38 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 160, count: 0
2021.01.29 23:12:36.018398 [ 38 ] {} <Information> RaftInstance: append at 160
2021.01.29 23:12:36.018446 [ 38 ] {} <Information> RaftInstance: local log idx 160, target_commit_idx 159, quick_commit_index_ 159, state_->get_commit_idx() 159
2021.01.29 23:12:36.018485 [ 38 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:36.018542 [ 38 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:36.018587 [ 38 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:36.018625 [ 38 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=161
2021.01.29 23:12:36.019538 [ 16 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=160, LastLogTerm=2, EntriesLength=0, CommitIndex=160 and Term=2
2021.01.29 23:12:36.019618 [ 16 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 160 (0), req c idx: 160, my term: 2, my role: 1
2021.01.29 23:12:36.019659 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:36.019701 [ 16 ] {} <Information> RaftInstance: [LOG OK] req log idx: 160, req log term: 2, my last log idx: 160, my log (160) term: 2
2021.01.29 23:12:36.019740 [ 16 ] {} <Notice> RaftInstance: trigger commit upto 160
2021.01.29 23:12:36.019790 [ 16 ] {} <Information> RaftInstance: local log idx 160, target_commit_idx 160, quick_commit_index_ 160, state_->get_commit_idx() 159
2021.01.29 23:12:36.019828 [ 16 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:36.019877 [ 16 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:36.019899 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:36.019917 [ 16 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:36.019944 [ 67 ] {} <Notice> RaftInstance: commit upto 160, curruent idx 159
2021.01.29 23:12:36.019961 [ 16 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:36.020001 [ 16 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=161
2021.01.29 23:12:36.020015 [ 67 ] {} <Information> RaftInstance: commit upto 160, curruent idx 160
2021.01.29 23:12:36.020136 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 160, curruent idx 160
2021.01.29 23:12:36.020183 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:36.022125 [ 22 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=160, LastLogTerm=2, EntriesLength=1, CommitIndex=160 and Term=2
2021.01.29 23:12:36.022220 [ 22 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 160 (1), req c idx: 160, my term: 2, my role: 1
2021.01.29 23:12:36.022265 [ 22 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:36.022314 [ 22 ] {} <Information> RaftInstance: [LOG OK] req log idx: 160, req log term: 2, my last log idx: 160, my log (160) term: 2
2021.01.29 23:12:36.022365 [ 22 ] {} <Notice> RaftInstance: [INIT] log_idx: 161, count: 0, log_store_->next_slot(): 161, req.log_entries().size(): 1
2021.01.29 23:12:36.022428 [ 22 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 161, count: 0
2021.01.29 23:12:36.022483 [ 22 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 161, count: 0
2021.01.29 23:12:36.022532 [ 22 ] {} <Information> RaftInstance: append at 161
2021.01.29 23:12:36.022579 [ 22 ] {} <Information> RaftInstance: local log idx 161, target_commit_idx 160, quick_commit_index_ 160, state_->get_commit_idx() 160
2021.01.29 23:12:36.022617 [ 22 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:36.022660 [ 22 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:36.022708 [ 22 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:36.022750 [ 22 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=162
2021.01.29 23:12:36.023608 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=161, LastLogTerm=2, EntriesLength=0, CommitIndex=161 and Term=2
2021.01.29 23:12:36.023693 [ 63 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 161 (0), req c idx: 161, my term: 2, my role: 1
2021.01.29 23:12:36.023734 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:36.023808 [ 63 ] {} <Information> RaftInstance: [LOG OK] req log idx: 161, req log term: 2, my last log idx: 161, my log (161) term: 2
2021.01.29 23:12:36.023847 [ 63 ] {} <Notice> RaftInstance: trigger commit upto 161
2021.01.29 23:12:36.023897 [ 63 ] {} <Information> RaftInstance: local log idx 161, target_commit_idx 161, quick_commit_index_ 161, state_->get_commit_idx() 160
2021.01.29 23:12:36.023935 [ 63 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:36.023970 [ 63 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:36.023995 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:36.024009 [ 63 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:36.024043 [ 67 ] {} <Notice> RaftInstance: commit upto 161, curruent idx 160
2021.01.29 23:12:36.024055 [ 63 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:36.024094 [ 63 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=162
2021.01.29 23:12:36.024109 [ 67 ] {} <Information> RaftInstance: commit upto 161, curruent idx 161
2021.01.29 23:12:36.024341 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 161, curruent idx 161
2021.01.29 23:12:36.024396 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:36.057082 [ 26 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=161, LastLogTerm=2, EntriesLength=0, CommitIndex=161 and Term=2
2021.01.29 23:12:36.057174 [ 26 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 161 (0), req c idx: 161, my term: 2, my role: 1
2021.01.29 23:12:36.057217 [ 26 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:36.057264 [ 26 ] {} <Information> RaftInstance: [LOG OK] req log idx: 161, req log term: 2, my last log idx: 161, my log (161) term: 2
2021.01.29 23:12:36.057305 [ 26 ] {} <Information> RaftInstance: local log idx 161, target_commit_idx 161, quick_commit_index_ 161, state_->get_commit_idx() 161
2021.01.29 23:12:36.057339 [ 26 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:36.057387 [ 26 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:36.057434 [ 26 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:36.057472 [ 26 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=162
2021.01.29 23:12:36.157762 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=161, LastLogTerm=2, EntriesLength=0, CommitIndex=161 and Term=2
2021.01.29 23:12:36.157876 [ 29 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 161 (0), req c idx: 161, my term: 2, my role: 1
2021.01.29 23:12:36.157924 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:36.157977 [ 29 ] {} <Information> RaftInstance: [LOG OK] req log idx: 161, req log term: 2, my last log idx: 161, my log (161) term: 2
2021.01.29 23:12:36.158023 [ 29 ] {} <Information> RaftInstance: local log idx 161, target_commit_idx 161, quick_commit_index_ 161, state_->get_commit_idx() 161
2021.01.29 23:12:36.158061 [ 29 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:36.158107 [ 29 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:36.158159 [ 29 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:36.158202 [ 29 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=162
2021.01.29 23:12:36.258429 [ 36 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=161, LastLogTerm=2, EntriesLength=0, CommitIndex=161 and Term=2
2021.01.29 23:12:36.258534 [ 36 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 161 (0), req c idx: 161, my term: 2, my role: 1
2021.01.29 23:12:36.258577 [ 36 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:36.258625 [ 36 ] {} <Information> RaftInstance: [LOG OK] req log idx: 161, req log term: 2, my last log idx: 161, my log (161) term: 2
2021.01.29 23:12:36.258666 [ 36 ] {} <Information> RaftInstance: local log idx 161, target_commit_idx 161, quick_commit_index_ 161, state_->get_commit_idx() 161
2021.01.29 23:12:36.258716 [ 36 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:36.258756 [ 36 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:36.258802 [ 36 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:36.258840 [ 36 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=162
2021.01.29 23:12:36.359049 [ 40 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=161, LastLogTerm=2, EntriesLength=0, CommitIndex=161 and Term=2
2021.01.29 23:12:36.359143 [ 40 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 161 (0), req c idx: 161, my term: 2, my role: 1
2021.01.29 23:12:36.359185 [ 40 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:36.359232 [ 40 ] {} <Information> RaftInstance: [LOG OK] req log idx: 161, req log term: 2, my last log idx: 161, my log (161) term: 2
2021.01.29 23:12:36.359274 [ 40 ] {} <Information> RaftInstance: local log idx 161, target_commit_idx 161, quick_commit_index_ 161, state_->get_commit_idx() 161
2021.01.29 23:12:36.359308 [ 40 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:36.359352 [ 40 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:36.359420 [ 40 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:36.359463 [ 40 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=162
2021.01.29 23:12:36.459853 [ 25 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=161, LastLogTerm=2, EntriesLength=0, CommitIndex=161 and Term=2
2021.01.29 23:12:36.459959 [ 25 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 161 (0), req c idx: 161, my term: 2, my role: 1
2021.01.29 23:12:36.460003 [ 25 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:36.460052 [ 25 ] {} <Information> RaftInstance: [LOG OK] req log idx: 161, req log term: 2, my last log idx: 161, my log (161) term: 2
2021.01.29 23:12:36.460094 [ 25 ] {} <Information> RaftInstance: local log idx 161, target_commit_idx 161, quick_commit_index_ 161, state_->get_commit_idx() 161
2021.01.29 23:12:36.460129 [ 25 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:36.460174 [ 25 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:36.460225 [ 25 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:36.460263 [ 25 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=162
2021.01.29 23:12:36.560506 [ 57 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=161, LastLogTerm=2, EntriesLength=0, CommitIndex=161 and Term=2
2021.01.29 23:12:36.560605 [ 57 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 161 (0), req c idx: 161, my term: 2, my role: 1
2021.01.29 23:12:36.560648 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:36.560696 [ 57 ] {} <Information> RaftInstance: [LOG OK] req log idx: 161, req log term: 2, my last log idx: 161, my log (161) term: 2
2021.01.29 23:12:36.560738 [ 57 ] {} <Information> RaftInstance: local log idx 161, target_commit_idx 161, quick_commit_index_ 161, state_->get_commit_idx() 161
2021.01.29 23:12:36.560772 [ 57 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:36.560816 [ 57 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:36.560862 [ 57 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:36.560900 [ 57 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=162
2021.01.29 23:12:36.661043 [ 35 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=161, LastLogTerm=2, EntriesLength=0, CommitIndex=161 and Term=2
2021.01.29 23:12:36.661141 [ 35 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 161 (0), req c idx: 161, my term: 2, my role: 1
2021.01.29 23:12:36.661183 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:36.661230 [ 35 ] {} <Information> RaftInstance: [LOG OK] req log idx: 161, req log term: 2, my last log idx: 161, my log (161) term: 2
2021.01.29 23:12:36.661269 [ 35 ] {} <Information> RaftInstance: local log idx 161, target_commit_idx 161, quick_commit_index_ 161, state_->get_commit_idx() 161
2021.01.29 23:12:36.661302 [ 35 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:36.661346 [ 35 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:36.661422 [ 35 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:36.661460 [ 35 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=162
2021.01.29 23:12:36.761605 [ 59 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=161, LastLogTerm=2, EntriesLength=0, CommitIndex=161 and Term=2
2021.01.29 23:12:36.761717 [ 59 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 161 (0), req c idx: 161, my term: 2, my role: 1
2021.01.29 23:12:36.761761 [ 59 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:36.761810 [ 59 ] {} <Information> RaftInstance: [LOG OK] req log idx: 161, req log term: 2, my last log idx: 161, my log (161) term: 2
2021.01.29 23:12:36.761855 [ 59 ] {} <Information> RaftInstance: local log idx 161, target_commit_idx 161, quick_commit_index_ 161, state_->get_commit_idx() 161
2021.01.29 23:12:36.761889 [ 59 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:36.761931 [ 59 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:36.761977 [ 59 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:36.762014 [ 59 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=162
2021.01.29 23:12:36.862229 [ 47 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=161, LastLogTerm=2, EntriesLength=0, CommitIndex=161 and Term=2
2021.01.29 23:12:36.862317 [ 47 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 161 (0), req c idx: 161, my term: 2, my role: 1
2021.01.29 23:12:36.862358 [ 47 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:36.862402 [ 47 ] {} <Information> RaftInstance: [LOG OK] req log idx: 161, req log term: 2, my last log idx: 161, my log (161) term: 2
2021.01.29 23:12:36.862440 [ 47 ] {} <Information> RaftInstance: local log idx 161, target_commit_idx 161, quick_commit_index_ 161, state_->get_commit_idx() 161
2021.01.29 23:12:36.862473 [ 47 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:36.862515 [ 47 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:36.862559 [ 47 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:36.862613 [ 47 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=162
2021.01.29 23:12:36.962926 [ 54 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=161, LastLogTerm=2, EntriesLength=0, CommitIndex=161 and Term=2
2021.01.29 23:12:36.963028 [ 54 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 161 (0), req c idx: 161, my term: 2, my role: 1
2021.01.29 23:12:36.963072 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:36.963119 [ 54 ] {} <Information> RaftInstance: [LOG OK] req log idx: 161, req log term: 2, my last log idx: 161, my log (161) term: 2
2021.01.29 23:12:36.963175 [ 54 ] {} <Information> RaftInstance: local log idx 161, target_commit_idx 161, quick_commit_index_ 161, state_->get_commit_idx() 161
2021.01.29 23:12:36.963209 [ 54 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:36.963253 [ 54 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:36.963301 [ 54 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:36.963340 [ 54 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=162
2021.01.29 23:12:37.063706 [ 51 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=161, LastLogTerm=2, EntriesLength=0, CommitIndex=161 and Term=2
2021.01.29 23:12:37.063843 [ 51 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 161 (0), req c idx: 161, my term: 2, my role: 1
2021.01.29 23:12:37.063892 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:37.063947 [ 51 ] {} <Information> RaftInstance: [LOG OK] req log idx: 161, req log term: 2, my last log idx: 161, my log (161) term: 2
2021.01.29 23:12:37.063993 [ 51 ] {} <Information> RaftInstance: local log idx 161, target_commit_idx 161, quick_commit_index_ 161, state_->get_commit_idx() 161
2021.01.29 23:12:37.064032 [ 51 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:37.064086 [ 51 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:37.064141 [ 51 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:37.064185 [ 51 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=162
2021.01.29 23:12:37.164430 [ 55 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=161, LastLogTerm=2, EntriesLength=0, CommitIndex=161 and Term=2
2021.01.29 23:12:37.164539 [ 55 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 161 (0), req c idx: 161, my term: 2, my role: 1
2021.01.29 23:12:37.164583 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:37.164633 [ 55 ] {} <Information> RaftInstance: [LOG OK] req log idx: 161, req log term: 2, my last log idx: 161, my log (161) term: 2
2021.01.29 23:12:37.164674 [ 55 ] {} <Information> RaftInstance: local log idx 161, target_commit_idx 161, quick_commit_index_ 161, state_->get_commit_idx() 161
2021.01.29 23:12:37.164708 [ 55 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:37.164754 [ 55 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:37.164802 [ 55 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:37.164840 [ 55 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=162
2021.01.29 23:12:37.265146 [ 60 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=161, LastLogTerm=2, EntriesLength=0, CommitIndex=161 and Term=2
2021.01.29 23:12:37.265246 [ 60 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 161 (0), req c idx: 161, my term: 2, my role: 1
2021.01.29 23:12:37.265288 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:37.265336 [ 60 ] {} <Information> RaftInstance: [LOG OK] req log idx: 161, req log term: 2, my last log idx: 161, my log (161) term: 2
2021.01.29 23:12:37.265391 [ 60 ] {} <Information> RaftInstance: local log idx 161, target_commit_idx 161, quick_commit_index_ 161, state_->get_commit_idx() 161
2021.01.29 23:12:37.265446 [ 60 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:37.265493 [ 60 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:37.265544 [ 60 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:37.265587 [ 60 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=162
2021.01.29 23:12:37.365924 [ 61 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=161, LastLogTerm=2, EntriesLength=0, CommitIndex=161 and Term=2
2021.01.29 23:12:37.366037 [ 61 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 161 (0), req c idx: 161, my term: 2, my role: 1
2021.01.29 23:12:37.366085 [ 61 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:37.366137 [ 61 ] {} <Information> RaftInstance: [LOG OK] req log idx: 161, req log term: 2, my last log idx: 161, my log (161) term: 2
2021.01.29 23:12:37.366184 [ 61 ] {} <Information> RaftInstance: local log idx 161, target_commit_idx 161, quick_commit_index_ 161, state_->get_commit_idx() 161
2021.01.29 23:12:37.366222 [ 61 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:37.366269 [ 61 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:37.366327 [ 61 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:37.366370 [ 61 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=162
2021.01.29 23:12:37.466647 [ 46 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=161, LastLogTerm=2, EntriesLength=0, CommitIndex=161 and Term=2
2021.01.29 23:12:37.466765 [ 46 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 161 (0), req c idx: 161, my term: 2, my role: 1
2021.01.29 23:12:37.466813 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:37.466881 [ 46 ] {} <Information> RaftInstance: [LOG OK] req log idx: 161, req log term: 2, my last log idx: 161, my log (161) term: 2
2021.01.29 23:12:37.466927 [ 46 ] {} <Information> RaftInstance: local log idx 161, target_commit_idx 161, quick_commit_index_ 161, state_->get_commit_idx() 161
2021.01.29 23:12:37.466965 [ 46 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:37.467011 [ 46 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:37.467063 [ 46 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:37.467106 [ 46 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=162
2021.01.29 23:12:37.567341 [ 20 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=161, LastLogTerm=2, EntriesLength=0, CommitIndex=161 and Term=2
2021.01.29 23:12:37.567451 [ 20 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 161 (0), req c idx: 161, my term: 2, my role: 1
2021.01.29 23:12:37.567500 [ 20 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:37.567552 [ 20 ] {} <Information> RaftInstance: [LOG OK] req log idx: 161, req log term: 2, my last log idx: 161, my log (161) term: 2
2021.01.29 23:12:37.567595 [ 20 ] {} <Information> RaftInstance: local log idx 161, target_commit_idx 161, quick_commit_index_ 161, state_->get_commit_idx() 161
2021.01.29 23:12:37.567631 [ 20 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:37.567679 [ 20 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:37.567729 [ 20 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:37.567767 [ 20 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=162
2021.01.29 23:12:37.667952 [ 13 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=161, LastLogTerm=2, EntriesLength=0, CommitIndex=161 and Term=2
2021.01.29 23:12:37.668062 [ 13 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 161 (0), req c idx: 161, my term: 2, my role: 1
2021.01.29 23:12:37.668112 [ 13 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:37.668167 [ 13 ] {} <Information> RaftInstance: [LOG OK] req log idx: 161, req log term: 2, my last log idx: 161, my log (161) term: 2
2021.01.29 23:12:37.668215 [ 13 ] {} <Information> RaftInstance: local log idx 161, target_commit_idx 161, quick_commit_index_ 161, state_->get_commit_idx() 161
2021.01.29 23:12:37.668264 [ 13 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:37.668309 [ 13 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:37.668356 [ 13 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:37.668394 [ 13 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=162
2021.01.29 23:12:37.768673 [ 11 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=161, LastLogTerm=2, EntriesLength=0, CommitIndex=161 and Term=2
2021.01.29 23:12:37.768787 [ 11 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 161 (0), req c idx: 161, my term: 2, my role: 1
2021.01.29 23:12:37.768832 [ 11 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:37.768880 [ 11 ] {} <Information> RaftInstance: [LOG OK] req log idx: 161, req log term: 2, my last log idx: 161, my log (161) term: 2
2021.01.29 23:12:37.768923 [ 11 ] {} <Information> RaftInstance: local log idx 161, target_commit_idx 161, quick_commit_index_ 161, state_->get_commit_idx() 161
2021.01.29 23:12:37.768958 [ 11 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:37.769001 [ 11 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:37.769047 [ 11 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:37.769086 [ 11 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=162
2021.01.29 23:12:37.869204 [ 18 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=161, LastLogTerm=2, EntriesLength=0, CommitIndex=161 and Term=2
2021.01.29 23:12:37.869293 [ 18 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 161 (0), req c idx: 161, my term: 2, my role: 1
2021.01.29 23:12:37.869335 [ 18 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:37.869389 [ 18 ] {} <Information> RaftInstance: [LOG OK] req log idx: 161, req log term: 2, my last log idx: 161, my log (161) term: 2
2021.01.29 23:12:37.869434 [ 18 ] {} <Information> RaftInstance: local log idx 161, target_commit_idx 161, quick_commit_index_ 161, state_->get_commit_idx() 161
2021.01.29 23:12:37.869466 [ 18 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:37.869506 [ 18 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:37.869571 [ 18 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:37.869609 [ 18 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=162
2021.01.29 23:12:37.969979 [ 23 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=161, LastLogTerm=2, EntriesLength=0, CommitIndex=161 and Term=2
2021.01.29 23:12:37.970076 [ 23 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 161 (0), req c idx: 161, my term: 2, my role: 1
2021.01.29 23:12:37.970119 [ 23 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:37.970167 [ 23 ] {} <Information> RaftInstance: [LOG OK] req log idx: 161, req log term: 2, my last log idx: 161, my log (161) term: 2
2021.01.29 23:12:37.970208 [ 23 ] {} <Information> RaftInstance: local log idx 161, target_commit_idx 161, quick_commit_index_ 161, state_->get_commit_idx() 161
2021.01.29 23:12:37.970242 [ 23 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:37.970283 [ 23 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:37.970330 [ 23 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:37.970369 [ 23 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=162
2021.01.29 23:12:38.070710 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=161, LastLogTerm=2, EntriesLength=0, CommitIndex=161 and Term=2
2021.01.29 23:12:38.070815 [ 65 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 161 (0), req c idx: 161, my term: 2, my role: 1
2021.01.29 23:12:38.070859 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:38.070907 [ 65 ] {} <Information> RaftInstance: [LOG OK] req log idx: 161, req log term: 2, my last log idx: 161, my log (161) term: 2
2021.01.29 23:12:38.070948 [ 65 ] {} <Information> RaftInstance: local log idx 161, target_commit_idx 161, quick_commit_index_ 161, state_->get_commit_idx() 161
2021.01.29 23:12:38.070982 [ 65 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:38.071026 [ 65 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:38.071072 [ 65 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:38.071111 [ 65 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=162
2021.01.29 23:12:38.171653 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=161, LastLogTerm=2, EntriesLength=0, CommitIndex=161 and Term=2
2021.01.29 23:12:38.171753 [ 29 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 161 (0), req c idx: 161, my term: 2, my role: 1
2021.01.29 23:12:38.171797 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:38.171847 [ 29 ] {} <Information> RaftInstance: [LOG OK] req log idx: 161, req log term: 2, my last log idx: 161, my log (161) term: 2
2021.01.29 23:12:38.171901 [ 29 ] {} <Information> RaftInstance: local log idx 161, target_commit_idx 161, quick_commit_index_ 161, state_->get_commit_idx() 161
2021.01.29 23:12:38.171933 [ 29 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:38.171977 [ 29 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:38.172040 [ 29 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:38.172078 [ 29 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=162
2021.01.29 23:12:38.272188 [ 62 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=161, LastLogTerm=2, EntriesLength=0, CommitIndex=161 and Term=2
2021.01.29 23:12:38.272284 [ 62 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 161 (0), req c idx: 161, my term: 2, my role: 1
2021.01.29 23:12:38.272327 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:38.272376 [ 62 ] {} <Information> RaftInstance: [LOG OK] req log idx: 161, req log term: 2, my last log idx: 161, my log (161) term: 2
2021.01.29 23:12:38.272417 [ 62 ] {} <Information> RaftInstance: local log idx 161, target_commit_idx 161, quick_commit_index_ 161, state_->get_commit_idx() 161
2021.01.29 23:12:38.272451 [ 62 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:38.272494 [ 62 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:38.272540 [ 62 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:38.272577 [ 62 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=162
2021.01.29 23:12:38.372912 [ 37 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=161, LastLogTerm=2, EntriesLength=0, CommitIndex=161 and Term=2
2021.01.29 23:12:38.373013 [ 37 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 161 (0), req c idx: 161, my term: 2, my role: 1
2021.01.29 23:12:38.373056 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:38.373120 [ 37 ] {} <Information> RaftInstance: [LOG OK] req log idx: 161, req log term: 2, my last log idx: 161, my log (161) term: 2
2021.01.29 23:12:38.373160 [ 37 ] {} <Information> RaftInstance: local log idx 161, target_commit_idx 161, quick_commit_index_ 161, state_->get_commit_idx() 161
2021.01.29 23:12:38.373194 [ 37 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:38.373236 [ 37 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:38.373288 [ 37 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:38.373325 [ 37 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=162
2021.01.29 23:12:38.473722 [ 41 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=161, LastLogTerm=2, EntriesLength=0, CommitIndex=161 and Term=2
2021.01.29 23:12:38.473817 [ 41 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 161 (0), req c idx: 161, my term: 2, my role: 1
2021.01.29 23:12:38.473860 [ 41 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:38.473908 [ 41 ] {} <Information> RaftInstance: [LOG OK] req log idx: 161, req log term: 2, my last log idx: 161, my log (161) term: 2
2021.01.29 23:12:38.473948 [ 41 ] {} <Information> RaftInstance: local log idx 161, target_commit_idx 161, quick_commit_index_ 161, state_->get_commit_idx() 161
2021.01.29 23:12:38.473982 [ 41 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:38.474023 [ 41 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:38.474091 [ 41 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:38.474133 [ 41 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=162
2021.01.29 23:12:38.574329 [ 49 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=161, LastLogTerm=2, EntriesLength=0, CommitIndex=161 and Term=2
2021.01.29 23:12:38.574436 [ 49 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 161 (0), req c idx: 161, my term: 2, my role: 1
2021.01.29 23:12:38.574479 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:38.574525 [ 49 ] {} <Information> RaftInstance: [LOG OK] req log idx: 161, req log term: 2, my last log idx: 161, my log (161) term: 2
2021.01.29 23:12:38.574565 [ 49 ] {} <Information> RaftInstance: local log idx 161, target_commit_idx 161, quick_commit_index_ 161, state_->get_commit_idx() 161
2021.01.29 23:12:38.574599 [ 49 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:38.574650 [ 49 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:38.574695 [ 49 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:38.574733 [ 49 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=162
2021.01.29 23:12:38.608132 [ 17 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=161, LastLogTerm=2, EntriesLength=1, CommitIndex=161 and Term=2
2021.01.29 23:12:38.608229 [ 17 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 161 (1), req c idx: 161, my term: 2, my role: 1
2021.01.29 23:12:38.608276 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:38.608328 [ 17 ] {} <Information> RaftInstance: [LOG OK] req log idx: 161, req log term: 2, my last log idx: 161, my log (161) term: 2
2021.01.29 23:12:38.608391 [ 17 ] {} <Notice> RaftInstance: [INIT] log_idx: 162, count: 0, log_store_->next_slot(): 162, req.log_entries().size(): 1
2021.01.29 23:12:38.608459 [ 17 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 162, count: 0
2021.01.29 23:12:38.608513 [ 17 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 162, count: 0
2021.01.29 23:12:38.608563 [ 17 ] {} <Information> RaftInstance: append at 162
2021.01.29 23:12:38.608605 [ 17 ] {} <Information> RaftInstance: local log idx 162, target_commit_idx 161, quick_commit_index_ 161, state_->get_commit_idx() 161
2021.01.29 23:12:38.608638 [ 17 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:38.608679 [ 17 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:38.608724 [ 17 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:38.608762 [ 17 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=163
2021.01.29 23:12:38.609726 [ 39 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=162, LastLogTerm=2, EntriesLength=0, CommitIndex=162 and Term=2
2021.01.29 23:12:38.609813 [ 39 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 162 (0), req c idx: 162, my term: 2, my role: 1
2021.01.29 23:12:38.609859 [ 39 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:38.609907 [ 39 ] {} <Information> RaftInstance: [LOG OK] req log idx: 162, req log term: 2, my last log idx: 162, my log (162) term: 2
2021.01.29 23:12:38.609952 [ 39 ] {} <Notice> RaftInstance: trigger commit upto 162
2021.01.29 23:12:38.610011 [ 39 ] {} <Information> RaftInstance: local log idx 162, target_commit_idx 162, quick_commit_index_ 162, state_->get_commit_idx() 161
2021.01.29 23:12:38.610054 [ 39 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:38.610103 [ 39 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:38.610137 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:38.610150 [ 39 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:38.610210 [ 67 ] {} <Notice> RaftInstance: commit upto 162, curruent idx 161
2021.01.29 23:12:38.610245 [ 39 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:38.610290 [ 67 ] {} <Information> RaftInstance: commit upto 162, curruent idx 162
2021.01.29 23:12:38.610295 [ 39 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=163
2021.01.29 23:12:38.610394 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 162, curruent idx 162
2021.01.29 23:12:38.610444 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:38.612680 [ 42 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=162, LastLogTerm=2, EntriesLength=1, CommitIndex=162 and Term=2
2021.01.29 23:12:38.612761 [ 42 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 162 (1), req c idx: 162, my term: 2, my role: 1
2021.01.29 23:12:38.612807 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:38.612850 [ 42 ] {} <Information> RaftInstance: [LOG OK] req log idx: 162, req log term: 2, my last log idx: 162, my log (162) term: 2
2021.01.29 23:12:38.612890 [ 42 ] {} <Notice> RaftInstance: [INIT] log_idx: 163, count: 0, log_store_->next_slot(): 163, req.log_entries().size(): 1
2021.01.29 23:12:38.612957 [ 42 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 163, count: 0
2021.01.29 23:12:38.613004 [ 42 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 163, count: 0
2021.01.29 23:12:38.613044 [ 42 ] {} <Information> RaftInstance: append at 163
2021.01.29 23:12:38.613085 [ 42 ] {} <Information> RaftInstance: local log idx 163, target_commit_idx 162, quick_commit_index_ 162, state_->get_commit_idx() 162
2021.01.29 23:12:38.613129 [ 42 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:38.613169 [ 42 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:38.613211 [ 42 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:38.613247 [ 42 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=164
2021.01.29 23:12:38.614156 [ 55 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=163, LastLogTerm=2, EntriesLength=0, CommitIndex=163 and Term=2
2021.01.29 23:12:38.614234 [ 55 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 163 (0), req c idx: 163, my term: 2, my role: 1
2021.01.29 23:12:38.614274 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:38.614322 [ 55 ] {} <Information> RaftInstance: [LOG OK] req log idx: 163, req log term: 2, my last log idx: 163, my log (163) term: 2
2021.01.29 23:12:38.614361 [ 55 ] {} <Notice> RaftInstance: trigger commit upto 163
2021.01.29 23:12:38.614411 [ 55 ] {} <Information> RaftInstance: local log idx 163, target_commit_idx 163, quick_commit_index_ 163, state_->get_commit_idx() 162
2021.01.29 23:12:38.614449 [ 55 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:38.614485 [ 55 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:38.614525 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:38.614536 [ 55 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:38.614580 [ 67 ] {} <Notice> RaftInstance: commit upto 163, curruent idx 162
2021.01.29 23:12:38.614598 [ 55 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:38.614635 [ 55 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=164
2021.01.29 23:12:38.614647 [ 67 ] {} <Information> RaftInstance: commit upto 163, curruent idx 163
2021.01.29 23:12:38.614793 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 163, curruent idx 163
2021.01.29 23:12:38.614839 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:38.616342 [ 16 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=163, LastLogTerm=2, EntriesLength=1, CommitIndex=163 and Term=2
2021.01.29 23:12:38.616415 [ 16 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 163 (1), req c idx: 163, my term: 2, my role: 1
2021.01.29 23:12:38.616456 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:38.616497 [ 16 ] {} <Information> RaftInstance: [LOG OK] req log idx: 163, req log term: 2, my last log idx: 163, my log (163) term: 2
2021.01.29 23:12:38.616536 [ 16 ] {} <Notice> RaftInstance: [INIT] log_idx: 164, count: 0, log_store_->next_slot(): 164, req.log_entries().size(): 1
2021.01.29 23:12:38.616598 [ 16 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 164, count: 0
2021.01.29 23:12:38.616647 [ 16 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 164, count: 0
2021.01.29 23:12:38.616690 [ 16 ] {} <Information> RaftInstance: append at 164
2021.01.29 23:12:38.616731 [ 16 ] {} <Information> RaftInstance: local log idx 164, target_commit_idx 163, quick_commit_index_ 163, state_->get_commit_idx() 163
2021.01.29 23:12:38.616763 [ 16 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:38.616802 [ 16 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:38.616844 [ 16 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:38.616881 [ 16 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=165
2021.01.29 23:12:38.617826 [ 44 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=164, LastLogTerm=2, EntriesLength=0, CommitIndex=164 and Term=2
2021.01.29 23:12:38.617918 [ 44 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 164 (0), req c idx: 164, my term: 2, my role: 1
2021.01.29 23:12:38.617960 [ 44 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:38.618007 [ 44 ] {} <Information> RaftInstance: [LOG OK] req log idx: 164, req log term: 2, my last log idx: 164, my log (164) term: 2
2021.01.29 23:12:38.618050 [ 44 ] {} <Notice> RaftInstance: trigger commit upto 164
2021.01.29 23:12:38.618101 [ 44 ] {} <Information> RaftInstance: local log idx 164, target_commit_idx 164, quick_commit_index_ 164, state_->get_commit_idx() 163
2021.01.29 23:12:38.618138 [ 44 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:38.618173 [ 44 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:38.618188 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:38.618213 [ 44 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:38.618230 [ 67 ] {} <Notice> RaftInstance: commit upto 164, curruent idx 163
2021.01.29 23:12:38.618258 [ 44 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:38.618293 [ 67 ] {} <Information> RaftInstance: commit upto 164, curruent idx 164
2021.01.29 23:12:38.618307 [ 44 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=165
2021.01.29 23:12:38.618559 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 164, curruent idx 164
2021.01.29 23:12:38.618606 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:38.622754 [ 33 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=164, LastLogTerm=2, EntriesLength=1, CommitIndex=164 and Term=2
2021.01.29 23:12:38.622832 [ 33 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 164 (1), req c idx: 164, my term: 2, my role: 1
2021.01.29 23:12:38.622873 [ 33 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:38.622914 [ 33 ] {} <Information> RaftInstance: [LOG OK] req log idx: 164, req log term: 2, my last log idx: 164, my log (164) term: 2
2021.01.29 23:12:38.622955 [ 33 ] {} <Notice> RaftInstance: [INIT] log_idx: 165, count: 0, log_store_->next_slot(): 165, req.log_entries().size(): 1
2021.01.29 23:12:38.623019 [ 33 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 165, count: 0
2021.01.29 23:12:38.623071 [ 33 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 165, count: 0
2021.01.29 23:12:38.623114 [ 33 ] {} <Information> RaftInstance: append at 165
2021.01.29 23:12:38.623157 [ 33 ] {} <Information> RaftInstance: local log idx 165, target_commit_idx 164, quick_commit_index_ 164, state_->get_commit_idx() 164
2021.01.29 23:12:38.623212 [ 33 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:38.623258 [ 33 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:38.623305 [ 33 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:38.623347 [ 33 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=166
2021.01.29 23:12:38.624316 [ 19 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=165, LastLogTerm=2, EntriesLength=0, CommitIndex=165 and Term=2
2021.01.29 23:12:38.624404 [ 19 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 165 (0), req c idx: 165, my term: 2, my role: 1
2021.01.29 23:12:38.624449 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:38.624496 [ 19 ] {} <Information> RaftInstance: [LOG OK] req log idx: 165, req log term: 2, my last log idx: 165, my log (165) term: 2
2021.01.29 23:12:38.624540 [ 19 ] {} <Notice> RaftInstance: trigger commit upto 165
2021.01.29 23:12:38.624596 [ 19 ] {} <Information> RaftInstance: local log idx 165, target_commit_idx 165, quick_commit_index_ 165, state_->get_commit_idx() 164
2021.01.29 23:12:38.624639 [ 19 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:38.624683 [ 19 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:38.624707 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:38.624728 [ 19 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:38.624759 [ 67 ] {} <Notice> RaftInstance: commit upto 165, curruent idx 164
2021.01.29 23:12:38.624778 [ 19 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:38.624822 [ 19 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=166
2021.01.29 23:12:38.624831 [ 67 ] {} <Information> RaftInstance: commit upto 165, curruent idx 165
2021.01.29 23:12:38.625167 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 165, curruent idx 165
2021.01.29 23:12:38.625219 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:38.628027 [ 36 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=165, LastLogTerm=2, EntriesLength=1, CommitIndex=165 and Term=2
2021.01.29 23:12:38.628139 [ 36 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 165 (1), req c idx: 165, my term: 2, my role: 1
2021.01.29 23:12:38.628192 [ 36 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:38.628263 [ 36 ] {} <Information> RaftInstance: [LOG OK] req log idx: 165, req log term: 2, my last log idx: 165, my log (165) term: 2
2021.01.29 23:12:38.628308 [ 36 ] {} <Notice> RaftInstance: [INIT] log_idx: 166, count: 0, log_store_->next_slot(): 166, req.log_entries().size(): 1
2021.01.29 23:12:38.628371 [ 36 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 166, count: 0
2021.01.29 23:12:38.628427 [ 36 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 166, count: 0
2021.01.29 23:12:38.628475 [ 36 ] {} <Information> RaftInstance: append at 166
2021.01.29 23:12:38.628521 [ 36 ] {} <Information> RaftInstance: local log idx 166, target_commit_idx 165, quick_commit_index_ 165, state_->get_commit_idx() 165
2021.01.29 23:12:38.628558 [ 36 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:38.628602 [ 36 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:38.628649 [ 36 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:38.628691 [ 36 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=167
2021.01.29 23:12:38.629649 [ 12 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=166, LastLogTerm=2, EntriesLength=0, CommitIndex=166 and Term=2
2021.01.29 23:12:38.629776 [ 12 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 166 (0), req c idx: 166, my term: 2, my role: 1
2021.01.29 23:12:38.629837 [ 12 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:38.629889 [ 12 ] {} <Information> RaftInstance: [LOG OK] req log idx: 166, req log term: 2, my last log idx: 166, my log (166) term: 2
2021.01.29 23:12:38.629933 [ 12 ] {} <Notice> RaftInstance: trigger commit upto 166
2021.01.29 23:12:38.629990 [ 12 ] {} <Information> RaftInstance: local log idx 166, target_commit_idx 166, quick_commit_index_ 166, state_->get_commit_idx() 165
2021.01.29 23:12:38.630032 [ 12 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:38.630072 [ 12 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:38.630108 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:38.630119 [ 12 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:38.630178 [ 67 ] {} <Notice> RaftInstance: commit upto 166, curruent idx 165
2021.01.29 23:12:38.630218 [ 12 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:38.630271 [ 12 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=167
2021.01.29 23:12:38.630286 [ 67 ] {} <Information> RaftInstance: commit upto 166, curruent idx 166
2021.01.29 23:12:38.630482 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 166, curruent idx 166
2021.01.29 23:12:38.630629 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:38.631962 [ 37 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=166, LastLogTerm=2, EntriesLength=1, CommitIndex=166 and Term=2
2021.01.29 23:12:38.632039 [ 37 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 166 (1), req c idx: 166, my term: 2, my role: 1
2021.01.29 23:12:38.632080 [ 37 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:38.632121 [ 37 ] {} <Information> RaftInstance: [LOG OK] req log idx: 166, req log term: 2, my last log idx: 166, my log (166) term: 2
2021.01.29 23:12:38.632165 [ 37 ] {} <Notice> RaftInstance: [INIT] log_idx: 167, count: 0, log_store_->next_slot(): 167, req.log_entries().size(): 1
2021.01.29 23:12:38.632227 [ 37 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 167, count: 0
2021.01.29 23:12:38.632281 [ 37 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 167, count: 0
2021.01.29 23:12:38.632323 [ 37 ] {} <Information> RaftInstance: append at 167
2021.01.29 23:12:38.632366 [ 37 ] {} <Information> RaftInstance: local log idx 167, target_commit_idx 166, quick_commit_index_ 166, state_->get_commit_idx() 166
2021.01.29 23:12:38.632399 [ 37 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:38.632447 [ 37 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:38.632490 [ 37 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:38.632527 [ 37 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=168
2021.01.29 23:12:38.633427 [ 49 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=167, LastLogTerm=2, EntriesLength=0, CommitIndex=167 and Term=2
2021.01.29 23:12:38.633518 [ 49 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 167 (0), req c idx: 167, my term: 2, my role: 1
2021.01.29 23:12:38.633565 [ 49 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:38.633615 [ 49 ] {} <Information> RaftInstance: [LOG OK] req log idx: 167, req log term: 2, my last log idx: 167, my log (167) term: 2
2021.01.29 23:12:38.633659 [ 49 ] {} <Notice> RaftInstance: trigger commit upto 167
2021.01.29 23:12:38.633737 [ 49 ] {} <Information> RaftInstance: local log idx 167, target_commit_idx 167, quick_commit_index_ 167, state_->get_commit_idx() 166
2021.01.29 23:12:38.633791 [ 49 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:38.633833 [ 49 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:38.633867 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:38.633884 [ 49 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:38.633916 [ 67 ] {} <Notice> RaftInstance: commit upto 167, curruent idx 166
2021.01.29 23:12:38.633941 [ 49 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:38.633985 [ 67 ] {} <Information> RaftInstance: commit upto 167, curruent idx 167
2021.01.29 23:12:38.633991 [ 49 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=168
2021.01.29 23:12:38.634113 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 167, curruent idx 167
2021.01.29 23:12:38.634162 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:38.635825 [ 52 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=167, LastLogTerm=2, EntriesLength=1, CommitIndex=167 and Term=2
2021.01.29 23:12:38.635913 [ 52 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 167 (1), req c idx: 167, my term: 2, my role: 1
2021.01.29 23:12:38.635958 [ 52 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:38.636006 [ 52 ] {} <Information> RaftInstance: [LOG OK] req log idx: 167, req log term: 2, my last log idx: 167, my log (167) term: 2
2021.01.29 23:12:38.636050 [ 52 ] {} <Notice> RaftInstance: [INIT] log_idx: 168, count: 0, log_store_->next_slot(): 168, req.log_entries().size(): 1
2021.01.29 23:12:38.636114 [ 52 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 168, count: 0
2021.01.29 23:12:38.636170 [ 52 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 168, count: 0
2021.01.29 23:12:38.636219 [ 52 ] {} <Information> RaftInstance: append at 168
2021.01.29 23:12:38.636265 [ 52 ] {} <Information> RaftInstance: local log idx 168, target_commit_idx 167, quick_commit_index_ 167, state_->get_commit_idx() 167
2021.01.29 23:12:38.636303 [ 52 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:38.636346 [ 52 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:38.636394 [ 52 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:38.636442 [ 52 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=169
2021.01.29 23:12:38.637242 [ 42 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=168, LastLogTerm=2, EntriesLength=0, CommitIndex=168 and Term=2
2021.01.29 23:12:38.637322 [ 42 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 168 (0), req c idx: 168, my term: 2, my role: 1
2021.01.29 23:12:38.637367 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:38.637440 [ 42 ] {} <Information> RaftInstance: [LOG OK] req log idx: 168, req log term: 2, my last log idx: 168, my log (168) term: 2
2021.01.29 23:12:38.637482 [ 42 ] {} <Notice> RaftInstance: trigger commit upto 168
2021.01.29 23:12:38.637532 [ 42 ] {} <Information> RaftInstance: local log idx 168, target_commit_idx 168, quick_commit_index_ 168, state_->get_commit_idx() 167
2021.01.29 23:12:38.637570 [ 42 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:38.637606 [ 42 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:38.637633 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:38.637647 [ 42 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:38.637704 [ 67 ] {} <Notice> RaftInstance: commit upto 168, curruent idx 167
2021.01.29 23:12:38.637723 [ 42 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:38.637771 [ 67 ] {} <Information> RaftInstance: commit upto 168, curruent idx 168
2021.01.29 23:12:38.637773 [ 42 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=169
2021.01.29 23:12:38.637897 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 168, curruent idx 168
2021.01.29 23:12:38.637943 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:38.646138 [ 58 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=168, LastLogTerm=2, EntriesLength=1, CommitIndex=168 and Term=2
2021.01.29 23:12:38.646233 [ 58 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 168 (1), req c idx: 168, my term: 2, my role: 1
2021.01.29 23:12:38.646281 [ 58 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:38.646329 [ 58 ] {} <Information> RaftInstance: [LOG OK] req log idx: 168, req log term: 2, my last log idx: 168, my log (168) term: 2
2021.01.29 23:12:38.646374 [ 58 ] {} <Notice> RaftInstance: [INIT] log_idx: 169, count: 0, log_store_->next_slot(): 169, req.log_entries().size(): 1
2021.01.29 23:12:38.646444 [ 58 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 169, count: 0
2021.01.29 23:12:38.646501 [ 58 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 169, count: 0
2021.01.29 23:12:38.646551 [ 58 ] {} <Information> RaftInstance: append at 169
2021.01.29 23:12:38.646603 [ 58 ] {} <Information> RaftInstance: local log idx 169, target_commit_idx 168, quick_commit_index_ 168, state_->get_commit_idx() 168
2021.01.29 23:12:38.646649 [ 58 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:38.646688 [ 58 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:38.646731 [ 58 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:38.646769 [ 58 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=170
2021.01.29 23:12:38.647645 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=169, LastLogTerm=2, EntriesLength=0, CommitIndex=169 and Term=2
2021.01.29 23:12:38.647728 [ 63 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 169 (0), req c idx: 169, my term: 2, my role: 1
2021.01.29 23:12:38.647769 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:38.647810 [ 63 ] {} <Information> RaftInstance: [LOG OK] req log idx: 169, req log term: 2, my last log idx: 169, my log (169) term: 2
2021.01.29 23:12:38.647850 [ 63 ] {} <Notice> RaftInstance: trigger commit upto 169
2021.01.29 23:12:38.647900 [ 63 ] {} <Information> RaftInstance: local log idx 169, target_commit_idx 169, quick_commit_index_ 169, state_->get_commit_idx() 168
2021.01.29 23:12:38.647937 [ 63 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:38.647974 [ 63 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:38.648012 [ 63 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:38.648011 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:38.648054 [ 63 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:38.648071 [ 67 ] {} <Notice> RaftInstance: commit upto 169, curruent idx 168
2021.01.29 23:12:38.648092 [ 63 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=170
2021.01.29 23:12:38.648165 [ 67 ] {} <Information> RaftInstance: commit upto 169, curruent idx 169
2021.01.29 23:12:38.648411 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 169, curruent idx 169
2021.01.29 23:12:38.648472 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:38.660405 [ 26 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=169, LastLogTerm=2, EntriesLength=1, CommitIndex=169 and Term=2
2021.01.29 23:12:38.660485 [ 26 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 169 (1), req c idx: 169, my term: 2, my role: 1
2021.01.29 23:12:38.660524 [ 26 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:38.660566 [ 26 ] {} <Information> RaftInstance: [LOG OK] req log idx: 169, req log term: 2, my last log idx: 169, my log (169) term: 2
2021.01.29 23:12:38.660603 [ 26 ] {} <Notice> RaftInstance: [INIT] log_idx: 170, count: 0, log_store_->next_slot(): 170, req.log_entries().size(): 1
2021.01.29 23:12:38.660656 [ 26 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 170, count: 0
2021.01.29 23:12:38.660703 [ 26 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 170, count: 0
2021.01.29 23:12:38.660743 [ 26 ] {} <Information> RaftInstance: append at 170
2021.01.29 23:12:38.660783 [ 26 ] {} <Information> RaftInstance: local log idx 170, target_commit_idx 169, quick_commit_index_ 169, state_->get_commit_idx() 169
2021.01.29 23:12:38.660814 [ 26 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:38.660852 [ 26 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:38.660893 [ 26 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:38.660927 [ 26 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=171
2021.01.29 23:12:38.661846 [ 23 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=170, LastLogTerm=2, EntriesLength=0, CommitIndex=170 and Term=2
2021.01.29 23:12:38.661942 [ 23 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 170 (0), req c idx: 170, my term: 2, my role: 1
2021.01.29 23:12:38.661998 [ 23 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:38.662049 [ 23 ] {} <Information> RaftInstance: [LOG OK] req log idx: 170, req log term: 2, my last log idx: 170, my log (170) term: 2
2021.01.29 23:12:38.662094 [ 23 ] {} <Notice> RaftInstance: trigger commit upto 170
2021.01.29 23:12:38.662151 [ 23 ] {} <Information> RaftInstance: local log idx 170, target_commit_idx 170, quick_commit_index_ 170, state_->get_commit_idx() 169
2021.01.29 23:12:38.662193 [ 23 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:38.662234 [ 23 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:38.662272 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:38.662281 [ 23 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:38.662359 [ 67 ] {} <Notice> RaftInstance: commit upto 170, curruent idx 169
2021.01.29 23:12:38.662380 [ 23 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:38.662430 [ 23 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=171
2021.01.29 23:12:38.662439 [ 67 ] {} <Information> RaftInstance: commit upto 170, curruent idx 170
2021.01.29 23:12:38.662571 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 170, curruent idx 170
2021.01.29 23:12:38.662632 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:38.663766 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=170, LastLogTerm=2, EntriesLength=1, CommitIndex=170 and Term=2
2021.01.29 23:12:38.663853 [ 29 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 170 (1), req c idx: 170, my term: 2, my role: 1
2021.01.29 23:12:38.663894 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:38.663936 [ 29 ] {} <Information> RaftInstance: [LOG OK] req log idx: 170, req log term: 2, my last log idx: 170, my log (170) term: 2
2021.01.29 23:12:38.663975 [ 29 ] {} <Notice> RaftInstance: [INIT] log_idx: 171, count: 0, log_store_->next_slot(): 171, req.log_entries().size(): 1
2021.01.29 23:12:38.664031 [ 29 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 171, count: 0
2021.01.29 23:12:38.664081 [ 29 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 171, count: 0
2021.01.29 23:12:38.664123 [ 29 ] {} <Information> RaftInstance: append at 171
2021.01.29 23:12:38.664164 [ 29 ] {} <Information> RaftInstance: local log idx 171, target_commit_idx 170, quick_commit_index_ 170, state_->get_commit_idx() 170
2021.01.29 23:12:38.664198 [ 29 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:38.664237 [ 29 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:38.664280 [ 29 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:38.664317 [ 29 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=172
2021.01.29 23:12:38.665283 [ 36 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=171, LastLogTerm=2, EntriesLength=0, CommitIndex=171 and Term=2
2021.01.29 23:12:38.665359 [ 36 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 171 (0), req c idx: 171, my term: 2, my role: 1
2021.01.29 23:12:38.665443 [ 36 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:38.665486 [ 36 ] {} <Information> RaftInstance: [LOG OK] req log idx: 171, req log term: 2, my last log idx: 171, my log (171) term: 2
2021.01.29 23:12:38.665524 [ 36 ] {} <Notice> RaftInstance: trigger commit upto 171
2021.01.29 23:12:38.665574 [ 36 ] {} <Information> RaftInstance: local log idx 171, target_commit_idx 171, quick_commit_index_ 171, state_->get_commit_idx() 170
2021.01.29 23:12:38.665612 [ 36 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:38.665647 [ 36 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:38.665677 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:38.665699 [ 36 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:38.665739 [ 67 ] {} <Notice> RaftInstance: commit upto 171, curruent idx 170
2021.01.29 23:12:38.665754 [ 36 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:38.665793 [ 36 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=172
2021.01.29 23:12:38.665805 [ 67 ] {} <Information> RaftInstance: commit upto 171, curruent idx 171
2021.01.29 23:12:38.666049 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 171, curruent idx 171
2021.01.29 23:12:38.666097 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:38.674838 [ 59 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=171, LastLogTerm=2, EntriesLength=0, CommitIndex=171 and Term=2
2021.01.29 23:12:38.674930 [ 59 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 171 (0), req c idx: 171, my term: 2, my role: 1
2021.01.29 23:12:38.674971 [ 59 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:38.675014 [ 59 ] {} <Information> RaftInstance: [LOG OK] req log idx: 171, req log term: 2, my last log idx: 171, my log (171) term: 2
2021.01.29 23:12:38.675053 [ 59 ] {} <Information> RaftInstance: local log idx 171, target_commit_idx 171, quick_commit_index_ 171, state_->get_commit_idx() 171
2021.01.29 23:12:38.675091 [ 59 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:38.675131 [ 59 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:38.675174 [ 59 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:38.675211 [ 59 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=172
2021.01.29 23:12:38.775559 [ 47 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=171, LastLogTerm=2, EntriesLength=0, CommitIndex=171 and Term=2
2021.01.29 23:12:38.775665 [ 47 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 171 (0), req c idx: 171, my term: 2, my role: 1
2021.01.29 23:12:38.775709 [ 47 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:38.775759 [ 47 ] {} <Information> RaftInstance: [LOG OK] req log idx: 171, req log term: 2, my last log idx: 171, my log (171) term: 2
2021.01.29 23:12:38.775799 [ 47 ] {} <Information> RaftInstance: local log idx 171, target_commit_idx 171, quick_commit_index_ 171, state_->get_commit_idx() 171
2021.01.29 23:12:38.775834 [ 47 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:38.775876 [ 47 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:38.775923 [ 47 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:38.775961 [ 47 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=172
2021.01.29 23:12:38.876223 [ 24 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=171, LastLogTerm=2, EntriesLength=0, CommitIndex=171 and Term=2
2021.01.29 23:12:38.876321 [ 24 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 171 (0), req c idx: 171, my term: 2, my role: 1
2021.01.29 23:12:38.876367 [ 24 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:38.876417 [ 24 ] {} <Information> RaftInstance: [LOG OK] req log idx: 171, req log term: 2, my last log idx: 171, my log (171) term: 2
2021.01.29 23:12:38.876460 [ 24 ] {} <Information> RaftInstance: local log idx 171, target_commit_idx 171, quick_commit_index_ 171, state_->get_commit_idx() 171
2021.01.29 23:12:38.876495 [ 24 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:38.876539 [ 24 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:38.876592 [ 24 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:38.876631 [ 24 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=172
2021.01.29 23:12:38.976748 [ 56 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=171, LastLogTerm=2, EntriesLength=0, CommitIndex=171 and Term=2
2021.01.29 23:12:38.976830 [ 56 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 171 (0), req c idx: 171, my term: 2, my role: 1
2021.01.29 23:12:38.976870 [ 56 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:38.976915 [ 56 ] {} <Information> RaftInstance: [LOG OK] req log idx: 171, req log term: 2, my last log idx: 171, my log (171) term: 2
2021.01.29 23:12:38.976955 [ 56 ] {} <Information> RaftInstance: local log idx 171, target_commit_idx 171, quick_commit_index_ 171, state_->get_commit_idx() 171
2021.01.29 23:12:38.976987 [ 56 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:38.977026 [ 56 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:38.977068 [ 56 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:38.977104 [ 56 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=172
2021.01.29 23:12:39.078112 [ 51 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=171, LastLogTerm=2, EntriesLength=0, CommitIndex=171 and Term=2
2021.01.29 23:12:39.078197 [ 51 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 171 (0), req c idx: 171, my term: 2, my role: 1
2021.01.29 23:12:39.078241 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:39.078290 [ 51 ] {} <Information> RaftInstance: [LOG OK] req log idx: 171, req log term: 2, my last log idx: 171, my log (171) term: 2
2021.01.29 23:12:39.078330 [ 51 ] {} <Information> RaftInstance: local log idx 171, target_commit_idx 171, quick_commit_index_ 171, state_->get_commit_idx() 171
2021.01.29 23:12:39.078364 [ 51 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:39.078406 [ 51 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:39.078451 [ 51 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:39.078489 [ 51 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=172
2021.01.29 23:12:39.178754 [ 38 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=171, LastLogTerm=2, EntriesLength=0, CommitIndex=171 and Term=2
2021.01.29 23:12:39.178862 [ 38 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 171 (0), req c idx: 171, my term: 2, my role: 1
2021.01.29 23:12:39.178906 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:39.178955 [ 38 ] {} <Information> RaftInstance: [LOG OK] req log idx: 171, req log term: 2, my last log idx: 171, my log (171) term: 2
2021.01.29 23:12:39.178996 [ 38 ] {} <Information> RaftInstance: local log idx 171, target_commit_idx 171, quick_commit_index_ 171, state_->get_commit_idx() 171
2021.01.29 23:12:39.179031 [ 38 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:39.179073 [ 38 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:39.179120 [ 38 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:39.179158 [ 38 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=172
2021.01.29 23:12:39.279447 [ 55 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=171, LastLogTerm=2, EntriesLength=0, CommitIndex=171 and Term=2
2021.01.29 23:12:39.279548 [ 55 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 171 (0), req c idx: 171, my term: 2, my role: 1
2021.01.29 23:12:39.279590 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:39.279637 [ 55 ] {} <Information> RaftInstance: [LOG OK] req log idx: 171, req log term: 2, my last log idx: 171, my log (171) term: 2
2021.01.29 23:12:39.279675 [ 55 ] {} <Information> RaftInstance: local log idx 171, target_commit_idx 171, quick_commit_index_ 171, state_->get_commit_idx() 171
2021.01.29 23:12:39.279708 [ 55 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:39.279752 [ 55 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:39.279820 [ 55 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:39.279858 [ 55 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=172
2021.01.29 23:12:39.313059 [ 42 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=171, LastLogTerm=2, EntriesLength=1, CommitIndex=171 and Term=2
2021.01.29 23:12:39.313152 [ 42 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 171 (1), req c idx: 171, my term: 2, my role: 1
2021.01.29 23:12:39.313195 [ 42 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:39.313242 [ 42 ] {} <Information> RaftInstance: [LOG OK] req log idx: 171, req log term: 2, my last log idx: 171, my log (171) term: 2
2021.01.29 23:12:39.313282 [ 42 ] {} <Notice> RaftInstance: [INIT] log_idx: 172, count: 0, log_store_->next_slot(): 172, req.log_entries().size(): 1
2021.01.29 23:12:39.313341 [ 42 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 172, count: 0
2021.01.29 23:12:39.313403 [ 42 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 172, count: 0
2021.01.29 23:12:39.313445 [ 42 ] {} <Information> RaftInstance: append at 172
2021.01.29 23:12:39.313489 [ 42 ] {} <Information> RaftInstance: local log idx 172, target_commit_idx 171, quick_commit_index_ 171, state_->get_commit_idx() 171
2021.01.29 23:12:39.313523 [ 42 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:39.313565 [ 42 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:39.313611 [ 42 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:39.313648 [ 42 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=173
2021.01.29 23:12:39.314667 [ 16 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=172, LastLogTerm=2, EntriesLength=0, CommitIndex=172 and Term=2
2021.01.29 23:12:39.314751 [ 16 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 172 (0), req c idx: 172, my term: 2, my role: 1
2021.01.29 23:12:39.314793 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:39.314845 [ 16 ] {} <Information> RaftInstance: [LOG OK] req log idx: 172, req log term: 2, my last log idx: 172, my log (172) term: 2
2021.01.29 23:12:39.314883 [ 16 ] {} <Notice> RaftInstance: trigger commit upto 172
2021.01.29 23:12:39.314939 [ 16 ] {} <Information> RaftInstance: local log idx 172, target_commit_idx 172, quick_commit_index_ 172, state_->get_commit_idx() 171
2021.01.29 23:12:39.314977 [ 16 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:39.315015 [ 16 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:39.315057 [ 16 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:39.315059 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:39.315118 [ 16 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:39.315146 [ 67 ] {} <Notice> RaftInstance: commit upto 172, curruent idx 171
2021.01.29 23:12:39.315162 [ 16 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=173
2021.01.29 23:12:39.315226 [ 67 ] {} <Information> RaftInstance: commit upto 172, curruent idx 172
2021.01.29 23:12:39.315567 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 172, curruent idx 172
2021.01.29 23:12:39.315619 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:39.317027 [ 11 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=172, LastLogTerm=2, EntriesLength=1, CommitIndex=172 and Term=2
2021.01.29 23:12:39.317136 [ 11 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 172 (1), req c idx: 172, my term: 2, my role: 1
2021.01.29 23:12:39.317193 [ 11 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:39.317247 [ 11 ] {} <Information> RaftInstance: [LOG OK] req log idx: 172, req log term: 2, my last log idx: 172, my log (172) term: 2
2021.01.29 23:12:39.317298 [ 11 ] {} <Notice> RaftInstance: [INIT] log_idx: 173, count: 0, log_store_->next_slot(): 173, req.log_entries().size(): 1
2021.01.29 23:12:39.317370 [ 11 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 173, count: 0
2021.01.29 23:12:39.317467 [ 11 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 173, count: 0
2021.01.29 23:12:39.317515 [ 11 ] {} <Information> RaftInstance: append at 173
2021.01.29 23:12:39.317562 [ 11 ] {} <Information> RaftInstance: local log idx 173, target_commit_idx 172, quick_commit_index_ 172, state_->get_commit_idx() 172
2021.01.29 23:12:39.317600 [ 11 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:39.317643 [ 11 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:39.317701 [ 11 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:39.317750 [ 11 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=174
2021.01.29 23:12:39.318681 [ 27 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=173, LastLogTerm=2, EntriesLength=0, CommitIndex=173 and Term=2
2021.01.29 23:12:39.318766 [ 27 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 173 (0), req c idx: 173, my term: 2, my role: 1
2021.01.29 23:12:39.318812 [ 27 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:39.318860 [ 27 ] {} <Information> RaftInstance: [LOG OK] req log idx: 173, req log term: 2, my last log idx: 173, my log (173) term: 2
2021.01.29 23:12:39.318903 [ 27 ] {} <Notice> RaftInstance: trigger commit upto 173
2021.01.29 23:12:39.318960 [ 27 ] {} <Information> RaftInstance: local log idx 173, target_commit_idx 173, quick_commit_index_ 173, state_->get_commit_idx() 172
2021.01.29 23:12:39.319003 [ 27 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:39.319044 [ 27 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:39.319081 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:39.319098 [ 27 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:39.319149 [ 67 ] {} <Notice> RaftInstance: commit upto 173, curruent idx 172
2021.01.29 23:12:39.319165 [ 27 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:39.319214 [ 27 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=174
2021.01.29 23:12:39.319230 [ 67 ] {} <Information> RaftInstance: commit upto 173, curruent idx 173
2021.01.29 23:12:39.319451 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 173, curruent idx 173
2021.01.29 23:12:39.319512 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:39.321346 [ 65 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=173, LastLogTerm=2, EntriesLength=1, CommitIndex=173 and Term=2
2021.01.29 23:12:39.321461 [ 65 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 173 (1), req c idx: 173, my term: 2, my role: 1
2021.01.29 23:12:39.321508 [ 65 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:39.321559 [ 65 ] {} <Information> RaftInstance: [LOG OK] req log idx: 173, req log term: 2, my last log idx: 173, my log (173) term: 2
2021.01.29 23:12:39.321603 [ 65 ] {} <Notice> RaftInstance: [INIT] log_idx: 174, count: 0, log_store_->next_slot(): 174, req.log_entries().size(): 1
2021.01.29 23:12:39.321666 [ 65 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 174, count: 0
2021.01.29 23:12:39.321737 [ 65 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 174, count: 0
2021.01.29 23:12:39.321788 [ 65 ] {} <Information> RaftInstance: append at 174
2021.01.29 23:12:39.321836 [ 65 ] {} <Information> RaftInstance: local log idx 174, target_commit_idx 173, quick_commit_index_ 173, state_->get_commit_idx() 173
2021.01.29 23:12:39.321874 [ 65 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:39.321920 [ 65 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:39.321975 [ 65 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:39.322018 [ 65 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=175
2021.01.29 23:12:39.322909 [ 40 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=174, LastLogTerm=2, EntriesLength=0, CommitIndex=174 and Term=2
2021.01.29 23:12:39.322996 [ 40 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 174 (0), req c idx: 174, my term: 2, my role: 1
2021.01.29 23:12:39.323047 [ 40 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:39.323097 [ 40 ] {} <Information> RaftInstance: [LOG OK] req log idx: 174, req log term: 2, my last log idx: 174, my log (174) term: 2
2021.01.29 23:12:39.323140 [ 40 ] {} <Notice> RaftInstance: trigger commit upto 174
2021.01.29 23:12:39.323197 [ 40 ] {} <Information> RaftInstance: local log idx 174, target_commit_idx 174, quick_commit_index_ 174, state_->get_commit_idx() 173
2021.01.29 23:12:39.323239 [ 40 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:39.323281 [ 40 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:39.323310 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:39.323325 [ 40 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:39.323374 [ 67 ] {} <Notice> RaftInstance: commit upto 174, curruent idx 173
2021.01.29 23:12:39.323396 [ 40 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:39.323439 [ 40 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=175
2021.01.29 23:12:39.323448 [ 67 ] {} <Information> RaftInstance: commit upto 174, curruent idx 174
2021.01.29 23:12:39.323974 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 174, curruent idx 174
2021.01.29 23:12:39.324026 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:39.326160 [ 40 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=174, LastLogTerm=2, EntriesLength=1, CommitIndex=174 and Term=2
2021.01.29 23:12:39.326250 [ 40 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 174 (1), req c idx: 174, my term: 2, my role: 1
2021.01.29 23:12:39.326299 [ 40 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:39.326346 [ 40 ] {} <Information> RaftInstance: [LOG OK] req log idx: 174, req log term: 2, my last log idx: 174, my log (174) term: 2
2021.01.29 23:12:39.326389 [ 40 ] {} <Notice> RaftInstance: [INIT] log_idx: 175, count: 0, log_store_->next_slot(): 175, req.log_entries().size(): 1
2021.01.29 23:12:39.326451 [ 40 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 175, count: 0
2021.01.29 23:12:39.326507 [ 40 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 175, count: 0
2021.01.29 23:12:39.326555 [ 40 ] {} <Information> RaftInstance: append at 175
2021.01.29 23:12:39.326602 [ 40 ] {} <Information> RaftInstance: local log idx 175, target_commit_idx 174, quick_commit_index_ 174, state_->get_commit_idx() 174
2021.01.29 23:12:39.326639 [ 40 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:39.326682 [ 40 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:39.326731 [ 40 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:39.326773 [ 40 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=176
2021.01.29 23:12:39.327696 [ 17 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=175, LastLogTerm=2, EntriesLength=0, CommitIndex=175 and Term=2
2021.01.29 23:12:39.327778 [ 17 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 175 (0), req c idx: 175, my term: 2, my role: 1
2021.01.29 23:12:39.327819 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:39.327863 [ 17 ] {} <Information> RaftInstance: [LOG OK] req log idx: 175, req log term: 2, my last log idx: 175, my log (175) term: 2
2021.01.29 23:12:39.327902 [ 17 ] {} <Notice> RaftInstance: trigger commit upto 175
2021.01.29 23:12:39.327952 [ 17 ] {} <Information> RaftInstance: local log idx 175, target_commit_idx 175, quick_commit_index_ 175, state_->get_commit_idx() 174
2021.01.29 23:12:39.327990 [ 17 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:39.328027 [ 17 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:39.328047 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:39.328069 [ 17 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:39.328098 [ 67 ] {} <Notice> RaftInstance: commit upto 175, curruent idx 174
2021.01.29 23:12:39.328120 [ 17 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:39.328164 [ 17 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=176
2021.01.29 23:12:39.328178 [ 67 ] {} <Information> RaftInstance: commit upto 175, curruent idx 175
2021.01.29 23:12:39.328337 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 175, curruent idx 175
2021.01.29 23:12:39.328391 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:39.329587 [ 54 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=175, LastLogTerm=2, EntriesLength=1, CommitIndex=175 and Term=2
2021.01.29 23:12:39.329673 [ 54 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 175 (1), req c idx: 175, my term: 2, my role: 1
2021.01.29 23:12:39.329740 [ 54 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:39.329787 [ 54 ] {} <Information> RaftInstance: [LOG OK] req log idx: 175, req log term: 2, my last log idx: 175, my log (175) term: 2
2021.01.29 23:12:39.329831 [ 54 ] {} <Notice> RaftInstance: [INIT] log_idx: 176, count: 0, log_store_->next_slot(): 176, req.log_entries().size(): 1
2021.01.29 23:12:39.329894 [ 54 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 176, count: 0
2021.01.29 23:12:39.329950 [ 54 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 176, count: 0
2021.01.29 23:12:39.329998 [ 54 ] {} <Information> RaftInstance: append at 176
2021.01.29 23:12:39.330045 [ 54 ] {} <Information> RaftInstance: local log idx 176, target_commit_idx 175, quick_commit_index_ 175, state_->get_commit_idx() 175
2021.01.29 23:12:39.330082 [ 54 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:39.330131 [ 54 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:39.330183 [ 54 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:39.330226 [ 54 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=177
2021.01.29 23:12:39.331249 [ 30 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=176, LastLogTerm=2, EntriesLength=0, CommitIndex=176 and Term=2
2021.01.29 23:12:39.331343 [ 30 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 176 (0), req c idx: 176, my term: 2, my role: 1
2021.01.29 23:12:39.331388 [ 30 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:39.331435 [ 30 ] {} <Information> RaftInstance: [LOG OK] req log idx: 176, req log term: 2, my last log idx: 176, my log (176) term: 2
2021.01.29 23:12:39.331478 [ 30 ] {} <Notice> RaftInstance: trigger commit upto 176
2021.01.29 23:12:39.331535 [ 30 ] {} <Information> RaftInstance: local log idx 176, target_commit_idx 176, quick_commit_index_ 176, state_->get_commit_idx() 175
2021.01.29 23:12:39.331577 [ 30 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:39.331619 [ 30 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:39.331646 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:39.331664 [ 30 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:39.331693 [ 67 ] {} <Notice> RaftInstance: commit upto 176, curruent idx 175
2021.01.29 23:12:39.331714 [ 30 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:39.331757 [ 30 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=177
2021.01.29 23:12:39.331762 [ 67 ] {} <Information> RaftInstance: commit upto 176, curruent idx 176
2021.01.29 23:12:39.331917 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 176, curruent idx 176
2021.01.29 23:12:39.331968 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:39.334298 [ 61 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=176, LastLogTerm=2, EntriesLength=1, CommitIndex=176 and Term=2
2021.01.29 23:12:39.334383 [ 61 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 176 (1), req c idx: 176, my term: 2, my role: 1
2021.01.29 23:12:39.334444 [ 61 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:39.334492 [ 61 ] {} <Information> RaftInstance: [LOG OK] req log idx: 176, req log term: 2, my last log idx: 176, my log (176) term: 2
2021.01.29 23:12:39.334535 [ 61 ] {} <Notice> RaftInstance: [INIT] log_idx: 177, count: 0, log_store_->next_slot(): 177, req.log_entries().size(): 1
2021.01.29 23:12:39.334597 [ 61 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 177, count: 0
2021.01.29 23:12:39.334652 [ 61 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 177, count: 0
2021.01.29 23:12:39.334700 [ 61 ] {} <Information> RaftInstance: append at 177
2021.01.29 23:12:39.334748 [ 61 ] {} <Information> RaftInstance: local log idx 177, target_commit_idx 176, quick_commit_index_ 176, state_->get_commit_idx() 176
2021.01.29 23:12:39.334785 [ 61 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:39.334834 [ 61 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:39.334899 [ 61 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:39.334959 [ 61 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=178
2021.01.29 23:12:39.335931 [ 44 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=177, LastLogTerm=2, EntriesLength=0, CommitIndex=177 and Term=2
2021.01.29 23:12:39.336017 [ 44 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 177 (0), req c idx: 177, my term: 2, my role: 1
2021.01.29 23:12:39.336063 [ 44 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:39.336111 [ 44 ] {} <Information> RaftInstance: [LOG OK] req log idx: 177, req log term: 2, my last log idx: 177, my log (177) term: 2
2021.01.29 23:12:39.336155 [ 44 ] {} <Notice> RaftInstance: trigger commit upto 177
2021.01.29 23:12:39.336212 [ 44 ] {} <Information> RaftInstance: local log idx 177, target_commit_idx 177, quick_commit_index_ 177, state_->get_commit_idx() 176
2021.01.29 23:12:39.336269 [ 44 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:39.336323 [ 44 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:39.336353 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:39.336368 [ 44 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:39.336418 [ 67 ] {} <Notice> RaftInstance: commit upto 177, curruent idx 176
2021.01.29 23:12:39.336442 [ 44 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:39.336485 [ 44 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=178
2021.01.29 23:12:39.336496 [ 67 ] {} <Information> RaftInstance: commit upto 177, curruent idx 177
2021.01.29 23:12:39.336856 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 177, curruent idx 177
2021.01.29 23:12:39.336909 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:39.338109 [ 18 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=177, LastLogTerm=2, EntriesLength=1, CommitIndex=177 and Term=2
2021.01.29 23:12:39.338194 [ 18 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 177 (1), req c idx: 177, my term: 2, my role: 1
2021.01.29 23:12:39.338239 [ 18 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:39.338287 [ 18 ] {} <Information> RaftInstance: [LOG OK] req log idx: 177, req log term: 2, my last log idx: 177, my log (177) term: 2
2021.01.29 23:12:39.338330 [ 18 ] {} <Notice> RaftInstance: [INIT] log_idx: 178, count: 0, log_store_->next_slot(): 178, req.log_entries().size(): 1
2021.01.29 23:12:39.338402 [ 18 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 178, count: 0
2021.01.29 23:12:39.338457 [ 18 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 178, count: 0
2021.01.29 23:12:39.338505 [ 18 ] {} <Information> RaftInstance: append at 178
2021.01.29 23:12:39.338556 [ 18 ] {} <Information> RaftInstance: local log idx 178, target_commit_idx 177, quick_commit_index_ 177, state_->get_commit_idx() 177
2021.01.29 23:12:39.338593 [ 18 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:39.338640 [ 18 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:39.338687 [ 18 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:39.338729 [ 18 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=179
2021.01.29 23:12:39.339664 [ 19 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=178, LastLogTerm=2, EntriesLength=0, CommitIndex=178 and Term=2
2021.01.29 23:12:39.339747 [ 19 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 178 (0), req c idx: 178, my term: 2, my role: 1
2021.01.29 23:12:39.339793 [ 19 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:39.339840 [ 19 ] {} <Information> RaftInstance: [LOG OK] req log idx: 178, req log term: 2, my last log idx: 178, my log (178) term: 2
2021.01.29 23:12:39.339882 [ 19 ] {} <Notice> RaftInstance: trigger commit upto 178
2021.01.29 23:12:39.339939 [ 19 ] {} <Information> RaftInstance: local log idx 178, target_commit_idx 178, quick_commit_index_ 178, state_->get_commit_idx() 177
2021.01.29 23:12:39.339982 [ 19 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:39.340021 [ 19 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:39.340041 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:39.340064 [ 19 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:39.340093 [ 67 ] {} <Notice> RaftInstance: commit upto 178, curruent idx 177
2021.01.29 23:12:39.340114 [ 19 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:39.340157 [ 19 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=179
2021.01.29 23:12:39.340164 [ 67 ] {} <Information> RaftInstance: commit upto 178, curruent idx 178
2021.01.29 23:12:39.340507 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 178, curruent idx 178
2021.01.29 23:12:39.340560 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:39.342349 [ 23 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=178, LastLogTerm=2, EntriesLength=1, CommitIndex=178 and Term=2
2021.01.29 23:12:39.342437 [ 23 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 178 (1), req c idx: 178, my term: 2, my role: 1
2021.01.29 23:12:39.342486 [ 23 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:39.342537 [ 23 ] {} <Information> RaftInstance: [LOG OK] req log idx: 178, req log term: 2, my last log idx: 178, my log (178) term: 2
2021.01.29 23:12:39.342584 [ 23 ] {} <Notice> RaftInstance: [INIT] log_idx: 179, count: 0, log_store_->next_slot(): 179, req.log_entries().size(): 1
2021.01.29 23:12:39.342660 [ 23 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 179, count: 0
2021.01.29 23:12:39.342716 [ 23 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 179, count: 0
2021.01.29 23:12:39.342765 [ 23 ] {} <Information> RaftInstance: append at 179
2021.01.29 23:12:39.342811 [ 23 ] {} <Information> RaftInstance: local log idx 179, target_commit_idx 178, quick_commit_index_ 178, state_->get_commit_idx() 178
2021.01.29 23:12:39.342847 [ 23 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:39.342893 [ 23 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:39.342942 [ 23 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:39.343004 [ 23 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=180
2021.01.29 23:12:39.343899 [ 57 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=179, LastLogTerm=2, EntriesLength=0, CommitIndex=179 and Term=2
2021.01.29 23:12:39.343995 [ 57 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 179 (0), req c idx: 179, my term: 2, my role: 1
2021.01.29 23:12:39.344041 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:39.344089 [ 57 ] {} <Information> RaftInstance: [LOG OK] req log idx: 179, req log term: 2, my last log idx: 179, my log (179) term: 2
2021.01.29 23:12:39.344134 [ 57 ] {} <Notice> RaftInstance: trigger commit upto 179
2021.01.29 23:12:39.344191 [ 57 ] {} <Information> RaftInstance: local log idx 179, target_commit_idx 179, quick_commit_index_ 179, state_->get_commit_idx() 178
2021.01.29 23:12:39.344234 [ 57 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:39.344274 [ 57 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:39.344298 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:39.344319 [ 57 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:39.344351 [ 67 ] {} <Notice> RaftInstance: commit upto 179, curruent idx 178
2021.01.29 23:12:39.344374 [ 57 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:39.344428 [ 57 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=180
2021.01.29 23:12:39.344435 [ 67 ] {} <Information> RaftInstance: commit upto 179, curruent idx 179
2021.01.29 23:12:39.344579 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 179, curruent idx 179
2021.01.29 23:12:39.344633 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:39.346161 [ 28 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=179, LastLogTerm=2, EntriesLength=1, CommitIndex=179 and Term=2
2021.01.29 23:12:39.346248 [ 28 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 179 (1), req c idx: 179, my term: 2, my role: 1
2021.01.29 23:12:39.346293 [ 28 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:39.346341 [ 28 ] {} <Information> RaftInstance: [LOG OK] req log idx: 179, req log term: 2, my last log idx: 179, my log (179) term: 2
2021.01.29 23:12:39.346385 [ 28 ] {} <Notice> RaftInstance: [INIT] log_idx: 180, count: 0, log_store_->next_slot(): 180, req.log_entries().size(): 1
2021.01.29 23:12:39.346447 [ 28 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 180, count: 0
2021.01.29 23:12:39.346502 [ 28 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 180, count: 0
2021.01.29 23:12:39.346550 [ 28 ] {} <Information> RaftInstance: append at 180
2021.01.29 23:12:39.346597 [ 28 ] {} <Information> RaftInstance: local log idx 180, target_commit_idx 179, quick_commit_index_ 179, state_->get_commit_idx() 179
2021.01.29 23:12:39.346634 [ 28 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:39.346678 [ 28 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:39.346725 [ 28 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:39.346767 [ 28 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=181
2021.01.29 23:12:39.347688 [ 59 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=180, LastLogTerm=2, EntriesLength=0, CommitIndex=180 and Term=2
2021.01.29 23:12:39.347783 [ 59 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 180 (0), req c idx: 180, my term: 2, my role: 1
2021.01.29 23:12:39.347829 [ 59 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:39.347887 [ 59 ] {} <Information> RaftInstance: [LOG OK] req log idx: 180, req log term: 2, my last log idx: 180, my log (180) term: 2
2021.01.29 23:12:39.347930 [ 59 ] {} <Notice> RaftInstance: trigger commit upto 180
2021.01.29 23:12:39.347987 [ 59 ] {} <Information> RaftInstance: local log idx 180, target_commit_idx 180, quick_commit_index_ 180, state_->get_commit_idx() 179
2021.01.29 23:12:39.348029 [ 59 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:39.348069 [ 59 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:39.348111 [ 59 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:39.348120 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:39.348159 [ 59 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:39.348175 [ 67 ] {} <Notice> RaftInstance: commit upto 180, curruent idx 179
2021.01.29 23:12:39.348203 [ 59 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=181
2021.01.29 23:12:39.348248 [ 67 ] {} <Information> RaftInstance: commit upto 180, curruent idx 180
2021.01.29 23:12:39.348602 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 180, curruent idx 180
2021.01.29 23:12:39.348659 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:39.359130 [ 64 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=180, LastLogTerm=2, EntriesLength=1, CommitIndex=180 and Term=2
2021.01.29 23:12:39.359208 [ 64 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 180 (1), req c idx: 180, my term: 2, my role: 1
2021.01.29 23:12:39.359250 [ 64 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:39.359292 [ 64 ] {} <Information> RaftInstance: [LOG OK] req log idx: 180, req log term: 2, my last log idx: 180, my log (180) term: 2
2021.01.29 23:12:39.359354 [ 64 ] {} <Notice> RaftInstance: [INIT] log_idx: 181, count: 0, log_store_->next_slot(): 181, req.log_entries().size(): 1
2021.01.29 23:12:39.359424 [ 64 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 181, count: 0
2021.01.29 23:12:39.359481 [ 64 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 181, count: 0
2021.01.29 23:12:39.359529 [ 64 ] {} <Information> RaftInstance: append at 181
2021.01.29 23:12:39.359581 [ 64 ] {} <Information> RaftInstance: local log idx 181, target_commit_idx 180, quick_commit_index_ 180, state_->get_commit_idx() 180
2021.01.29 23:12:39.359619 [ 64 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:39.359666 [ 64 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:39.359715 [ 64 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:39.359757 [ 64 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=182
2021.01.29 23:12:39.360609 [ 60 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=181, LastLogTerm=2, EntriesLength=0, CommitIndex=181 and Term=2
2021.01.29 23:12:39.360693 [ 60 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 181 (0), req c idx: 181, my term: 2, my role: 1
2021.01.29 23:12:39.360733 [ 60 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:39.360785 [ 60 ] {} <Information> RaftInstance: [LOG OK] req log idx: 181, req log term: 2, my last log idx: 181, my log (181) term: 2
2021.01.29 23:12:39.360824 [ 60 ] {} <Notice> RaftInstance: trigger commit upto 181
2021.01.29 23:12:39.360876 [ 60 ] {} <Information> RaftInstance: local log idx 181, target_commit_idx 181, quick_commit_index_ 181, state_->get_commit_idx() 180
2021.01.29 23:12:39.360913 [ 60 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:39.360951 [ 60 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:39.360977 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:39.360993 [ 60 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:39.361033 [ 67 ] {} <Notice> RaftInstance: commit upto 181, curruent idx 180
2021.01.29 23:12:39.361055 [ 60 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:39.361100 [ 60 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=182
2021.01.29 23:12:39.361105 [ 67 ] {} <Information> RaftInstance: commit upto 181, curruent idx 181
2021.01.29 23:12:39.361294 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 181, curruent idx 181
2021.01.29 23:12:39.361345 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:39.362890 [ 55 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=181, LastLogTerm=2, EntriesLength=1, CommitIndex=181 and Term=2
2021.01.29 23:12:39.362977 [ 55 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 181 (1), req c idx: 181, my term: 2, my role: 1
2021.01.29 23:12:39.363023 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:39.363070 [ 55 ] {} <Information> RaftInstance: [LOG OK] req log idx: 181, req log term: 2, my last log idx: 181, my log (181) term: 2
2021.01.29 23:12:39.363113 [ 55 ] {} <Notice> RaftInstance: [INIT] log_idx: 182, count: 0, log_store_->next_slot(): 182, req.log_entries().size(): 1
2021.01.29 23:12:39.363180 [ 55 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 182, count: 0
2021.01.29 23:12:39.363236 [ 55 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 182, count: 0
2021.01.29 23:12:39.363285 [ 55 ] {} <Information> RaftInstance: append at 182
2021.01.29 23:12:39.363331 [ 55 ] {} <Information> RaftInstance: local log idx 182, target_commit_idx 181, quick_commit_index_ 181, state_->get_commit_idx() 181
2021.01.29 23:12:39.363368 [ 55 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:39.363431 [ 55 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:39.363475 [ 55 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:39.363513 [ 55 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=183
2021.01.29 23:12:39.364476 [ 46 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=182, LastLogTerm=2, EntriesLength=0, CommitIndex=182 and Term=2
2021.01.29 23:12:39.364554 [ 46 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 182 (0), req c idx: 182, my term: 2, my role: 1
2021.01.29 23:12:39.364594 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:39.364637 [ 46 ] {} <Information> RaftInstance: [LOG OK] req log idx: 182, req log term: 2, my last log idx: 182, my log (182) term: 2
2021.01.29 23:12:39.364674 [ 46 ] {} <Notice> RaftInstance: trigger commit upto 182
2021.01.29 23:12:39.364725 [ 46 ] {} <Information> RaftInstance: local log idx 182, target_commit_idx 182, quick_commit_index_ 182, state_->get_commit_idx() 181
2021.01.29 23:12:39.364763 [ 46 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:39.364800 [ 46 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:39.364856 [ 46 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:39.364862 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:39.364925 [ 46 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:39.364951 [ 67 ] {} <Notice> RaftInstance: commit upto 182, curruent idx 181
2021.01.29 23:12:39.364970 [ 46 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=183
2021.01.29 23:12:39.365041 [ 67 ] {} <Information> RaftInstance: commit upto 182, curruent idx 182
2021.01.29 23:12:39.365180 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 182, curruent idx 182
2021.01.29 23:12:39.365234 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:39.366681 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=182, LastLogTerm=2, EntriesLength=1, CommitIndex=182 and Term=2
2021.01.29 23:12:39.366765 [ 63 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 182 (1), req c idx: 182, my term: 2, my role: 1
2021.01.29 23:12:39.366810 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:39.366862 [ 63 ] {} <Information> RaftInstance: [LOG OK] req log idx: 182, req log term: 2, my last log idx: 182, my log (182) term: 2
2021.01.29 23:12:39.366906 [ 63 ] {} <Notice> RaftInstance: [INIT] log_idx: 183, count: 0, log_store_->next_slot(): 183, req.log_entries().size(): 1
2021.01.29 23:12:39.366968 [ 63 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 183, count: 0
2021.01.29 23:12:39.367024 [ 63 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 183, count: 0
2021.01.29 23:12:39.367072 [ 63 ] {} <Information> RaftInstance: append at 183
2021.01.29 23:12:39.367126 [ 63 ] {} <Information> RaftInstance: local log idx 183, target_commit_idx 182, quick_commit_index_ 182, state_->get_commit_idx() 182
2021.01.29 23:12:39.367163 [ 63 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:39.367206 [ 63 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:39.367254 [ 63 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:39.367297 [ 63 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=184
2021.01.29 23:12:39.368256 [ 33 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=183, LastLogTerm=2, EntriesLength=0, CommitIndex=183 and Term=2
2021.01.29 23:12:39.368342 [ 33 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 183 (0), req c idx: 183, my term: 2, my role: 1
2021.01.29 23:12:39.368394 [ 33 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:39.368443 [ 33 ] {} <Information> RaftInstance: [LOG OK] req log idx: 183, req log term: 2, my last log idx: 183, my log (183) term: 2
2021.01.29 23:12:39.368488 [ 33 ] {} <Notice> RaftInstance: trigger commit upto 183
2021.01.29 23:12:39.368551 [ 33 ] {} <Information> RaftInstance: local log idx 183, target_commit_idx 183, quick_commit_index_ 183, state_->get_commit_idx() 182
2021.01.29 23:12:39.368595 [ 33 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:39.368644 [ 33 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:39.368665 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:39.368690 [ 33 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:39.368714 [ 67 ] {} <Notice> RaftInstance: commit upto 183, curruent idx 182
2021.01.29 23:12:39.368742 [ 33 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:39.368783 [ 67 ] {} <Information> RaftInstance: commit upto 183, curruent idx 183
2021.01.29 23:12:39.368792 [ 33 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=184
2021.01.29 23:12:39.369019 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 183, curruent idx 183
2021.01.29 23:12:39.369079 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:39.380018 [ 62 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=183, LastLogTerm=2, EntriesLength=0, CommitIndex=183 and Term=2
2021.01.29 23:12:39.380101 [ 62 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 183 (0), req c idx: 183, my term: 2, my role: 1
2021.01.29 23:12:39.380142 [ 62 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:39.380186 [ 62 ] {} <Information> RaftInstance: [LOG OK] req log idx: 183, req log term: 2, my last log idx: 183, my log (183) term: 2
2021.01.29 23:12:39.380225 [ 62 ] {} <Information> RaftInstance: local log idx 183, target_commit_idx 183, quick_commit_index_ 183, state_->get_commit_idx() 183
2021.01.29 23:12:39.380259 [ 62 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:39.380300 [ 62 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:39.380344 [ 62 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:39.380382 [ 62 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=184
2021.01.29 23:12:39.480734 [ 15 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=183, LastLogTerm=2, EntriesLength=0, CommitIndex=183 and Term=2
2021.01.29 23:12:39.480838 [ 15 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 183 (0), req c idx: 183, my term: 2, my role: 1
2021.01.29 23:12:39.480886 [ 15 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:39.480938 [ 15 ] {} <Information> RaftInstance: [LOG OK] req log idx: 183, req log term: 2, my last log idx: 183, my log (183) term: 2
2021.01.29 23:12:39.480985 [ 15 ] {} <Information> RaftInstance: local log idx 183, target_commit_idx 183, quick_commit_index_ 183, state_->get_commit_idx() 183
2021.01.29 23:12:39.481025 [ 15 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:39.481069 [ 15 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:39.481119 [ 15 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:39.481162 [ 15 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=184
2021.01.29 23:12:39.581524 [ 45 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=183, LastLogTerm=2, EntriesLength=0, CommitIndex=183 and Term=2
2021.01.29 23:12:39.581640 [ 45 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 183 (0), req c idx: 183, my term: 2, my role: 1
2021.01.29 23:12:39.581703 [ 45 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:39.581757 [ 45 ] {} <Information> RaftInstance: [LOG OK] req log idx: 183, req log term: 2, my last log idx: 183, my log (183) term: 2
2021.01.29 23:12:39.581821 [ 45 ] {} <Information> RaftInstance: local log idx 183, target_commit_idx 183, quick_commit_index_ 183, state_->get_commit_idx() 183
2021.01.29 23:12:39.581863 [ 45 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:39.581917 [ 45 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:39.581977 [ 45 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:39.582023 [ 45 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=184
2021.01.29 23:12:39.617975 [ 25 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.29 23:12:39.618084 [ 25 ] {} <Warning> RaftInstance: session 4 got connection from 192.168.112.2:42584 (as a server)
2021.01.29 23:12:39.618241 [ 57 ] {} <Notice> RaftInstance: Receive a pre_vote_request message from 1 with LastLogIndex=147, LastLogTerm=1, EntriesLength=0, CommitIndex=147 and Term=1
2021.01.29 23:12:39.618360 [ 57 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role follower, from peer 1, log term: req 1 / mine 2
2021.01.29 23:12:39.618440 [ 57 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.29 23:12:39.618500 [ 57 ] {} <Notice> RaftInstance: Response back a pre_vote_response message to 1 with Accepted=0, Term=1, NextIndex=0
2021.01.29 23:12:39.618992 [ 25 ] {} <Information> RaftInstance: asio rpc session created: 0x7f41fe457018
2021.01.29 23:12:39.619464 [ 23 ] {} <Critical> RaftInstance: session 4 failed to read rpc header from socket 192.168.112.2:42584 due to error 2
2021.01.29 23:12:39.619545 [ 23 ] {} <Information> RaftInstance: asio rpc session destroyed: 0x7f41fce21018
2021.01.29 23:12:39.682243 [ 35 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=183, LastLogTerm=2, EntriesLength=0, CommitIndex=183 and Term=2
2021.01.29 23:12:39.682358 [ 35 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 183 (0), req c idx: 183, my term: 2, my role: 1
2021.01.29 23:12:39.682410 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:39.682467 [ 35 ] {} <Information> RaftInstance: [LOG OK] req log idx: 183, req log term: 2, my last log idx: 183, my log (183) term: 2
2021.01.29 23:12:39.682516 [ 35 ] {} <Information> RaftInstance: local log idx 183, target_commit_idx 183, quick_commit_index_ 183, state_->get_commit_idx() 183
2021.01.29 23:12:39.682557 [ 35 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:39.682608 [ 35 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:39.682675 [ 35 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:39.682735 [ 35 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=184
2021.01.29 23:12:39.713994 [ 41 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.29 23:12:39.714180 [ 41 ] {} <Warning> RaftInstance: session 5 got connection from 192.168.112.2:42470 (as a server)
2021.01.29 23:12:39.714345 [ 49 ] {} <Notice> RaftInstance: Receive a pre_vote_request message from 1 with LastLogIndex=147, LastLogTerm=1, EntriesLength=0, CommitIndex=147 and Term=1
2021.01.29 23:12:39.714465 [ 49 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role follower, from peer 1, log term: req 1 / mine 2
2021.01.29 23:12:39.714546 [ 49 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.29 23:12:39.714605 [ 49 ] {} <Notice> RaftInstance: Response back a pre_vote_response message to 1 with Accepted=0, Term=1, NextIndex=0
2021.01.29 23:12:39.715079 [ 41 ] {} <Information> RaftInstance: asio rpc session created: 0x7f41ede26018
2021.01.29 23:12:39.715610 [ 39 ] {} <Critical> RaftInstance: session 5 failed to read rpc header from socket 192.168.112.2:42470 due to error 2
2021.01.29 23:12:39.715698 [ 39 ] {} <Information> RaftInstance: asio rpc session destroyed: 0x7f41fe457018
2021.01.29 23:12:39.785838 [ 59 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=183, LastLogTerm=2, EntriesLength=0, CommitIndex=183 and Term=2
2021.01.29 23:12:39.785975 [ 59 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 183 (0), req c idx: 183, my term: 2, my role: 1
2021.01.29 23:12:39.786026 [ 59 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:39.786081 [ 59 ] {} <Information> RaftInstance: [LOG OK] req log idx: 183, req log term: 2, my last log idx: 183, my log (183) term: 2
2021.01.29 23:12:39.786141 [ 59 ] {} <Information> RaftInstance: local log idx 183, target_commit_idx 183, quick_commit_index_ 183, state_->get_commit_idx() 183
2021.01.29 23:12:39.786181 [ 59 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:39.786230 [ 59 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:39.786284 [ 59 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:39.786330 [ 59 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=184
2021.01.29 23:12:39.841944 [ 66 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.29 23:12:39.842054 [ 66 ] {} <Warning> RaftInstance: session 6 got connection from 192.168.112.2:42548 (as a server)
2021.01.29 23:12:39.842273 [ 51 ] {} <Notice> RaftInstance: Receive a pre_vote_request message from 1 with LastLogIndex=147, LastLogTerm=1, EntriesLength=0, CommitIndex=147 and Term=1
2021.01.29 23:12:39.842388 [ 51 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role follower, from peer 1, log term: req 1 / mine 2
2021.01.29 23:12:39.842459 [ 51 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.29 23:12:39.842512 [ 51 ] {} <Notice> RaftInstance: Response back a pre_vote_response message to 1 with Accepted=0, Term=1, NextIndex=0
2021.01.29 23:12:39.842956 [ 66 ] {} <Information> RaftInstance: asio rpc session created: 0x7f41e5e26018
2021.01.29 23:12:39.843037 [ 66 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.29 23:12:39.843104 [ 66 ] {} <Warning> RaftInstance: session 7 got connection from 192.168.112.2:42592 (as a server)
2021.01.29 23:12:39.843298 [ 48 ] {} <Notice> RaftInstance: Receive a pre_vote_request message from 1 with LastLogIndex=147, LastLogTerm=1, EntriesLength=0, CommitIndex=147 and Term=1
2021.01.29 23:12:39.843406 [ 48 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role follower, from peer 1, log term: req 1 / mine 2
2021.01.29 23:12:39.843481 [ 48 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.29 23:12:39.843499 [ 56 ] {} <Critical> RaftInstance: session 6 failed to read rpc header from socket 192.168.112.2:42548 due to error 2
2021.01.29 23:12:39.843541 [ 48 ] {} <Notice> RaftInstance: Response back a pre_vote_response message to 1 with Accepted=0, Term=1, NextIndex=0
2021.01.29 23:12:39.843591 [ 56 ] {} <Information> RaftInstance: asio rpc session destroyed: 0x7f41ede26018
2021.01.29 23:12:39.843886 [ 66 ] {} <Information> RaftInstance: asio rpc session created: 0x7f41e5e26a18
2021.01.29 23:12:39.844509 [ 60 ] {} <Critical> RaftInstance: session 7 failed to read rpc header from socket 192.168.112.2:42592 due to error 2
2021.01.29 23:12:39.844595 [ 60 ] {} <Information> RaftInstance: asio rpc session destroyed: 0x7f41e5e26018
2021.01.29 23:12:39.883776 [ 38 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=183, LastLogTerm=2, EntriesLength=0, CommitIndex=183 and Term=2
2021.01.29 23:12:39.883869 [ 38 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 183 (0), req c idx: 183, my term: 2, my role: 1
2021.01.29 23:12:39.883913 [ 38 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:39.883960 [ 38 ] {} <Information> RaftInstance: [LOG OK] req log idx: 183, req log term: 2, my last log idx: 183, my log (183) term: 2
2021.01.29 23:12:39.884001 [ 38 ] {} <Information> RaftInstance: local log idx 183, target_commit_idx 183, quick_commit_index_ 183, state_->get_commit_idx() 183
2021.01.29 23:12:39.884036 [ 38 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:39.884078 [ 38 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:39.884126 [ 38 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:39.884175 [ 38 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=184
2021.01.29 23:12:39.984428 [ 20 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=183, LastLogTerm=2, EntriesLength=0, CommitIndex=183 and Term=2
2021.01.29 23:12:39.984537 [ 20 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 183 (0), req c idx: 183, my term: 2, my role: 1
2021.01.29 23:12:39.984588 [ 20 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:39.984637 [ 20 ] {} <Information> RaftInstance: [LOG OK] req log idx: 183, req log term: 2, my last log idx: 183, my log (183) term: 2
2021.01.29 23:12:39.984680 [ 20 ] {} <Information> RaftInstance: local log idx 183, target_commit_idx 183, quick_commit_index_ 183, state_->get_commit_idx() 183
2021.01.29 23:12:39.984716 [ 20 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:39.984759 [ 20 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:39.984808 [ 20 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:39.984847 [ 20 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=184
2021.01.29 23:12:40.085170 [ 55 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=183, LastLogTerm=2, EntriesLength=0, CommitIndex=183 and Term=2
2021.01.29 23:12:40.085279 [ 55 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 183 (0), req c idx: 183, my term: 2, my role: 1
2021.01.29 23:12:40.085323 [ 55 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:40.085382 [ 55 ] {} <Information> RaftInstance: [LOG OK] req log idx: 183, req log term: 2, my last log idx: 183, my log (183) term: 2
2021.01.29 23:12:40.085423 [ 55 ] {} <Information> RaftInstance: local log idx 183, target_commit_idx 183, quick_commit_index_ 183, state_->get_commit_idx() 183
2021.01.29 23:12:40.085460 [ 55 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:40.085503 [ 55 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:40.085552 [ 55 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:40.085590 [ 55 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=184
2021.01.29 23:12:40.186073 [ 46 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=183, LastLogTerm=2, EntriesLength=0, CommitIndex=183 and Term=2
2021.01.29 23:12:40.186186 [ 46 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 183 (0), req c idx: 183, my term: 2, my role: 1
2021.01.29 23:12:40.186240 [ 46 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:40.186300 [ 46 ] {} <Information> RaftInstance: [LOG OK] req log idx: 183, req log term: 2, my last log idx: 183, my log (183) term: 2
2021.01.29 23:12:40.186356 [ 46 ] {} <Information> RaftInstance: local log idx 183, target_commit_idx 183, quick_commit_index_ 183, state_->get_commit_idx() 183
2021.01.29 23:12:40.186394 [ 46 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:40.186441 [ 46 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:40.186494 [ 46 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:40.186558 [ 46 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=184
2021.01.29 23:12:40.193999 [ 58 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.29 23:12:40.194109 [ 58 ] {} <Warning> RaftInstance: session 8 got connection from 192.168.112.2:42552 (as a server)
2021.01.29 23:12:40.194268 [ 11 ] {} <Notice> RaftInstance: Receive a pre_vote_request message from 1 with LastLogIndex=147, LastLogTerm=1, EntriesLength=0, CommitIndex=147 and Term=1
2021.01.29 23:12:40.194402 [ 11 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role follower, from peer 1, log term: req 1 / mine 2
2021.01.29 23:12:40.194480 [ 11 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.29 23:12:40.194538 [ 11 ] {} <Notice> RaftInstance: Response back a pre_vote_response message to 1 with Accepted=0, Term=1, NextIndex=0
2021.01.29 23:12:40.195023 [ 58 ] {} <Information> RaftInstance: asio rpc session created: 0x7f41e4a26018
2021.01.29 23:12:40.195105 [ 58 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.29 23:12:40.195170 [ 58 ] {} <Warning> RaftInstance: session 9 got connection from 192.168.112.2:42596 (as a server)
2021.01.29 23:12:40.195298 [ 26 ] {} <Notice> RaftInstance: Receive a pre_vote_request message from 1 with LastLogIndex=147, LastLogTerm=1, EntriesLength=0, CommitIndex=147 and Term=1
2021.01.29 23:12:40.195393 [ 26 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role follower, from peer 1, log term: req 1 / mine 2
2021.01.29 23:12:40.195468 [ 26 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.29 23:12:40.195518 [ 34 ] {} <Critical> RaftInstance: session 8 failed to read rpc header from socket 192.168.112.2:42552 due to error 2
2021.01.29 23:12:40.195528 [ 26 ] {} <Notice> RaftInstance: Response back a pre_vote_response message to 1 with Accepted=0, Term=1, NextIndex=0
2021.01.29 23:12:40.195631 [ 34 ] {} <Information> RaftInstance: asio rpc session destroyed: 0x7f41e5e26a18
2021.01.29 23:12:40.195984 [ 58 ] {} <Information> RaftInstance: asio rpc session created: 0x7f41e4a26a18
2021.01.29 23:12:40.196500 [ 19 ] {} <Critical> RaftInstance: session 9 failed to read rpc header from socket 192.168.112.2:42596 due to error 2
2021.01.29 23:12:40.196589 [ 19 ] {} <Information> RaftInstance: asio rpc session destroyed: 0x7f41e4a26018
2021.01.29 23:12:40.226000 [ 62 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.29 23:12:40.226115 [ 62 ] {} <Warning> RaftInstance: session 10 got connection from 192.168.112.2:42474 (as a server)
2021.01.29 23:12:40.226315 [ 15 ] {} <Notice> RaftInstance: Receive a pre_vote_request message from 1 with LastLogIndex=147, LastLogTerm=1, EntriesLength=0, CommitIndex=147 and Term=1
2021.01.29 23:12:40.226436 [ 15 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role follower, from peer 1, log term: req 1 / mine 2
2021.01.29 23:12:40.226521 [ 15 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.29 23:12:40.226583 [ 15 ] {} <Notice> RaftInstance: Response back a pre_vote_response message to 1 with Accepted=0, Term=1, NextIndex=0
2021.01.29 23:12:40.227106 [ 62 ] {} <Information> RaftInstance: asio rpc session created: 0x7f41fe03e018
2021.01.29 23:12:40.227710 [ 32 ] {} <Critical> RaftInstance: session 10 failed to read rpc header from socket 192.168.112.2:42474 due to error 2
2021.01.29 23:12:40.227799 [ 32 ] {} <Information> RaftInstance: asio rpc session destroyed: 0x7f41e4a26a18
2021.01.29 23:12:40.286733 [ 50 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=183, LastLogTerm=2, EntriesLength=0, CommitIndex=183 and Term=2
2021.01.29 23:12:40.286837 [ 50 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 183 (0), req c idx: 183, my term: 2, my role: 1
2021.01.29 23:12:40.286885 [ 50 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:40.286936 [ 50 ] {} <Information> RaftInstance: [LOG OK] req log idx: 183, req log term: 2, my last log idx: 183, my log (183) term: 2
2021.01.29 23:12:40.286982 [ 50 ] {} <Information> RaftInstance: local log idx 183, target_commit_idx 183, quick_commit_index_ 183, state_->get_commit_idx() 183
2021.01.29 23:12:40.287020 [ 50 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:40.287068 [ 50 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:40.287136 [ 50 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:40.287179 [ 50 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=184
2021.01.29 23:12:40.387529 [ 29 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=183, LastLogTerm=2, EntriesLength=0, CommitIndex=183 and Term=2
2021.01.29 23:12:40.387629 [ 29 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 183 (0), req c idx: 183, my term: 2, my role: 1
2021.01.29 23:12:40.387673 [ 29 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:40.387719 [ 29 ] {} <Information> RaftInstance: [LOG OK] req log idx: 183, req log term: 2, my last log idx: 183, my log (183) term: 2
2021.01.29 23:12:40.387760 [ 29 ] {} <Information> RaftInstance: local log idx 183, target_commit_idx 183, quick_commit_index_ 183, state_->get_commit_idx() 183
2021.01.29 23:12:40.387794 [ 29 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:40.387838 [ 29 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:40.387905 [ 29 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:40.387948 [ 29 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=184
2021.01.29 23:12:40.429005 [ 57 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=183, LastLogTerm=2, EntriesLength=1, CommitIndex=183 and Term=2
2021.01.29 23:12:40.429104 [ 57 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 183 (1), req c idx: 183, my term: 2, my role: 1
2021.01.29 23:12:40.429148 [ 57 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:40.429193 [ 57 ] {} <Information> RaftInstance: [LOG OK] req log idx: 183, req log term: 2, my last log idx: 183, my log (183) term: 2
2021.01.29 23:12:40.429234 [ 57 ] {} <Notice> RaftInstance: [INIT] log_idx: 184, count: 0, log_store_->next_slot(): 184, req.log_entries().size(): 1
2021.01.29 23:12:40.429289 [ 57 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 184, count: 0
2021.01.29 23:12:40.429339 [ 57 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 184, count: 0
2021.01.29 23:12:40.429391 [ 57 ] {} <Information> RaftInstance: append at 184
2021.01.29 23:12:40.429454 [ 57 ] {} <Information> RaftInstance: local log idx 184, target_commit_idx 183, quick_commit_index_ 183, state_->get_commit_idx() 183
2021.01.29 23:12:40.429494 [ 57 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:40.429543 [ 57 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:40.429596 [ 57 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:40.429638 [ 57 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=185
2021.01.29 23:12:40.430678 [ 35 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=184, LastLogTerm=2, EntriesLength=0, CommitIndex=184 and Term=2
2021.01.29 23:12:40.430777 [ 35 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 184 (0), req c idx: 184, my term: 2, my role: 1
2021.01.29 23:12:40.430830 [ 35 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:40.430883 [ 35 ] {} <Information> RaftInstance: [LOG OK] req log idx: 184, req log term: 2, my last log idx: 184, my log (184) term: 2
2021.01.29 23:12:40.430933 [ 35 ] {} <Notice> RaftInstance: trigger commit upto 184
2021.01.29 23:12:40.431006 [ 35 ] {} <Information> RaftInstance: local log idx 184, target_commit_idx 184, quick_commit_index_ 184, state_->get_commit_idx() 183
2021.01.29 23:12:40.431091 [ 35 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:40.431147 [ 35 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:40.431211 [ 35 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:40.431244 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:40.431262 [ 35 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:40.431320 [ 67 ] {} <Notice> RaftInstance: commit upto 184, curruent idx 183
2021.01.29 23:12:40.431342 [ 35 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=185
2021.01.29 23:12:40.431400 [ 67 ] {} <Information> RaftInstance: commit upto 184, curruent idx 184
2021.01.29 23:12:40.431543 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 184, curruent idx 184
2021.01.29 23:12:40.431591 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:40.438120 [ 17 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=184, LastLogTerm=2, EntriesLength=1, CommitIndex=184 and Term=2
2021.01.29 23:12:40.438215 [ 17 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 184 (1), req c idx: 184, my term: 2, my role: 1
2021.01.29 23:12:40.438262 [ 17 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:40.438311 [ 17 ] {} <Information> RaftInstance: [LOG OK] req log idx: 184, req log term: 2, my last log idx: 184, my log (184) term: 2
2021.01.29 23:12:40.438355 [ 17 ] {} <Notice> RaftInstance: [INIT] log_idx: 185, count: 0, log_store_->next_slot(): 185, req.log_entries().size(): 1
2021.01.29 23:12:40.438418 [ 17 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 185, count: 0
2021.01.29 23:12:40.438475 [ 17 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 185, count: 0
2021.01.29 23:12:40.438525 [ 17 ] {} <Information> RaftInstance: append at 185
2021.01.29 23:12:40.438573 [ 17 ] {} <Information> RaftInstance: local log idx 185, target_commit_idx 184, quick_commit_index_ 184, state_->get_commit_idx() 184
2021.01.29 23:12:40.438611 [ 17 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:40.438654 [ 17 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:40.438713 [ 17 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:40.438750 [ 17 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=186
2021.01.29 23:12:40.439633 [ 51 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=185, LastLogTerm=2, EntriesLength=0, CommitIndex=185 and Term=2
2021.01.29 23:12:40.439712 [ 51 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 185 (0), req c idx: 185, my term: 2, my role: 1
2021.01.29 23:12:40.439753 [ 51 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:40.439797 [ 51 ] {} <Information> RaftInstance: [LOG OK] req log idx: 185, req log term: 2, my last log idx: 185, my log (185) term: 2
2021.01.29 23:12:40.439836 [ 51 ] {} <Notice> RaftInstance: trigger commit upto 185
2021.01.29 23:12:40.439887 [ 51 ] {} <Information> RaftInstance: local log idx 185, target_commit_idx 185, quick_commit_index_ 185, state_->get_commit_idx() 184
2021.01.29 23:12:40.439925 [ 51 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:40.439961 [ 51 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:40.440002 [ 51 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:40.440061 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:40.440126 [ 67 ] {} <Notice> RaftInstance: commit upto 185, curruent idx 184
2021.01.29 23:12:40.440199 [ 67 ] {} <Information> RaftInstance: commit upto 185, curruent idx 185
2021.01.29 23:12:40.440352 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 185, curruent idx 185
2021.01.29 23:12:40.440412 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:40.440070 [ 51 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:40.440584 [ 51 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=186
2021.01.29 23:12:40.442212 [ 66 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=185, LastLogTerm=2, EntriesLength=1, CommitIndex=185 and Term=2
2021.01.29 23:12:40.442313 [ 66 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 185 (1), req c idx: 185, my term: 2, my role: 1
2021.01.29 23:12:40.442358 [ 66 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:40.442407 [ 66 ] {} <Information> RaftInstance: [LOG OK] req log idx: 185, req log term: 2, my last log idx: 185, my log (185) term: 2
2021.01.29 23:12:40.442450 [ 66 ] {} <Notice> RaftInstance: [INIT] log_idx: 186, count: 0, log_store_->next_slot(): 186, req.log_entries().size(): 1
2021.01.29 23:12:40.442512 [ 66 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 186, count: 0
2021.01.29 23:12:40.442570 [ 66 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 186, count: 0
2021.01.29 23:12:40.442619 [ 66 ] {} <Information> RaftInstance: append at 186
2021.01.29 23:12:40.442666 [ 66 ] {} <Information> RaftInstance: local log idx 186, target_commit_idx 185, quick_commit_index_ 185, state_->get_commit_idx() 185
2021.01.29 23:12:40.442703 [ 66 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:40.442758 [ 66 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:40.442801 [ 66 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:40.442839 [ 66 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=187
2021.01.29 23:12:40.443736 [ 22 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=186, LastLogTerm=2, EntriesLength=0, CommitIndex=186 and Term=2
2021.01.29 23:12:40.443807 [ 22 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 186 (0), req c idx: 186, my term: 2, my role: 1
2021.01.29 23:12:40.443847 [ 22 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:40.443888 [ 22 ] {} <Information> RaftInstance: [LOG OK] req log idx: 186, req log term: 2, my last log idx: 186, my log (186) term: 2
2021.01.29 23:12:40.443927 [ 22 ] {} <Notice> RaftInstance: trigger commit upto 186
2021.01.29 23:12:40.443977 [ 22 ] {} <Information> RaftInstance: local log idx 186, target_commit_idx 186, quick_commit_index_ 186, state_->get_commit_idx() 185
2021.01.29 23:12:40.444014 [ 22 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:40.444050 [ 22 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:40.444094 [ 22 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:40.444137 [ 22 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:40.444174 [ 22 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=187
2021.01.29 23:12:40.444226 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:40.444423 [ 67 ] {} <Notice> RaftInstance: commit upto 186, curruent idx 185
2021.01.29 23:12:40.444549 [ 67 ] {} <Information> RaftInstance: commit upto 186, curruent idx 186
2021.01.29 23:12:40.444843 [ 67 ] {} <Notice> RaftInstance: DONE: commit upto 186, curruent idx 186
2021.01.29 23:12:40.444902 [ 67 ] {} <Information> RaftInstance: commit_cv_ sleep
2021.01.29 23:12:40.448946 [ 16 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=186, LastLogTerm=2, EntriesLength=1, CommitIndex=186 and Term=2
2021.01.29 23:12:40.449030 [ 16 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 186 (1), req c idx: 186, my term: 2, my role: 1
2021.01.29 23:12:40.449081 [ 16 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:40.449124 [ 16 ] {} <Information> RaftInstance: [LOG OK] req log idx: 186, req log term: 2, my last log idx: 186, my log (186) term: 2
2021.01.29 23:12:40.449163 [ 16 ] {} <Notice> RaftInstance: [INIT] log_idx: 187, count: 0, log_store_->next_slot(): 187, req.log_entries().size(): 1
2021.01.29 23:12:40.449223 [ 16 ] {} <Notice> RaftInstance: [after SKIP] log_idx: 187, count: 0
2021.01.29 23:12:40.449273 [ 16 ] {} <Notice> RaftInstance: [after OVWR] log_idx: 187, count: 0
2021.01.29 23:12:40.449316 [ 16 ] {} <Information> RaftInstance: append at 187
2021.01.29 23:12:40.449363 [ 16 ] {} <Information> RaftInstance: local log idx 187, target_commit_idx 186, quick_commit_index_ 186, state_->get_commit_idx() 186
2021.01.29 23:12:40.449444 [ 16 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:40.449499 [ 16 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:40.449548 [ 16 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:40.449596 [ 16 ] {} <Notice> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=2, NextIndex=188
2021.01.29 23:12:40.450590 [ 63 ] {} <Notice> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=187, LastLogTerm=2, EntriesLength=0, CommitIndex=187 and Term=2
2021.01.29 23:12:40.450676 [ 63 ] {} <Information> RaftInstance: from peer 2, req type: 3, req term: 2, req l idx: 187 (0), req c idx: 187, my term: 2, my role: 1
2021.01.29 23:12:40.450722 [ 63 ] {} <Information> RaftInstance: (update) new target priority: 2
2021.01.29 23:12:40.450770 [ 63 ] {} <Information> RaftInstance: [LOG OK] req log idx: 187, req log term: 2, my last log idx: 187, my log (187) term: 2
2021.01.29 23:12:40.450813 [ 63 ] {} <Notice> RaftInstance: trigger commit upto 187
2021.01.29 23:12:40.450880 [ 63 ] {} <Information> RaftInstance: local log idx 187, target_commit_idx 187, quick_commit_index_ 187, state_->get_commit_idx() 186
2021.01.29 23:12:40.450925 [ 63 ] {} <Information> RaftInstance: commit_cv_ notify (local thread)
2021.01.29 23:12:40.450961 [ 63 ] {} <Information> RaftInstance: cancel existing timer
2021.01.29 23:12:40.451002 [ 63 ] {} <Information> RaftInstance: re-schedule election timer
2021.01.29 23:12:40.451045 [ 63 ] {} <Information> RaftInstance: batch size hint: 0 bytes
2021.01.29 23:12:40.451044 [ 67 ] {} <Information> RaftInstance: commit_cv_ wake up
2021.01.29 23:12:40.451083 [ 63 ] {} <Notice> RaftInstance: Resp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment