Skip to content

Instantly share code, notes, and snippets.

@alesapin
Created March 24, 2021 08:45
Show Gist options
  • Save alesapin/5bcd85abd390f723cc30e0a63f0abd44 to your computer and use it in GitHub Desktop.
Save alesapin/5bcd85abd390f723cc30e0a63f0abd44 to your computer and use it in GitHub Desktop.
2021.03.24 11:22:39.166508 [ 379 ] {} <Information> RaftInstance: Raft ASIO listener initiated, UNSECURED
2021.03.24 11:22:39.166548 [ 379 ] {} <Information> RaftInstance: parameters: timeout 1000 - 2000, heartbeat 500, leadership expiry 10000, max batch 100, backoff 50, snapshot distance 100, log sync stop gap 99999, reserved logs 10, 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.03.24 11:22:39.166558 [ 379 ] {} <Information> RaftInstance: new timeout range: 1000 -- 2000
2021.03.24 11:22:39.166575 [ 379 ] {} <Information> RaftInstance: === INIT RAFT SERVER ===
2021.03.24 11:22:39.166609 [ 379 ] {} <Trace> RaftInstance: asio client created: 0x7faf97772618
2021.03.24 11:22:39.166691 [ 379 ] {} <Trace> RaftInstance: asio client created: 0x7faf94751018
2021.03.24 11:22:39.166710 [ 379 ] {} <Information> RaftInstance: peer 1: DC ID 0, ch-iva.iva.yp-c.yandex.net:9444, voting member, 1
2021.03.24 11:22:39.166719 [ 379 ] {} <Information> RaftInstance: global manager does not exist. will use local thread for commit and append
2021.03.24 11:22:39.166853 [ 379 ] {} <Information> RaftInstance: wait for HB, for 50 + [1000, 2000] ms
2021.03.24 11:22:39.166933 [ 392 ] {} <Information> RaftInstance: bg append_entries thread initiated
2021.03.24 11:22:39.167085 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:39.217013 [ 379 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:39.217091 [ 379 ] {} <Debug> RaftInstance: server 3 started
2021.03.24 11:22:39.217208 [ 379 ] {} <Trace> RaftInstance: asio rpc session created: 0x7faf94751a18
2021.03.24 11:22:40.007425 [ 388 ] {} <Information> RaftInstance: receive a incoming rpc connection
2021.03.24 11:22:40.007534 [ 388 ] {} <Information> RaftInstance: session 1 got connection from 2a02:6b8:c08:b31c:0:696:4e8f:0:38344 (as a server)
2021.03.24 11:22:40.007651 [ 388 ] {} <Trace> RaftInstance: asio rpc session created: 0x7faf0d023018
2021.03.24 11:22:40.007701 [ 388 ] {} <Debug> RaftInstance: Receive a pre_vote_request message from 2 with LastLogIndex=0, LastLogTerm=0, EntriesLength=0, CommitIndex=0 and Term=0
2021.03.24 11:22:40.007743 [ 388 ] {} <Information> RaftInstance: [PRE-VOTE REQ] my role follower, from peer 2, log term: req 0 / mine 0
2021.03.24 11:22:40.007754 [ 388 ] {} <Information> RaftInstance: pre-vote decision: O (grant)
2021.03.24 11:22:40.007763 [ 388 ] {} <Debug> RaftInstance: Response back a pre_vote_response message to 2 with Accepted=1, Term=0, NextIndex=1
2021.03.24 11:22:40.028360 [ 388 ] {} <Debug> RaftInstance: Receive a request_vote_request message from 2 with LastLogIndex=0, LastLogTerm=0, EntriesLength=0, CommitIndex=0 and Term=1
2021.03.24 11:22:40.028423 [ 388 ] {} <Trace> RaftInstance: FOLLOWER
2021.03.24 11:22:40.028434 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:40.028446 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:40.028467 [ 388 ] {} <Information> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 1
2021.03.24 11:22:40.028478 [ 388 ] {} <Information> RaftInstance: [VOTE REQ] my role follower, from peer 2, log term: req 0 / mine 0
2021.03.24 11:22:40.028520 [ 388 ] {} <Information> RaftInstance: decision: O (grant), voted_for 2, term 1
2021.03.24 11:22:40.028540 [ 388 ] {} <Debug> RaftInstance: Response back a request_vote_response message to 2 with Accepted=1, Term=1, NextIndex=1
2021.03.24 11:22:40.079603 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=0, LastLogTerm=0, EntriesLength=1, CommitIndex=0 and Term=1
2021.03.24 11:22:40.079695 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 0 (1), req c idx: 0, my term: 1, my role: 1
2021.03.24 11:22:40.079710 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:40.079721 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 0, req log term: 0, my last log idx: 0, my log (0) term: 0
2021.03.24 11:22:40.079730 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 1, count: 0, log_store_->next_slot(): 1, req.log_entries().size(): 1
2021.03.24 11:22:40.079737 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 1, count: 0
2021.03.24 11:22:40.079744 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 1, count: 0
2021.03.24 11:22:40.079750 [ 388 ] {} <Trace> RaftInstance: append at 1
2021.03.24 11:22:40.143839 [ 388 ] {} <Information> RaftInstance: receive a config change from leader at 1
2021.03.24 11:22:40.143904 [ 388 ] {} <Trace> RaftInstance: local log idx 1, target_commit_idx 0, quick_commit_index_ 0, state_->get_commit_idx() 0
2021.03.24 11:22:40.143928 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:40.143944 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:40.143961 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:40.143971 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=2
2021.03.24 11:22:40.164729 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=1, LastLogTerm=1, EntriesLength=0, CommitIndex=1 and Term=1
2021.03.24 11:22:40.179507 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 1 (0), req c idx: 1, my term: 1, my role: 1
2021.03.24 11:22:40.179574 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:40.179587 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 1, req log term: 1, my last log idx: 1, my log (1) term: 1
2021.03.24 11:22:40.179597 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 1
2021.03.24 11:22:40.179604 [ 387 ] {} <Trace> RaftInstance: local log idx 1, target_commit_idx 1, quick_commit_index_ 1, state_->get_commit_idx() 0
2021.03.24 11:22:40.179623 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:40.179644 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:40.179658 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:40.179675 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:40.179684 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=2
2021.03.24 11:22:40.179692 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:40.179771 [ 391 ] {} <Debug> RaftInstance: commit upto 1, current idx 0
2021.03.24 11:22:40.179786 [ 391 ] {} <Trace> RaftInstance: commit upto 1, current idx 1
2021.03.24 11:22:40.179811 [ 391 ] {} <Information> RaftInstance: config at index 1 is committed, prev config log idx 0
2021.03.24 11:22:40.179837 [ 391 ] {} <Information> RaftInstance: new config log idx 1, prev log idx 0, cur config log idx 0, prev log idx 0
2021.03.24 11:22:40.179856 [ 391 ] {} <Debug> RaftInstance: system is reconfigured to have 3 servers, last config index: 0, this config index: 1
2021.03.24 11:22:40.179878 [ 391 ] {} <Information> RaftInstance: new configuration: log idx 1, prev log idx 0
2021.03.24 11:22:40.179948 [ 391 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:40.179960 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 1, current idx 1
2021.03.24 11:22:40.179966 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:40.549558 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=1, LastLogTerm=1, EntriesLength=0, CommitIndex=1 and Term=1
2021.03.24 11:22:40.549618 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 1 (0), req c idx: 1, my term: 1, my role: 1
2021.03.24 11:22:40.549629 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:40.549640 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 1, req log term: 1, my last log idx: 1, my log (1) term: 1
2021.03.24 11:22:40.549650 [ 388 ] {} <Trace> RaftInstance: local log idx 1, target_commit_idx 1, quick_commit_index_ 1, state_->get_commit_idx() 1
2021.03.24 11:22:40.549658 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:40.549671 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:40.549692 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:40.549703 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=2
2021.03.24 11:22:41.049962 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=1, LastLogTerm=1, EntriesLength=0, CommitIndex=1 and Term=1
2021.03.24 11:22:41.050018 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 1 (0), req c idx: 1, my term: 1, my role: 1
2021.03.24 11:22:41.050029 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:41.050040 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 1, req log term: 1, my last log idx: 1, my log (1) term: 1
2021.03.24 11:22:41.050057 [ 388 ] {} <Trace> RaftInstance: local log idx 1, target_commit_idx 1, quick_commit_index_ 1, state_->get_commit_idx() 1
2021.03.24 11:22:41.050065 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:41.050078 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:41.050092 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:41.050101 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=2
2021.03.24 11:22:41.550317 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=1, LastLogTerm=1, EntriesLength=0, CommitIndex=1 and Term=1
2021.03.24 11:22:41.550374 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 1 (0), req c idx: 1, my term: 1, my role: 1
2021.03.24 11:22:41.550386 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:41.550396 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 1, req log term: 1, my last log idx: 1, my log (1) term: 1
2021.03.24 11:22:41.550405 [ 388 ] {} <Trace> RaftInstance: local log idx 1, target_commit_idx 1, quick_commit_index_ 1, state_->get_commit_idx() 1
2021.03.24 11:22:41.550413 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:41.550425 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:41.550440 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:41.550448 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=2
2021.03.24 11:22:42.050730 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=1, LastLogTerm=1, EntriesLength=0, CommitIndex=1 and Term=1
2021.03.24 11:22:42.050801 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 1 (0), req c idx: 1, my term: 1, my role: 1
2021.03.24 11:22:42.050811 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:42.050821 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 1, req log term: 1, my last log idx: 1, my log (1) term: 1
2021.03.24 11:22:42.050831 [ 388 ] {} <Trace> RaftInstance: local log idx 1, target_commit_idx 1, quick_commit_index_ 1, state_->get_commit_idx() 1
2021.03.24 11:22:42.050839 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:42.050850 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:42.050865 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:42.050873 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=2
2021.03.24 11:22:42.551172 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=1, LastLogTerm=1, EntriesLength=0, CommitIndex=1 and Term=1
2021.03.24 11:22:42.551309 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 1 (0), req c idx: 1, my term: 1, my role: 1
2021.03.24 11:22:42.551322 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:42.551333 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 1, req log term: 1, my last log idx: 1, my log (1) term: 1
2021.03.24 11:22:42.551351 [ 388 ] {} <Trace> RaftInstance: local log idx 1, target_commit_idx 1, quick_commit_index_ 1, state_->get_commit_idx() 1
2021.03.24 11:22:42.551360 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:42.551374 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:42.551391 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:42.551399 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=2
2021.03.24 11:22:43.051392 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=1, LastLogTerm=1, EntriesLength=0, CommitIndex=1 and Term=1
2021.03.24 11:22:43.051448 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 1 (0), req c idx: 1, my term: 1, my role: 1
2021.03.24 11:22:43.051459 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:43.051469 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 1, req log term: 1, my last log idx: 1, my log (1) term: 1
2021.03.24 11:22:43.051479 [ 388 ] {} <Trace> RaftInstance: local log idx 1, target_commit_idx 1, quick_commit_index_ 1, state_->get_commit_idx() 1
2021.03.24 11:22:43.051487 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:43.051499 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:43.051513 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:43.051522 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=2
2021.03.24 11:22:43.551956 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=1, LastLogTerm=1, EntriesLength=0, CommitIndex=1 and Term=1
2021.03.24 11:22:43.552046 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 1 (0), req c idx: 1, my term: 1, my role: 1
2021.03.24 11:22:43.552058 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:43.552069 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 1, req log term: 1, my last log idx: 1, my log (1) term: 1
2021.03.24 11:22:43.552078 [ 388 ] {} <Trace> RaftInstance: local log idx 1, target_commit_idx 1, quick_commit_index_ 1, state_->get_commit_idx() 1
2021.03.24 11:22:43.552118 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:43.552131 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:43.552146 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:43.552155 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=2
2021.03.24 11:22:44.052231 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=1, LastLogTerm=1, EntriesLength=0, CommitIndex=1 and Term=1
2021.03.24 11:22:44.052286 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 1 (0), req c idx: 1, my term: 1, my role: 1
2021.03.24 11:22:44.052297 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:44.052307 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 1, req log term: 1, my last log idx: 1, my log (1) term: 1
2021.03.24 11:22:44.052316 [ 388 ] {} <Trace> RaftInstance: local log idx 1, target_commit_idx 1, quick_commit_index_ 1, state_->get_commit_idx() 1
2021.03.24 11:22:44.052325 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:44.052336 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:44.052360 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:44.052368 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=2
2021.03.24 11:22:44.552644 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=1, LastLogTerm=1, EntriesLength=0, CommitIndex=1 and Term=1
2021.03.24 11:22:44.552704 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 1 (0), req c idx: 1, my term: 1, my role: 1
2021.03.24 11:22:44.552715 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:44.552725 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 1, req log term: 1, my last log idx: 1, my log (1) term: 1
2021.03.24 11:22:44.552734 [ 388 ] {} <Trace> RaftInstance: local log idx 1, target_commit_idx 1, quick_commit_index_ 1, state_->get_commit_idx() 1
2021.03.24 11:22:44.552743 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:44.552755 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:44.552770 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:44.552778 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=2
2021.03.24 11:22:45.052831 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=1, LastLogTerm=1, EntriesLength=0, CommitIndex=1 and Term=1
2021.03.24 11:22:45.052884 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 1 (0), req c idx: 1, my term: 1, my role: 1
2021.03.24 11:22:45.052896 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:45.052908 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 1, req log term: 1, my last log idx: 1, my log (1) term: 1
2021.03.24 11:22:45.052918 [ 388 ] {} <Trace> RaftInstance: local log idx 1, target_commit_idx 1, quick_commit_index_ 1, state_->get_commit_idx() 1
2021.03.24 11:22:45.052926 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:45.052938 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:45.052953 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:45.052961 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=2
2021.03.24 11:22:45.553255 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=1, LastLogTerm=1, EntriesLength=0, CommitIndex=1 and Term=1
2021.03.24 11:22:45.570487 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 1 (0), req c idx: 1, my term: 1, my role: 1
2021.03.24 11:22:45.570531 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:45.570544 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 1, req log term: 1, my last log idx: 1, my log (1) term: 1
2021.03.24 11:22:45.570555 [ 388 ] {} <Trace> RaftInstance: local log idx 1, target_commit_idx 1, quick_commit_index_ 1, state_->get_commit_idx() 1
2021.03.24 11:22:45.570564 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:45.570591 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:45.570607 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:45.570616 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=2
2021.03.24 11:22:46.053710 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=1, LastLogTerm=1, EntriesLength=0, CommitIndex=1 and Term=1
2021.03.24 11:22:46.053796 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 1 (0), req c idx: 1, my term: 1, my role: 1
2021.03.24 11:22:46.053817 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.053828 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 1, req log term: 1, my last log idx: 1, my log (1) term: 1
2021.03.24 11:22:46.053868 [ 390 ] {} <Trace> RaftInstance: local log idx 1, target_commit_idx 1, quick_commit_index_ 1, state_->get_commit_idx() 1
2021.03.24 11:22:46.053881 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.053894 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.053910 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.053919 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=2
2021.03.24 11:22:46.384219 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=1, LastLogTerm=1, EntriesLength=1, CommitIndex=1 and Term=1
2021.03.24 11:22:46.384281 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 1 (1), req c idx: 1, my term: 1, my role: 1
2021.03.24 11:22:46.384292 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.384302 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 1, req log term: 1, my last log idx: 1, my log (1) term: 1
2021.03.24 11:22:46.384310 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 2, count: 0, log_store_->next_slot(): 2, req.log_entries().size(): 1
2021.03.24 11:22:46.384318 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 2, count: 0
2021.03.24 11:22:46.384324 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 2, count: 0
2021.03.24 11:22:46.384330 [ 390 ] {} <Trace> RaftInstance: append at 2
2021.03.24 11:22:46.384356 [ 390 ] {} <Trace> RaftInstance: local log idx 2, target_commit_idx 1, quick_commit_index_ 1, state_->get_commit_idx() 1
2021.03.24 11:22:46.384364 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.384373 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.384386 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.384394 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=3
2021.03.24 11:22:46.404891 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=2, LastLogTerm=1, EntriesLength=1, CommitIndex=2 and Term=1
2021.03.24 11:22:46.404938 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 2 (1), req c idx: 2, my term: 1, my role: 1
2021.03.24 11:22:46.404948 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.404957 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 2, req log term: 1, my last log idx: 2, my log (2) term: 1
2021.03.24 11:22:46.404965 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 3, count: 0, log_store_->next_slot(): 3, req.log_entries().size(): 1
2021.03.24 11:22:46.404989 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 3, count: 0
2021.03.24 11:22:46.404996 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 3, count: 0
2021.03.24 11:22:46.405002 [ 390 ] {} <Trace> RaftInstance: append at 3
2021.03.24 11:22:46.405022 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 2
2021.03.24 11:22:46.405031 [ 390 ] {} <Trace> RaftInstance: local log idx 3, target_commit_idx 2, quick_commit_index_ 2, state_->get_commit_idx() 1
2021.03.24 11:22:46.405037 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.405053 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.405069 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.405084 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.405092 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=4
2021.03.24 11:22:46.405107 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.405153 [ 391 ] {} <Debug> RaftInstance: commit upto 2, current idx 1
2021.03.24 11:22:46.405165 [ 391 ] {} <Trace> RaftInstance: commit upto 2, current idx 2
2021.03.24 11:22:46.405203 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 2, current idx 2
2021.03.24 11:22:46.405210 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.406401 [ 385 ] {} <Trace> RaftInstance: asio client created: 0x7faf0ab30018
2021.03.24 11:22:46.406413 [ 385 ] {} <Debug> RaftInstance: socket 0x7faf0ab30018 to ch-sas.sas.yp-c.yandex.net:9444 is not opened yet
2021.03.24 11:22:46.425888 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=3, LastLogTerm=1, EntriesLength=1, CommitIndex=4 and Term=1
2021.03.24 11:22:46.425942 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 3 (1), req c idx: 4, my term: 1, my role: 1
2021.03.24 11:22:46.425953 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.425964 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 3, req log term: 1, my last log idx: 3, my log (3) term: 1
2021.03.24 11:22:46.425972 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 4, count: 0, log_store_->next_slot(): 4, req.log_entries().size(): 1
2021.03.24 11:22:46.425979 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 4, count: 0
2021.03.24 11:22:46.425986 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 4, count: 0
2021.03.24 11:22:46.425992 [ 387 ] {} <Trace> RaftInstance: append at 4
2021.03.24 11:22:46.426014 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 4
2021.03.24 11:22:46.426022 [ 387 ] {} <Trace> RaftInstance: local log idx 4, target_commit_idx 4, quick_commit_index_ 4, state_->get_commit_idx() 2
2021.03.24 11:22:46.426030 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.426048 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.426076 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.426083 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.426111 [ 391 ] {} <Debug> RaftInstance: commit upto 4, current idx 2
2021.03.24 11:22:46.426123 [ 391 ] {} <Trace> RaftInstance: commit upto 4, current idx 3
2021.03.24 11:22:46.426092 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.426142 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=5
2021.03.24 11:22:46.426210 [ 391 ] {} <Trace> RaftInstance: commit upto 4, current idx 4
2021.03.24 11:22:46.426252 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 4, current idx 4
2021.03.24 11:22:46.426258 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.427207 [ 390 ] {} <Information> RaftInstance: 0x7faf0ab30018 connected to ch-sas.sas.yp-c.yandex.net:9444 (as a client)
2021.03.24 11:22:46.446891 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=4, LastLogTerm=1, EntriesLength=2, CommitIndex=5 and Term=1
2021.03.24 11:22:46.446979 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 4 (2), req c idx: 5, my term: 1, my role: 1
2021.03.24 11:22:46.447001 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.447011 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 4, req log term: 1, my last log idx: 4, my log (4) term: 1
2021.03.24 11:22:46.447020 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 5, count: 0, log_store_->next_slot(): 5, req.log_entries().size(): 2
2021.03.24 11:22:46.447027 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 5, count: 0
2021.03.24 11:22:46.447034 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 5, count: 0
2021.03.24 11:22:46.447040 [ 389 ] {} <Trace> RaftInstance: append at 5
2021.03.24 11:22:46.447058 [ 389 ] {} <Trace> RaftInstance: append at 6
2021.03.24 11:22:46.447072 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 5
2021.03.24 11:22:46.447079 [ 389 ] {} <Trace> RaftInstance: local log idx 6, target_commit_idx 5, quick_commit_index_ 5, state_->get_commit_idx() 4
2021.03.24 11:22:46.447090 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.447107 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.447123 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.447135 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.447138 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.447165 [ 391 ] {} <Debug> RaftInstance: commit upto 5, current idx 4
2021.03.24 11:22:46.447178 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=7
2021.03.24 11:22:46.447189 [ 391 ] {} <Trace> RaftInstance: commit upto 5, current idx 5
2021.03.24 11:22:46.447222 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 5, current idx 5
2021.03.24 11:22:46.447231 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.468100 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=6, LastLogTerm=1, EntriesLength=0, CommitIndex=6 and Term=1
2021.03.24 11:22:46.468158 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 6 (0), req c idx: 6, my term: 1, my role: 1
2021.03.24 11:22:46.468169 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.468181 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 6, req log term: 1, my last log idx: 6, my log (6) term: 1
2021.03.24 11:22:46.468190 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 6
2021.03.24 11:22:46.468197 [ 390 ] {} <Trace> RaftInstance: local log idx 6, target_commit_idx 6, quick_commit_index_ 6, state_->get_commit_idx() 5
2021.03.24 11:22:46.468204 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.468221 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.468237 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.468254 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.468262 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=7
2021.03.24 11:22:46.468275 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.468439 [ 391 ] {} <Debug> RaftInstance: commit upto 6, current idx 5
2021.03.24 11:22:46.468453 [ 391 ] {} <Trace> RaftInstance: commit upto 6, current idx 6
2021.03.24 11:22:46.468482 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 6, current idx 6
2021.03.24 11:22:46.468489 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.503845 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=6, LastLogTerm=1, EntriesLength=1, CommitIndex=6 and Term=1
2021.03.24 11:22:46.503900 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 6 (1), req c idx: 6, my term: 1, my role: 1
2021.03.24 11:22:46.503911 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.503921 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 6, req log term: 1, my last log idx: 6, my log (6) term: 1
2021.03.24 11:22:46.503930 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 7, count: 0, log_store_->next_slot(): 7, req.log_entries().size(): 1
2021.03.24 11:22:46.503938 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 7, count: 0
2021.03.24 11:22:46.503944 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 7, count: 0
2021.03.24 11:22:46.503950 [ 389 ] {} <Trace> RaftInstance: append at 7
2021.03.24 11:22:46.503971 [ 389 ] {} <Trace> RaftInstance: local log idx 7, target_commit_idx 6, quick_commit_index_ 6, state_->get_commit_idx() 6
2021.03.24 11:22:46.503979 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.503996 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.504012 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.504020 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=8
2021.03.24 11:22:46.524758 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=7, LastLogTerm=1, EntriesLength=0, CommitIndex=7 and Term=1
2021.03.24 11:22:46.524815 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 7 (0), req c idx: 7, my term: 1, my role: 1
2021.03.24 11:22:46.524826 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.524837 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 7, req log term: 1, my last log idx: 7, my log (7) term: 1
2021.03.24 11:22:46.524846 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 7
2021.03.24 11:22:46.524853 [ 389 ] {} <Trace> RaftInstance: local log idx 7, target_commit_idx 7, quick_commit_index_ 7, state_->get_commit_idx() 6
2021.03.24 11:22:46.524860 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.524881 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.524898 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.524914 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.524917 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.524922 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=8
2021.03.24 11:22:46.524947 [ 391 ] {} <Debug> RaftInstance: commit upto 7, current idx 6
2021.03.24 11:22:46.525043 [ 391 ] {} <Trace> RaftInstance: commit upto 7, current idx 7
2021.03.24 11:22:46.525083 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 7, current idx 7
2021.03.24 11:22:46.525092 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.553977 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=7, LastLogTerm=1, EntriesLength=0, CommitIndex=7 and Term=1
2021.03.24 11:22:46.554047 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 7 (0), req c idx: 7, my term: 1, my role: 1
2021.03.24 11:22:46.554117 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.554130 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 7, req log term: 1, my last log idx: 7, my log (7) term: 1
2021.03.24 11:22:46.554140 [ 387 ] {} <Trace> RaftInstance: local log idx 7, target_commit_idx 7, quick_commit_index_ 7, state_->get_commit_idx() 7
2021.03.24 11:22:46.554148 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.554164 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.554198 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.554211 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=8
2021.03.24 11:22:46.594381 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=7, LastLogTerm=1, EntriesLength=1, CommitIndex=7 and Term=1
2021.03.24 11:22:46.594435 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 7 (1), req c idx: 7, my term: 1, my role: 1
2021.03.24 11:22:46.594445 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.594456 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 7, req log term: 1, my last log idx: 7, my log (7) term: 1
2021.03.24 11:22:46.594464 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 8, count: 0, log_store_->next_slot(): 8, req.log_entries().size(): 1
2021.03.24 11:22:46.594473 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 8, count: 0
2021.03.24 11:22:46.594480 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 8, count: 0
2021.03.24 11:22:46.594486 [ 388 ] {} <Trace> RaftInstance: append at 8
2021.03.24 11:22:46.594506 [ 388 ] {} <Trace> RaftInstance: local log idx 8, target_commit_idx 7, quick_commit_index_ 7, state_->get_commit_idx() 7
2021.03.24 11:22:46.594514 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.594527 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.594542 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.594550 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=9
2021.03.24 11:22:46.615073 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=8, LastLogTerm=1, EntriesLength=2, CommitIndex=9 and Term=1
2021.03.24 11:22:46.615118 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 8 (2), req c idx: 9, my term: 1, my role: 1
2021.03.24 11:22:46.615130 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.615141 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 8, req log term: 1, my last log idx: 8, my log (8) term: 1
2021.03.24 11:22:46.615149 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 9, count: 0, log_store_->next_slot(): 9, req.log_entries().size(): 2
2021.03.24 11:22:46.615170 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 9, count: 0
2021.03.24 11:22:46.615178 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 9, count: 0
2021.03.24 11:22:46.615184 [ 390 ] {} <Trace> RaftInstance: append at 9
2021.03.24 11:22:46.615202 [ 390 ] {} <Trace> RaftInstance: append at 10
2021.03.24 11:22:46.615213 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 9
2021.03.24 11:22:46.615220 [ 390 ] {} <Trace> RaftInstance: local log idx 10, target_commit_idx 9, quick_commit_index_ 9, state_->get_commit_idx() 7
2021.03.24 11:22:46.615244 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.615261 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.615290 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.615307 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.615316 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=11
2021.03.24 11:22:46.615333 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.615382 [ 391 ] {} <Debug> RaftInstance: commit upto 9, current idx 7
2021.03.24 11:22:46.615395 [ 391 ] {} <Trace> RaftInstance: commit upto 9, current idx 8
2021.03.24 11:22:46.615422 [ 391 ] {} <Trace> RaftInstance: commit upto 9, current idx 9
2021.03.24 11:22:46.615438 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 9, current idx 9
2021.03.24 11:22:46.615444 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.635796 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=10, LastLogTerm=1, EntriesLength=2, CommitIndex=11 and Term=1
2021.03.24 11:22:46.635853 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 10 (2), req c idx: 11, my term: 1, my role: 1
2021.03.24 11:22:46.635864 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.635874 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 10, req log term: 1, my last log idx: 10, my log (10) term: 1
2021.03.24 11:22:46.635882 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 11, count: 0, log_store_->next_slot(): 11, req.log_entries().size(): 2
2021.03.24 11:22:46.635890 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 11, count: 0
2021.03.24 11:22:46.635897 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 11, count: 0
2021.03.24 11:22:46.635903 [ 389 ] {} <Trace> RaftInstance: append at 11
2021.03.24 11:22:46.635921 [ 389 ] {} <Trace> RaftInstance: append at 12
2021.03.24 11:22:46.635937 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 11
2021.03.24 11:22:46.635944 [ 389 ] {} <Trace> RaftInstance: local log idx 12, target_commit_idx 11, quick_commit_index_ 11, state_->get_commit_idx() 9
2021.03.24 11:22:46.635951 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.635966 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.635979 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.635994 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.636002 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=13
2021.03.24 11:22:46.636032 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.636083 [ 391 ] {} <Debug> RaftInstance: commit upto 11, current idx 9
2021.03.24 11:22:46.636095 [ 391 ] {} <Trace> RaftInstance: commit upto 11, current idx 10
2021.03.24 11:22:46.636124 [ 391 ] {} <Trace> RaftInstance: commit upto 11, current idx 11
2021.03.24 11:22:46.636140 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 11, current idx 11
2021.03.24 11:22:46.636147 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.656859 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=12, LastLogTerm=1, EntriesLength=3, CommitIndex=14 and Term=1
2021.03.24 11:22:46.656905 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 12 (3), req c idx: 14, my term: 1, my role: 1
2021.03.24 11:22:46.656915 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.656925 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 12, req log term: 1, my last log idx: 12, my log (12) term: 1
2021.03.24 11:22:46.656934 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 13, count: 0, log_store_->next_slot(): 13, req.log_entries().size(): 3
2021.03.24 11:22:46.656942 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 13, count: 0
2021.03.24 11:22:46.656948 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 13, count: 0
2021.03.24 11:22:46.656955 [ 388 ] {} <Trace> RaftInstance: append at 13
2021.03.24 11:22:46.656974 [ 388 ] {} <Trace> RaftInstance: append at 14
2021.03.24 11:22:46.656983 [ 388 ] {} <Trace> RaftInstance: append at 15
2021.03.24 11:22:46.656994 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 14
2021.03.24 11:22:46.657001 [ 388 ] {} <Trace> RaftInstance: local log idx 15, target_commit_idx 14, quick_commit_index_ 14, state_->get_commit_idx() 11
2021.03.24 11:22:46.657008 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.657023 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.657037 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.657052 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.657100 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=16
2021.03.24 11:22:46.657051 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.657135 [ 391 ] {} <Debug> RaftInstance: commit upto 14, current idx 11
2021.03.24 11:22:46.657147 [ 391 ] {} <Trace> RaftInstance: commit upto 14, current idx 12
2021.03.24 11:22:46.657207 [ 391 ] {} <Trace> RaftInstance: commit upto 14, current idx 13
2021.03.24 11:22:46.657226 [ 391 ] {} <Trace> RaftInstance: commit upto 14, current idx 14
2021.03.24 11:22:46.657245 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 14, current idx 14
2021.03.24 11:22:46.657254 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.677626 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=15, LastLogTerm=1, EntriesLength=3, CommitIndex=16 and Term=1
2021.03.24 11:22:46.677679 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 15 (3), req c idx: 16, my term: 1, my role: 1
2021.03.24 11:22:46.677690 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.677701 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 15, req log term: 1, my last log idx: 15, my log (15) term: 1
2021.03.24 11:22:46.677710 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 16, count: 0, log_store_->next_slot(): 16, req.log_entries().size(): 3
2021.03.24 11:22:46.677718 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 16, count: 0
2021.03.24 11:22:46.677725 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 16, count: 0
2021.03.24 11:22:46.677732 [ 390 ] {} <Trace> RaftInstance: append at 16
2021.03.24 11:22:46.677755 [ 390 ] {} <Trace> RaftInstance: append at 17
2021.03.24 11:22:46.677765 [ 390 ] {} <Trace> RaftInstance: append at 18
2021.03.24 11:22:46.677776 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 16
2021.03.24 11:22:46.677783 [ 390 ] {} <Trace> RaftInstance: local log idx 18, target_commit_idx 16, quick_commit_index_ 16, state_->get_commit_idx() 14
2021.03.24 11:22:46.677790 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.677822 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.677840 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.677857 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.677866 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=19
2021.03.24 11:22:46.677917 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.677975 [ 391 ] {} <Debug> RaftInstance: commit upto 16, current idx 14
2021.03.24 11:22:46.677987 [ 391 ] {} <Trace> RaftInstance: commit upto 16, current idx 15
2021.03.24 11:22:46.678096 [ 391 ] {} <Trace> RaftInstance: commit upto 16, current idx 16
2021.03.24 11:22:46.678116 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 16, current idx 16
2021.03.24 11:22:46.678122 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.698353 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=18, LastLogTerm=1, EntriesLength=1, CommitIndex=18 and Term=1
2021.03.24 11:22:46.698428 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 18 (1), req c idx: 18, my term: 1, my role: 1
2021.03.24 11:22:46.698463 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.698484 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 18, req log term: 1, my last log idx: 18, my log (18) term: 1
2021.03.24 11:22:46.698493 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 19, count: 0, log_store_->next_slot(): 19, req.log_entries().size(): 1
2021.03.24 11:22:46.698502 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 19, count: 0
2021.03.24 11:22:46.698509 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 19, count: 0
2021.03.24 11:22:46.698516 [ 388 ] {} <Trace> RaftInstance: append at 19
2021.03.24 11:22:46.698543 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 18
2021.03.24 11:22:46.698553 [ 388 ] {} <Trace> RaftInstance: local log idx 19, target_commit_idx 18, quick_commit_index_ 18, state_->get_commit_idx() 16
2021.03.24 11:22:46.698560 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.698576 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.698598 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.698606 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.698661 [ 391 ] {} <Debug> RaftInstance: commit upto 18, current idx 16
2021.03.24 11:22:46.698672 [ 391 ] {} <Trace> RaftInstance: commit upto 18, current idx 17
2021.03.24 11:22:46.698677 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.698687 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=20
2021.03.24 11:22:46.698705 [ 391 ] {} <Trace> RaftInstance: commit upto 18, current idx 18
2021.03.24 11:22:46.698732 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 18, current idx 18
2021.03.24 11:22:46.698738 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.719219 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=19, LastLogTerm=1, EntriesLength=2, CommitIndex=21 and Term=1
2021.03.24 11:22:46.719279 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 19 (2), req c idx: 21, my term: 1, my role: 1
2021.03.24 11:22:46.719290 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.719300 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 19, req log term: 1, my last log idx: 19, my log (19) term: 1
2021.03.24 11:22:46.719308 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 20, count: 0, log_store_->next_slot(): 20, req.log_entries().size(): 2
2021.03.24 11:22:46.719343 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 20, count: 0
2021.03.24 11:22:46.719350 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 20, count: 0
2021.03.24 11:22:46.719356 [ 390 ] {} <Trace> RaftInstance: append at 20
2021.03.24 11:22:46.719374 [ 390 ] {} <Trace> RaftInstance: append at 21
2021.03.24 11:22:46.719385 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 21
2021.03.24 11:22:46.719392 [ 390 ] {} <Trace> RaftInstance: local log idx 21, target_commit_idx 21, quick_commit_index_ 21, state_->get_commit_idx() 18
2021.03.24 11:22:46.719398 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.719416 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.719446 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.719467 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.719445 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.719498 [ 391 ] {} <Debug> RaftInstance: commit upto 21, current idx 18
2021.03.24 11:22:46.719476 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=22
2021.03.24 11:22:46.719511 [ 391 ] {} <Trace> RaftInstance: commit upto 21, current idx 19
2021.03.24 11:22:46.719554 [ 391 ] {} <Trace> RaftInstance: commit upto 21, current idx 20
2021.03.24 11:22:46.719597 [ 391 ] {} <Trace> RaftInstance: commit upto 21, current idx 21
2021.03.24 11:22:46.719614 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 21, current idx 21
2021.03.24 11:22:46.719620 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.739983 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=19, LastLogTerm=1, EntriesLength=5, CommitIndex=23 and Term=1
2021.03.24 11:22:46.740028 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 19 (5), req c idx: 23, my term: 1, my role: 1
2021.03.24 11:22:46.740038 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.740048 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 19, req log term: 1, my last log idx: 21, my log (19) term: 1
2021.03.24 11:22:46.740057 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 20, count: 0, log_store_->next_slot(): 22, req.log_entries().size(): 5
2021.03.24 11:22:46.740065 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 22, count: 2
2021.03.24 11:22:46.740072 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 22, count: 2
2021.03.24 11:22:46.740078 [ 387 ] {} <Trace> RaftInstance: append at 22
2021.03.24 11:22:46.740094 [ 387 ] {} <Trace> RaftInstance: append at 23
2021.03.24 11:22:46.740104 [ 387 ] {} <Trace> RaftInstance: append at 24
2021.03.24 11:22:46.740121 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 23
2021.03.24 11:22:46.740128 [ 387 ] {} <Trace> RaftInstance: local log idx 24, target_commit_idx 23, quick_commit_index_ 23, state_->get_commit_idx() 21
2021.03.24 11:22:46.740135 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.740150 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.740164 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.740172 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.740177 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.740200 [ 391 ] {} <Debug> RaftInstance: commit upto 23, current idx 21
2021.03.24 11:22:46.740215 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=25
2021.03.24 11:22:46.740231 [ 391 ] {} <Trace> RaftInstance: commit upto 23, current idx 22
2021.03.24 11:22:46.740313 [ 391 ] {} <Trace> RaftInstance: commit upto 23, current idx 23
2021.03.24 11:22:46.740337 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 23, current idx 23
2021.03.24 11:22:46.740348 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.760833 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=24, LastLogTerm=1, EntriesLength=3, CommitIndex=25 and Term=1
2021.03.24 11:22:46.760887 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 24 (3), req c idx: 25, my term: 1, my role: 1
2021.03.24 11:22:46.760898 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.760907 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 24, req log term: 1, my last log idx: 24, my log (24) term: 1
2021.03.24 11:22:46.760916 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 25, count: 0, log_store_->next_slot(): 25, req.log_entries().size(): 3
2021.03.24 11:22:46.760924 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 25, count: 0
2021.03.24 11:22:46.760931 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 25, count: 0
2021.03.24 11:22:46.760938 [ 390 ] {} <Trace> RaftInstance: append at 25
2021.03.24 11:22:46.760988 [ 390 ] {} <Trace> RaftInstance: append at 26
2021.03.24 11:22:46.761002 [ 390 ] {} <Trace> RaftInstance: append at 27
2021.03.24 11:22:46.761012 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 25
2021.03.24 11:22:46.761020 [ 390 ] {} <Trace> RaftInstance: local log idx 27, target_commit_idx 25, quick_commit_index_ 25, state_->get_commit_idx() 23
2021.03.24 11:22:46.761027 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.761038 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.761056 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.761073 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.761082 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=28
2021.03.24 11:22:46.761118 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.761140 [ 391 ] {} <Debug> RaftInstance: commit upto 25, current idx 23
2021.03.24 11:22:46.761149 [ 391 ] {} <Trace> RaftInstance: commit upto 25, current idx 24
2021.03.24 11:22:46.761185 [ 391 ] {} <Trace> RaftInstance: commit upto 25, current idx 25
2021.03.24 11:22:46.761214 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 25, current idx 25
2021.03.24 11:22:46.761220 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.781578 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=27, LastLogTerm=1, EntriesLength=3, CommitIndex=28 and Term=1
2021.03.24 11:22:46.781654 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 27 (3), req c idx: 28, my term: 1, my role: 1
2021.03.24 11:22:46.781675 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.781696 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 27, req log term: 1, my last log idx: 27, my log (27) term: 1
2021.03.24 11:22:46.781714 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 28, count: 0, log_store_->next_slot(): 28, req.log_entries().size(): 3
2021.03.24 11:22:46.781728 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 28, count: 0
2021.03.24 11:22:46.781742 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 28, count: 0
2021.03.24 11:22:46.781756 [ 389 ] {} <Trace> RaftInstance: append at 28
2021.03.24 11:22:46.781818 [ 389 ] {} <Trace> RaftInstance: append at 29
2021.03.24 11:22:46.781838 [ 389 ] {} <Trace> RaftInstance: append at 30
2021.03.24 11:22:46.781856 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 28
2021.03.24 11:22:46.781869 [ 389 ] {} <Trace> RaftInstance: local log idx 30, target_commit_idx 28, quick_commit_index_ 28, state_->get_commit_idx() 25
2021.03.24 11:22:46.781880 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.781906 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.781930 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.781930 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.781976 [ 391 ] {} <Debug> RaftInstance: commit upto 28, current idx 25
2021.03.24 11:22:46.781988 [ 391 ] {} <Trace> RaftInstance: commit upto 28, current idx 26
2021.03.24 11:22:46.781958 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.782019 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=31
2021.03.24 11:22:46.782021 [ 391 ] {} <Trace> RaftInstance: commit upto 28, current idx 27
2021.03.24 11:22:46.782086 [ 391 ] {} <Trace> RaftInstance: commit upto 28, current idx 28
2021.03.24 11:22:46.782115 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 28, current idx 28
2021.03.24 11:22:46.782123 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.802405 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=30, LastLogTerm=1, EntriesLength=3, CommitIndex=31 and Term=1
2021.03.24 11:22:46.802462 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 30 (3), req c idx: 31, my term: 1, my role: 1
2021.03.24 11:22:46.802472 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.802483 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 30, req log term: 1, my last log idx: 30, my log (30) term: 1
2021.03.24 11:22:46.802491 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 31, count: 0, log_store_->next_slot(): 31, req.log_entries().size(): 3
2021.03.24 11:22:46.802498 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 31, count: 0
2021.03.24 11:22:46.802505 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 31, count: 0
2021.03.24 11:22:46.802520 [ 387 ] {} <Trace> RaftInstance: append at 31
2021.03.24 11:22:46.802541 [ 387 ] {} <Trace> RaftInstance: append at 32
2021.03.24 11:22:46.802551 [ 387 ] {} <Trace> RaftInstance: append at 33
2021.03.24 11:22:46.802561 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 31
2021.03.24 11:22:46.802569 [ 387 ] {} <Trace> RaftInstance: local log idx 33, target_commit_idx 31, quick_commit_index_ 31, state_->get_commit_idx() 28
2021.03.24 11:22:46.802576 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.802587 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.802603 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.802618 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.802627 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=34
2021.03.24 11:22:46.802655 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.802720 [ 391 ] {} <Debug> RaftInstance: commit upto 31, current idx 28
2021.03.24 11:22:46.802733 [ 391 ] {} <Trace> RaftInstance: commit upto 31, current idx 29
2021.03.24 11:22:46.802770 [ 391 ] {} <Trace> RaftInstance: commit upto 31, current idx 30
2021.03.24 11:22:46.802797 [ 391 ] {} <Trace> RaftInstance: commit upto 31, current idx 31
2021.03.24 11:22:46.802859 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 31, current idx 31
2021.03.24 11:22:46.802868 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.823287 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=33, LastLogTerm=1, EntriesLength=2, CommitIndex=34 and Term=1
2021.03.24 11:22:46.823360 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 33 (2), req c idx: 34, my term: 1, my role: 1
2021.03.24 11:22:46.823372 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.823382 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 33, req log term: 1, my last log idx: 33, my log (33) term: 1
2021.03.24 11:22:46.823392 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 34, count: 0, log_store_->next_slot(): 34, req.log_entries().size(): 2
2021.03.24 11:22:46.823401 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 34, count: 0
2021.03.24 11:22:46.823408 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 34, count: 0
2021.03.24 11:22:46.823414 [ 389 ] {} <Trace> RaftInstance: append at 34
2021.03.24 11:22:46.823460 [ 389 ] {} <Trace> RaftInstance: append at 35
2021.03.24 11:22:46.823483 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 34
2021.03.24 11:22:46.823499 [ 389 ] {} <Trace> RaftInstance: local log idx 35, target_commit_idx 34, quick_commit_index_ 34, state_->get_commit_idx() 31
2021.03.24 11:22:46.823508 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.823520 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.823538 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.823556 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.823565 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=36
2021.03.24 11:22:46.823628 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.823696 [ 391 ] {} <Debug> RaftInstance: commit upto 34, current idx 31
2021.03.24 11:22:46.823713 [ 391 ] {} <Trace> RaftInstance: commit upto 34, current idx 32
2021.03.24 11:22:46.823770 [ 391 ] {} <Trace> RaftInstance: commit upto 34, current idx 33
2021.03.24 11:22:46.823808 [ 391 ] {} <Trace> RaftInstance: commit upto 34, current idx 34
2021.03.24 11:22:46.823831 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 34, current idx 34
2021.03.24 11:22:46.823838 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.844149 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=35, LastLogTerm=1, EntriesLength=2, CommitIndex=35 and Term=1
2021.03.24 11:22:46.844208 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 35 (2), req c idx: 35, my term: 1, my role: 1
2021.03.24 11:22:46.844219 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.844229 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 35, req log term: 1, my last log idx: 35, my log (35) term: 1
2021.03.24 11:22:46.844238 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 36, count: 0, log_store_->next_slot(): 36, req.log_entries().size(): 2
2021.03.24 11:22:46.844246 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 36, count: 0
2021.03.24 11:22:46.844254 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 36, count: 0
2021.03.24 11:22:46.844286 [ 389 ] {} <Trace> RaftInstance: append at 36
2021.03.24 11:22:46.844306 [ 389 ] {} <Trace> RaftInstance: append at 37
2021.03.24 11:22:46.844316 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 35
2021.03.24 11:22:46.844324 [ 389 ] {} <Trace> RaftInstance: local log idx 37, target_commit_idx 35, quick_commit_index_ 35, state_->get_commit_idx() 34
2021.03.24 11:22:46.844330 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.844350 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.844366 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.844383 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.844383 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.844392 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=38
2021.03.24 11:22:46.844430 [ 391 ] {} <Debug> RaftInstance: commit upto 35, current idx 34
2021.03.24 11:22:46.844473 [ 391 ] {} <Trace> RaftInstance: commit upto 35, current idx 35
2021.03.24 11:22:46.844524 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 35, current idx 35
2021.03.24 11:22:46.844533 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.865094 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=37, LastLogTerm=1, EntriesLength=2, CommitIndex=38 and Term=1
2021.03.24 11:22:46.865150 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 37 (2), req c idx: 38, my term: 1, my role: 1
2021.03.24 11:22:46.865161 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.865172 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 37, req log term: 1, my last log idx: 37, my log (37) term: 1
2021.03.24 11:22:46.865180 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 38, count: 0, log_store_->next_slot(): 38, req.log_entries().size(): 2
2021.03.24 11:22:46.865187 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 38, count: 0
2021.03.24 11:22:46.865194 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 38, count: 0
2021.03.24 11:22:46.865201 [ 390 ] {} <Trace> RaftInstance: append at 38
2021.03.24 11:22:46.865220 [ 390 ] {} <Trace> RaftInstance: append at 39
2021.03.24 11:22:46.865231 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 38
2021.03.24 11:22:46.865238 [ 390 ] {} <Trace> RaftInstance: local log idx 39, target_commit_idx 38, quick_commit_index_ 38, state_->get_commit_idx() 35
2021.03.24 11:22:46.865246 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.865258 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.865274 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.865285 [ 391 ] {} <Debug> RaftInstance: commit upto 38, current idx 35
2021.03.24 11:22:46.865294 [ 391 ] {} <Trace> RaftInstance: commit upto 38, current idx 36
2021.03.24 11:22:46.865327 [ 391 ] {} <Trace> RaftInstance: commit upto 38, current idx 37
2021.03.24 11:22:46.865356 [ 391 ] {} <Trace> RaftInstance: commit upto 38, current idx 38
2021.03.24 11:22:46.865378 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 38, current idx 38
2021.03.24 11:22:46.865386 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.865408 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.865425 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.865434 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=40
2021.03.24 11:22:46.886038 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=39, LastLogTerm=1, EntriesLength=3, CommitIndex=41 and Term=1
2021.03.24 11:22:46.886163 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 39 (3), req c idx: 41, my term: 1, my role: 1
2021.03.24 11:22:46.886176 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.886187 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 39, req log term: 1, my last log idx: 39, my log (39) term: 1
2021.03.24 11:22:46.886196 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 40, count: 0, log_store_->next_slot(): 40, req.log_entries().size(): 3
2021.03.24 11:22:46.886203 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 40, count: 0
2021.03.24 11:22:46.886233 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 40, count: 0
2021.03.24 11:22:46.886266 [ 389 ] {} <Trace> RaftInstance: append at 40
2021.03.24 11:22:46.886321 [ 389 ] {} <Trace> RaftInstance: append at 41
2021.03.24 11:22:46.886336 [ 389 ] {} <Trace> RaftInstance: append at 42
2021.03.24 11:22:46.886347 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 41
2021.03.24 11:22:46.886354 [ 389 ] {} <Trace> RaftInstance: local log idx 42, target_commit_idx 41, quick_commit_index_ 41, state_->get_commit_idx() 38
2021.03.24 11:22:46.886361 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.886376 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.886388 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.886402 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.886411 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=43
2021.03.24 11:22:46.886422 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.886448 [ 391 ] {} <Debug> RaftInstance: commit upto 41, current idx 38
2021.03.24 11:22:46.886459 [ 391 ] {} <Trace> RaftInstance: commit upto 41, current idx 39
2021.03.24 11:22:46.886485 [ 391 ] {} <Trace> RaftInstance: commit upto 41, current idx 40
2021.03.24 11:22:46.886500 [ 391 ] {} <Trace> RaftInstance: commit upto 41, current idx 41
2021.03.24 11:22:46.886514 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 41, current idx 41
2021.03.24 11:22:46.886542 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.906975 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=42, LastLogTerm=1, EntriesLength=3, CommitIndex=44 and Term=1
2021.03.24 11:22:46.907031 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 42 (3), req c idx: 44, my term: 1, my role: 1
2021.03.24 11:22:46.907042 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.907053 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 42, req log term: 1, my last log idx: 42, my log (42) term: 1
2021.03.24 11:22:46.907062 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 43, count: 0, log_store_->next_slot(): 43, req.log_entries().size(): 3
2021.03.24 11:22:46.907069 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 43, count: 0
2021.03.24 11:22:46.907076 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 43, count: 0
2021.03.24 11:22:46.907083 [ 388 ] {} <Trace> RaftInstance: append at 43
2021.03.24 11:22:46.907102 [ 388 ] {} <Trace> RaftInstance: append at 44
2021.03.24 11:22:46.907112 [ 388 ] {} <Trace> RaftInstance: append at 45
2021.03.24 11:22:46.907123 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 44
2021.03.24 11:22:46.907131 [ 388 ] {} <Trace> RaftInstance: local log idx 45, target_commit_idx 44, quick_commit_index_ 44, state_->get_commit_idx() 41
2021.03.24 11:22:46.907139 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.907240 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.907255 [ 391 ] {} <Debug> RaftInstance: commit upto 44, current idx 41
2021.03.24 11:22:46.907264 [ 391 ] {} <Trace> RaftInstance: commit upto 44, current idx 42
2021.03.24 11:22:46.907333 [ 391 ] {} <Trace> RaftInstance: commit upto 44, current idx 43
2021.03.24 11:22:46.907352 [ 391 ] {} <Trace> RaftInstance: commit upto 44, current idx 44
2021.03.24 11:22:46.907373 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 44, current idx 44
2021.03.24 11:22:46.907379 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.907391 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.907408 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.907424 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.907433 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=46
2021.03.24 11:22:46.927971 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=45, LastLogTerm=1, EntriesLength=3, CommitIndex=46 and Term=1
2021.03.24 11:22:46.928041 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 45 (3), req c idx: 46, my term: 1, my role: 1
2021.03.24 11:22:46.928052 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.928063 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 45, req log term: 1, my last log idx: 45, my log (45) term: 1
2021.03.24 11:22:46.928072 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 46, count: 0, log_store_->next_slot(): 46, req.log_entries().size(): 3
2021.03.24 11:22:46.928080 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 46, count: 0
2021.03.24 11:22:46.928086 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 46, count: 0
2021.03.24 11:22:46.928092 [ 390 ] {} <Trace> RaftInstance: append at 46
2021.03.24 11:22:46.928111 [ 390 ] {} <Trace> RaftInstance: append at 47
2021.03.24 11:22:46.928121 [ 390 ] {} <Trace> RaftInstance: append at 48
2021.03.24 11:22:46.928190 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 46
2021.03.24 11:22:46.928200 [ 390 ] {} <Trace> RaftInstance: local log idx 48, target_commit_idx 46, quick_commit_index_ 46, state_->get_commit_idx() 44
2021.03.24 11:22:46.928207 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.928222 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.928238 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.928254 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.928263 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=49
2021.03.24 11:22:46.928264 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.928317 [ 391 ] {} <Debug> RaftInstance: commit upto 46, current idx 44
2021.03.24 11:22:46.928330 [ 391 ] {} <Trace> RaftInstance: commit upto 46, current idx 45
2021.03.24 11:22:46.928366 [ 391 ] {} <Trace> RaftInstance: commit upto 46, current idx 46
2021.03.24 11:22:46.928378 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 46, current idx 46
2021.03.24 11:22:46.928387 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.948945 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=48, LastLogTerm=1, EntriesLength=2, CommitIndex=49 and Term=1
2021.03.24 11:22:46.949008 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 48 (2), req c idx: 49, my term: 1, my role: 1
2021.03.24 11:22:46.949021 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.949032 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 48, req log term: 1, my last log idx: 48, my log (48) term: 1
2021.03.24 11:22:46.949041 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 49, count: 0, log_store_->next_slot(): 49, req.log_entries().size(): 2
2021.03.24 11:22:46.949048 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 49, count: 0
2021.03.24 11:22:46.949056 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 49, count: 0
2021.03.24 11:22:46.949062 [ 390 ] {} <Trace> RaftInstance: append at 49
2021.03.24 11:22:46.949081 [ 390 ] {} <Trace> RaftInstance: append at 50
2021.03.24 11:22:46.949093 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 49
2021.03.24 11:22:46.949101 [ 390 ] {} <Trace> RaftInstance: local log idx 50, target_commit_idx 49, quick_commit_index_ 49, state_->get_commit_idx() 46
2021.03.24 11:22:46.949108 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.949123 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.949137 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.949145 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.949152 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.949197 [ 391 ] {} <Debug> RaftInstance: commit upto 49, current idx 46
2021.03.24 11:22:46.949215 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=51
2021.03.24 11:22:46.949224 [ 391 ] {} <Trace> RaftInstance: commit upto 49, current idx 47
2021.03.24 11:22:46.949287 [ 391 ] {} <Trace> RaftInstance: commit upto 49, current idx 48
2021.03.24 11:22:46.949302 [ 391 ] {} <Trace> RaftInstance: commit upto 49, current idx 49
2021.03.24 11:22:46.949312 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 49, current idx 49
2021.03.24 11:22:46.949332 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.969963 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=50, LastLogTerm=1, EntriesLength=1, CommitIndex=51 and Term=1
2021.03.24 11:22:46.970016 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 50 (1), req c idx: 51, my term: 1, my role: 1
2021.03.24 11:22:46.970028 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.970039 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 50, req log term: 1, my last log idx: 50, my log (50) term: 1
2021.03.24 11:22:46.970049 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 51, count: 0, log_store_->next_slot(): 51, req.log_entries().size(): 1
2021.03.24 11:22:46.970057 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 51, count: 0
2021.03.24 11:22:46.970064 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 51, count: 0
2021.03.24 11:22:46.970070 [ 389 ] {} <Trace> RaftInstance: append at 51
2021.03.24 11:22:46.970092 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 51
2021.03.24 11:22:46.970099 [ 389 ] {} <Trace> RaftInstance: local log idx 51, target_commit_idx 51, quick_commit_index_ 51, state_->get_commit_idx() 49
2021.03.24 11:22:46.970106 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.970122 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.970138 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.970142 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.970153 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.970172 [ 391 ] {} <Debug> RaftInstance: commit upto 51, current idx 49
2021.03.24 11:22:46.970207 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=52
2021.03.24 11:22:46.970221 [ 391 ] {} <Trace> RaftInstance: commit upto 51, current idx 50
2021.03.24 11:22:46.970255 [ 391 ] {} <Trace> RaftInstance: commit upto 51, current idx 51
2021.03.24 11:22:46.970318 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 51, current idx 51
2021.03.24 11:22:46.970328 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.990616 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=51, LastLogTerm=1, EntriesLength=5, CommitIndex=54 and Term=1
2021.03.24 11:22:46.990660 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 51 (5), req c idx: 54, my term: 1, my role: 1
2021.03.24 11:22:46.990671 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.990682 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 51, req log term: 1, my last log idx: 51, my log (51) term: 1
2021.03.24 11:22:46.990691 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 52, count: 0, log_store_->next_slot(): 52, req.log_entries().size(): 5
2021.03.24 11:22:46.990698 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 52, count: 0
2021.03.24 11:22:46.990705 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 52, count: 0
2021.03.24 11:22:46.990711 [ 390 ] {} <Trace> RaftInstance: append at 52
2021.03.24 11:22:46.990731 [ 390 ] {} <Trace> RaftInstance: append at 53
2021.03.24 11:22:46.990740 [ 390 ] {} <Trace> RaftInstance: append at 54
2021.03.24 11:22:46.990749 [ 390 ] {} <Trace> RaftInstance: append at 55
2021.03.24 11:22:46.990759 [ 390 ] {} <Trace> RaftInstance: append at 56
2021.03.24 11:22:46.990769 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 54
2021.03.24 11:22:46.990776 [ 390 ] {} <Trace> RaftInstance: local log idx 56, target_commit_idx 54, quick_commit_index_ 54, state_->get_commit_idx() 51
2021.03.24 11:22:46.990783 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.990795 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.990812 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.990822 [ 391 ] {} <Debug> RaftInstance: commit upto 54, current idx 51
2021.03.24 11:22:46.990830 [ 391 ] {} <Trace> RaftInstance: commit upto 54, current idx 52
2021.03.24 11:22:46.990892 [ 391 ] {} <Trace> RaftInstance: commit upto 54, current idx 53
2021.03.24 11:22:46.990913 [ 391 ] {} <Trace> RaftInstance: commit upto 54, current idx 54
2021.03.24 11:22:46.990927 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 54, current idx 54
2021.03.24 11:22:46.990934 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.990979 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.990999 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.991009 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=57
2021.03.24 11:22:47.011795 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=56, LastLogTerm=1, EntriesLength=2, CommitIndex=56 and Term=1
2021.03.24 11:22:47.011839 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 56 (2), req c idx: 56, my term: 1, my role: 1
2021.03.24 11:22:47.011862 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.011873 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 56, req log term: 1, my last log idx: 56, my log (56) term: 1
2021.03.24 11:22:47.011881 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 57, count: 0, log_store_->next_slot(): 57, req.log_entries().size(): 2
2021.03.24 11:22:47.011889 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 57, count: 0
2021.03.24 11:22:47.011895 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 57, count: 0
2021.03.24 11:22:47.011902 [ 389 ] {} <Trace> RaftInstance: append at 57
2021.03.24 11:22:47.011919 [ 389 ] {} <Trace> RaftInstance: append at 58
2021.03.24 11:22:47.011930 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 56
2021.03.24 11:22:47.011937 [ 389 ] {} <Trace> RaftInstance: local log idx 58, target_commit_idx 56, quick_commit_index_ 56, state_->get_commit_idx() 54
2021.03.24 11:22:47.011944 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.011959 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.011973 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.011984 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.012013 [ 391 ] {} <Debug> RaftInstance: commit upto 56, current idx 54
2021.03.24 11:22:47.011987 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.012033 [ 391 ] {} <Trace> RaftInstance: commit upto 56, current idx 55
2021.03.24 11:22:47.012049 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=59
2021.03.24 11:22:47.012077 [ 391 ] {} <Trace> RaftInstance: commit upto 56, current idx 56
2021.03.24 11:22:47.012091 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 56, current idx 56
2021.03.24 11:22:47.012098 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.032510 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=58, LastLogTerm=1, EntriesLength=3, CommitIndex=60 and Term=1
2021.03.24 11:22:47.032552 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 58 (3), req c idx: 60, my term: 1, my role: 1
2021.03.24 11:22:47.032561 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.032570 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 58, req log term: 1, my last log idx: 58, my log (58) term: 1
2021.03.24 11:22:47.032578 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 59, count: 0, log_store_->next_slot(): 59, req.log_entries().size(): 3
2021.03.24 11:22:47.032586 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 59, count: 0
2021.03.24 11:22:47.032592 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 59, count: 0
2021.03.24 11:22:47.032598 [ 390 ] {} <Trace> RaftInstance: append at 59
2021.03.24 11:22:47.032616 [ 390 ] {} <Trace> RaftInstance: append at 60
2021.03.24 11:22:47.032625 [ 390 ] {} <Trace> RaftInstance: append at 61
2021.03.24 11:22:47.032654 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 60
2021.03.24 11:22:47.032662 [ 390 ] {} <Trace> RaftInstance: local log idx 61, target_commit_idx 60, quick_commit_index_ 60, state_->get_commit_idx() 56
2021.03.24 11:22:47.032668 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.032680 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.032698 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.032720 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.032729 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=62
2021.03.24 11:22:47.032731 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.032752 [ 391 ] {} <Debug> RaftInstance: commit upto 60, current idx 56
2021.03.24 11:22:47.032762 [ 391 ] {} <Trace> RaftInstance: commit upto 60, current idx 57
2021.03.24 11:22:47.032789 [ 391 ] {} <Trace> RaftInstance: commit upto 60, current idx 58
2021.03.24 11:22:47.032815 [ 391 ] {} <Trace> RaftInstance: commit upto 60, current idx 59
2021.03.24 11:22:47.032827 [ 391 ] {} <Trace> RaftInstance: commit upto 60, current idx 60
2021.03.24 11:22:47.032844 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 60, current idx 60
2021.03.24 11:22:47.032852 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.053138 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=61, LastLogTerm=1, EntriesLength=3, CommitIndex=62 and Term=1
2021.03.24 11:22:47.053162 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 61 (3), req c idx: 62, my term: 1, my role: 1
2021.03.24 11:22:47.053176 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.053187 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 61, req log term: 1, my last log idx: 61, my log (61) term: 1
2021.03.24 11:22:47.053196 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 62, count: 0, log_store_->next_slot(): 62, req.log_entries().size(): 3
2021.03.24 11:22:47.053208 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 62, count: 0
2021.03.24 11:22:47.053216 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 62, count: 0
2021.03.24 11:22:47.053222 [ 389 ] {} <Trace> RaftInstance: append at 62
2021.03.24 11:22:47.053239 [ 389 ] {} <Trace> RaftInstance: append at 63
2021.03.24 11:22:47.053248 [ 389 ] {} <Trace> RaftInstance: append at 64
2021.03.24 11:22:47.053259 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 62
2021.03.24 11:22:47.053266 [ 389 ] {} <Trace> RaftInstance: local log idx 64, target_commit_idx 62, quick_commit_index_ 62, state_->get_commit_idx() 60
2021.03.24 11:22:47.053273 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.053285 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.053303 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.053319 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.053327 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=65
2021.03.24 11:22:47.053344 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.053366 [ 391 ] {} <Debug> RaftInstance: commit upto 62, current idx 60
2021.03.24 11:22:47.053376 [ 391 ] {} <Trace> RaftInstance: commit upto 62, current idx 61
2021.03.24 11:22:47.053446 [ 391 ] {} <Trace> RaftInstance: commit upto 62, current idx 62
2021.03.24 11:22:47.053468 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 62, current idx 62
2021.03.24 11:22:47.053475 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.073664 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=64, LastLogTerm=1, EntriesLength=1, CommitIndex=65 and Term=1
2021.03.24 11:22:47.073740 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 64 (1), req c idx: 65, my term: 1, my role: 1
2021.03.24 11:22:47.073751 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.073761 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 64, req log term: 1, my last log idx: 64, my log (64) term: 1
2021.03.24 11:22:47.073770 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 65, count: 0, log_store_->next_slot(): 65, req.log_entries().size(): 1
2021.03.24 11:22:47.073777 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 65, count: 0
2021.03.24 11:22:47.073783 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 65, count: 0
2021.03.24 11:22:47.073789 [ 390 ] {} <Trace> RaftInstance: append at 65
2021.03.24 11:22:47.073809 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 65
2021.03.24 11:22:47.073816 [ 390 ] {} <Trace> RaftInstance: local log idx 65, target_commit_idx 65, quick_commit_index_ 65, state_->get_commit_idx() 62
2021.03.24 11:22:47.073823 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.073834 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.073850 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.073865 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.073874 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=66
2021.03.24 11:22:47.073899 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.073944 [ 391 ] {} <Debug> RaftInstance: commit upto 65, current idx 62
2021.03.24 11:22:47.073955 [ 391 ] {} <Trace> RaftInstance: commit upto 65, current idx 63
2021.03.24 11:22:47.074011 [ 391 ] {} <Trace> RaftInstance: commit upto 65, current idx 64
2021.03.24 11:22:47.074041 [ 391 ] {} <Trace> RaftInstance: commit upto 65, current idx 65
2021.03.24 11:22:47.074155 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 65, current idx 65
2021.03.24 11:22:47.074166 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.094359 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=65, LastLogTerm=1, EntriesLength=2, CommitIndex=65 and Term=1
2021.03.24 11:22:47.094403 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 65 (2), req c idx: 65, my term: 1, my role: 1
2021.03.24 11:22:47.094412 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.094423 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 65, req log term: 1, my last log idx: 65, my log (65) term: 1
2021.03.24 11:22:47.094431 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 66, count: 0, log_store_->next_slot(): 66, req.log_entries().size(): 2
2021.03.24 11:22:47.094439 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 66, count: 0
2021.03.24 11:22:47.094445 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 66, count: 0
2021.03.24 11:22:47.094452 [ 389 ] {} <Trace> RaftInstance: append at 66
2021.03.24 11:22:47.094469 [ 389 ] {} <Trace> RaftInstance: append at 67
2021.03.24 11:22:47.094480 [ 389 ] {} <Trace> RaftInstance: local log idx 67, target_commit_idx 65, quick_commit_index_ 65, state_->get_commit_idx() 65
2021.03.24 11:22:47.094488 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.094505 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.094520 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.094548 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=68
2021.03.24 11:22:47.114960 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=67, LastLogTerm=1, EntriesLength=4, CommitIndex=69 and Term=1
2021.03.24 11:22:47.115018 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 67 (4), req c idx: 69, my term: 1, my role: 1
2021.03.24 11:22:47.115029 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.115040 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 67, req log term: 1, my last log idx: 67, my log (67) term: 1
2021.03.24 11:22:47.115049 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 68, count: 0, log_store_->next_slot(): 68, req.log_entries().size(): 4
2021.03.24 11:22:47.115056 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 68, count: 0
2021.03.24 11:22:47.115063 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 68, count: 0
2021.03.24 11:22:47.115069 [ 389 ] {} <Trace> RaftInstance: append at 68
2021.03.24 11:22:47.115088 [ 389 ] {} <Trace> RaftInstance: append at 69
2021.03.24 11:22:47.115098 [ 389 ] {} <Trace> RaftInstance: append at 70
2021.03.24 11:22:47.115107 [ 389 ] {} <Trace> RaftInstance: append at 71
2021.03.24 11:22:47.115118 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 69
2021.03.24 11:22:47.115125 [ 389 ] {} <Trace> RaftInstance: local log idx 71, target_commit_idx 69, quick_commit_index_ 69, state_->get_commit_idx() 65
2021.03.24 11:22:47.115132 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.115147 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.115164 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.115187 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.115179 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.115202 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=72
2021.03.24 11:22:47.115245 [ 391 ] {} <Debug> RaftInstance: commit upto 69, current idx 65
2021.03.24 11:22:47.115277 [ 391 ] {} <Trace> RaftInstance: commit upto 69, current idx 66
2021.03.24 11:22:47.115310 [ 391 ] {} <Trace> RaftInstance: commit upto 69, current idx 67
2021.03.24 11:22:47.115329 [ 391 ] {} <Trace> RaftInstance: commit upto 69, current idx 68
2021.03.24 11:22:47.115344 [ 391 ] {} <Trace> RaftInstance: commit upto 69, current idx 69
2021.03.24 11:22:47.115359 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 69, current idx 69
2021.03.24 11:22:47.115365 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.135648 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=71, LastLogTerm=1, EntriesLength=3, CommitIndex=72 and Term=1
2021.03.24 11:22:47.135703 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 71 (3), req c idx: 72, my term: 1, my role: 1
2021.03.24 11:22:47.135714 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.135724 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 71, req log term: 1, my last log idx: 71, my log (71) term: 1
2021.03.24 11:22:47.135749 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 72, count: 0, log_store_->next_slot(): 72, req.log_entries().size(): 3
2021.03.24 11:22:47.135771 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 72, count: 0
2021.03.24 11:22:47.135779 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 72, count: 0
2021.03.24 11:22:47.135786 [ 389 ] {} <Trace> RaftInstance: append at 72
2021.03.24 11:22:47.135805 [ 389 ] {} <Trace> RaftInstance: append at 73
2021.03.24 11:22:47.135815 [ 389 ] {} <Trace> RaftInstance: append at 74
2021.03.24 11:22:47.135826 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 72
2021.03.24 11:22:47.135833 [ 389 ] {} <Trace> RaftInstance: local log idx 74, target_commit_idx 72, quick_commit_index_ 72, state_->get_commit_idx() 69
2021.03.24 11:22:47.135840 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.135863 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.135880 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.135884 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.135937 [ 391 ] {} <Debug> RaftInstance: commit upto 72, current idx 69
2021.03.24 11:22:47.135896 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.135948 [ 391 ] {} <Trace> RaftInstance: commit upto 72, current idx 70
2021.03.24 11:22:47.135979 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=75
2021.03.24 11:22:47.136012 [ 391 ] {} <Trace> RaftInstance: commit upto 72, current idx 71
2021.03.24 11:22:47.136039 [ 391 ] {} <Trace> RaftInstance: commit upto 72, current idx 72
2021.03.24 11:22:47.136099 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 72, current idx 72
2021.03.24 11:22:47.136108 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.156488 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=74, LastLogTerm=1, EntriesLength=4, CommitIndex=75 and Term=1
2021.03.24 11:22:47.156553 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 74 (4), req c idx: 75, my term: 1, my role: 1
2021.03.24 11:22:47.156564 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.156575 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 74, req log term: 1, my last log idx: 74, my log (74) term: 1
2021.03.24 11:22:47.156583 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 75, count: 0, log_store_->next_slot(): 75, req.log_entries().size(): 4
2021.03.24 11:22:47.156591 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 75, count: 0
2021.03.24 11:22:47.156599 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 75, count: 0
2021.03.24 11:22:47.156605 [ 387 ] {} <Trace> RaftInstance: append at 75
2021.03.24 11:22:47.156628 [ 387 ] {} <Trace> RaftInstance: append at 76
2021.03.24 11:22:47.156637 [ 387 ] {} <Trace> RaftInstance: append at 77
2021.03.24 11:22:47.156647 [ 387 ] {} <Trace> RaftInstance: append at 78
2021.03.24 11:22:47.156657 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 75
2021.03.24 11:22:47.156664 [ 387 ] {} <Trace> RaftInstance: local log idx 78, target_commit_idx 75, quick_commit_index_ 75, state_->get_commit_idx() 72
2021.03.24 11:22:47.156671 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.156682 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.156698 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.156721 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.156730 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=79
2021.03.24 11:22:47.156765 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.156826 [ 391 ] {} <Debug> RaftInstance: commit upto 75, current idx 72
2021.03.24 11:22:47.156838 [ 391 ] {} <Trace> RaftInstance: commit upto 75, current idx 73
2021.03.24 11:22:47.156909 [ 391 ] {} <Trace> RaftInstance: commit upto 75, current idx 74
2021.03.24 11:22:47.156945 [ 391 ] {} <Trace> RaftInstance: commit upto 75, current idx 75
2021.03.24 11:22:47.157000 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 75, current idx 75
2021.03.24 11:22:47.157008 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.177058 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=78, LastLogTerm=1, EntriesLength=2, CommitIndex=78 and Term=1
2021.03.24 11:22:47.177097 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 78 (2), req c idx: 78, my term: 1, my role: 1
2021.03.24 11:22:47.177115 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.177128 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 78, req log term: 1, my last log idx: 78, my log (78) term: 1
2021.03.24 11:22:47.177137 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 79, count: 0, log_store_->next_slot(): 79, req.log_entries().size(): 2
2021.03.24 11:22:47.177145 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 79, count: 0
2021.03.24 11:22:47.177152 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 79, count: 0
2021.03.24 11:22:47.177158 [ 389 ] {} <Trace> RaftInstance: append at 79
2021.03.24 11:22:47.177177 [ 389 ] {} <Trace> RaftInstance: append at 80
2021.03.24 11:22:47.177188 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 78
2021.03.24 11:22:47.177196 [ 389 ] {} <Trace> RaftInstance: local log idx 80, target_commit_idx 78, quick_commit_index_ 78, state_->get_commit_idx() 75
2021.03.24 11:22:47.177203 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.177226 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.177237 [ 391 ] {} <Debug> RaftInstance: commit upto 78, current idx 75
2021.03.24 11:22:47.177245 [ 391 ] {} <Trace> RaftInstance: commit upto 78, current idx 76
2021.03.24 11:22:47.177278 [ 391 ] {} <Trace> RaftInstance: commit upto 78, current idx 77
2021.03.24 11:22:47.177306 [ 391 ] {} <Trace> RaftInstance: commit upto 78, current idx 78
2021.03.24 11:22:47.177332 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 78, current idx 78
2021.03.24 11:22:47.177342 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.177353 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.177371 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.177387 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.177396 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=81
2021.03.24 11:22:47.197760 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=80, LastLogTerm=1, EntriesLength=3, CommitIndex=82 and Term=1
2021.03.24 11:22:47.197817 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 80 (3), req c idx: 82, my term: 1, my role: 1
2021.03.24 11:22:47.197828 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.197839 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 80, req log term: 1, my last log idx: 80, my log (80) term: 1
2021.03.24 11:22:47.197848 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 81, count: 0, log_store_->next_slot(): 81, req.log_entries().size(): 3
2021.03.24 11:22:47.197857 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 81, count: 0
2021.03.24 11:22:47.197885 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 81, count: 0
2021.03.24 11:22:47.197892 [ 389 ] {} <Trace> RaftInstance: append at 81
2021.03.24 11:22:47.197912 [ 389 ] {} <Trace> RaftInstance: append at 82
2021.03.24 11:22:47.197922 [ 389 ] {} <Trace> RaftInstance: append at 83
2021.03.24 11:22:47.197933 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 82
2021.03.24 11:22:47.197940 [ 389 ] {} <Trace> RaftInstance: local log idx 83, target_commit_idx 82, quick_commit_index_ 82, state_->get_commit_idx() 78
2021.03.24 11:22:47.197947 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.197969 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.197981 [ 391 ] {} <Debug> RaftInstance: commit upto 82, current idx 78
2021.03.24 11:22:47.197989 [ 391 ] {} <Trace> RaftInstance: commit upto 82, current idx 79
2021.03.24 11:22:47.198025 [ 391 ] {} <Trace> RaftInstance: commit upto 82, current idx 80
2021.03.24 11:22:47.198054 [ 391 ] {} <Trace> RaftInstance: commit upto 82, current idx 81
2021.03.24 11:22:47.198069 [ 391 ] {} <Trace> RaftInstance: commit upto 82, current idx 82
2021.03.24 11:22:47.198221 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 82, current idx 82
2021.03.24 11:22:47.198233 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.198244 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.198257 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.198270 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.198279 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=84
2021.03.24 11:22:47.218513 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=83, LastLogTerm=1, EntriesLength=2, CommitIndex=84 and Term=1
2021.03.24 11:22:47.218535 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 83 (2), req c idx: 84, my term: 1, my role: 1
2021.03.24 11:22:47.218546 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.218557 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 83, req log term: 1, my last log idx: 83, my log (83) term: 1
2021.03.24 11:22:47.218565 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 84, count: 0, log_store_->next_slot(): 84, req.log_entries().size(): 2
2021.03.24 11:22:47.218573 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 84, count: 0
2021.03.24 11:22:47.218580 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 84, count: 0
2021.03.24 11:22:47.218586 [ 387 ] {} <Trace> RaftInstance: append at 84
2021.03.24 11:22:47.218604 [ 387 ] {} <Trace> RaftInstance: append at 85
2021.03.24 11:22:47.218615 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 84
2021.03.24 11:22:47.218623 [ 387 ] {} <Trace> RaftInstance: local log idx 85, target_commit_idx 84, quick_commit_index_ 84, state_->get_commit_idx() 82
2021.03.24 11:22:47.218630 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.218645 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.218659 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.218660 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.218675 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.218686 [ 391 ] {} <Debug> RaftInstance: commit upto 84, current idx 82
2021.03.24 11:22:47.218718 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=86
2021.03.24 11:22:47.218743 [ 391 ] {} <Trace> RaftInstance: commit upto 84, current idx 83
2021.03.24 11:22:47.218813 [ 391 ] {} <Trace> RaftInstance: commit upto 84, current idx 84
2021.03.24 11:22:47.218834 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 84, current idx 84
2021.03.24 11:22:47.218840 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.239209 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=85, LastLogTerm=1, EntriesLength=1, CommitIndex=85 and Term=1
2021.03.24 11:22:47.239259 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 85 (1), req c idx: 85, my term: 1, my role: 1
2021.03.24 11:22:47.239269 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.239280 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 85, req log term: 1, my last log idx: 85, my log (85) term: 1
2021.03.24 11:22:47.239289 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 86, count: 0, log_store_->next_slot(): 86, req.log_entries().size(): 1
2021.03.24 11:22:47.239297 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 86, count: 0
2021.03.24 11:22:47.239303 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 86, count: 0
2021.03.24 11:22:47.239309 [ 389 ] {} <Trace> RaftInstance: append at 86
2021.03.24 11:22:47.239329 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 85
2021.03.24 11:22:47.239336 [ 389 ] {} <Trace> RaftInstance: local log idx 86, target_commit_idx 85, quick_commit_index_ 85, state_->get_commit_idx() 84
2021.03.24 11:22:47.239343 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.239367 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.239412 [ 391 ] {} <Debug> RaftInstance: commit upto 85, current idx 84
2021.03.24 11:22:47.239424 [ 391 ] {} <Trace> RaftInstance: commit upto 85, current idx 85
2021.03.24 11:22:47.239449 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 85, current idx 85
2021.03.24 11:22:47.239455 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.239466 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.239483 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.239499 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.239507 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=87
2021.03.24 11:22:47.259885 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=86, LastLogTerm=1, EntriesLength=1, CommitIndex=87 and Term=1
2021.03.24 11:22:47.259924 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 86 (1), req c idx: 87, my term: 1, my role: 1
2021.03.24 11:22:47.259935 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.259945 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 86, req log term: 1, my last log idx: 86, my log (86) term: 1
2021.03.24 11:22:47.259955 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 87, count: 0, log_store_->next_slot(): 87, req.log_entries().size(): 1
2021.03.24 11:22:47.259980 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 87, count: 0
2021.03.24 11:22:47.259987 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 87, count: 0
2021.03.24 11:22:47.259994 [ 390 ] {} <Trace> RaftInstance: append at 87
2021.03.24 11:22:47.260013 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 87
2021.03.24 11:22:47.260020 [ 390 ] {} <Trace> RaftInstance: local log idx 87, target_commit_idx 87, quick_commit_index_ 87, state_->get_commit_idx() 85
2021.03.24 11:22:47.260027 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.260042 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.260059 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.260058 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.260101 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.260125 [ 391 ] {} <Debug> RaftInstance: commit upto 87, current idx 85
2021.03.24 11:22:47.260146 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=88
2021.03.24 11:22:47.260154 [ 391 ] {} <Trace> RaftInstance: commit upto 87, current idx 86
2021.03.24 11:22:47.260180 [ 391 ] {} <Trace> RaftInstance: commit upto 87, current idx 87
2021.03.24 11:22:47.260219 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 87, current idx 87
2021.03.24 11:22:47.260229 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.280612 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=87, LastLogTerm=1, EntriesLength=2, CommitIndex=89 and Term=1
2021.03.24 11:22:47.280673 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 87 (2), req c idx: 89, my term: 1, my role: 1
2021.03.24 11:22:47.280684 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.280694 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 87, req log term: 1, my last log idx: 87, my log (87) term: 1
2021.03.24 11:22:47.280703 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 88, count: 0, log_store_->next_slot(): 88, req.log_entries().size(): 2
2021.03.24 11:22:47.280711 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 88, count: 0
2021.03.24 11:22:47.280717 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 88, count: 0
2021.03.24 11:22:47.280723 [ 387 ] {} <Trace> RaftInstance: append at 88
2021.03.24 11:22:47.280751 [ 387 ] {} <Trace> RaftInstance: append at 89
2021.03.24 11:22:47.280761 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 89
2021.03.24 11:22:47.280768 [ 387 ] {} <Trace> RaftInstance: local log idx 89, target_commit_idx 89, quick_commit_index_ 89, state_->get_commit_idx() 87
2021.03.24 11:22:47.280775 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.280790 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.280803 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.280810 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.280817 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.280835 [ 391 ] {} <Debug> RaftInstance: commit upto 89, current idx 87
2021.03.24 11:22:47.280842 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=90
2021.03.24 11:22:47.280846 [ 391 ] {} <Trace> RaftInstance: commit upto 89, current idx 88
2021.03.24 11:22:47.280886 [ 391 ] {} <Trace> RaftInstance: commit upto 89, current idx 89
2021.03.24 11:22:47.280912 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 89, current idx 89
2021.03.24 11:22:47.280918 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.301419 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=87, LastLogTerm=1, EntriesLength=4, CommitIndex=91 and Term=1
2021.03.24 11:22:47.301459 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 87 (4), req c idx: 91, my term: 1, my role: 1
2021.03.24 11:22:47.301469 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.301479 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 87, req log term: 1, my last log idx: 89, my log (87) term: 1
2021.03.24 11:22:47.301487 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 88, count: 0, log_store_->next_slot(): 90, req.log_entries().size(): 4
2021.03.24 11:22:47.301495 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 90, count: 2
2021.03.24 11:22:47.301502 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 90, count: 2
2021.03.24 11:22:47.301509 [ 388 ] {} <Trace> RaftInstance: append at 90
2021.03.24 11:22:47.301524 [ 388 ] {} <Trace> RaftInstance: append at 91
2021.03.24 11:22:47.301543 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 91
2021.03.24 11:22:47.301553 [ 388 ] {} <Trace> RaftInstance: local log idx 91, target_commit_idx 91, quick_commit_index_ 91, state_->get_commit_idx() 89
2021.03.24 11:22:47.301560 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.301571 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.301587 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.301601 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.301610 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=92
2021.03.24 11:22:47.301615 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.301637 [ 391 ] {} <Debug> RaftInstance: commit upto 91, current idx 89
2021.03.24 11:22:47.301651 [ 391 ] {} <Trace> RaftInstance: commit upto 91, current idx 90
2021.03.24 11:22:47.301710 [ 391 ] {} <Trace> RaftInstance: commit upto 91, current idx 91
2021.03.24 11:22:47.301724 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 91, current idx 91
2021.03.24 11:22:47.301731 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.322221 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=91, LastLogTerm=1, EntriesLength=1, CommitIndex=92 and Term=1
2021.03.24 11:22:47.322272 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 91 (1), req c idx: 92, my term: 1, my role: 1
2021.03.24 11:22:47.322302 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.322316 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 91, req log term: 1, my last log idx: 91, my log (91) term: 1
2021.03.24 11:22:47.322325 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 92, count: 0, log_store_->next_slot(): 92, req.log_entries().size(): 1
2021.03.24 11:22:47.322333 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 92, count: 0
2021.03.24 11:22:47.322340 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 92, count: 0
2021.03.24 11:22:47.322347 [ 389 ] {} <Trace> RaftInstance: append at 92
2021.03.24 11:22:47.322367 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 92
2021.03.24 11:22:47.322374 [ 389 ] {} <Trace> RaftInstance: local log idx 92, target_commit_idx 92, quick_commit_index_ 92, state_->get_commit_idx() 91
2021.03.24 11:22:47.322381 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.322402 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.322414 [ 391 ] {} <Debug> RaftInstance: commit upto 92, current idx 91
2021.03.24 11:22:47.322422 [ 391 ] {} <Trace> RaftInstance: commit upto 92, current idx 92
2021.03.24 11:22:47.322499 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 92, current idx 92
2021.03.24 11:22:47.322510 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.322522 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.322538 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.322553 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.322562 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=93
2021.03.24 11:22:47.343407 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=92, LastLogTerm=1, EntriesLength=4, CommitIndex=95 and Term=1
2021.03.24 11:22:47.343461 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 92 (4), req c idx: 95, my term: 1, my role: 1
2021.03.24 11:22:47.343471 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.343483 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 92, req log term: 1, my last log idx: 92, my log (92) term: 1
2021.03.24 11:22:47.343500 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 93, count: 0, log_store_->next_slot(): 93, req.log_entries().size(): 4
2021.03.24 11:22:47.343508 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 93, count: 0
2021.03.24 11:22:47.343515 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 93, count: 0
2021.03.24 11:22:47.343521 [ 388 ] {} <Trace> RaftInstance: append at 93
2021.03.24 11:22:47.343540 [ 388 ] {} <Trace> RaftInstance: append at 94
2021.03.24 11:22:47.343549 [ 388 ] {} <Trace> RaftInstance: append at 95
2021.03.24 11:22:47.343558 [ 388 ] {} <Trace> RaftInstance: append at 96
2021.03.24 11:22:47.343568 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 95
2021.03.24 11:22:47.343585 [ 388 ] {} <Trace> RaftInstance: local log idx 96, target_commit_idx 95, quick_commit_index_ 95, state_->get_commit_idx() 92
2021.03.24 11:22:47.343591 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.343606 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.343621 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.343635 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.343648 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=97
2021.03.24 11:22:47.343667 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.343689 [ 391 ] {} <Debug> RaftInstance: commit upto 95, current idx 92
2021.03.24 11:22:47.343711 [ 391 ] {} <Trace> RaftInstance: commit upto 95, current idx 93
2021.03.24 11:22:47.343760 [ 391 ] {} <Trace> RaftInstance: commit upto 95, current idx 94
2021.03.24 11:22:47.343792 [ 391 ] {} <Trace> RaftInstance: commit upto 95, current idx 95
2021.03.24 11:22:47.343806 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 95, current idx 95
2021.03.24 11:22:47.343813 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.364058 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=96, LastLogTerm=1, EntriesLength=4, CommitIndex=99 and Term=1
2021.03.24 11:22:47.364100 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 96 (4), req c idx: 99, my term: 1, my role: 1
2021.03.24 11:22:47.364111 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.364128 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 96, req log term: 1, my last log idx: 96, my log (96) term: 1
2021.03.24 11:22:47.364138 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 97, count: 0, log_store_->next_slot(): 97, req.log_entries().size(): 4
2021.03.24 11:22:47.364145 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 97, count: 0
2021.03.24 11:22:47.364168 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 97, count: 0
2021.03.24 11:22:47.364175 [ 389 ] {} <Trace> RaftInstance: append at 97
2021.03.24 11:22:47.364193 [ 389 ] {} <Trace> RaftInstance: append at 98
2021.03.24 11:22:47.364249 [ 389 ] {} <Trace> RaftInstance: append at 99
2021.03.24 11:22:47.364261 [ 389 ] {} <Trace> RaftInstance: append at 100
2021.03.24 11:22:47.364276 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 99
2021.03.24 11:22:47.364284 [ 389 ] {} <Trace> RaftInstance: local log idx 100, target_commit_idx 99, quick_commit_index_ 99, state_->get_commit_idx() 95
2021.03.24 11:22:47.364291 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.364310 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.364320 [ 391 ] {} <Debug> RaftInstance: commit upto 99, current idx 95
2021.03.24 11:22:47.364328 [ 391 ] {} <Trace> RaftInstance: commit upto 99, current idx 96
2021.03.24 11:22:47.364349 [ 391 ] {} <Trace> RaftInstance: commit upto 99, current idx 97
2021.03.24 11:22:47.364374 [ 391 ] {} <Trace> RaftInstance: commit upto 99, current idx 98
2021.03.24 11:22:47.364414 [ 391 ] {} <Trace> RaftInstance: commit upto 99, current idx 99
2021.03.24 11:22:47.364440 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 99, current idx 99
2021.03.24 11:22:47.364447 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.364458 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.364473 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.364489 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.364501 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=101
2021.03.24 11:22:47.397963 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=96, LastLogTerm=1, EntriesLength=6, CommitIndex=101 and Term=1
2021.03.24 11:22:47.398017 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 96 (6), req c idx: 101, my term: 1, my role: 1
2021.03.24 11:22:47.398027 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.398038 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 96, req log term: 1, my last log idx: 100, my log (96) term: 1
2021.03.24 11:22:47.398046 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 97, count: 0, log_store_->next_slot(): 101, req.log_entries().size(): 6
2021.03.24 11:22:47.398055 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 101, count: 4
2021.03.24 11:22:47.398062 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 101, count: 4
2021.03.24 11:22:47.398068 [ 390 ] {} <Trace> RaftInstance: append at 101
2021.03.24 11:22:47.398087 [ 390 ] {} <Trace> RaftInstance: append at 102
2021.03.24 11:22:47.398099 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 101
2021.03.24 11:22:47.398107 [ 390 ] {} <Trace> RaftInstance: local log idx 102, target_commit_idx 101, quick_commit_index_ 101, state_->get_commit_idx() 99
2021.03.24 11:22:47.398114 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.398125 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.398143 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.398158 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.398166 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=103
2021.03.24 11:22:47.398203 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.398226 [ 391 ] {} <Debug> RaftInstance: commit upto 101, current idx 99
2021.03.24 11:22:47.398274 [ 391 ] {} <Trace> RaftInstance: commit upto 101, current idx 100
2021.03.24 11:22:47.398338 [ 391 ] {} <Information> RaftInstance: creating a snapshot for index 100
2021.03.24 11:22:47.398350 [ 391 ] {} <Information> RaftInstance: create snapshot idx 100 log_term 1
2021.03.24 11:22:47.398405 [ 391 ] {} <Information> RaftInstance: create snapshot idx 100 log_term 1 done: 45 us elapsed
2021.03.24 11:22:47.398414 [ 391 ] {} <Trace> RaftInstance: commit upto 101, current idx 101
2021.03.24 11:22:47.398452 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 101, current idx 101
2021.03.24 11:22:47.398460 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.418488 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=102, LastLogTerm=1, EntriesLength=3, CommitIndex=103 and Term=1
2021.03.24 11:22:47.418532 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 102 (3), req c idx: 103, my term: 1, my role: 1
2021.03.24 11:22:47.418581 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.418597 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 102, req log term: 1, my last log idx: 102, my log (102) term: 1
2021.03.24 11:22:47.418606 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 103, count: 0, log_store_->next_slot(): 103, req.log_entries().size(): 3
2021.03.24 11:22:47.418614 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 103, count: 0
2021.03.24 11:22:47.418621 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 103, count: 0
2021.03.24 11:22:47.418627 [ 388 ] {} <Trace> RaftInstance: append at 103
2021.03.24 11:22:47.418646 [ 388 ] {} <Trace> RaftInstance: append at 104
2021.03.24 11:22:47.418656 [ 388 ] {} <Trace> RaftInstance: append at 105
2021.03.24 11:22:47.418667 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 103
2021.03.24 11:22:47.418675 [ 388 ] {} <Trace> RaftInstance: local log idx 105, target_commit_idx 103, quick_commit_index_ 103, state_->get_commit_idx() 101
2021.03.24 11:22:47.418681 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.418701 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.418716 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.418731 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.418733 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.418759 [ 391 ] {} <Debug> RaftInstance: commit upto 103, current idx 101
2021.03.24 11:22:47.418740 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=106
2021.03.24 11:22:47.418768 [ 391 ] {} <Trace> RaftInstance: commit upto 103, current idx 102
2021.03.24 11:22:47.418817 [ 391 ] {} <Trace> RaftInstance: commit upto 103, current idx 103
2021.03.24 11:22:47.418866 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 103, current idx 103
2021.03.24 11:22:47.418876 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.435845 [ 396 ] {} <Debug> RaftInstance: snapshot created, compact the log store
2021.03.24 11:22:47.435856 [ 396 ] {} <Debug> RaftInstance: log_store_ compact upto 90
2021.03.24 11:22:47.439198 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=105, LastLogTerm=1, EntriesLength=4, CommitIndex=106 and Term=1
2021.03.24 11:22:47.439270 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 105 (4), req c idx: 106, my term: 1, my role: 1
2021.03.24 11:22:47.439281 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.439293 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 105, req log term: 1, my last log idx: 105, my log (105) term: 1
2021.03.24 11:22:47.439302 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 106, count: 0, log_store_->next_slot(): 106, req.log_entries().size(): 4
2021.03.24 11:22:47.439310 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 106, count: 0
2021.03.24 11:22:47.439317 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 106, count: 0
2021.03.24 11:22:47.439323 [ 389 ] {} <Trace> RaftInstance: append at 106
2021.03.24 11:22:47.439341 [ 389 ] {} <Trace> RaftInstance: append at 107
2021.03.24 11:22:47.439350 [ 389 ] {} <Trace> RaftInstance: append at 108
2021.03.24 11:22:47.439386 [ 389 ] {} <Trace> RaftInstance: append at 109
2021.03.24 11:22:47.439398 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 106
2021.03.24 11:22:47.439406 [ 389 ] {} <Trace> RaftInstance: local log idx 109, target_commit_idx 106, quick_commit_index_ 106, state_->get_commit_idx() 103
2021.03.24 11:22:47.439412 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.439433 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.439443 [ 391 ] {} <Debug> RaftInstance: commit upto 106, current idx 103
2021.03.24 11:22:47.439451 [ 391 ] {} <Trace> RaftInstance: commit upto 106, current idx 104
2021.03.24 11:22:47.439507 [ 391 ] {} <Trace> RaftInstance: commit upto 106, current idx 105
2021.03.24 11:22:47.439530 [ 391 ] {} <Trace> RaftInstance: commit upto 106, current idx 106
2021.03.24 11:22:47.439554 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 106, current idx 106
2021.03.24 11:22:47.439562 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.439571 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.439588 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.439604 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.439613 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=110
2021.03.24 11:22:47.460222 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=109, LastLogTerm=1, EntriesLength=1, CommitIndex=109 and Term=1
2021.03.24 11:22:47.460301 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 109 (1), req c idx: 109, my term: 1, my role: 1
2021.03.24 11:22:47.460313 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.460324 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 109, req log term: 1, my last log idx: 109, my log (109) term: 1
2021.03.24 11:22:47.460333 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 110, count: 0, log_store_->next_slot(): 110, req.log_entries().size(): 1
2021.03.24 11:22:47.460340 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 110, count: 0
2021.03.24 11:22:47.460346 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 110, count: 0
2021.03.24 11:22:47.460353 [ 387 ] {} <Trace> RaftInstance: append at 110
2021.03.24 11:22:47.460372 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 109
2021.03.24 11:22:47.460379 [ 387 ] {} <Trace> RaftInstance: local log idx 110, target_commit_idx 109, quick_commit_index_ 109, state_->get_commit_idx() 106
2021.03.24 11:22:47.460399 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.460411 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.460427 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.460441 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.460450 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=111
2021.03.24 11:22:47.460459 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.460512 [ 391 ] {} <Debug> RaftInstance: commit upto 109, current idx 106
2021.03.24 11:22:47.460523 [ 391 ] {} <Trace> RaftInstance: commit upto 109, current idx 107
2021.03.24 11:22:47.460552 [ 391 ] {} <Trace> RaftInstance: commit upto 109, current idx 108
2021.03.24 11:22:47.460610 [ 391 ] {} <Trace> RaftInstance: commit upto 109, current idx 109
2021.03.24 11:22:47.460639 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 109, current idx 109
2021.03.24 11:22:47.460670 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.480895 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=110, LastLogTerm=1, EntriesLength=3, CommitIndex=113 and Term=1
2021.03.24 11:22:47.480945 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 110 (3), req c idx: 113, my term: 1, my role: 1
2021.03.24 11:22:47.480955 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.480966 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 110, req log term: 1, my last log idx: 110, my log (110) term: 1
2021.03.24 11:22:47.480974 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 111, count: 0, log_store_->next_slot(): 111, req.log_entries().size(): 3
2021.03.24 11:22:47.480982 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 111, count: 0
2021.03.24 11:22:47.480988 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 111, count: 0
2021.03.24 11:22:47.480995 [ 390 ] {} <Trace> RaftInstance: append at 111
2021.03.24 11:22:47.481013 [ 390 ] {} <Trace> RaftInstance: append at 112
2021.03.24 11:22:47.481023 [ 390 ] {} <Trace> RaftInstance: append at 113
2021.03.24 11:22:47.481033 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 113
2021.03.24 11:22:47.481041 [ 390 ] {} <Trace> RaftInstance: local log idx 113, target_commit_idx 113, quick_commit_index_ 113, state_->get_commit_idx() 109
2021.03.24 11:22:47.481047 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.481058 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.481088 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.481106 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.481115 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=114
2021.03.24 11:22:47.481141 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.481170 [ 391 ] {} <Debug> RaftInstance: commit upto 113, current idx 109
2021.03.24 11:22:47.481181 [ 391 ] {} <Trace> RaftInstance: commit upto 113, current idx 110
2021.03.24 11:22:47.481236 [ 391 ] {} <Trace> RaftInstance: commit upto 113, current idx 111
2021.03.24 11:22:47.481318 [ 391 ] {} <Trace> RaftInstance: commit upto 113, current idx 112
2021.03.24 11:22:47.481345 [ 391 ] {} <Trace> RaftInstance: commit upto 113, current idx 113
2021.03.24 11:22:47.481385 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 113, current idx 113
2021.03.24 11:22:47.481393 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.501593 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=113, LastLogTerm=1, EntriesLength=3, CommitIndex=115 and Term=1
2021.03.24 11:22:47.501655 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 113 (3), req c idx: 115, my term: 1, my role: 1
2021.03.24 11:22:47.501672 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.501684 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 113, req log term: 1, my last log idx: 113, my log (113) term: 1
2021.03.24 11:22:47.501693 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 114, count: 0, log_store_->next_slot(): 114, req.log_entries().size(): 3
2021.03.24 11:22:47.501701 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 114, count: 0
2021.03.24 11:22:47.501708 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 114, count: 0
2021.03.24 11:22:47.501714 [ 390 ] {} <Trace> RaftInstance: append at 114
2021.03.24 11:22:47.501733 [ 390 ] {} <Trace> RaftInstance: append at 115
2021.03.24 11:22:47.501742 [ 390 ] {} <Trace> RaftInstance: append at 116
2021.03.24 11:22:47.501752 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 115
2021.03.24 11:22:47.501760 [ 390 ] {} <Trace> RaftInstance: local log idx 116, target_commit_idx 115, quick_commit_index_ 115, state_->get_commit_idx() 113
2021.03.24 11:22:47.501766 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.501783 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.501835 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.501862 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.501878 [ 391 ] {} <Debug> RaftInstance: commit upto 115, current idx 113
2021.03.24 11:22:47.501918 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.501937 [ 391 ] {} <Trace> RaftInstance: commit upto 115, current idx 114
2021.03.24 11:22:47.501944 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=117
2021.03.24 11:22:47.501978 [ 391 ] {} <Trace> RaftInstance: commit upto 115, current idx 115
2021.03.24 11:22:47.502008 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 115, current idx 115
2021.03.24 11:22:47.502017 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.522487 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=116, LastLogTerm=1, EntriesLength=4, CommitIndex=118 and Term=1
2021.03.24 11:22:47.522544 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 116 (4), req c idx: 118, my term: 1, my role: 1
2021.03.24 11:22:47.522554 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.522566 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 116, req log term: 1, my last log idx: 116, my log (116) term: 1
2021.03.24 11:22:47.522575 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 117, count: 0, log_store_->next_slot(): 117, req.log_entries().size(): 4
2021.03.24 11:22:47.522582 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 117, count: 0
2021.03.24 11:22:47.522609 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 117, count: 0
2021.03.24 11:22:47.522616 [ 388 ] {} <Trace> RaftInstance: append at 117
2021.03.24 11:22:47.522635 [ 388 ] {} <Trace> RaftInstance: append at 118
2021.03.24 11:22:47.522651 [ 388 ] {} <Trace> RaftInstance: append at 119
2021.03.24 11:22:47.522661 [ 388 ] {} <Trace> RaftInstance: append at 120
2021.03.24 11:22:47.522671 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 118
2021.03.24 11:22:47.522679 [ 388 ] {} <Trace> RaftInstance: local log idx 120, target_commit_idx 118, quick_commit_index_ 118, state_->get_commit_idx() 115
2021.03.24 11:22:47.522685 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.522698 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.522715 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.522731 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.522739 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=121
2021.03.24 11:22:47.522813 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.522827 [ 391 ] {} <Debug> RaftInstance: commit upto 118, current idx 115
2021.03.24 11:22:47.522862 [ 391 ] {} <Trace> RaftInstance: commit upto 118, current idx 116
2021.03.24 11:22:47.522891 [ 391 ] {} <Trace> RaftInstance: commit upto 118, current idx 117
2021.03.24 11:22:47.522922 [ 391 ] {} <Trace> RaftInstance: commit upto 118, current idx 118
2021.03.24 11:22:47.522934 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 118, current idx 118
2021.03.24 11:22:47.522952 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.543488 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=120, LastLogTerm=1, EntriesLength=2, CommitIndex=120 and Term=1
2021.03.24 11:22:47.543550 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 120 (2), req c idx: 120, my term: 1, my role: 1
2021.03.24 11:22:47.543561 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.543573 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 120, req log term: 1, my last log idx: 120, my log (120) term: 1
2021.03.24 11:22:47.543581 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 121, count: 0, log_store_->next_slot(): 121, req.log_entries().size(): 2
2021.03.24 11:22:47.543589 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 121, count: 0
2021.03.24 11:22:47.543596 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 121, count: 0
2021.03.24 11:22:47.543603 [ 390 ] {} <Trace> RaftInstance: append at 121
2021.03.24 11:22:47.543622 [ 390 ] {} <Trace> RaftInstance: append at 122
2021.03.24 11:22:47.543632 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 120
2021.03.24 11:22:47.543672 [ 390 ] {} <Trace> RaftInstance: local log idx 122, target_commit_idx 120, quick_commit_index_ 120, state_->get_commit_idx() 118
2021.03.24 11:22:47.543681 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.543700 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.543761 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.543810 [ 391 ] {} <Debug> RaftInstance: commit upto 120, current idx 118
2021.03.24 11:22:47.543774 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.543823 [ 391 ] {} <Trace> RaftInstance: commit upto 120, current idx 119
2021.03.24 11:22:47.543844 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.543858 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=123
2021.03.24 11:22:47.543899 [ 391 ] {} <Trace> RaftInstance: commit upto 120, current idx 120
2021.03.24 11:22:47.543943 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 120, current idx 120
2021.03.24 11:22:47.543964 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.564215 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=122, LastLogTerm=1, EntriesLength=3, CommitIndex=124 and Term=1
2021.03.24 11:22:47.564313 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 122 (3), req c idx: 124, my term: 1, my role: 1
2021.03.24 11:22:47.564346 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.564388 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 122, req log term: 1, my last log idx: 122, my log (122) term: 1
2021.03.24 11:22:47.564404 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 123, count: 0, log_store_->next_slot(): 123, req.log_entries().size(): 3
2021.03.24 11:22:47.564417 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 123, count: 0
2021.03.24 11:22:47.564430 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 123, count: 0
2021.03.24 11:22:47.564447 [ 388 ] {} <Trace> RaftInstance: append at 123
2021.03.24 11:22:47.564477 [ 388 ] {} <Trace> RaftInstance: append at 124
2021.03.24 11:22:47.564494 [ 388 ] {} <Trace> RaftInstance: append at 125
2021.03.24 11:22:47.564511 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 124
2021.03.24 11:22:47.564524 [ 388 ] {} <Trace> RaftInstance: local log idx 125, target_commit_idx 124, quick_commit_index_ 124, state_->get_commit_idx() 120
2021.03.24 11:22:47.564536 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.564558 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.564587 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.564609 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.564647 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=126
2021.03.24 11:22:47.564657 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.564715 [ 391 ] {} <Debug> RaftInstance: commit upto 124, current idx 120
2021.03.24 11:22:47.564728 [ 391 ] {} <Trace> RaftInstance: commit upto 124, current idx 121
2021.03.24 11:22:47.564798 [ 391 ] {} <Trace> RaftInstance: commit upto 124, current idx 122
2021.03.24 11:22:47.564819 [ 391 ] {} <Trace> RaftInstance: commit upto 124, current idx 123
2021.03.24 11:22:47.564865 [ 391 ] {} <Trace> RaftInstance: commit upto 124, current idx 124
2021.03.24 11:22:47.564987 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 124, current idx 124
2021.03.24 11:22:47.564999 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.584947 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=125, LastLogTerm=1, EntriesLength=3, CommitIndex=126 and Term=1
2021.03.24 11:22:47.584998 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 125 (3), req c idx: 126, my term: 1, my role: 1
2021.03.24 11:22:47.585008 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.585019 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 125, req log term: 1, my last log idx: 125, my log (125) term: 1
2021.03.24 11:22:47.585028 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 126, count: 0, log_store_->next_slot(): 126, req.log_entries().size(): 3
2021.03.24 11:22:47.585048 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 126, count: 0
2021.03.24 11:22:47.585055 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 126, count: 0
2021.03.24 11:22:47.585084 [ 390 ] {} <Trace> RaftInstance: append at 126
2021.03.24 11:22:47.585103 [ 390 ] {} <Trace> RaftInstance: append at 127
2021.03.24 11:22:47.585112 [ 390 ] {} <Trace> RaftInstance: append at 128
2021.03.24 11:22:47.585123 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 126
2021.03.24 11:22:47.585130 [ 390 ] {} <Trace> RaftInstance: local log idx 128, target_commit_idx 126, quick_commit_index_ 126, state_->get_commit_idx() 124
2021.03.24 11:22:47.585137 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.585148 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.585164 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.585180 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.585189 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=129
2021.03.24 11:22:47.585230 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.585301 [ 391 ] {} <Debug> RaftInstance: commit upto 126, current idx 124
2021.03.24 11:22:47.585312 [ 391 ] {} <Trace> RaftInstance: commit upto 126, current idx 125
2021.03.24 11:22:47.585355 [ 391 ] {} <Trace> RaftInstance: commit upto 126, current idx 126
2021.03.24 11:22:47.585463 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 126, current idx 126
2021.03.24 11:22:47.585474 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.605564 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=128, LastLogTerm=1, EntriesLength=2, CommitIndex=128 and Term=1
2021.03.24 11:22:47.605626 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 128 (2), req c idx: 128, my term: 1, my role: 1
2021.03.24 11:22:47.605637 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.605649 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 128, req log term: 1, my last log idx: 128, my log (128) term: 1
2021.03.24 11:22:47.605658 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 129, count: 0, log_store_->next_slot(): 129, req.log_entries().size(): 2
2021.03.24 11:22:47.605666 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 129, count: 0
2021.03.24 11:22:47.605673 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 129, count: 0
2021.03.24 11:22:47.605679 [ 388 ] {} <Trace> RaftInstance: append at 129
2021.03.24 11:22:47.605699 [ 388 ] {} <Trace> RaftInstance: append at 130
2021.03.24 11:22:47.605709 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 128
2021.03.24 11:22:47.605717 [ 388 ] {} <Trace> RaftInstance: local log idx 130, target_commit_idx 128, quick_commit_index_ 128, state_->get_commit_idx() 126
2021.03.24 11:22:47.605724 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.605739 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.605754 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.605765 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.605769 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.605799 [ 391 ] {} <Debug> RaftInstance: commit upto 128, current idx 126
2021.03.24 11:22:47.605807 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=131
2021.03.24 11:22:47.605811 [ 391 ] {} <Trace> RaftInstance: commit upto 128, current idx 127
2021.03.24 11:22:47.605889 [ 391 ] {} <Trace> RaftInstance: commit upto 128, current idx 128
2021.03.24 11:22:47.605916 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 128, current idx 128
2021.03.24 11:22:47.605924 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.626212 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=130, LastLogTerm=1, EntriesLength=2, CommitIndex=131 and Term=1
2021.03.24 11:22:47.626254 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 130 (2), req c idx: 131, my term: 1, my role: 1
2021.03.24 11:22:47.626264 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.626274 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 130, req log term: 1, my last log idx: 130, my log (130) term: 1
2021.03.24 11:22:47.626298 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 131, count: 0, log_store_->next_slot(): 131, req.log_entries().size(): 2
2021.03.24 11:22:47.626310 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 131, count: 0
2021.03.24 11:22:47.626317 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 131, count: 0
2021.03.24 11:22:47.626324 [ 388 ] {} <Trace> RaftInstance: append at 131
2021.03.24 11:22:47.626341 [ 388 ] {} <Trace> RaftInstance: append at 132
2021.03.24 11:22:47.626352 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 131
2021.03.24 11:22:47.626360 [ 388 ] {} <Trace> RaftInstance: local log idx 132, target_commit_idx 131, quick_commit_index_ 131, state_->get_commit_idx() 128
2021.03.24 11:22:47.626367 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.626385 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.626401 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.626403 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.626415 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.626427 [ 391 ] {} <Debug> RaftInstance: commit upto 131, current idx 128
2021.03.24 11:22:47.626435 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=133
2021.03.24 11:22:47.626438 [ 391 ] {} <Trace> RaftInstance: commit upto 131, current idx 129
2021.03.24 11:22:47.626514 [ 391 ] {} <Trace> RaftInstance: commit upto 131, current idx 130
2021.03.24 11:22:47.626577 [ 391 ] {} <Trace> RaftInstance: commit upto 131, current idx 131
2021.03.24 11:22:47.626641 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 131, current idx 131
2021.03.24 11:22:47.626651 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.647056 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=132, LastLogTerm=1, EntriesLength=3, CommitIndex=133 and Term=1
2021.03.24 11:22:47.647111 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 132 (3), req c idx: 133, my term: 1, my role: 1
2021.03.24 11:22:47.647129 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.647141 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 132, req log term: 1, my last log idx: 132, my log (132) term: 1
2021.03.24 11:22:47.647150 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 133, count: 0, log_store_->next_slot(): 133, req.log_entries().size(): 3
2021.03.24 11:22:47.647157 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 133, count: 0
2021.03.24 11:22:47.647164 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 133, count: 0
2021.03.24 11:22:47.647171 [ 390 ] {} <Trace> RaftInstance: append at 133
2021.03.24 11:22:47.647190 [ 390 ] {} <Trace> RaftInstance: append at 134
2021.03.24 11:22:47.647199 [ 390 ] {} <Trace> RaftInstance: append at 135
2021.03.24 11:22:47.647210 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 133
2021.03.24 11:22:47.647254 [ 390 ] {} <Trace> RaftInstance: local log idx 135, target_commit_idx 133, quick_commit_index_ 133, state_->get_commit_idx() 131
2021.03.24 11:22:47.647262 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.647276 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.647291 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.647307 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.647316 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=136
2021.03.24 11:22:47.647318 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.647355 [ 391 ] {} <Debug> RaftInstance: commit upto 133, current idx 131
2021.03.24 11:22:47.647365 [ 391 ] {} <Trace> RaftInstance: commit upto 133, current idx 132
2021.03.24 11:22:47.647434 [ 391 ] {} <Trace> RaftInstance: commit upto 133, current idx 133
2021.03.24 11:22:47.647493 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 133, current idx 133
2021.03.24 11:22:47.647502 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.667714 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=135, LastLogTerm=1, EntriesLength=4, CommitIndex=137 and Term=1
2021.03.24 11:22:47.667754 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 135 (4), req c idx: 137, my term: 1, my role: 1
2021.03.24 11:22:47.667765 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.667776 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 135, req log term: 1, my last log idx: 135, my log (135) term: 1
2021.03.24 11:22:47.667784 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 136, count: 0, log_store_->next_slot(): 136, req.log_entries().size(): 4
2021.03.24 11:22:47.667791 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 136, count: 0
2021.03.24 11:22:47.667798 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 136, count: 0
2021.03.24 11:22:47.667804 [ 387 ] {} <Trace> RaftInstance: append at 136
2021.03.24 11:22:47.667822 [ 387 ] {} <Trace> RaftInstance: append at 137
2021.03.24 11:22:47.667832 [ 387 ] {} <Trace> RaftInstance: append at 138
2021.03.24 11:22:47.667841 [ 387 ] {} <Trace> RaftInstance: append at 139
2021.03.24 11:22:47.667852 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 137
2021.03.24 11:22:47.667859 [ 387 ] {} <Trace> RaftInstance: local log idx 139, target_commit_idx 137, quick_commit_index_ 137, state_->get_commit_idx() 133
2021.03.24 11:22:47.667866 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.667877 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.667892 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.667907 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.667927 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=140
2021.03.24 11:22:47.667955 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.667978 [ 391 ] {} <Debug> RaftInstance: commit upto 137, current idx 133
2021.03.24 11:22:47.667988 [ 391 ] {} <Trace> RaftInstance: commit upto 137, current idx 134
2021.03.24 11:22:47.668049 [ 391 ] {} <Trace> RaftInstance: commit upto 137, current idx 135
2021.03.24 11:22:47.668072 [ 391 ] {} <Trace> RaftInstance: commit upto 137, current idx 136
2021.03.24 11:22:47.668087 [ 391 ] {} <Trace> RaftInstance: commit upto 137, current idx 137
2021.03.24 11:22:47.668122 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 137, current idx 137
2021.03.24 11:22:47.668129 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.705986 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=139, LastLogTerm=1, EntriesLength=2, CommitIndex=139 and Term=1
2021.03.24 11:22:47.706039 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 139 (2), req c idx: 139, my term: 1, my role: 1
2021.03.24 11:22:47.706050 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.706062 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 139, req log term: 1, my last log idx: 139, my log (139) term: 1
2021.03.24 11:22:47.706072 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 140, count: 0, log_store_->next_slot(): 140, req.log_entries().size(): 2
2021.03.24 11:22:47.706080 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 140, count: 0
2021.03.24 11:22:47.706087 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 140, count: 0
2021.03.24 11:22:47.706094 [ 388 ] {} <Trace> RaftInstance: append at 140
2021.03.24 11:22:47.706112 [ 388 ] {} <Trace> RaftInstance: append at 141
2021.03.24 11:22:47.706123 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 139
2021.03.24 11:22:47.706131 [ 388 ] {} <Trace> RaftInstance: local log idx 141, target_commit_idx 139, quick_commit_index_ 139, state_->get_commit_idx() 137
2021.03.24 11:22:47.706138 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.706154 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.706166 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.706181 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.706189 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=142
2021.03.24 11:22:47.706219 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.706266 [ 391 ] {} <Debug> RaftInstance: commit upto 139, current idx 137
2021.03.24 11:22:47.706277 [ 391 ] {} <Trace> RaftInstance: commit upto 139, current idx 138
2021.03.24 11:22:47.706336 [ 391 ] {} <Trace> RaftInstance: commit upto 139, current idx 139
2021.03.24 11:22:47.706390 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 139, current idx 139
2021.03.24 11:22:47.706397 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.751277 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=141, LastLogTerm=1, EntriesLength=1, CommitIndex=141 and Term=1
2021.03.24 11:22:47.751366 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 141 (1), req c idx: 141, my term: 1, my role: 1
2021.03.24 11:22:47.751376 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.751387 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 141, req log term: 1, my last log idx: 141, my log (141) term: 1
2021.03.24 11:22:47.751396 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 142, count: 0, log_store_->next_slot(): 142, req.log_entries().size(): 1
2021.03.24 11:22:47.751405 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 142, count: 0
2021.03.24 11:22:47.751412 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 142, count: 0
2021.03.24 11:22:47.751418 [ 389 ] {} <Trace> RaftInstance: append at 142
2021.03.24 11:22:47.751438 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 141
2021.03.24 11:22:47.751446 [ 389 ] {} <Trace> RaftInstance: local log idx 142, target_commit_idx 141, quick_commit_index_ 141, state_->get_commit_idx() 139
2021.03.24 11:22:47.751477 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.751499 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.751512 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.751527 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.751536 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=143
2021.03.24 11:22:47.751614 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.751629 [ 391 ] {} <Debug> RaftInstance: commit upto 141, current idx 139
2021.03.24 11:22:47.751637 [ 391 ] {} <Trace> RaftInstance: commit upto 141, current idx 140
2021.03.24 11:22:47.751700 [ 391 ] {} <Trace> RaftInstance: commit upto 141, current idx 141
2021.03.24 11:22:47.751732 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 141, current idx 141
2021.03.24 11:22:47.751738 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.797997 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=142, LastLogTerm=1, EntriesLength=4, CommitIndex=143 and Term=1
2021.03.24 11:22:47.798046 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 142 (4), req c idx: 143, my term: 1, my role: 1
2021.03.24 11:22:47.798065 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.798079 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 142, req log term: 1, my last log idx: 142, my log (142) term: 1
2021.03.24 11:22:47.798088 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 143, count: 0, log_store_->next_slot(): 143, req.log_entries().size(): 4
2021.03.24 11:22:47.798095 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 143, count: 0
2021.03.24 11:22:47.798102 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 143, count: 0
2021.03.24 11:22:47.798108 [ 389 ] {} <Trace> RaftInstance: append at 143
2021.03.24 11:22:47.798126 [ 389 ] {} <Trace> RaftInstance: append at 144
2021.03.24 11:22:47.798135 [ 389 ] {} <Trace> RaftInstance: append at 145
2021.03.24 11:22:47.798145 [ 389 ] {} <Trace> RaftInstance: append at 146
2021.03.24 11:22:47.798170 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 143
2021.03.24 11:22:47.798179 [ 389 ] {} <Trace> RaftInstance: local log idx 146, target_commit_idx 143, quick_commit_index_ 143, state_->get_commit_idx() 141
2021.03.24 11:22:47.798190 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.798202 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.798218 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.798252 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.798255 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.798262 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=147
2021.03.24 11:22:47.798281 [ 391 ] {} <Debug> RaftInstance: commit upto 143, current idx 141
2021.03.24 11:22:47.798324 [ 391 ] {} <Trace> RaftInstance: commit upto 143, current idx 142
2021.03.24 11:22:47.798371 [ 391 ] {} <Trace> RaftInstance: commit upto 143, current idx 143
2021.03.24 11:22:47.798394 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 143, current idx 143
2021.03.24 11:22:47.798400 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.819111 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=142, LastLogTerm=1, EntriesLength=6, CommitIndex=148 and Term=1
2021.03.24 11:22:47.819182 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 142 (6), req c idx: 148, my term: 1, my role: 1
2021.03.24 11:22:47.819195 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.819207 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 142, req log term: 1, my last log idx: 146, my log (142) term: 1
2021.03.24 11:22:47.819216 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 143, count: 0, log_store_->next_slot(): 147, req.log_entries().size(): 6
2021.03.24 11:22:47.819225 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 147, count: 4
2021.03.24 11:22:47.819232 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 147, count: 4
2021.03.24 11:22:47.819238 [ 388 ] {} <Trace> RaftInstance: append at 147
2021.03.24 11:22:47.819257 [ 388 ] {} <Trace> RaftInstance: append at 148
2021.03.24 11:22:47.819269 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 148
2021.03.24 11:22:47.819276 [ 388 ] {} <Trace> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 143
2021.03.24 11:22:47.819284 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.819296 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.819312 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.819327 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.819336 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=149
2021.03.24 11:22:47.819351 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.819371 [ 391 ] {} <Debug> RaftInstance: commit upto 148, current idx 143
2021.03.24 11:22:47.819381 [ 391 ] {} <Trace> RaftInstance: commit upto 148, current idx 144
2021.03.24 11:22:47.819428 [ 391 ] {} <Trace> RaftInstance: commit upto 148, current idx 145
2021.03.24 11:22:47.819449 [ 391 ] {} <Trace> RaftInstance: commit upto 148, current idx 146
2021.03.24 11:22:47.819544 [ 391 ] {} <Trace> RaftInstance: commit upto 148, current idx 147
2021.03.24 11:22:47.819626 [ 391 ] {} <Trace> RaftInstance: commit upto 148, current idx 148
2021.03.24 11:22:47.819648 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 148, current idx 148
2021.03.24 11:22:47.819654 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.839855 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=1, EntriesLength=2, CommitIndex=149 and Term=1
2021.03.24 11:22:47.893026 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 148 (2), req c idx: 149, my term: 1, my role: 1
2021.03.24 11:22:47.893045 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.893095 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 148, req log term: 1, my last log idx: 148, my log (148) term: 1
2021.03.24 11:22:47.893106 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 149, count: 0, log_store_->next_slot(): 149, req.log_entries().size(): 2
2021.03.24 11:22:47.893114 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 149, count: 0
2021.03.24 11:22:47.893121 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 149, count: 0
2021.03.24 11:22:47.893127 [ 388 ] {} <Trace> RaftInstance: append at 149
2021.03.24 11:22:47.893180 [ 388 ] {} <Trace> RaftInstance: append at 150
2021.03.24 11:22:47.893197 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 149
2021.03.24 11:22:47.893205 [ 388 ] {} <Trace> RaftInstance: local log idx 150, target_commit_idx 149, quick_commit_index_ 149, state_->get_commit_idx() 148
2021.03.24 11:22:47.893212 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.893228 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.893242 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.893254 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.893258 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.893282 [ 391 ] {} <Debug> RaftInstance: commit upto 149, current idx 148
2021.03.24 11:22:47.893292 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=151
2021.03.24 11:22:47.893295 [ 391 ] {} <Trace> RaftInstance: commit upto 149, current idx 149
2021.03.24 11:22:47.893413 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 149, current idx 149
2021.03.24 11:22:47.893426 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.913755 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=150, LastLogTerm=1, EntriesLength=9, CommitIndex=157 and Term=1
2021.03.24 11:22:47.913810 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 150 (9), req c idx: 157, my term: 1, my role: 1
2021.03.24 11:22:47.913820 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.913832 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 150, req log term: 1, my last log idx: 150, my log (150) term: 1
2021.03.24 11:22:47.913841 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 151, count: 0, log_store_->next_slot(): 151, req.log_entries().size(): 9
2021.03.24 11:22:47.913848 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 151, count: 0
2021.03.24 11:22:47.913855 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 151, count: 0
2021.03.24 11:22:47.913861 [ 387 ] {} <Trace> RaftInstance: append at 151
2021.03.24 11:22:47.913899 [ 387 ] {} <Trace> RaftInstance: append at 152
2021.03.24 11:22:47.913909 [ 387 ] {} <Trace> RaftInstance: append at 153
2021.03.24 11:22:47.913919 [ 387 ] {} <Trace> RaftInstance: append at 154
2021.03.24 11:22:47.913928 [ 387 ] {} <Trace> RaftInstance: append at 155
2021.03.24 11:22:47.913937 [ 387 ] {} <Trace> RaftInstance: append at 156
2021.03.24 11:22:47.913947 [ 387 ] {} <Trace> RaftInstance: append at 157
2021.03.24 11:22:47.913955 [ 387 ] {} <Trace> RaftInstance: append at 158
2021.03.24 11:22:47.913964 [ 387 ] {} <Trace> RaftInstance: append at 159
2021.03.24 11:22:47.913975 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 157
2021.03.24 11:22:47.913983 [ 387 ] {} <Trace> RaftInstance: local log idx 159, target_commit_idx 157, quick_commit_index_ 157, state_->get_commit_idx() 149
2021.03.24 11:22:47.913990 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.914002 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.914013 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.914028 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.914036 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=160
2021.03.24 11:22:47.914186 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.914208 [ 391 ] {} <Debug> RaftInstance: commit upto 157, current idx 149
2021.03.24 11:22:47.914218 [ 391 ] {} <Trace> RaftInstance: commit upto 157, current idx 150
2021.03.24 11:22:47.914250 [ 391 ] {} <Trace> RaftInstance: commit upto 157, current idx 151
2021.03.24 11:22:47.914282 [ 391 ] {} <Trace> RaftInstance: commit upto 157, current idx 152
2021.03.24 11:22:47.914331 [ 391 ] {} <Trace> RaftInstance: commit upto 157, current idx 153
2021.03.24 11:22:47.914358 [ 391 ] {} <Trace> RaftInstance: commit upto 157, current idx 154
2021.03.24 11:22:47.914398 [ 391 ] {} <Trace> RaftInstance: commit upto 157, current idx 155
2021.03.24 11:22:47.914419 [ 391 ] {} <Trace> RaftInstance: commit upto 157, current idx 156
2021.03.24 11:22:47.914440 [ 391 ] {} <Trace> RaftInstance: commit upto 157, current idx 157
2021.03.24 11:22:47.914450 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 157, current idx 157
2021.03.24 11:22:47.914457 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.934473 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=159, LastLogTerm=1, EntriesLength=1, CommitIndex=159 and Term=1
2021.03.24 11:22:47.934526 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 159 (1), req c idx: 159, my term: 1, my role: 1
2021.03.24 11:22:47.934537 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.934548 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 159, req log term: 1, my last log idx: 159, my log (159) term: 1
2021.03.24 11:22:47.934557 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 160, count: 0, log_store_->next_slot(): 160, req.log_entries().size(): 1
2021.03.24 11:22:47.934565 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 160, count: 0
2021.03.24 11:22:47.934572 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 160, count: 0
2021.03.24 11:22:47.934605 [ 387 ] {} <Trace> RaftInstance: append at 160
2021.03.24 11:22:47.934626 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 159
2021.03.24 11:22:47.934634 [ 387 ] {} <Trace> RaftInstance: local log idx 160, target_commit_idx 159, quick_commit_index_ 159, state_->get_commit_idx() 157
2021.03.24 11:22:47.934641 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.934657 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.934671 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.934676 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.934685 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.934705 [ 391 ] {} <Debug> RaftInstance: commit upto 159, current idx 157
2021.03.24 11:22:47.934713 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=161
2021.03.24 11:22:47.934717 [ 391 ] {} <Trace> RaftInstance: commit upto 159, current idx 158
2021.03.24 11:22:47.934764 [ 391 ] {} <Trace> RaftInstance: commit upto 159, current idx 159
2021.03.24 11:22:47.934798 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 159, current idx 159
2021.03.24 11:22:47.934819 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.955170 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=160, LastLogTerm=1, EntriesLength=2, CommitIndex=161 and Term=1
2021.03.24 11:22:47.957845 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 160 (2), req c idx: 161, my term: 1, my role: 1
2021.03.24 11:22:47.957857 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.957869 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 160, req log term: 1, my last log idx: 160, my log (160) term: 1
2021.03.24 11:22:47.957879 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 161, count: 0, log_store_->next_slot(): 161, req.log_entries().size(): 2
2021.03.24 11:22:47.957886 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 161, count: 0
2021.03.24 11:22:47.957894 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 161, count: 0
2021.03.24 11:22:47.957901 [ 387 ] {} <Trace> RaftInstance: append at 161
2021.03.24 11:22:47.957920 [ 387 ] {} <Trace> RaftInstance: append at 162
2021.03.24 11:22:47.957932 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 161
2021.03.24 11:22:47.957962 [ 387 ] {} <Trace> RaftInstance: local log idx 162, target_commit_idx 161, quick_commit_index_ 161, state_->get_commit_idx() 159
2021.03.24 11:22:47.957994 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.958017 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.958029 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.958045 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.958055 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=163
2021.03.24 11:22:47.958077 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.958115 [ 391 ] {} <Debug> RaftInstance: commit upto 161, current idx 159
2021.03.24 11:22:47.958137 [ 391 ] {} <Trace> RaftInstance: commit upto 161, current idx 160
2021.03.24 11:22:47.958171 [ 391 ] {} <Trace> RaftInstance: commit upto 161, current idx 161
2021.03.24 11:22:47.958184 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 161, current idx 161
2021.03.24 11:22:47.958192 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.978427 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=162, LastLogTerm=1, EntriesLength=4, CommitIndex=164 and Term=1
2021.03.24 11:22:47.978494 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 162 (4), req c idx: 164, my term: 1, my role: 1
2021.03.24 11:22:47.978507 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.978519 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 162, req log term: 1, my last log idx: 162, my log (162) term: 1
2021.03.24 11:22:47.978527 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 163, count: 0, log_store_->next_slot(): 163, req.log_entries().size(): 4
2021.03.24 11:22:47.978535 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 163, count: 0
2021.03.24 11:22:47.978542 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 163, count: 0
2021.03.24 11:22:47.978548 [ 388 ] {} <Trace> RaftInstance: append at 163
2021.03.24 11:22:47.978579 [ 388 ] {} <Trace> RaftInstance: append at 164
2021.03.24 11:22:47.978598 [ 388 ] {} <Trace> RaftInstance: append at 165
2021.03.24 11:22:47.978620 [ 388 ] {} <Trace> RaftInstance: append at 166
2021.03.24 11:22:47.978631 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 164
2021.03.24 11:22:47.978638 [ 388 ] {} <Trace> RaftInstance: local log idx 166, target_commit_idx 164, quick_commit_index_ 164, state_->get_commit_idx() 161
2021.03.24 11:22:47.978650 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.978698 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.978747 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.978767 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.978776 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=167
2021.03.24 11:22:47.978882 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.978920 [ 391 ] {} <Debug> RaftInstance: commit upto 164, current idx 161
2021.03.24 11:22:47.978930 [ 391 ] {} <Trace> RaftInstance: commit upto 164, current idx 162
2021.03.24 11:22:47.979052 [ 391 ] {} <Trace> RaftInstance: commit upto 164, current idx 163
2021.03.24 11:22:47.979081 [ 391 ] {} <Trace> RaftInstance: commit upto 164, current idx 164
2021.03.24 11:22:47.979102 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 164, current idx 164
2021.03.24 11:22:47.979108 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.999484 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=166, LastLogTerm=1, EntriesLength=4, CommitIndex=167 and Term=1
2021.03.24 11:22:47.999518 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 166 (4), req c idx: 167, my term: 1, my role: 1
2021.03.24 11:22:47.999541 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.999562 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 166, req log term: 1, my last log idx: 166, my log (166) term: 1
2021.03.24 11:22:47.999571 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 167, count: 0, log_store_->next_slot(): 167, req.log_entries().size(): 4
2021.03.24 11:22:47.999579 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 167, count: 0
2021.03.24 11:22:47.999585 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 167, count: 0
2021.03.24 11:22:47.999591 [ 390 ] {} <Trace> RaftInstance: append at 167
2021.03.24 11:22:47.999606 [ 390 ] {} <Trace> RaftInstance: append at 168
2021.03.24 11:22:47.999616 [ 390 ] {} <Trace> RaftInstance: append at 169
2021.03.24 11:22:47.999625 [ 390 ] {} <Trace> RaftInstance: append at 170
2021.03.24 11:22:47.999636 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 167
2021.03.24 11:22:47.999643 [ 390 ] {} <Trace> RaftInstance: local log idx 170, target_commit_idx 167, quick_commit_index_ 167, state_->get_commit_idx() 164
2021.03.24 11:22:47.999649 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.999662 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.999674 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.999687 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.999696 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=171
2021.03.24 11:22:47.999777 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.999791 [ 391 ] {} <Debug> RaftInstance: commit upto 167, current idx 164
2021.03.24 11:22:47.999800 [ 391 ] {} <Trace> RaftInstance: commit upto 167, current idx 165
2021.03.24 11:22:47.999878 [ 391 ] {} <Trace> RaftInstance: commit upto 167, current idx 166
2021.03.24 11:22:47.999920 [ 391 ] {} <Trace> RaftInstance: commit upto 167, current idx 167
2021.03.24 11:22:47.999978 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 167, current idx 167
2021.03.24 11:22:47.999984 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.020182 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=170, LastLogTerm=1, EntriesLength=2, CommitIndex=170 and Term=1
2021.03.24 11:22:48.020237 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 170 (2), req c idx: 170, my term: 1, my role: 1
2021.03.24 11:22:48.020248 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.020260 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 170, req log term: 1, my last log idx: 170, my log (170) term: 1
2021.03.24 11:22:48.020269 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 171, count: 0, log_store_->next_slot(): 171, req.log_entries().size(): 2
2021.03.24 11:22:48.020277 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 171, count: 0
2021.03.24 11:22:48.020284 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 171, count: 0
2021.03.24 11:22:48.020290 [ 389 ] {} <Trace> RaftInstance: append at 171
2021.03.24 11:22:48.020331 [ 389 ] {} <Trace> RaftInstance: append at 172
2021.03.24 11:22:48.020343 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 170
2021.03.24 11:22:48.020351 [ 389 ] {} <Trace> RaftInstance: local log idx 172, target_commit_idx 170, quick_commit_index_ 170, state_->get_commit_idx() 167
2021.03.24 11:22:48.020358 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.020369 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.020406 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.020423 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.020432 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=173
2021.03.24 11:22:48.020537 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.020583 [ 391 ] {} <Debug> RaftInstance: commit upto 170, current idx 167
2021.03.24 11:22:48.020594 [ 391 ] {} <Trace> RaftInstance: commit upto 170, current idx 168
2021.03.24 11:22:48.020658 [ 391 ] {} <Trace> RaftInstance: commit upto 170, current idx 169
2021.03.24 11:22:48.020724 [ 391 ] {} <Trace> RaftInstance: commit upto 170, current idx 170
2021.03.24 11:22:48.020752 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 170, current idx 170
2021.03.24 11:22:48.020760 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.040762 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=172, LastLogTerm=1, EntriesLength=4, CommitIndex=174 and Term=1
2021.03.24 11:22:48.040816 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 172 (4), req c idx: 174, my term: 1, my role: 1
2021.03.24 11:22:48.040826 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.040838 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 172, req log term: 1, my last log idx: 172, my log (172) term: 1
2021.03.24 11:22:48.040847 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 173, count: 0, log_store_->next_slot(): 173, req.log_entries().size(): 4
2021.03.24 11:22:48.040854 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 173, count: 0
2021.03.24 11:22:48.040861 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 173, count: 0
2021.03.24 11:22:48.040868 [ 388 ] {} <Trace> RaftInstance: append at 173
2021.03.24 11:22:48.040887 [ 388 ] {} <Trace> RaftInstance: append at 174
2021.03.24 11:22:48.040896 [ 388 ] {} <Trace> RaftInstance: append at 175
2021.03.24 11:22:48.040906 [ 388 ] {} <Trace> RaftInstance: append at 176
2021.03.24 11:22:48.040917 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 174
2021.03.24 11:22:48.040924 [ 388 ] {} <Trace> RaftInstance: local log idx 176, target_commit_idx 174, quick_commit_index_ 174, state_->get_commit_idx() 170
2021.03.24 11:22:48.040931 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.040946 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.040960 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.040974 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.040974 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.040984 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=177
2021.03.24 11:22:48.041000 [ 391 ] {} <Debug> RaftInstance: commit upto 174, current idx 170
2021.03.24 11:22:48.041018 [ 391 ] {} <Trace> RaftInstance: commit upto 174, current idx 171
2021.03.24 11:22:48.041063 [ 391 ] {} <Trace> RaftInstance: commit upto 174, current idx 172
2021.03.24 11:22:48.041085 [ 391 ] {} <Trace> RaftInstance: commit upto 174, current idx 173
2021.03.24 11:22:48.041141 [ 391 ] {} <Trace> RaftInstance: commit upto 174, current idx 174
2021.03.24 11:22:48.041218 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 174, current idx 174
2021.03.24 11:22:48.041226 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.061578 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=176, LastLogTerm=1, EntriesLength=1, CommitIndex=177 and Term=1
2021.03.24 11:22:48.061631 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 176 (1), req c idx: 177, my term: 1, my role: 1
2021.03.24 11:22:48.061642 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.061654 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 176, req log term: 1, my last log idx: 176, my log (176) term: 1
2021.03.24 11:22:48.061663 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 177, count: 0, log_store_->next_slot(): 177, req.log_entries().size(): 1
2021.03.24 11:22:48.061670 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 177, count: 0
2021.03.24 11:22:48.061677 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 177, count: 0
2021.03.24 11:22:48.061683 [ 390 ] {} <Trace> RaftInstance: append at 177
2021.03.24 11:22:48.061704 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 177
2021.03.24 11:22:48.061712 [ 390 ] {} <Trace> RaftInstance: local log idx 177, target_commit_idx 177, quick_commit_index_ 177, state_->get_commit_idx() 174
2021.03.24 11:22:48.061720 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.061737 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.061752 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.061753 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.061767 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.061783 [ 391 ] {} <Debug> RaftInstance: commit upto 177, current idx 174
2021.03.24 11:22:48.061795 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=178
2021.03.24 11:22:48.061803 [ 391 ] {} <Trace> RaftInstance: commit upto 177, current idx 175
2021.03.24 11:22:48.061869 [ 391 ] {} <Trace> RaftInstance: commit upto 177, current idx 176
2021.03.24 11:22:48.061892 [ 391 ] {} <Trace> RaftInstance: commit upto 177, current idx 177
2021.03.24 11:22:48.061930 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 177, current idx 177
2021.03.24 11:22:48.061947 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.082435 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=177, LastLogTerm=1, EntriesLength=2, CommitIndex=178 and Term=1
2021.03.24 11:22:48.082496 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 177 (2), req c idx: 178, my term: 1, my role: 1
2021.03.24 11:22:48.082506 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.082518 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 177, req log term: 1, my last log idx: 177, my log (177) term: 1
2021.03.24 11:22:48.082527 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 178, count: 0, log_store_->next_slot(): 178, req.log_entries().size(): 2
2021.03.24 11:22:48.082578 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 178, count: 0
2021.03.24 11:22:48.082588 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 178, count: 0
2021.03.24 11:22:48.082594 [ 389 ] {} <Trace> RaftInstance: append at 178
2021.03.24 11:22:48.082616 [ 389 ] {} <Trace> RaftInstance: append at 179
2021.03.24 11:22:48.082628 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 178
2021.03.24 11:22:48.082635 [ 389 ] {} <Trace> RaftInstance: local log idx 179, target_commit_idx 178, quick_commit_index_ 178, state_->get_commit_idx() 177
2021.03.24 11:22:48.082664 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.082684 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.082696 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.082712 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.082721 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=180
2021.03.24 11:22:48.082733 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.082810 [ 391 ] {} <Debug> RaftInstance: commit upto 178, current idx 177
2021.03.24 11:22:48.082823 [ 391 ] {} <Trace> RaftInstance: commit upto 178, current idx 178
2021.03.24 11:22:48.082902 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 178, current idx 178
2021.03.24 11:22:48.082910 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.103513 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=179, LastLogTerm=1, EntriesLength=1, CommitIndex=180 and Term=1
2021.03.24 11:22:48.103567 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 179 (1), req c idx: 180, my term: 1, my role: 1
2021.03.24 11:22:48.103577 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.103588 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 179, req log term: 1, my last log idx: 179, my log (179) term: 1
2021.03.24 11:22:48.103597 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 180, count: 0, log_store_->next_slot(): 180, req.log_entries().size(): 1
2021.03.24 11:22:48.103604 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 180, count: 0
2021.03.24 11:22:48.103611 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 180, count: 0
2021.03.24 11:22:48.103617 [ 389 ] {} <Trace> RaftInstance: append at 180
2021.03.24 11:22:48.103668 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 180
2021.03.24 11:22:48.103678 [ 389 ] {} <Trace> RaftInstance: local log idx 180, target_commit_idx 180, quick_commit_index_ 180, state_->get_commit_idx() 178
2021.03.24 11:22:48.103685 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.103702 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.103718 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.103734 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.103731 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.103779 [ 391 ] {} <Debug> RaftInstance: commit upto 180, current idx 178
2021.03.24 11:22:48.103749 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=181
2021.03.24 11:22:48.103790 [ 391 ] {} <Trace> RaftInstance: commit upto 180, current idx 179
2021.03.24 11:22:48.103884 [ 391 ] {} <Trace> RaftInstance: commit upto 180, current idx 180
2021.03.24 11:22:48.103915 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 180, current idx 180
2021.03.24 11:22:48.103923 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.124247 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=180, LastLogTerm=1, EntriesLength=3, CommitIndex=182 and Term=1
2021.03.24 11:22:48.124285 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 180 (3), req c idx: 182, my term: 1, my role: 1
2021.03.24 11:22:48.124295 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.124305 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 180, req log term: 1, my last log idx: 180, my log (180) term: 1
2021.03.24 11:22:48.124333 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 181, count: 0, log_store_->next_slot(): 181, req.log_entries().size(): 3
2021.03.24 11:22:48.124341 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 181, count: 0
2021.03.24 11:22:48.124348 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 181, count: 0
2021.03.24 11:22:48.124354 [ 390 ] {} <Trace> RaftInstance: append at 181
2021.03.24 11:22:48.124371 [ 390 ] {} <Trace> RaftInstance: append at 182
2021.03.24 11:22:48.124380 [ 390 ] {} <Trace> RaftInstance: append at 183
2021.03.24 11:22:48.124391 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 182
2021.03.24 11:22:48.124398 [ 390 ] {} <Trace> RaftInstance: local log idx 183, target_commit_idx 182, quick_commit_index_ 182, state_->get_commit_idx() 180
2021.03.24 11:22:48.124404 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.124419 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.124432 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.124476 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.124485 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.124537 [ 391 ] {} <Debug> RaftInstance: commit upto 182, current idx 180
2021.03.24 11:22:48.124565 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=184
2021.03.24 11:22:48.124589 [ 391 ] {} <Trace> RaftInstance: commit upto 182, current idx 181
2021.03.24 11:22:48.124654 [ 391 ] {} <Trace> RaftInstance: commit upto 182, current idx 182
2021.03.24 11:22:48.124799 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 182, current idx 182
2021.03.24 11:22:48.124811 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.145000 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=183, LastLogTerm=1, EntriesLength=4, CommitIndex=184 and Term=1
2021.03.24 11:22:48.145050 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 183 (4), req c idx: 184, my term: 1, my role: 1
2021.03.24 11:22:48.145061 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.145072 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 183, req log term: 1, my last log idx: 183, my log (183) term: 1
2021.03.24 11:22:48.145080 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 184, count: 0, log_store_->next_slot(): 184, req.log_entries().size(): 4
2021.03.24 11:22:48.145137 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 184, count: 0
2021.03.24 11:22:48.145146 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 184, count: 0
2021.03.24 11:22:48.145153 [ 387 ] {} <Trace> RaftInstance: append at 184
2021.03.24 11:22:48.145173 [ 387 ] {} <Trace> RaftInstance: append at 185
2021.03.24 11:22:48.145182 [ 387 ] {} <Trace> RaftInstance: append at 186
2021.03.24 11:22:48.145193 [ 387 ] {} <Trace> RaftInstance: append at 187
2021.03.24 11:22:48.145204 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 184
2021.03.24 11:22:48.145211 [ 387 ] {} <Trace> RaftInstance: local log idx 187, target_commit_idx 184, quick_commit_index_ 184, state_->get_commit_idx() 182
2021.03.24 11:22:48.145227 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.145240 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.145257 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.145291 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.145301 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=188
2021.03.24 11:22:48.145353 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.145383 [ 391 ] {} <Debug> RaftInstance: commit upto 184, current idx 182
2021.03.24 11:22:48.145401 [ 391 ] {} <Trace> RaftInstance: commit upto 184, current idx 183
2021.03.24 11:22:48.145486 [ 391 ] {} <Trace> RaftInstance: commit upto 184, current idx 184
2021.03.24 11:22:48.145519 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 184, current idx 184
2021.03.24 11:22:48.145527 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.165630 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=187, LastLogTerm=1, EntriesLength=1, CommitIndex=187 and Term=1
2021.03.24 11:22:48.165690 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 187 (1), req c idx: 187, my term: 1, my role: 1
2021.03.24 11:22:48.165702 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.165713 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 187, req log term: 1, my last log idx: 187, my log (187) term: 1
2021.03.24 11:22:48.165731 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 188, count: 0, log_store_->next_slot(): 188, req.log_entries().size(): 1
2021.03.24 11:22:48.165748 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 188, count: 0
2021.03.24 11:22:48.165760 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 188, count: 0
2021.03.24 11:22:48.165767 [ 390 ] {} <Trace> RaftInstance: append at 188
2021.03.24 11:22:48.165786 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 187
2021.03.24 11:22:48.165794 [ 390 ] {} <Trace> RaftInstance: local log idx 188, target_commit_idx 187, quick_commit_index_ 187, state_->get_commit_idx() 184
2021.03.24 11:22:48.165807 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.165828 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.165870 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.165901 [ 391 ] {} <Debug> RaftInstance: commit upto 187, current idx 184
2021.03.24 11:22:48.165911 [ 391 ] {} <Trace> RaftInstance: commit upto 187, current idx 185
2021.03.24 11:22:48.166010 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.166059 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.166069 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=189
2021.03.24 11:22:48.166242 [ 391 ] {} <Trace> RaftInstance: commit upto 187, current idx 186
2021.03.24 11:22:48.166595 [ 391 ] {} <Trace> RaftInstance: commit upto 187, current idx 187
2021.03.24 11:22:48.166621 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 187, current idx 187
2021.03.24 11:22:48.166628 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.186608 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=188, LastLogTerm=1, EntriesLength=2, CommitIndex=190 and Term=1
2021.03.24 11:22:48.186667 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 188 (2), req c idx: 190, my term: 1, my role: 1
2021.03.24 11:22:48.186678 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.186691 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 188, req log term: 1, my last log idx: 188, my log (188) term: 1
2021.03.24 11:22:48.186700 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 189, count: 0, log_store_->next_slot(): 189, req.log_entries().size(): 2
2021.03.24 11:22:48.186708 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 189, count: 0
2021.03.24 11:22:48.186716 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 189, count: 0
2021.03.24 11:22:48.186744 [ 389 ] {} <Trace> RaftInstance: append at 189
2021.03.24 11:22:48.186831 [ 389 ] {} <Trace> RaftInstance: append at 190
2021.03.24 11:22:48.186847 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 190
2021.03.24 11:22:48.186855 [ 389 ] {} <Trace> RaftInstance: local log idx 190, target_commit_idx 190, quick_commit_index_ 190, state_->get_commit_idx() 187
2021.03.24 11:22:48.186861 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.186880 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.186908 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.186929 [ 391 ] {} <Debug> RaftInstance: commit upto 190, current idx 187
2021.03.24 11:22:48.186940 [ 391 ] {} <Trace> RaftInstance: commit upto 190, current idx 188
2021.03.24 11:22:48.186963 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.186983 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.186992 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=191
2021.03.24 11:22:48.186997 [ 391 ] {} <Trace> RaftInstance: commit upto 190, current idx 189
2021.03.24 11:22:48.187080 [ 391 ] {} <Trace> RaftInstance: commit upto 190, current idx 190
2021.03.24 11:22:48.187212 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 190, current idx 190
2021.03.24 11:22:48.187220 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.207554 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=190, LastLogTerm=1, EntriesLength=2, CommitIndex=191 and Term=1
2021.03.24 11:22:48.207600 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 190 (2), req c idx: 191, my term: 1, my role: 1
2021.03.24 11:22:48.207610 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.207621 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 190, req log term: 1, my last log idx: 190, my log (190) term: 1
2021.03.24 11:22:48.207629 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 191, count: 0, log_store_->next_slot(): 191, req.log_entries().size(): 2
2021.03.24 11:22:48.207636 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 191, count: 0
2021.03.24 11:22:48.207643 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 191, count: 0
2021.03.24 11:22:48.207649 [ 389 ] {} <Trace> RaftInstance: append at 191
2021.03.24 11:22:48.207665 [ 389 ] {} <Trace> RaftInstance: append at 192
2021.03.24 11:22:48.207716 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 191
2021.03.24 11:22:48.207726 [ 389 ] {} <Trace> RaftInstance: local log idx 192, target_commit_idx 191, quick_commit_index_ 191, state_->get_commit_idx() 190
2021.03.24 11:22:48.207733 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.207750 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.207765 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.207780 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.207786 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.207829 [ 391 ] {} <Debug> RaftInstance: commit upto 191, current idx 190
2021.03.24 11:22:48.207789 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=193
2021.03.24 11:22:48.207841 [ 391 ] {} <Trace> RaftInstance: commit upto 191, current idx 191
2021.03.24 11:22:48.207904 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 191, current idx 191
2021.03.24 11:22:48.207912 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.228337 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=192, LastLogTerm=1, EntriesLength=2, CommitIndex=192 and Term=1
2021.03.24 11:22:48.228382 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 192 (2), req c idx: 192, my term: 1, my role: 1
2021.03.24 11:22:48.228392 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.228402 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 192, req log term: 1, my last log idx: 192, my log (192) term: 1
2021.03.24 11:22:48.228411 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 193, count: 0, log_store_->next_slot(): 193, req.log_entries().size(): 2
2021.03.24 11:22:48.228418 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 193, count: 0
2021.03.24 11:22:48.228426 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 193, count: 0
2021.03.24 11:22:48.228432 [ 390 ] {} <Trace> RaftInstance: append at 193
2021.03.24 11:22:48.228448 [ 390 ] {} <Trace> RaftInstance: append at 194
2021.03.24 11:22:48.228460 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 192
2021.03.24 11:22:48.228467 [ 390 ] {} <Trace> RaftInstance: local log idx 194, target_commit_idx 192, quick_commit_index_ 192, state_->get_commit_idx() 191
2021.03.24 11:22:48.228474 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.228491 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.228504 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.228517 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.228525 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=195
2021.03.24 11:22:48.228524 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.228591 [ 391 ] {} <Debug> RaftInstance: commit upto 192, current idx 191
2021.03.24 11:22:48.228601 [ 391 ] {} <Trace> RaftInstance: commit upto 192, current idx 192
2021.03.24 11:22:48.228639 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 192, current idx 192
2021.03.24 11:22:48.228649 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.249010 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=194, LastLogTerm=1, EntriesLength=1, CommitIndex=194 and Term=1
2021.03.24 11:22:48.249063 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 194 (1), req c idx: 194, my term: 1, my role: 1
2021.03.24 11:22:48.249073 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.249085 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 194, req log term: 1, my last log idx: 194, my log (194) term: 1
2021.03.24 11:22:48.249094 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 195, count: 0, log_store_->next_slot(): 195, req.log_entries().size(): 1
2021.03.24 11:22:48.249102 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 195, count: 0
2021.03.24 11:22:48.249110 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 195, count: 0
2021.03.24 11:22:48.249116 [ 389 ] {} <Trace> RaftInstance: append at 195
2021.03.24 11:22:48.249137 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 194
2021.03.24 11:22:48.249145 [ 389 ] {} <Trace> RaftInstance: local log idx 195, target_commit_idx 194, quick_commit_index_ 194, state_->get_commit_idx() 192
2021.03.24 11:22:48.249151 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.249164 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.249176 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.249191 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.249199 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=196
2021.03.24 11:22:48.249295 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.249330 [ 391 ] {} <Debug> RaftInstance: commit upto 194, current idx 192
2021.03.24 11:22:48.249339 [ 391 ] {} <Trace> RaftInstance: commit upto 194, current idx 193
2021.03.24 11:22:48.249390 [ 391 ] {} <Trace> RaftInstance: commit upto 194, current idx 194
2021.03.24 11:22:48.249431 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 194, current idx 194
2021.03.24 11:22:48.249439 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.269722 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=195, LastLogTerm=1, EntriesLength=3, CommitIndex=196 and Term=1
2021.03.24 11:22:48.269784 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 195 (3), req c idx: 196, my term: 1, my role: 1
2021.03.24 11:22:48.269796 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.269807 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 195, req log term: 1, my last log idx: 195, my log (195) term: 1
2021.03.24 11:22:48.269816 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 196, count: 0, log_store_->next_slot(): 196, req.log_entries().size(): 3
2021.03.24 11:22:48.269824 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 196, count: 0
2021.03.24 11:22:48.269831 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 196, count: 0
2021.03.24 11:22:48.269838 [ 389 ] {} <Trace> RaftInstance: append at 196
2021.03.24 11:22:48.269858 [ 389 ] {} <Trace> RaftInstance: append at 197
2021.03.24 11:22:48.269867 [ 389 ] {} <Trace> RaftInstance: append at 198
2021.03.24 11:22:48.269919 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 196
2021.03.24 11:22:48.269929 [ 389 ] {} <Trace> RaftInstance: local log idx 198, target_commit_idx 196, quick_commit_index_ 196, state_->get_commit_idx() 194
2021.03.24 11:22:48.269937 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.269949 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.269983 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.270001 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.270010 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=199
2021.03.24 11:22:48.270027 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.270084 [ 391 ] {} <Debug> RaftInstance: commit upto 196, current idx 194
2021.03.24 11:22:48.270096 [ 391 ] {} <Trace> RaftInstance: commit upto 196, current idx 195
2021.03.24 11:22:48.270136 [ 391 ] {} <Trace> RaftInstance: commit upto 196, current idx 196
2021.03.24 11:22:48.270180 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 196, current idx 196
2021.03.24 11:22:48.270188 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.310220 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=198, LastLogTerm=1, EntriesLength=4, CommitIndex=200 and Term=1
2021.03.24 11:22:48.310276 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 198 (4), req c idx: 200, my term: 1, my role: 1
2021.03.24 11:22:48.310317 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.310332 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 198, req log term: 1, my last log idx: 198, my log (198) term: 1
2021.03.24 11:22:48.310341 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 199, count: 0, log_store_->next_slot(): 199, req.log_entries().size(): 4
2021.03.24 11:22:48.310348 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 199, count: 0
2021.03.24 11:22:48.310355 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 199, count: 0
2021.03.24 11:22:48.310383 [ 387 ] {} <Trace> RaftInstance: append at 199
2021.03.24 11:22:48.310403 [ 387 ] {} <Trace> RaftInstance: append at 200
2021.03.24 11:22:48.310413 [ 387 ] {} <Trace> RaftInstance: append at 201
2021.03.24 11:22:48.310422 [ 387 ] {} <Trace> RaftInstance: append at 202
2021.03.24 11:22:48.310433 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 200
2021.03.24 11:22:48.310440 [ 387 ] {} <Trace> RaftInstance: local log idx 202, target_commit_idx 200, quick_commit_index_ 200, state_->get_commit_idx() 196
2021.03.24 11:22:48.310447 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.310463 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.310478 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.310494 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.310503 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=203
2021.03.24 11:22:48.310500 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.310547 [ 391 ] {} <Debug> RaftInstance: commit upto 200, current idx 196
2021.03.24 11:22:48.310567 [ 391 ] {} <Trace> RaftInstance: commit upto 200, current idx 197
2021.03.24 11:22:48.310606 [ 391 ] {} <Trace> RaftInstance: commit upto 200, current idx 198
2021.03.24 11:22:48.310666 [ 391 ] {} <Trace> RaftInstance: commit upto 200, current idx 199
2021.03.24 11:22:48.310686 [ 391 ] {} <Trace> RaftInstance: commit upto 200, current idx 200
2021.03.24 11:22:48.310705 [ 391 ] {} <Information> RaftInstance: creating a snapshot for index 200
2021.03.24 11:22:48.310714 [ 391 ] {} <Information> RaftInstance: create snapshot idx 200 log_term 1
2021.03.24 11:22:48.310800 [ 391 ] {} <Information> RaftInstance: create snapshot idx 200 log_term 1 done: 78 us elapsed
2021.03.24 11:22:48.310808 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 200, current idx 200
2021.03.24 11:22:48.310815 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.330877 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=202, LastLogTerm=1, EntriesLength=2, CommitIndex=202 and Term=1
2021.03.24 11:22:48.332645 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 202 (2), req c idx: 202, my term: 1, my role: 1
2021.03.24 11:22:48.332659 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.332670 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 202, req log term: 1, my last log idx: 202, my log (202) term: 1
2021.03.24 11:22:48.332679 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 203, count: 0, log_store_->next_slot(): 203, req.log_entries().size(): 2
2021.03.24 11:22:48.332686 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 203, count: 0
2021.03.24 11:22:48.332693 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 203, count: 0
2021.03.24 11:22:48.332699 [ 388 ] {} <Trace> RaftInstance: append at 203
2021.03.24 11:22:48.332714 [ 388 ] {} <Trace> RaftInstance: append at 204
2021.03.24 11:22:48.332725 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 202
2021.03.24 11:22:48.332733 [ 388 ] {} <Trace> RaftInstance: local log idx 204, target_commit_idx 202, quick_commit_index_ 202, state_->get_commit_idx() 200
2021.03.24 11:22:48.332740 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.332757 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.332774 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.332788 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.332798 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.332821 [ 391 ] {} <Debug> RaftInstance: commit upto 202, current idx 200
2021.03.24 11:22:48.332843 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=205
2021.03.24 11:22:48.332851 [ 391 ] {} <Trace> RaftInstance: commit upto 202, current idx 201
2021.03.24 11:22:48.332884 [ 391 ] {} <Trace> RaftInstance: commit upto 202, current idx 202
2021.03.24 11:22:48.332899 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 202, current idx 202
2021.03.24 11:22:48.332907 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.346547 [ 396 ] {} <Debug> RaftInstance: snapshot created, compact the log store
2021.03.24 11:22:48.346560 [ 396 ] {} <Debug> RaftInstance: log_store_ compact upto 190
2021.03.24 11:22:48.353237 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=204, LastLogTerm=1, EntriesLength=4, CommitIndex=206 and Term=1
2021.03.24 11:22:48.353287 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 204 (4), req c idx: 206, my term: 1, my role: 1
2021.03.24 11:22:48.353298 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.353309 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 204, req log term: 1, my last log idx: 204, my log (204) term: 1
2021.03.24 11:22:48.353318 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 205, count: 0, log_store_->next_slot(): 205, req.log_entries().size(): 4
2021.03.24 11:22:48.353326 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 205, count: 0
2021.03.24 11:22:48.353333 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 205, count: 0
2021.03.24 11:22:48.353340 [ 387 ] {} <Trace> RaftInstance: append at 205
2021.03.24 11:22:48.353360 [ 387 ] {} <Trace> RaftInstance: append at 206
2021.03.24 11:22:48.353389 [ 387 ] {} <Trace> RaftInstance: append at 207
2021.03.24 11:22:48.353404 [ 387 ] {} <Trace> RaftInstance: append at 208
2021.03.24 11:22:48.353416 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 206
2021.03.24 11:22:48.353424 [ 387 ] {} <Trace> RaftInstance: local log idx 208, target_commit_idx 206, quick_commit_index_ 206, state_->get_commit_idx() 202
2021.03.24 11:22:48.353431 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.353448 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.353464 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.353466 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.353480 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.353488 [ 391 ] {} <Debug> RaftInstance: commit upto 206, current idx 202
2021.03.24 11:22:48.353515 [ 391 ] {} <Trace> RaftInstance: commit upto 206, current idx 203
2021.03.24 11:22:48.353491 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=209
2021.03.24 11:22:48.353552 [ 391 ] {} <Trace> RaftInstance: commit upto 206, current idx 204
2021.03.24 11:22:48.353569 [ 391 ] {} <Trace> RaftInstance: commit upto 206, current idx 205
2021.03.24 11:22:48.353631 [ 391 ] {} <Trace> RaftInstance: commit upto 206, current idx 206
2021.03.24 11:22:48.353671 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 206, current idx 206
2021.03.24 11:22:48.353680 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.373825 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=208, LastLogTerm=1, EntriesLength=3, CommitIndex=210 and Term=1
2021.03.24 11:22:48.373869 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 208 (3), req c idx: 210, my term: 1, my role: 1
2021.03.24 11:22:48.373879 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.373894 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 208, req log term: 1, my last log idx: 208, my log (208) term: 1
2021.03.24 11:22:48.373903 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 209, count: 0, log_store_->next_slot(): 209, req.log_entries().size(): 3
2021.03.24 11:22:48.373910 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 209, count: 0
2021.03.24 11:22:48.373916 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 209, count: 0
2021.03.24 11:22:48.373923 [ 390 ] {} <Trace> RaftInstance: append at 209
2021.03.24 11:22:48.373946 [ 390 ] {} <Trace> RaftInstance: append at 210
2021.03.24 11:22:48.373956 [ 390 ] {} <Trace> RaftInstance: append at 211
2021.03.24 11:22:48.373969 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 210
2021.03.24 11:22:48.373977 [ 390 ] {} <Trace> RaftInstance: local log idx 211, target_commit_idx 210, quick_commit_index_ 210, state_->get_commit_idx() 206
2021.03.24 11:22:48.373984 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.373994 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.374010 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.374025 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.374034 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=212
2021.03.24 11:22:48.374073 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.374119 [ 391 ] {} <Debug> RaftInstance: commit upto 210, current idx 206
2021.03.24 11:22:48.374129 [ 391 ] {} <Trace> RaftInstance: commit upto 210, current idx 207
2021.03.24 11:22:48.374164 [ 391 ] {} <Trace> RaftInstance: commit upto 210, current idx 208
2021.03.24 11:22:48.374193 [ 391 ] {} <Trace> RaftInstance: commit upto 210, current idx 209
2021.03.24 11:22:48.374246 [ 391 ] {} <Trace> RaftInstance: commit upto 210, current idx 210
2021.03.24 11:22:48.374269 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 210, current idx 210
2021.03.24 11:22:48.374276 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.394537 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=211, LastLogTerm=1, EntriesLength=2, CommitIndex=211 and Term=1
2021.03.24 11:22:48.394594 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 211 (2), req c idx: 211, my term: 1, my role: 1
2021.03.24 11:22:48.394605 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.394617 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 211, req log term: 1, my last log idx: 211, my log (211) term: 1
2021.03.24 11:22:48.394626 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 212, count: 0, log_store_->next_slot(): 212, req.log_entries().size(): 2
2021.03.24 11:22:48.394634 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 212, count: 0
2021.03.24 11:22:48.394641 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 212, count: 0
2021.03.24 11:22:48.394648 [ 388 ] {} <Trace> RaftInstance: append at 212
2021.03.24 11:22:48.394691 [ 388 ] {} <Trace> RaftInstance: append at 213
2021.03.24 11:22:48.394703 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 211
2021.03.24 11:22:48.394710 [ 388 ] {} <Trace> RaftInstance: local log idx 213, target_commit_idx 211, quick_commit_index_ 211, state_->get_commit_idx() 210
2021.03.24 11:22:48.394717 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.394734 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.394749 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.394765 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.394774 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=214
2021.03.24 11:22:48.394806 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.394852 [ 391 ] {} <Debug> RaftInstance: commit upto 211, current idx 210
2021.03.24 11:22:48.394862 [ 391 ] {} <Trace> RaftInstance: commit upto 211, current idx 211
2021.03.24 11:22:48.394901 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 211, current idx 211
2021.03.24 11:22:48.394910 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.415333 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=213, LastLogTerm=1, EntriesLength=3, CommitIndex=214 and Term=1
2021.03.24 11:22:48.415389 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 213 (3), req c idx: 214, my term: 1, my role: 1
2021.03.24 11:22:48.415401 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.415413 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 213, req log term: 1, my last log idx: 213, my log (213) term: 1
2021.03.24 11:22:48.415421 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 214, count: 0, log_store_->next_slot(): 214, req.log_entries().size(): 3
2021.03.24 11:22:48.415429 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 214, count: 0
2021.03.24 11:22:48.415436 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 214, count: 0
2021.03.24 11:22:48.415442 [ 387 ] {} <Trace> RaftInstance: append at 214
2021.03.24 11:22:48.415462 [ 387 ] {} <Trace> RaftInstance: append at 215
2021.03.24 11:22:48.415472 [ 387 ] {} <Trace> RaftInstance: append at 216
2021.03.24 11:22:48.415483 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 214
2021.03.24 11:22:48.415491 [ 387 ] {} <Trace> RaftInstance: local log idx 216, target_commit_idx 214, quick_commit_index_ 214, state_->get_commit_idx() 211
2021.03.24 11:22:48.415498 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.415513 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.415531 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.415547 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.415555 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.415617 [ 391 ] {} <Debug> RaftInstance: commit upto 214, current idx 211
2021.03.24 11:22:48.415564 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=217
2021.03.24 11:22:48.415632 [ 391 ] {} <Trace> RaftInstance: commit upto 214, current idx 212
2021.03.24 11:22:48.415684 [ 391 ] {} <Trace> RaftInstance: commit upto 214, current idx 213
2021.03.24 11:22:48.415719 [ 391 ] {} <Trace> RaftInstance: commit upto 214, current idx 214
2021.03.24 11:22:48.415730 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 214, current idx 214
2021.03.24 11:22:48.415736 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.436180 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=216, LastLogTerm=1, EntriesLength=3, CommitIndex=217 and Term=1
2021.03.24 11:22:48.436230 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 216 (3), req c idx: 217, my term: 1, my role: 1
2021.03.24 11:22:48.436273 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.436285 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 216, req log term: 1, my last log idx: 216, my log (216) term: 1
2021.03.24 11:22:48.436294 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 217, count: 0, log_store_->next_slot(): 217, req.log_entries().size(): 3
2021.03.24 11:22:48.436309 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 217, count: 0
2021.03.24 11:22:48.436315 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 217, count: 0
2021.03.24 11:22:48.436322 [ 390 ] {} <Trace> RaftInstance: append at 217
2021.03.24 11:22:48.436340 [ 390 ] {} <Trace> RaftInstance: append at 218
2021.03.24 11:22:48.436350 [ 390 ] {} <Trace> RaftInstance: append at 219
2021.03.24 11:22:48.436381 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 217
2021.03.24 11:22:48.436389 [ 390 ] {} <Trace> RaftInstance: local log idx 219, target_commit_idx 217, quick_commit_index_ 217, state_->get_commit_idx() 214
2021.03.24 11:22:48.436396 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.436445 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.436501 [ 391 ] {} <Debug> RaftInstance: commit upto 217, current idx 214
2021.03.24 11:22:48.436515 [ 391 ] {} <Trace> RaftInstance: commit upto 217, current idx 215
2021.03.24 11:22:48.436418 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.436551 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.436569 [ 391 ] {} <Trace> RaftInstance: commit upto 217, current idx 216
2021.03.24 11:22:48.436583 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.436590 [ 391 ] {} <Trace> RaftInstance: commit upto 217, current idx 217
2021.03.24 11:22:48.436613 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=220
2021.03.24 11:22:48.436661 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 217, current idx 217
2021.03.24 11:22:48.436673 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.457095 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=219, LastLogTerm=1, EntriesLength=4, CommitIndex=220 and Term=1
2021.03.24 11:22:48.457142 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 219 (4), req c idx: 220, my term: 1, my role: 1
2021.03.24 11:22:48.457152 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.457162 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 219, req log term: 1, my last log idx: 219, my log (219) term: 1
2021.03.24 11:22:48.457171 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 220, count: 0, log_store_->next_slot(): 220, req.log_entries().size(): 4
2021.03.24 11:22:48.457178 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 220, count: 0
2021.03.24 11:22:48.457184 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 220, count: 0
2021.03.24 11:22:48.457191 [ 388 ] {} <Trace> RaftInstance: append at 220
2021.03.24 11:22:48.457208 [ 388 ] {} <Trace> RaftInstance: append at 221
2021.03.24 11:22:48.457224 [ 388 ] {} <Trace> RaftInstance: append at 222
2021.03.24 11:22:48.457234 [ 388 ] {} <Trace> RaftInstance: append at 223
2021.03.24 11:22:48.457244 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 220
2021.03.24 11:22:48.457252 [ 388 ] {} <Trace> RaftInstance: local log idx 223, target_commit_idx 220, quick_commit_index_ 220, state_->get_commit_idx() 217
2021.03.24 11:22:48.457258 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.457273 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.457284 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.457318 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.457327 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=224
2021.03.24 11:22:48.457359 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.457408 [ 391 ] {} <Debug> RaftInstance: commit upto 220, current idx 217
2021.03.24 11:22:48.457419 [ 391 ] {} <Trace> RaftInstance: commit upto 220, current idx 218
2021.03.24 11:22:48.457493 [ 391 ] {} <Trace> RaftInstance: commit upto 220, current idx 219
2021.03.24 11:22:48.457512 [ 391 ] {} <Trace> RaftInstance: commit upto 220, current idx 220
2021.03.24 11:22:48.457538 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 220, current idx 220
2021.03.24 11:22:48.457546 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.477916 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=223, LastLogTerm=1, EntriesLength=2, CommitIndex=223 and Term=1
2021.03.24 11:22:48.477969 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 223 (2), req c idx: 223, my term: 1, my role: 1
2021.03.24 11:22:48.477980 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.477991 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 223, req log term: 1, my last log idx: 223, my log (223) term: 1
2021.03.24 11:22:48.477999 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 224, count: 0, log_store_->next_slot(): 224, req.log_entries().size(): 2
2021.03.24 11:22:48.478007 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 224, count: 0
2021.03.24 11:22:48.478014 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 224, count: 0
2021.03.24 11:22:48.478020 [ 389 ] {} <Trace> RaftInstance: append at 224
2021.03.24 11:22:48.478039 [ 389 ] {} <Trace> RaftInstance: append at 225
2021.03.24 11:22:48.478050 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 223
2021.03.24 11:22:48.478058 [ 389 ] {} <Trace> RaftInstance: local log idx 225, target_commit_idx 223, quick_commit_index_ 223, state_->get_commit_idx() 220
2021.03.24 11:22:48.478064 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.478077 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.478093 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.478109 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.478117 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=226
2021.03.24 11:22:48.478157 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.478196 [ 391 ] {} <Debug> RaftInstance: commit upto 223, current idx 220
2021.03.24 11:22:48.478208 [ 391 ] {} <Trace> RaftInstance: commit upto 223, current idx 221
2021.03.24 11:22:48.478243 [ 391 ] {} <Trace> RaftInstance: commit upto 223, current idx 222
2021.03.24 11:22:48.478280 [ 391 ] {} <Trace> RaftInstance: commit upto 223, current idx 223
2021.03.24 11:22:48.478338 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 223, current idx 223
2021.03.24 11:22:48.478349 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.498557 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=225, LastLogTerm=1, EntriesLength=4, CommitIndex=227 and Term=1
2021.03.24 11:22:48.498596 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 225 (4), req c idx: 227, my term: 1, my role: 1
2021.03.24 11:22:48.498607 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.498633 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 225, req log term: 1, my last log idx: 225, my log (225) term: 1
2021.03.24 11:22:48.498641 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 226, count: 0, log_store_->next_slot(): 226, req.log_entries().size(): 4
2021.03.24 11:22:48.498649 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 226, count: 0
2021.03.24 11:22:48.498659 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 226, count: 0
2021.03.24 11:22:48.498666 [ 389 ] {} <Trace> RaftInstance: append at 226
2021.03.24 11:22:48.498684 [ 389 ] {} <Trace> RaftInstance: append at 227
2021.03.24 11:22:48.498694 [ 389 ] {} <Trace> RaftInstance: append at 228
2021.03.24 11:22:48.498704 [ 389 ] {} <Trace> RaftInstance: append at 229
2021.03.24 11:22:48.498715 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 227
2021.03.24 11:22:48.498723 [ 389 ] {} <Trace> RaftInstance: local log idx 229, target_commit_idx 227, quick_commit_index_ 227, state_->get_commit_idx() 223
2021.03.24 11:22:48.498729 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.498740 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.498756 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.498771 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.498779 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=230
2021.03.24 11:22:48.498785 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.498807 [ 391 ] {} <Debug> RaftInstance: commit upto 227, current idx 223
2021.03.24 11:22:48.498817 [ 391 ] {} <Trace> RaftInstance: commit upto 227, current idx 224
2021.03.24 11:22:48.498841 [ 391 ] {} <Trace> RaftInstance: commit upto 227, current idx 225
2021.03.24 11:22:48.498879 [ 391 ] {} <Trace> RaftInstance: commit upto 227, current idx 226
2021.03.24 11:22:48.498901 [ 391 ] {} <Trace> RaftInstance: commit upto 227, current idx 227
2021.03.24 11:22:48.498965 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 227, current idx 227
2021.03.24 11:22:48.498975 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.519224 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=229, LastLogTerm=1, EntriesLength=3, CommitIndex=230 and Term=1
2021.03.24 11:22:48.519294 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 229 (3), req c idx: 230, my term: 1, my role: 1
2021.03.24 11:22:48.519306 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.519318 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 229, req log term: 1, my last log idx: 229, my log (229) term: 1
2021.03.24 11:22:48.519328 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 230, count: 0, log_store_->next_slot(): 230, req.log_entries().size(): 3
2021.03.24 11:22:48.519344 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 230, count: 0
2021.03.24 11:22:48.519352 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 230, count: 0
2021.03.24 11:22:48.519359 [ 388 ] {} <Trace> RaftInstance: append at 230
2021.03.24 11:22:48.519380 [ 388 ] {} <Trace> RaftInstance: append at 231
2021.03.24 11:22:48.519389 [ 388 ] {} <Trace> RaftInstance: append at 232
2021.03.24 11:22:48.519401 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 230
2021.03.24 11:22:48.519408 [ 388 ] {} <Trace> RaftInstance: local log idx 232, target_commit_idx 230, quick_commit_index_ 230, state_->get_commit_idx() 227
2021.03.24 11:22:48.519416 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.519449 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.519467 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.519483 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.519492 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=233
2021.03.24 11:22:48.519495 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.519518 [ 391 ] {} <Debug> RaftInstance: commit upto 230, current idx 227
2021.03.24 11:22:48.519528 [ 391 ] {} <Trace> RaftInstance: commit upto 230, current idx 228
2021.03.24 11:22:48.519595 [ 391 ] {} <Trace> RaftInstance: commit upto 230, current idx 229
2021.03.24 11:22:48.519624 [ 391 ] {} <Trace> RaftInstance: commit upto 230, current idx 230
2021.03.24 11:22:48.519725 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 230, current idx 230
2021.03.24 11:22:48.519736 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.540058 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=232, LastLogTerm=1, EntriesLength=4, CommitIndex=233 and Term=1
2021.03.24 11:22:48.540132 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 232 (4), req c idx: 233, my term: 1, my role: 1
2021.03.24 11:22:48.540145 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.540156 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 232, req log term: 1, my last log idx: 232, my log (232) term: 1
2021.03.24 11:22:48.540169 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 233, count: 0, log_store_->next_slot(): 233, req.log_entries().size(): 4
2021.03.24 11:22:48.540177 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 233, count: 0
2021.03.24 11:22:48.540184 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 233, count: 0
2021.03.24 11:22:48.540190 [ 390 ] {} <Trace> RaftInstance: append at 233
2021.03.24 11:22:48.540207 [ 390 ] {} <Trace> RaftInstance: append at 234
2021.03.24 11:22:48.540217 [ 390 ] {} <Trace> RaftInstance: append at 235
2021.03.24 11:22:48.540227 [ 390 ] {} <Trace> RaftInstance: append at 236
2021.03.24 11:22:48.540238 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 233
2021.03.24 11:22:48.540245 [ 390 ] {} <Trace> RaftInstance: local log idx 236, target_commit_idx 233, quick_commit_index_ 233, state_->get_commit_idx() 230
2021.03.24 11:22:48.540252 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.540269 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.540283 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.540293 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.540297 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.540322 [ 391 ] {} <Debug> RaftInstance: commit upto 233, current idx 230
2021.03.24 11:22:48.540346 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=237
2021.03.24 11:22:48.540374 [ 391 ] {} <Trace> RaftInstance: commit upto 233, current idx 231
2021.03.24 11:22:48.540502 [ 391 ] {} <Trace> RaftInstance: commit upto 233, current idx 232
2021.03.24 11:22:48.540552 [ 391 ] {} <Trace> RaftInstance: commit upto 233, current idx 233
2021.03.24 11:22:48.540576 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 233, current idx 233
2021.03.24 11:22:48.540584 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.560950 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=236, LastLogTerm=1, EntriesLength=2, CommitIndex=236 and Term=1
2021.03.24 11:22:48.561017 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 236 (2), req c idx: 236, my term: 1, my role: 1
2021.03.24 11:22:48.561027 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.561038 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 236, req log term: 1, my last log idx: 236, my log (236) term: 1
2021.03.24 11:22:48.561046 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 237, count: 0, log_store_->next_slot(): 237, req.log_entries().size(): 2
2021.03.24 11:22:48.561054 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 237, count: 0
2021.03.24 11:22:48.561060 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 237, count: 0
2021.03.24 11:22:48.561066 [ 389 ] {} <Trace> RaftInstance: append at 237
2021.03.24 11:22:48.561084 [ 389 ] {} <Trace> RaftInstance: append at 238
2021.03.24 11:22:48.561114 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 236
2021.03.24 11:22:48.561127 [ 389 ] {} <Trace> RaftInstance: local log idx 238, target_commit_idx 236, quick_commit_index_ 236, state_->get_commit_idx() 233
2021.03.24 11:22:48.561134 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.561150 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.561168 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.561212 [ 391 ] {} <Debug> RaftInstance: commit upto 236, current idx 233
2021.03.24 11:22:48.561235 [ 391 ] {} <Trace> RaftInstance: commit upto 236, current idx 234
2021.03.24 11:22:48.561171 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.561270 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.561281 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=239
2021.03.24 11:22:48.561297 [ 391 ] {} <Trace> RaftInstance: commit upto 236, current idx 235
2021.03.24 11:22:48.561401 [ 391 ] {} <Trace> RaftInstance: commit upto 236, current idx 236
2021.03.24 11:22:48.561454 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 236, current idx 236
2021.03.24 11:22:48.561462 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.581686 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=238, LastLogTerm=1, EntriesLength=4, CommitIndex=240 and Term=1
2021.03.24 11:22:48.581740 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 238 (4), req c idx: 240, my term: 1, my role: 1
2021.03.24 11:22:48.581751 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.581764 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 238, req log term: 1, my last log idx: 238, my log (238) term: 1
2021.03.24 11:22:48.581785 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 239, count: 0, log_store_->next_slot(): 239, req.log_entries().size(): 4
2021.03.24 11:22:48.581793 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 239, count: 0
2021.03.24 11:22:48.581800 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 239, count: 0
2021.03.24 11:22:48.581806 [ 389 ] {} <Trace> RaftInstance: append at 239
2021.03.24 11:22:48.581825 [ 389 ] {} <Trace> RaftInstance: append at 240
2021.03.24 11:22:48.581835 [ 389 ] {} <Trace> RaftInstance: append at 241
2021.03.24 11:22:48.581844 [ 389 ] {} <Trace> RaftInstance: append at 242
2021.03.24 11:22:48.581854 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 240
2021.03.24 11:22:48.581862 [ 389 ] {} <Trace> RaftInstance: local log idx 242, target_commit_idx 240, quick_commit_index_ 240, state_->get_commit_idx() 236
2021.03.24 11:22:48.581887 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.581902 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.581917 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.581920 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.581940 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.581942 [ 391 ] {} <Debug> RaftInstance: commit upto 240, current idx 236
2021.03.24 11:22:48.581952 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=243
2021.03.24 11:22:48.581963 [ 391 ] {} <Trace> RaftInstance: commit upto 240, current idx 237
2021.03.24 11:22:48.582013 [ 391 ] {} <Trace> RaftInstance: commit upto 240, current idx 238
2021.03.24 11:22:48.582050 [ 391 ] {} <Trace> RaftInstance: commit upto 240, current idx 239
2021.03.24 11:22:48.582175 [ 391 ] {} <Trace> RaftInstance: commit upto 240, current idx 240
2021.03.24 11:22:48.582247 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 240, current idx 240
2021.03.24 11:22:48.582258 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.602413 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=242, LastLogTerm=1, EntriesLength=3, CommitIndex=243 and Term=1
2021.03.24 11:22:48.602498 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 242 (3), req c idx: 243, my term: 1, my role: 1
2021.03.24 11:22:48.602513 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.602524 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 242, req log term: 1, my last log idx: 242, my log (242) term: 1
2021.03.24 11:22:48.602539 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 243, count: 0, log_store_->next_slot(): 243, req.log_entries().size(): 3
2021.03.24 11:22:48.602547 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 243, count: 0
2021.03.24 11:22:48.602554 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 243, count: 0
2021.03.24 11:22:48.602561 [ 388 ] {} <Trace> RaftInstance: append at 243
2021.03.24 11:22:48.602593 [ 388 ] {} <Trace> RaftInstance: append at 244
2021.03.24 11:22:48.602604 [ 388 ] {} <Trace> RaftInstance: append at 245
2021.03.24 11:22:48.602615 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 243
2021.03.24 11:22:48.602622 [ 388 ] {} <Trace> RaftInstance: local log idx 245, target_commit_idx 243, quick_commit_index_ 243, state_->get_commit_idx() 240
2021.03.24 11:22:48.602630 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.602647 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.602662 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.602672 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.602702 [ 391 ] {} <Debug> RaftInstance: commit upto 243, current idx 240
2021.03.24 11:22:48.602678 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.602717 [ 391 ] {} <Trace> RaftInstance: commit upto 243, current idx 241
2021.03.24 11:22:48.602736 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=246
2021.03.24 11:22:48.602784 [ 391 ] {} <Trace> RaftInstance: commit upto 243, current idx 242
2021.03.24 11:22:48.602822 [ 391 ] {} <Trace> RaftInstance: commit upto 243, current idx 243
2021.03.24 11:22:48.602862 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 243, current idx 243
2021.03.24 11:22:48.602871 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.623324 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=245, LastLogTerm=1, EntriesLength=4, CommitIndex=246 and Term=1
2021.03.24 11:22:48.623379 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 245 (4), req c idx: 246, my term: 1, my role: 1
2021.03.24 11:22:48.623408 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.623421 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 245, req log term: 1, my last log idx: 245, my log (245) term: 1
2021.03.24 11:22:48.623430 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 246, count: 0, log_store_->next_slot(): 246, req.log_entries().size(): 4
2021.03.24 11:22:48.623437 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 246, count: 0
2021.03.24 11:22:48.623444 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 246, count: 0
2021.03.24 11:22:48.623451 [ 390 ] {} <Trace> RaftInstance: append at 246
2021.03.24 11:22:48.623469 [ 390 ] {} <Trace> RaftInstance: append at 247
2021.03.24 11:22:48.623478 [ 390 ] {} <Trace> RaftInstance: append at 248
2021.03.24 11:22:48.623488 [ 390 ] {} <Trace> RaftInstance: append at 249
2021.03.24 11:22:48.623498 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 246
2021.03.24 11:22:48.623514 [ 390 ] {} <Trace> RaftInstance: local log idx 249, target_commit_idx 246, quick_commit_index_ 246, state_->get_commit_idx() 243
2021.03.24 11:22:48.623523 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.623537 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.623552 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.623566 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.623575 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=250
2021.03.24 11:22:48.623581 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.623631 [ 391 ] {} <Debug> RaftInstance: commit upto 246, current idx 243
2021.03.24 11:22:48.623642 [ 391 ] {} <Trace> RaftInstance: commit upto 246, current idx 244
2021.03.24 11:22:48.623792 [ 391 ] {} <Trace> RaftInstance: commit upto 246, current idx 245
2021.03.24 11:22:48.623822 [ 391 ] {} <Trace> RaftInstance: commit upto 246, current idx 246
2021.03.24 11:22:48.623848 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 246, current idx 246
2021.03.24 11:22:48.623857 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.644046 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=249, LastLogTerm=1, EntriesLength=2, CommitIndex=249 and Term=1
2021.03.24 11:22:48.644106 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 249 (2), req c idx: 249, my term: 1, my role: 1
2021.03.24 11:22:48.644116 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.644128 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 249, req log term: 1, my last log idx: 249, my log (249) term: 1
2021.03.24 11:22:48.644137 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 250, count: 0, log_store_->next_slot(): 250, req.log_entries().size(): 2
2021.03.24 11:22:48.644144 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 250, count: 0
2021.03.24 11:22:48.644151 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 250, count: 0
2021.03.24 11:22:48.644157 [ 390 ] {} <Trace> RaftInstance: append at 250
2021.03.24 11:22:48.644176 [ 390 ] {} <Trace> RaftInstance: append at 251
2021.03.24 11:22:48.644212 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 249
2021.03.24 11:22:48.644227 [ 390 ] {} <Trace> RaftInstance: local log idx 251, target_commit_idx 249, quick_commit_index_ 249, state_->get_commit_idx() 246
2021.03.24 11:22:48.644234 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.644250 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.644282 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.644284 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.644338 [ 391 ] {} <Debug> RaftInstance: commit upto 249, current idx 246
2021.03.24 11:22:48.644298 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.644354 [ 391 ] {} <Trace> RaftInstance: commit upto 249, current idx 247
2021.03.24 11:22:48.644374 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=252
2021.03.24 11:22:48.644431 [ 391 ] {} <Trace> RaftInstance: commit upto 249, current idx 248
2021.03.24 11:22:48.644474 [ 391 ] {} <Trace> RaftInstance: commit upto 249, current idx 249
2021.03.24 11:22:48.644588 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 249, current idx 249
2021.03.24 11:22:48.644599 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.664931 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=251, LastLogTerm=1, EntriesLength=4, CommitIndex=253 and Term=1
2021.03.24 11:22:48.664980 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 251 (4), req c idx: 253, my term: 1, my role: 1
2021.03.24 11:22:48.664991 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.665003 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 251, req log term: 1, my last log idx: 251, my log (251) term: 1
2021.03.24 11:22:48.665012 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 252, count: 0, log_store_->next_slot(): 252, req.log_entries().size(): 4
2021.03.24 11:22:48.665020 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 252, count: 0
2021.03.24 11:22:48.665027 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 252, count: 0
2021.03.24 11:22:48.665033 [ 388 ] {} <Trace> RaftInstance: append at 252
2021.03.24 11:22:48.665054 [ 388 ] {} <Trace> RaftInstance: append at 253
2021.03.24 11:22:48.665064 [ 388 ] {} <Trace> RaftInstance: append at 254
2021.03.24 11:22:48.665074 [ 388 ] {} <Trace> RaftInstance: append at 255
2021.03.24 11:22:48.665085 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 253
2021.03.24 11:22:48.665092 [ 388 ] {} <Trace> RaftInstance: local log idx 255, target_commit_idx 253, quick_commit_index_ 253, state_->get_commit_idx() 249
2021.03.24 11:22:48.665099 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.665115 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.665126 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.665140 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.665149 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=256
2021.03.24 11:22:48.665183 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.665243 [ 391 ] {} <Debug> RaftInstance: commit upto 253, current idx 249
2021.03.24 11:22:48.665256 [ 391 ] {} <Trace> RaftInstance: commit upto 253, current idx 250
2021.03.24 11:22:48.665336 [ 391 ] {} <Trace> RaftInstance: commit upto 253, current idx 251
2021.03.24 11:22:48.665363 [ 391 ] {} <Trace> RaftInstance: commit upto 253, current idx 252
2021.03.24 11:22:48.665383 [ 391 ] {} <Trace> RaftInstance: commit upto 253, current idx 253
2021.03.24 11:22:48.665426 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 253, current idx 253
2021.03.24 11:22:48.665435 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.685573 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=255, LastLogTerm=1, EntriesLength=2, CommitIndex=255 and Term=1
2021.03.24 11:22:48.685617 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 255 (2), req c idx: 255, my term: 1, my role: 1
2021.03.24 11:22:48.685627 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.685638 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 255, req log term: 1, my last log idx: 255, my log (255) term: 1
2021.03.24 11:22:48.685652 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 256, count: 0, log_store_->next_slot(): 256, req.log_entries().size(): 2
2021.03.24 11:22:48.685660 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 256, count: 0
2021.03.24 11:22:48.685666 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 256, count: 0
2021.03.24 11:22:48.685672 [ 390 ] {} <Trace> RaftInstance: append at 256
2021.03.24 11:22:48.685689 [ 390 ] {} <Trace> RaftInstance: append at 257
2021.03.24 11:22:48.685700 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 255
2021.03.24 11:22:48.685708 [ 390 ] {} <Trace> RaftInstance: local log idx 257, target_commit_idx 255, quick_commit_index_ 255, state_->get_commit_idx() 253
2021.03.24 11:22:48.685714 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.685730 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.685741 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.685754 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.685763 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=258
2021.03.24 11:22:48.685812 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.685861 [ 391 ] {} <Debug> RaftInstance: commit upto 255, current idx 253
2021.03.24 11:22:48.685873 [ 391 ] {} <Trace> RaftInstance: commit upto 255, current idx 254
2021.03.24 11:22:48.685934 [ 391 ] {} <Trace> RaftInstance: commit upto 255, current idx 255
2021.03.24 11:22:48.685958 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 255, current idx 255
2021.03.24 11:22:48.685965 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.706078 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=257, LastLogTerm=1, EntriesLength=3, CommitIndex=258 and Term=1
2021.03.24 11:22:48.706126 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 257 (3), req c idx: 258, my term: 1, my role: 1
2021.03.24 11:22:48.706137 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.706148 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 257, req log term: 1, my last log idx: 257, my log (257) term: 1
2021.03.24 11:22:48.706157 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 258, count: 0, log_store_->next_slot(): 258, req.log_entries().size(): 3
2021.03.24 11:22:48.706164 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 258, count: 0
2021.03.24 11:22:48.706177 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 258, count: 0
2021.03.24 11:22:48.706184 [ 389 ] {} <Trace> RaftInstance: append at 258
2021.03.24 11:22:48.706202 [ 389 ] {} <Trace> RaftInstance: append at 259
2021.03.24 11:22:48.706211 [ 389 ] {} <Trace> RaftInstance: append at 260
2021.03.24 11:22:48.706223 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 258
2021.03.24 11:22:48.706230 [ 389 ] {} <Trace> RaftInstance: local log idx 260, target_commit_idx 258, quick_commit_index_ 258, state_->get_commit_idx() 255
2021.03.24 11:22:48.706237 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.706253 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.706267 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.706281 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.706322 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.706389 [ 391 ] {} <Debug> RaftInstance: commit upto 258, current idx 255
2021.03.24 11:22:48.706358 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=261
2021.03.24 11:22:48.706402 [ 391 ] {} <Trace> RaftInstance: commit upto 258, current idx 256
2021.03.24 11:22:48.706497 [ 391 ] {} <Trace> RaftInstance: commit upto 258, current idx 257
2021.03.24 11:22:48.706523 [ 391 ] {} <Trace> RaftInstance: commit upto 258, current idx 258
2021.03.24 11:22:48.706550 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 258, current idx 258
2021.03.24 11:22:48.706557 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.727067 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=260, LastLogTerm=1, EntriesLength=3, CommitIndex=260 and Term=1
2021.03.24 11:22:48.727116 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 260 (3), req c idx: 260, my term: 1, my role: 1
2021.03.24 11:22:48.727128 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.727140 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 260, req log term: 1, my last log idx: 260, my log (260) term: 1
2021.03.24 11:22:48.727148 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 261, count: 0, log_store_->next_slot(): 261, req.log_entries().size(): 3
2021.03.24 11:22:48.727155 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 261, count: 0
2021.03.24 11:22:48.727162 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 261, count: 0
2021.03.24 11:22:48.727169 [ 390 ] {} <Trace> RaftInstance: append at 261
2021.03.24 11:22:48.727188 [ 390 ] {} <Trace> RaftInstance: append at 262
2021.03.24 11:22:48.727205 [ 390 ] {} <Trace> RaftInstance: append at 263
2021.03.24 11:22:48.727216 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 260
2021.03.24 11:22:48.727224 [ 390 ] {} <Trace> RaftInstance: local log idx 263, target_commit_idx 260, quick_commit_index_ 260, state_->get_commit_idx() 258
2021.03.24 11:22:48.727230 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.727246 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.727260 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.727274 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.727283 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=264
2021.03.24 11:22:48.727281 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.727327 [ 391 ] {} <Debug> RaftInstance: commit upto 260, current idx 258
2021.03.24 11:22:48.727338 [ 391 ] {} <Trace> RaftInstance: commit upto 260, current idx 259
2021.03.24 11:22:48.727415 [ 391 ] {} <Trace> RaftInstance: commit upto 260, current idx 260
2021.03.24 11:22:48.727442 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 260, current idx 260
2021.03.24 11:22:48.727451 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.747715 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=263, LastLogTerm=1, EntriesLength=3, CommitIndex=264 and Term=1
2021.03.24 11:22:48.747774 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 263 (3), req c idx: 264, my term: 1, my role: 1
2021.03.24 11:22:48.747793 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.747804 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 263, req log term: 1, my last log idx: 263, my log (263) term: 1
2021.03.24 11:22:48.747835 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 264, count: 0, log_store_->next_slot(): 264, req.log_entries().size(): 3
2021.03.24 11:22:48.747843 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 264, count: 0
2021.03.24 11:22:48.747849 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 264, count: 0
2021.03.24 11:22:48.747856 [ 390 ] {} <Trace> RaftInstance: append at 264
2021.03.24 11:22:48.747875 [ 390 ] {} <Trace> RaftInstance: append at 265
2021.03.24 11:22:48.747884 [ 390 ] {} <Trace> RaftInstance: append at 266
2021.03.24 11:22:48.747896 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 264
2021.03.24 11:22:48.747903 [ 390 ] {} <Trace> RaftInstance: local log idx 266, target_commit_idx 264, quick_commit_index_ 264, state_->get_commit_idx() 260
2021.03.24 11:22:48.747910 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.747931 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.747945 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.747960 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.747969 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=267
2021.03.24 11:22:48.747974 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.748024 [ 391 ] {} <Debug> RaftInstance: commit upto 264, current idx 260
2021.03.24 11:22:48.748035 [ 391 ] {} <Trace> RaftInstance: commit upto 264, current idx 261
2021.03.24 11:22:48.748099 [ 391 ] {} <Trace> RaftInstance: commit upto 264, current idx 262
2021.03.24 11:22:48.748123 [ 391 ] {} <Trace> RaftInstance: commit upto 264, current idx 263
2021.03.24 11:22:48.748163 [ 391 ] {} <Trace> RaftInstance: commit upto 264, current idx 264
2021.03.24 11:22:48.748278 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 264, current idx 264
2021.03.24 11:22:48.748287 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.768517 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=266, LastLogTerm=1, EntriesLength=2, CommitIndex=266 and Term=1
2021.03.24 11:22:48.768582 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 266 (2), req c idx: 266, my term: 1, my role: 1
2021.03.24 11:22:48.768593 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.768605 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 266, req log term: 1, my last log idx: 266, my log (266) term: 1
2021.03.24 11:22:48.768623 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 267, count: 0, log_store_->next_slot(): 267, req.log_entries().size(): 2
2021.03.24 11:22:48.768631 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 267, count: 0
2021.03.24 11:22:48.768638 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 267, count: 0
2021.03.24 11:22:48.768644 [ 389 ] {} <Trace> RaftInstance: append at 267
2021.03.24 11:22:48.768663 [ 389 ] {} <Trace> RaftInstance: append at 268
2021.03.24 11:22:48.768675 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 266
2021.03.24 11:22:48.768683 [ 389 ] {} <Trace> RaftInstance: local log idx 268, target_commit_idx 266, quick_commit_index_ 266, state_->get_commit_idx() 264
2021.03.24 11:22:48.768695 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.768710 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.768729 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.768746 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.768756 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=269
2021.03.24 11:22:48.768801 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.768851 [ 391 ] {} <Debug> RaftInstance: commit upto 266, current idx 264
2021.03.24 11:22:48.768864 [ 391 ] {} <Trace> RaftInstance: commit upto 266, current idx 265
2021.03.24 11:22:48.768937 [ 391 ] {} <Trace> RaftInstance: commit upto 266, current idx 266
2021.03.24 11:22:48.768963 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 266, current idx 266
2021.03.24 11:22:48.768970 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.789262 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=268, LastLogTerm=1, EntriesLength=3, CommitIndex=269 and Term=1
2021.03.24 11:22:48.789333 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 268 (3), req c idx: 269, my term: 1, my role: 1
2021.03.24 11:22:48.789345 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.789357 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 268, req log term: 1, my last log idx: 268, my log (268) term: 1
2021.03.24 11:22:48.789366 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 269, count: 0, log_store_->next_slot(): 269, req.log_entries().size(): 3
2021.03.24 11:22:48.789380 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 269, count: 0
2021.03.24 11:22:48.789387 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 269, count: 0
2021.03.24 11:22:48.789394 [ 390 ] {} <Trace> RaftInstance: append at 269
2021.03.24 11:22:48.789412 [ 390 ] {} <Trace> RaftInstance: append at 270
2021.03.24 11:22:48.789440 [ 390 ] {} <Trace> RaftInstance: append at 271
2021.03.24 11:22:48.789451 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 269
2021.03.24 11:22:48.789459 [ 390 ] {} <Trace> RaftInstance: local log idx 271, target_commit_idx 269, quick_commit_index_ 269, state_->get_commit_idx() 266
2021.03.24 11:22:48.789478 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.789494 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.789506 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.789518 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.789527 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=272
2021.03.24 11:22:48.789573 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.789628 [ 391 ] {} <Debug> RaftInstance: commit upto 269, current idx 266
2021.03.24 11:22:48.789640 [ 391 ] {} <Trace> RaftInstance: commit upto 269, current idx 267
2021.03.24 11:22:48.789689 [ 391 ] {} <Trace> RaftInstance: commit upto 269, current idx 268
2021.03.24 11:22:48.789726 [ 391 ] {} <Trace> RaftInstance: commit upto 269, current idx 269
2021.03.24 11:22:48.789788 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 269, current idx 269
2021.03.24 11:22:48.789796 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.810054 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=271, LastLogTerm=1, EntriesLength=3, CommitIndex=272 and Term=1
2021.03.24 11:22:48.810111 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 271 (3), req c idx: 272, my term: 1, my role: 1
2021.03.24 11:22:48.810121 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.810133 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 271, req log term: 1, my last log idx: 271, my log (271) term: 1
2021.03.24 11:22:48.810165 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 272, count: 0, log_store_->next_slot(): 272, req.log_entries().size(): 3
2021.03.24 11:22:48.810173 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 272, count: 0
2021.03.24 11:22:48.810180 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 272, count: 0
2021.03.24 11:22:48.810186 [ 390 ] {} <Trace> RaftInstance: append at 272
2021.03.24 11:22:48.810205 [ 390 ] {} <Trace> RaftInstance: append at 273
2021.03.24 11:22:48.810214 [ 390 ] {} <Trace> RaftInstance: append at 274
2021.03.24 11:22:48.810232 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 272
2021.03.24 11:22:48.810240 [ 390 ] {} <Trace> RaftInstance: local log idx 274, target_commit_idx 272, quick_commit_index_ 272, state_->get_commit_idx() 269
2021.03.24 11:22:48.810247 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.810263 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.810317 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.810354 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.810382 [ 391 ] {} <Debug> RaftInstance: commit upto 272, current idx 269
2021.03.24 11:22:48.810404 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.810412 [ 391 ] {} <Trace> RaftInstance: commit upto 272, current idx 270
2021.03.24 11:22:48.810416 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=275
2021.03.24 11:22:48.810474 [ 391 ] {} <Trace> RaftInstance: commit upto 272, current idx 271
2021.03.24 11:22:48.810588 [ 391 ] {} <Trace> RaftInstance: commit upto 272, current idx 272
2021.03.24 11:22:48.810618 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 272, current idx 272
2021.03.24 11:22:48.810626 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.830860 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=274, LastLogTerm=1, EntriesLength=3, CommitIndex=275 and Term=1
2021.03.24 11:22:48.830907 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 274 (3), req c idx: 275, my term: 1, my role: 1
2021.03.24 11:22:48.830918 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.830929 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 274, req log term: 1, my last log idx: 274, my log (274) term: 1
2021.03.24 11:22:48.830937 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 275, count: 0, log_store_->next_slot(): 275, req.log_entries().size(): 3
2021.03.24 11:22:48.830970 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 275, count: 0
2021.03.24 11:22:48.830987 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 275, count: 0
2021.03.24 11:22:48.830994 [ 388 ] {} <Trace> RaftInstance: append at 275
2021.03.24 11:22:48.831012 [ 388 ] {} <Trace> RaftInstance: append at 276
2021.03.24 11:22:48.831022 [ 388 ] {} <Trace> RaftInstance: append at 277
2021.03.24 11:22:48.831037 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 275
2021.03.24 11:22:48.831047 [ 388 ] {} <Trace> RaftInstance: local log idx 277, target_commit_idx 275, quick_commit_index_ 275, state_->get_commit_idx() 272
2021.03.24 11:22:48.831054 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.831069 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.831083 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.831097 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.831113 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.831125 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=278
2021.03.24 11:22:48.831167 [ 391 ] {} <Debug> RaftInstance: commit upto 275, current idx 272
2021.03.24 11:22:48.831216 [ 391 ] {} <Trace> RaftInstance: commit upto 275, current idx 273
2021.03.24 11:22:48.831261 [ 391 ] {} <Trace> RaftInstance: commit upto 275, current idx 274
2021.03.24 11:22:48.831329 [ 391 ] {} <Trace> RaftInstance: commit upto 275, current idx 275
2021.03.24 11:22:48.831369 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 275, current idx 275
2021.03.24 11:22:48.831377 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.851560 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=277, LastLogTerm=1, EntriesLength=3, CommitIndex=278 and Term=1
2021.03.24 11:22:48.851598 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 277 (3), req c idx: 278, my term: 1, my role: 1
2021.03.24 11:22:48.851609 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.851622 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 277, req log term: 1, my last log idx: 277, my log (277) term: 1
2021.03.24 11:22:48.851631 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 278, count: 0, log_store_->next_slot(): 278, req.log_entries().size(): 3
2021.03.24 11:22:48.851639 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 278, count: 0
2021.03.24 11:22:48.851646 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 278, count: 0
2021.03.24 11:22:48.851652 [ 389 ] {} <Trace> RaftInstance: append at 278
2021.03.24 11:22:48.851670 [ 389 ] {} <Trace> RaftInstance: append at 279
2021.03.24 11:22:48.851679 [ 389 ] {} <Trace> RaftInstance: append at 280
2021.03.24 11:22:48.851690 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 278
2021.03.24 11:22:48.851697 [ 389 ] {} <Trace> RaftInstance: local log idx 280, target_commit_idx 278, quick_commit_index_ 278, state_->get_commit_idx() 275
2021.03.24 11:22:48.851704 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.851719 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.851747 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.851756 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.851801 [ 391 ] {} <Debug> RaftInstance: commit upto 278, current idx 275
2021.03.24 11:22:48.851768 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.851817 [ 391 ] {} <Trace> RaftInstance: commit upto 278, current idx 276
2021.03.24 11:22:48.851841 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=281
2021.03.24 11:22:48.851883 [ 391 ] {} <Trace> RaftInstance: commit upto 278, current idx 277
2021.03.24 11:22:48.851920 [ 391 ] {} <Trace> RaftInstance: commit upto 278, current idx 278
2021.03.24 11:22:48.851989 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 278, current idx 278
2021.03.24 11:22:48.851997 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.872182 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=280, LastLogTerm=1, EntriesLength=3, CommitIndex=281 and Term=1
2021.03.24 11:22:48.872259 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 280 (3), req c idx: 281, my term: 1, my role: 1
2021.03.24 11:22:48.872281 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.872293 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 280, req log term: 1, my last log idx: 280, my log (280) term: 1
2021.03.24 11:22:48.872302 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 281, count: 0, log_store_->next_slot(): 281, req.log_entries().size(): 3
2021.03.24 11:22:48.872309 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 281, count: 0
2021.03.24 11:22:48.872316 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 281, count: 0
2021.03.24 11:22:48.872322 [ 390 ] {} <Trace> RaftInstance: append at 281
2021.03.24 11:22:48.872341 [ 390 ] {} <Trace> RaftInstance: append at 282
2021.03.24 11:22:48.872351 [ 390 ] {} <Trace> RaftInstance: append at 283
2021.03.24 11:22:48.872361 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 281
2021.03.24 11:22:48.872369 [ 390 ] {} <Trace> RaftInstance: local log idx 283, target_commit_idx 281, quick_commit_index_ 281, state_->get_commit_idx() 278
2021.03.24 11:22:48.872406 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.872427 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.872442 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.872458 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.872457 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.872505 [ 391 ] {} <Debug> RaftInstance: commit upto 281, current idx 278
2021.03.24 11:22:48.872468 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=284
2021.03.24 11:22:48.872517 [ 391 ] {} <Trace> RaftInstance: commit upto 281, current idx 279
2021.03.24 11:22:48.872588 [ 391 ] {} <Trace> RaftInstance: commit upto 281, current idx 280
2021.03.24 11:22:48.872628 [ 391 ] {} <Trace> RaftInstance: commit upto 281, current idx 281
2021.03.24 11:22:48.872651 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 281, current idx 281
2021.03.24 11:22:48.872659 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.893127 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=283, LastLogTerm=1, EntriesLength=2, CommitIndex=284 and Term=1
2021.03.24 11:22:48.893186 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 283 (2), req c idx: 284, my term: 1, my role: 1
2021.03.24 11:22:48.893198 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.893208 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 283, req log term: 1, my last log idx: 283, my log (283) term: 1
2021.03.24 11:22:48.893217 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 284, count: 0, log_store_->next_slot(): 284, req.log_entries().size(): 2
2021.03.24 11:22:48.893225 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 284, count: 0
2021.03.24 11:22:48.893232 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 284, count: 0
2021.03.24 11:22:48.893238 [ 389 ] {} <Trace> RaftInstance: append at 284
2021.03.24 11:22:48.893258 [ 389 ] {} <Trace> RaftInstance: append at 285
2021.03.24 11:22:48.893270 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 284
2021.03.24 11:22:48.893277 [ 389 ] {} <Trace> RaftInstance: local log idx 285, target_commit_idx 284, quick_commit_index_ 284, state_->get_commit_idx() 281
2021.03.24 11:22:48.893284 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.893294 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.893309 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.893326 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.893358 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=286
2021.03.24 11:22:48.893362 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.893416 [ 391 ] {} <Debug> RaftInstance: commit upto 284, current idx 281
2021.03.24 11:22:48.893428 [ 391 ] {} <Trace> RaftInstance: commit upto 284, current idx 282
2021.03.24 11:22:48.893465 [ 391 ] {} <Trace> RaftInstance: commit upto 284, current idx 283
2021.03.24 11:22:48.893535 [ 391 ] {} <Trace> RaftInstance: commit upto 284, current idx 284
2021.03.24 11:22:48.893559 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 284, current idx 284
2021.03.24 11:22:48.893566 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.913625 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=285, LastLogTerm=1, EntriesLength=3, CommitIndex=288 and Term=1
2021.03.24 11:22:48.913679 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 285 (3), req c idx: 288, my term: 1, my role: 1
2021.03.24 11:22:48.913708 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.913727 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 285, req log term: 1, my last log idx: 285, my log (285) term: 1
2021.03.24 11:22:48.913800 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 286, count: 0, log_store_->next_slot(): 286, req.log_entries().size(): 3
2021.03.24 11:22:48.913812 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 286, count: 0
2021.03.24 11:22:48.913819 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 286, count: 0
2021.03.24 11:22:48.913826 [ 388 ] {} <Trace> RaftInstance: append at 286
2021.03.24 11:22:48.913845 [ 388 ] {} <Trace> RaftInstance: append at 287
2021.03.24 11:22:48.913855 [ 388 ] {} <Trace> RaftInstance: append at 288
2021.03.24 11:22:48.913866 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 288
2021.03.24 11:22:48.913874 [ 388 ] {} <Trace> RaftInstance: local log idx 288, target_commit_idx 288, quick_commit_index_ 288, state_->get_commit_idx() 284
2021.03.24 11:22:48.913880 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.913892 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.913908 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.913926 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.913936 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=289
2021.03.24 11:22:48.913956 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.913993 [ 391 ] {} <Debug> RaftInstance: commit upto 288, current idx 284
2021.03.24 11:22:48.914004 [ 391 ] {} <Trace> RaftInstance: commit upto 288, current idx 285
2021.03.24 11:22:48.914054 [ 391 ] {} <Trace> RaftInstance: commit upto 288, current idx 286
2021.03.24 11:22:48.914130 [ 391 ] {} <Trace> RaftInstance: commit upto 288, current idx 287
2021.03.24 11:22:48.914177 [ 391 ] {} <Trace> RaftInstance: commit upto 288, current idx 288
2021.03.24 11:22:48.914214 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 288, current idx 288
2021.03.24 11:22:48.914220 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.934197 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=288, LastLogTerm=1, EntriesLength=1, CommitIndex=288 and Term=1
2021.03.24 11:22:48.934254 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 288 (1), req c idx: 288, my term: 1, my role: 1
2021.03.24 11:22:48.934265 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.934275 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 288, req log term: 1, my last log idx: 288, my log (288) term: 1
2021.03.24 11:22:48.934299 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 289, count: 0, log_store_->next_slot(): 289, req.log_entries().size(): 1
2021.03.24 11:22:48.934310 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 289, count: 0
2021.03.24 11:22:48.934326 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 289, count: 0
2021.03.24 11:22:48.934333 [ 387 ] {} <Trace> RaftInstance: append at 289
2021.03.24 11:22:48.934354 [ 387 ] {} <Trace> RaftInstance: local log idx 289, target_commit_idx 288, quick_commit_index_ 288, state_->get_commit_idx() 288
2021.03.24 11:22:48.934362 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.934377 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.934394 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.934403 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=290
2021.03.24 11:22:48.955131 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=289, LastLogTerm=1, EntriesLength=0, CommitIndex=289 and Term=1
2021.03.24 11:22:48.955188 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 289 (0), req c idx: 289, my term: 1, my role: 1
2021.03.24 11:22:48.955199 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.955210 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 289, req log term: 1, my last log idx: 289, my log (289) term: 1
2021.03.24 11:22:48.955226 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 289
2021.03.24 11:22:48.955234 [ 387 ] {} <Trace> RaftInstance: local log idx 289, target_commit_idx 289, quick_commit_index_ 289, state_->get_commit_idx() 288
2021.03.24 11:22:48.955241 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.955253 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.955271 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.955287 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.955296 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=290
2021.03.24 11:22:48.955336 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.955377 [ 391 ] {} <Debug> RaftInstance: commit upto 289, current idx 288
2021.03.24 11:22:48.955389 [ 391 ] {} <Trace> RaftInstance: commit upto 289, current idx 289
2021.03.24 11:22:48.955429 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 289, current idx 289
2021.03.24 11:22:48.955439 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.975905 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=289, LastLogTerm=1, EntriesLength=3, CommitIndex=291 and Term=1
2021.03.24 11:22:48.975959 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 289 (3), req c idx: 291, my term: 1, my role: 1
2021.03.24 11:22:48.975969 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.975980 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 289, req log term: 1, my last log idx: 289, my log (289) term: 1
2021.03.24 11:22:48.976052 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 290, count: 0, log_store_->next_slot(): 290, req.log_entries().size(): 3
2021.03.24 11:22:48.976062 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 290, count: 0
2021.03.24 11:22:48.976069 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 290, count: 0
2021.03.24 11:22:48.976076 [ 390 ] {} <Trace> RaftInstance: append at 290
2021.03.24 11:22:48.976102 [ 390 ] {} <Trace> RaftInstance: append at 291
2021.03.24 11:22:48.976112 [ 390 ] {} <Trace> RaftInstance: append at 292
2021.03.24 11:22:48.976123 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 291
2021.03.24 11:22:48.976131 [ 390 ] {} <Trace> RaftInstance: local log idx 292, target_commit_idx 291, quick_commit_index_ 291, state_->get_commit_idx() 289
2021.03.24 11:22:48.976138 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.976150 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.976181 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.976198 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.976206 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=293
2021.03.24 11:22:48.976260 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.976303 [ 391 ] {} <Debug> RaftInstance: commit upto 291, current idx 289
2021.03.24 11:22:48.976314 [ 391 ] {} <Trace> RaftInstance: commit upto 291, current idx 290
2021.03.24 11:22:48.976363 [ 391 ] {} <Trace> RaftInstance: commit upto 291, current idx 291
2021.03.24 11:22:48.976417 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 291, current idx 291
2021.03.24 11:22:48.976426 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.996679 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=292, LastLogTerm=1, EntriesLength=1, CommitIndex=292 and Term=1
2021.03.24 11:22:48.996718 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 292 (1), req c idx: 292, my term: 1, my role: 1
2021.03.24 11:22:48.996727 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.996738 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 292, req log term: 1, my last log idx: 292, my log (292) term: 1
2021.03.24 11:22:48.996746 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 293, count: 0, log_store_->next_slot(): 293, req.log_entries().size(): 1
2021.03.24 11:22:48.996753 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 293, count: 0
2021.03.24 11:22:48.996760 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 293, count: 0
2021.03.24 11:22:48.996773 [ 388 ] {} <Trace> RaftInstance: append at 293
2021.03.24 11:22:48.996789 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 292
2021.03.24 11:22:48.996797 [ 388 ] {} <Trace> RaftInstance: local log idx 293, target_commit_idx 292, quick_commit_index_ 292, state_->get_commit_idx() 291
2021.03.24 11:22:48.996803 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.996818 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.996832 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.996846 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.996855 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=294
2021.03.24 11:22:48.996855 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.996908 [ 391 ] {} <Debug> RaftInstance: commit upto 292, current idx 291
2021.03.24 11:22:48.996919 [ 391 ] {} <Trace> RaftInstance: commit upto 292, current idx 292
2021.03.24 11:22:48.997023 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 292, current idx 292
2021.03.24 11:22:48.997032 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.017353 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=293, LastLogTerm=1, EntriesLength=0, CommitIndex=293 and Term=1
2021.03.24 11:22:49.017395 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 293 (0), req c idx: 293, my term: 1, my role: 1
2021.03.24 11:22:49.017405 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.017416 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 293, req log term: 1, my last log idx: 293, my log (293) term: 1
2021.03.24 11:22:49.017425 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 293
2021.03.24 11:22:49.017433 [ 390 ] {} <Trace> RaftInstance: local log idx 293, target_commit_idx 293, quick_commit_index_ 293, state_->get_commit_idx() 292
2021.03.24 11:22:49.017440 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.017456 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.017489 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.017542 [ 391 ] {} <Debug> RaftInstance: commit upto 293, current idx 292
2021.03.24 11:22:49.017501 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.017560 [ 391 ] {} <Trace> RaftInstance: commit upto 293, current idx 293
2021.03.24 11:22:49.017601 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.017624 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=294
2021.03.24 11:22:49.017700 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 293, current idx 293
2021.03.24 11:22:49.017713 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.038119 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=293, LastLogTerm=1, EntriesLength=1, CommitIndex=294 and Term=1
2021.03.24 11:22:49.038185 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 293 (1), req c idx: 294, my term: 1, my role: 1
2021.03.24 11:22:49.038197 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.038208 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 293, req log term: 1, my last log idx: 293, my log (293) term: 1
2021.03.24 11:22:49.038217 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 294, count: 0, log_store_->next_slot(): 294, req.log_entries().size(): 1
2021.03.24 11:22:49.038224 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 294, count: 0
2021.03.24 11:22:49.038231 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 294, count: 0
2021.03.24 11:22:49.038238 [ 389 ] {} <Trace> RaftInstance: append at 294
2021.03.24 11:22:49.038259 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 294
2021.03.24 11:22:49.038266 [ 389 ] {} <Trace> RaftInstance: local log idx 294, target_commit_idx 294, quick_commit_index_ 294, state_->get_commit_idx() 293
2021.03.24 11:22:49.038273 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.038312 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.038334 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.038353 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.038412 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=295
2021.03.24 11:22:49.038457 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.038471 [ 391 ] {} <Debug> RaftInstance: commit upto 294, current idx 293
2021.03.24 11:22:49.038479 [ 391 ] {} <Trace> RaftInstance: commit upto 294, current idx 294
2021.03.24 11:22:49.038625 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 294, current idx 294
2021.03.24 11:22:49.038662 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.058764 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=294, LastLogTerm=1, EntriesLength=3, CommitIndex=295 and Term=1
2021.03.24 11:22:49.058820 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 294 (3), req c idx: 295, my term: 1, my role: 1
2021.03.24 11:22:49.058830 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.058841 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 294, req log term: 1, my last log idx: 294, my log (294) term: 1
2021.03.24 11:22:49.058851 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 295, count: 0, log_store_->next_slot(): 295, req.log_entries().size(): 3
2021.03.24 11:22:49.058858 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 295, count: 0
2021.03.24 11:22:49.058865 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 295, count: 0
2021.03.24 11:22:49.058871 [ 390 ] {} <Trace> RaftInstance: append at 295
2021.03.24 11:22:49.058890 [ 390 ] {} <Trace> RaftInstance: append at 296
2021.03.24 11:22:49.058899 [ 390 ] {} <Trace> RaftInstance: append at 297
2021.03.24 11:22:49.058911 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 295
2021.03.24 11:22:49.058918 [ 390 ] {} <Trace> RaftInstance: local log idx 297, target_commit_idx 295, quick_commit_index_ 295, state_->get_commit_idx() 294
2021.03.24 11:22:49.058925 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.058940 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.058967 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.058983 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.058992 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=298
2021.03.24 11:22:49.058978 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.059053 [ 391 ] {} <Debug> RaftInstance: commit upto 295, current idx 294
2021.03.24 11:22:49.059066 [ 391 ] {} <Trace> RaftInstance: commit upto 295, current idx 295
2021.03.24 11:22:49.059150 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 295, current idx 295
2021.03.24 11:22:49.059161 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.079378 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=297, LastLogTerm=1, EntriesLength=3, CommitIndex=297 and Term=1
2021.03.24 11:22:49.079442 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 297 (3), req c idx: 297, my term: 1, my role: 1
2021.03.24 11:22:49.079453 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.079465 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 297, req log term: 1, my last log idx: 297, my log (297) term: 1
2021.03.24 11:22:49.079474 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 298, count: 0, log_store_->next_slot(): 298, req.log_entries().size(): 3
2021.03.24 11:22:49.079482 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 298, count: 0
2021.03.24 11:22:49.079489 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 298, count: 0
2021.03.24 11:22:49.079496 [ 388 ] {} <Trace> RaftInstance: append at 298
2021.03.24 11:22:49.079515 [ 388 ] {} <Trace> RaftInstance: append at 299
2021.03.24 11:22:49.079526 [ 388 ] {} <Trace> RaftInstance: append at 300
2021.03.24 11:22:49.079537 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 297
2021.03.24 11:22:49.079545 [ 388 ] {} <Trace> RaftInstance: local log idx 300, target_commit_idx 297, quick_commit_index_ 297, state_->get_commit_idx() 295
2021.03.24 11:22:49.079552 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.079570 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.079587 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.079610 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.079624 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.079677 [ 391 ] {} <Debug> RaftInstance: commit upto 297, current idx 295
2021.03.24 11:22:49.079703 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=301
2021.03.24 11:22:49.079716 [ 391 ] {} <Trace> RaftInstance: commit upto 297, current idx 296
2021.03.24 11:22:49.079770 [ 391 ] {} <Trace> RaftInstance: commit upto 297, current idx 297
2021.03.24 11:22:49.079796 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 297, current idx 297
2021.03.24 11:22:49.079805 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.110834 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=297, LastLogTerm=1, EntriesLength=5, CommitIndex=300 and Term=1
2021.03.24 11:22:49.110893 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 297 (5), req c idx: 300, my term: 1, my role: 1
2021.03.24 11:22:49.110904 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.110914 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 297, req log term: 1, my last log idx: 300, my log (297) term: 1
2021.03.24 11:22:49.110923 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 298, count: 0, log_store_->next_slot(): 301, req.log_entries().size(): 5
2021.03.24 11:22:49.110931 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 301, count: 3
2021.03.24 11:22:49.110939 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 301, count: 3
2021.03.24 11:22:49.110959 [ 387 ] {} <Trace> RaftInstance: append at 301
2021.03.24 11:22:49.110981 [ 387 ] {} <Trace> RaftInstance: append at 302
2021.03.24 11:22:49.110992 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 300
2021.03.24 11:22:49.111000 [ 387 ] {} <Trace> RaftInstance: local log idx 302, target_commit_idx 300, quick_commit_index_ 300, state_->get_commit_idx() 297
2021.03.24 11:22:49.111008 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.111019 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.111035 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.111052 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.111060 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=303
2021.03.24 11:22:49.111099 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.111146 [ 391 ] {} <Debug> RaftInstance: commit upto 300, current idx 297
2021.03.24 11:22:49.111159 [ 391 ] {} <Trace> RaftInstance: commit upto 300, current idx 298
2021.03.24 11:22:49.111232 [ 391 ] {} <Trace> RaftInstance: commit upto 300, current idx 299
2021.03.24 11:22:49.111263 [ 391 ] {} <Trace> RaftInstance: commit upto 300, current idx 300
2021.03.24 11:22:49.111288 [ 391 ] {} <Information> RaftInstance: creating a snapshot for index 300
2021.03.24 11:22:49.111296 [ 391 ] {} <Information> RaftInstance: create snapshot idx 300 log_term 1
2021.03.24 11:22:49.111373 [ 391 ] {} <Information> RaftInstance: create snapshot idx 300 log_term 1 done: 68 us elapsed
2021.03.24 11:22:49.111383 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 300, current idx 300
2021.03.24 11:22:49.111389 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.131553 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=302, LastLogTerm=1, EntriesLength=1, CommitIndex=302 and Term=1
2021.03.24 11:22:49.136551 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 302 (1), req c idx: 302, my term: 1, my role: 1
2021.03.24 11:22:49.136571 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.136584 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 302, req log term: 1, my last log idx: 302, my log (302) term: 1
2021.03.24 11:22:49.136593 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 303, count: 0, log_store_->next_slot(): 303, req.log_entries().size(): 1
2021.03.24 11:22:49.136601 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 303, count: 0
2021.03.24 11:22:49.136608 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 303, count: 0
2021.03.24 11:22:49.136614 [ 390 ] {} <Trace> RaftInstance: append at 303
2021.03.24 11:22:49.136635 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 302
2021.03.24 11:22:49.136643 [ 390 ] {} <Trace> RaftInstance: local log idx 303, target_commit_idx 302, quick_commit_index_ 302, state_->get_commit_idx() 300
2021.03.24 11:22:49.136669 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.136687 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.136702 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.136720 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.136729 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=304
2021.03.24 11:22:49.136729 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.136784 [ 391 ] {} <Debug> RaftInstance: commit upto 302, current idx 300
2021.03.24 11:22:49.136797 [ 391 ] {} <Trace> RaftInstance: commit upto 302, current idx 301
2021.03.24 11:22:49.136837 [ 391 ] {} <Trace> RaftInstance: commit upto 302, current idx 302
2021.03.24 11:22:49.136882 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 302, current idx 302
2021.03.24 11:22:49.136889 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.157142 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=303, LastLogTerm=1, EntriesLength=4, CommitIndex=305 and Term=1
2021.03.24 11:22:49.157189 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 303 (4), req c idx: 305, my term: 1, my role: 1
2021.03.24 11:22:49.157200 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.157211 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 303, req log term: 1, my last log idx: 303, my log (303) term: 1
2021.03.24 11:22:49.157220 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 304, count: 0, log_store_->next_slot(): 304, req.log_entries().size(): 4
2021.03.24 11:22:49.157227 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 304, count: 0
2021.03.24 11:22:49.157234 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 304, count: 0
2021.03.24 11:22:49.157241 [ 390 ] {} <Trace> RaftInstance: append at 304
2021.03.24 11:22:49.157310 [ 390 ] {} <Trace> RaftInstance: append at 305
2021.03.24 11:22:49.157323 [ 390 ] {} <Trace> RaftInstance: append at 306
2021.03.24 11:22:49.157333 [ 390 ] {} <Trace> RaftInstance: append at 307
2021.03.24 11:22:49.157344 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 305
2021.03.24 11:22:49.157352 [ 390 ] {} <Trace> RaftInstance: local log idx 307, target_commit_idx 305, quick_commit_index_ 305, state_->get_commit_idx() 302
2021.03.24 11:22:49.157359 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.157375 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.157396 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.157425 [ 391 ] {} <Debug> RaftInstance: commit upto 305, current idx 302
2021.03.24 11:22:49.157447 [ 391 ] {} <Trace> RaftInstance: commit upto 305, current idx 303
2021.03.24 11:22:49.157408 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.157481 [ 391 ] {} <Trace> RaftInstance: commit upto 305, current idx 304
2021.03.24 11:22:49.157494 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.157551 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=308
2021.03.24 11:22:49.157582 [ 391 ] {} <Trace> RaftInstance: commit upto 305, current idx 305
2021.03.24 11:22:49.157596 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 305, current idx 305
2021.03.24 11:22:49.157604 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.169433 [ 396 ] {} <Debug> RaftInstance: snapshot created, compact the log store
2021.03.24 11:22:49.169443 [ 396 ] {} <Debug> RaftInstance: log_store_ compact upto 290
2021.03.24 11:22:49.177880 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=307, LastLogTerm=1, EntriesLength=2, CommitIndex=308 and Term=1
2021.03.24 11:22:49.177921 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 307 (2), req c idx: 308, my term: 1, my role: 1
2021.03.24 11:22:49.177931 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.177941 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 307, req log term: 1, my last log idx: 307, my log (307) term: 1
2021.03.24 11:22:49.177950 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 308, count: 0, log_store_->next_slot(): 308, req.log_entries().size(): 2
2021.03.24 11:22:49.177973 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 308, count: 0
2021.03.24 11:22:49.177981 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 308, count: 0
2021.03.24 11:22:49.177995 [ 388 ] {} <Trace> RaftInstance: append at 308
2021.03.24 11:22:49.178015 [ 388 ] {} <Trace> RaftInstance: append at 309
2021.03.24 11:22:49.178026 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 308
2021.03.24 11:22:49.178033 [ 388 ] {} <Trace> RaftInstance: local log idx 309, target_commit_idx 308, quick_commit_index_ 308, state_->get_commit_idx() 305
2021.03.24 11:22:49.178040 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.178057 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.178082 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.178087 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.178111 [ 391 ] {} <Debug> RaftInstance: commit upto 308, current idx 305
2021.03.24 11:22:49.178133 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.178142 [ 391 ] {} <Trace> RaftInstance: commit upto 308, current idx 306
2021.03.24 11:22:49.178144 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=310
2021.03.24 11:22:49.178189 [ 391 ] {} <Trace> RaftInstance: commit upto 308, current idx 307
2021.03.24 11:22:49.178209 [ 391 ] {} <Trace> RaftInstance: commit upto 308, current idx 308
2021.03.24 11:22:49.178244 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 308, current idx 308
2021.03.24 11:22:49.178268 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.198516 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=309, LastLogTerm=1, EntriesLength=2, CommitIndex=309 and Term=1
2021.03.24 11:22:49.198573 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 309 (2), req c idx: 309, my term: 1, my role: 1
2021.03.24 11:22:49.198596 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.198609 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 309, req log term: 1, my last log idx: 309, my log (309) term: 1
2021.03.24 11:22:49.198617 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 310, count: 0, log_store_->next_slot(): 310, req.log_entries().size(): 2
2021.03.24 11:22:49.198625 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 310, count: 0
2021.03.24 11:22:49.198632 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 310, count: 0
2021.03.24 11:22:49.198638 [ 387 ] {} <Trace> RaftInstance: append at 310
2021.03.24 11:22:49.198658 [ 387 ] {} <Trace> RaftInstance: append at 311
2021.03.24 11:22:49.198670 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 309
2021.03.24 11:22:49.198678 [ 387 ] {} <Trace> RaftInstance: local log idx 311, target_commit_idx 309, quick_commit_index_ 309, state_->get_commit_idx() 308
2021.03.24 11:22:49.198685 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.198704 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.198722 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.198730 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.198767 [ 391 ] {} <Debug> RaftInstance: commit upto 309, current idx 308
2021.03.24 11:22:49.198779 [ 391 ] {} <Trace> RaftInstance: commit upto 309, current idx 309
2021.03.24 11:22:49.198738 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.198809 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 309, current idx 309
2021.03.24 11:22:49.198812 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=312
2021.03.24 11:22:49.198822 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.219309 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=311, LastLogTerm=1, EntriesLength=1, CommitIndex=311 and Term=1
2021.03.24 11:22:49.219363 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 311 (1), req c idx: 311, my term: 1, my role: 1
2021.03.24 11:22:49.219374 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.219386 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 311, req log term: 1, my last log idx: 311, my log (311) term: 1
2021.03.24 11:22:49.219395 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 312, count: 0, log_store_->next_slot(): 312, req.log_entries().size(): 1
2021.03.24 11:22:49.219403 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 312, count: 0
2021.03.24 11:22:49.219410 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 312, count: 0
2021.03.24 11:22:49.219416 [ 387 ] {} <Trace> RaftInstance: append at 312
2021.03.24 11:22:49.219436 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 311
2021.03.24 11:22:49.219444 [ 387 ] {} <Trace> RaftInstance: local log idx 312, target_commit_idx 311, quick_commit_index_ 311, state_->get_commit_idx() 309
2021.03.24 11:22:49.219451 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.219477 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.219492 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.219508 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.219512 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.219573 [ 391 ] {} <Debug> RaftInstance: commit upto 311, current idx 309
2021.03.24 11:22:49.219527 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=313
2021.03.24 11:22:49.219589 [ 391 ] {} <Trace> RaftInstance: commit upto 311, current idx 310
2021.03.24 11:22:49.219677 [ 391 ] {} <Trace> RaftInstance: commit upto 311, current idx 311
2021.03.24 11:22:49.219720 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 311, current idx 311
2021.03.24 11:22:49.219727 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.239892 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=312, LastLogTerm=1, EntriesLength=2, CommitIndex=313 and Term=1
2021.03.24 11:22:49.239956 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 312 (2), req c idx: 313, my term: 1, my role: 1
2021.03.24 11:22:49.239970 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.239981 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 312, req log term: 1, my last log idx: 312, my log (312) term: 1
2021.03.24 11:22:49.239990 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 313, count: 0, log_store_->next_slot(): 313, req.log_entries().size(): 2
2021.03.24 11:22:49.239998 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 313, count: 0
2021.03.24 11:22:49.240005 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 313, count: 0
2021.03.24 11:22:49.240012 [ 387 ] {} <Trace> RaftInstance: append at 313
2021.03.24 11:22:49.240031 [ 387 ] {} <Trace> RaftInstance: append at 314
2021.03.24 11:22:49.240043 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 313
2021.03.24 11:22:49.240050 [ 387 ] {} <Trace> RaftInstance: local log idx 314, target_commit_idx 313, quick_commit_index_ 313, state_->get_commit_idx() 311
2021.03.24 11:22:49.240057 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.240073 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.240088 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.240102 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.240098 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.240112 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=315
2021.03.24 11:22:49.240136 [ 391 ] {} <Debug> RaftInstance: commit upto 313, current idx 311
2021.03.24 11:22:49.240182 [ 391 ] {} <Trace> RaftInstance: commit upto 313, current idx 312
2021.03.24 11:22:49.240215 [ 391 ] {} <Trace> RaftInstance: commit upto 313, current idx 313
2021.03.24 11:22:49.240250 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 313, current idx 313
2021.03.24 11:22:49.240258 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.260482 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=314, LastLogTerm=1, EntriesLength=4, CommitIndex=316 and Term=1
2021.03.24 11:22:49.260526 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 314 (4), req c idx: 316, my term: 1, my role: 1
2021.03.24 11:22:49.260536 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.260547 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 314, req log term: 1, my last log idx: 314, my log (314) term: 1
2021.03.24 11:22:49.260557 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 315, count: 0, log_store_->next_slot(): 315, req.log_entries().size(): 4
2021.03.24 11:22:49.260583 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 315, count: 0
2021.03.24 11:22:49.260590 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 315, count: 0
2021.03.24 11:22:49.260597 [ 387 ] {} <Trace> RaftInstance: append at 315
2021.03.24 11:22:49.260622 [ 387 ] {} <Trace> RaftInstance: append at 316
2021.03.24 11:22:49.260633 [ 387 ] {} <Trace> RaftInstance: append at 317
2021.03.24 11:22:49.260642 [ 387 ] {} <Trace> RaftInstance: append at 318
2021.03.24 11:22:49.260660 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 316
2021.03.24 11:22:49.260668 [ 387 ] {} <Trace> RaftInstance: local log idx 318, target_commit_idx 316, quick_commit_index_ 316, state_->get_commit_idx() 313
2021.03.24 11:22:49.260675 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.260690 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.260700 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.260715 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.260718 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.260742 [ 391 ] {} <Debug> RaftInstance: commit upto 316, current idx 313
2021.03.24 11:22:49.260755 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=319
2021.03.24 11:22:49.260762 [ 391 ] {} <Trace> RaftInstance: commit upto 316, current idx 314
2021.03.24 11:22:49.260795 [ 391 ] {} <Trace> RaftInstance: commit upto 316, current idx 315
2021.03.24 11:22:49.260808 [ 391 ] {} <Trace> RaftInstance: commit upto 316, current idx 316
2021.03.24 11:22:49.260828 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 316, current idx 316
2021.03.24 11:22:49.260837 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.281090 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=318, LastLogTerm=1, EntriesLength=2, CommitIndex=318 and Term=1
2021.03.24 11:22:49.281144 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 318 (2), req c idx: 318, my term: 1, my role: 1
2021.03.24 11:22:49.281155 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.281176 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 318, req log term: 1, my last log idx: 318, my log (318) term: 1
2021.03.24 11:22:49.281223 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 319, count: 0, log_store_->next_slot(): 319, req.log_entries().size(): 2
2021.03.24 11:22:49.281240 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 319, count: 0
2021.03.24 11:22:49.281247 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 319, count: 0
2021.03.24 11:22:49.281254 [ 389 ] {} <Trace> RaftInstance: append at 319
2021.03.24 11:22:49.281273 [ 389 ] {} <Trace> RaftInstance: append at 320
2021.03.24 11:22:49.281285 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 318
2021.03.24 11:22:49.281293 [ 389 ] {} <Trace> RaftInstance: local log idx 320, target_commit_idx 318, quick_commit_index_ 318, state_->get_commit_idx() 316
2021.03.24 11:22:49.281300 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.281318 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.281334 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.281351 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.281360 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=321
2021.03.24 11:22:49.281365 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.281389 [ 391 ] {} <Debug> RaftInstance: commit upto 318, current idx 316
2021.03.24 11:22:49.281400 [ 391 ] {} <Trace> RaftInstance: commit upto 318, current idx 317
2021.03.24 11:22:49.281488 [ 391 ] {} <Trace> RaftInstance: commit upto 318, current idx 318
2021.03.24 11:22:49.281513 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 318, current idx 318
2021.03.24 11:22:49.281521 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.301620 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=320, LastLogTerm=1, EntriesLength=1, CommitIndex=320 and Term=1
2021.03.24 11:22:49.301681 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 320 (1), req c idx: 320, my term: 1, my role: 1
2021.03.24 11:22:49.301694 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.301705 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 320, req log term: 1, my last log idx: 320, my log (320) term: 1
2021.03.24 11:22:49.301714 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 321, count: 0, log_store_->next_slot(): 321, req.log_entries().size(): 1
2021.03.24 11:22:49.301721 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 321, count: 0
2021.03.24 11:22:49.301741 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 321, count: 0
2021.03.24 11:22:49.301780 [ 389 ] {} <Trace> RaftInstance: append at 321
2021.03.24 11:22:49.301817 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 320
2021.03.24 11:22:49.301825 [ 389 ] {} <Trace> RaftInstance: local log idx 321, target_commit_idx 320, quick_commit_index_ 320, state_->get_commit_idx() 318
2021.03.24 11:22:49.301833 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.301849 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.301879 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.301884 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.301894 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.301915 [ 391 ] {} <Debug> RaftInstance: commit upto 320, current idx 318
2021.03.24 11:22:49.301943 [ 391 ] {} <Trace> RaftInstance: commit upto 320, current idx 319
2021.03.24 11:22:49.301933 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=322
2021.03.24 11:22:49.301999 [ 391 ] {} <Trace> RaftInstance: commit upto 320, current idx 320
2021.03.24 11:22:49.302021 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 320, current idx 320
2021.03.24 11:22:49.302028 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.322348 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=321, LastLogTerm=1, EntriesLength=2, CommitIndex=322 and Term=1
2021.03.24 11:22:49.322380 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 321 (2), req c idx: 322, my term: 1, my role: 1
2021.03.24 11:22:49.322389 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.322400 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 321, req log term: 1, my last log idx: 321, my log (321) term: 1
2021.03.24 11:22:49.322409 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 322, count: 0, log_store_->next_slot(): 322, req.log_entries().size(): 2
2021.03.24 11:22:49.322416 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 322, count: 0
2021.03.24 11:22:49.322423 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 322, count: 0
2021.03.24 11:22:49.322429 [ 390 ] {} <Trace> RaftInstance: append at 322
2021.03.24 11:22:49.322445 [ 390 ] {} <Trace> RaftInstance: append at 323
2021.03.24 11:22:49.322455 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 322
2021.03.24 11:22:49.322472 [ 390 ] {} <Trace> RaftInstance: local log idx 323, target_commit_idx 322, quick_commit_index_ 322, state_->get_commit_idx() 320
2021.03.24 11:22:49.322498 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.322514 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.322533 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.322541 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.322560 [ 391 ] {} <Debug> RaftInstance: commit upto 322, current idx 320
2021.03.24 11:22:49.322576 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.322579 [ 391 ] {} <Trace> RaftInstance: commit upto 322, current idx 321
2021.03.24 11:22:49.322597 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=324
2021.03.24 11:22:49.322618 [ 391 ] {} <Trace> RaftInstance: commit upto 322, current idx 322
2021.03.24 11:22:49.322633 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 322, current idx 322
2021.03.24 11:22:49.322640 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.342936 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=323, LastLogTerm=1, EntriesLength=3, CommitIndex=324 and Term=1
2021.03.24 11:22:49.343007 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 323 (3), req c idx: 324, my term: 1, my role: 1
2021.03.24 11:22:49.343018 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.343062 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 323, req log term: 1, my last log idx: 323, my log (323) term: 1
2021.03.24 11:22:49.343082 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 324, count: 0, log_store_->next_slot(): 324, req.log_entries().size(): 3
2021.03.24 11:22:49.343100 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 324, count: 0
2021.03.24 11:22:49.343107 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 324, count: 0
2021.03.24 11:22:49.343114 [ 387 ] {} <Trace> RaftInstance: append at 324
2021.03.24 11:22:49.343130 [ 387 ] {} <Trace> RaftInstance: append at 325
2021.03.24 11:22:49.343140 [ 387 ] {} <Trace> RaftInstance: append at 326
2021.03.24 11:22:49.343151 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 324
2021.03.24 11:22:49.343166 [ 387 ] {} <Trace> RaftInstance: local log idx 326, target_commit_idx 324, quick_commit_index_ 324, state_->get_commit_idx() 322
2021.03.24 11:22:49.343173 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.343189 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.343202 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.343210 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.343215 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.343247 [ 391 ] {} <Debug> RaftInstance: commit upto 324, current idx 322
2021.03.24 11:22:49.343253 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=327
2021.03.24 11:22:49.343259 [ 391 ] {} <Trace> RaftInstance: commit upto 324, current idx 323
2021.03.24 11:22:49.343298 [ 391 ] {} <Trace> RaftInstance: commit upto 324, current idx 324
2021.03.24 11:22:49.343313 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 324, current idx 324
2021.03.24 11:22:49.343321 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.363708 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=326, LastLogTerm=1, EntriesLength=2, CommitIndex=328 and Term=1
2021.03.24 11:22:49.363743 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 326 (2), req c idx: 328, my term: 1, my role: 1
2021.03.24 11:22:49.363752 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.363762 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 326, req log term: 1, my last log idx: 326, my log (326) term: 1
2021.03.24 11:22:49.363785 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 327, count: 0, log_store_->next_slot(): 327, req.log_entries().size(): 2
2021.03.24 11:22:49.363793 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 327, count: 0
2021.03.24 11:22:49.363799 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 327, count: 0
2021.03.24 11:22:49.363805 [ 387 ] {} <Trace> RaftInstance: append at 327
2021.03.24 11:22:49.363820 [ 387 ] {} <Trace> RaftInstance: append at 328
2021.03.24 11:22:49.363838 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 328
2021.03.24 11:22:49.363854 [ 387 ] {} <Trace> RaftInstance: local log idx 328, target_commit_idx 328, quick_commit_index_ 328, state_->get_commit_idx() 324
2021.03.24 11:22:49.363860 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.363878 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.363888 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.363899 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.363916 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=329
2021.03.24 11:22:49.363915 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.363964 [ 391 ] {} <Debug> RaftInstance: commit upto 328, current idx 324
2021.03.24 11:22:49.363984 [ 391 ] {} <Trace> RaftInstance: commit upto 328, current idx 325
2021.03.24 11:22:49.364010 [ 391 ] {} <Trace> RaftInstance: commit upto 328, current idx 326
2021.03.24 11:22:49.364045 [ 391 ] {} <Trace> RaftInstance: commit upto 328, current idx 327
2021.03.24 11:22:49.364110 [ 391 ] {} <Trace> RaftInstance: commit upto 328, current idx 328
2021.03.24 11:22:49.364142 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 328, current idx 328
2021.03.24 11:22:49.364149 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.384322 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=328, LastLogTerm=1, EntriesLength=3, CommitIndex=330 and Term=1
2021.03.24 11:22:49.384395 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 328 (3), req c idx: 330, my term: 1, my role: 1
2021.03.24 11:22:49.384405 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.384423 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 328, req log term: 1, my last log idx: 328, my log (328) term: 1
2021.03.24 11:22:49.384432 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 329, count: 0, log_store_->next_slot(): 329, req.log_entries().size(): 3
2021.03.24 11:22:49.384440 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 329, count: 0
2021.03.24 11:22:49.384446 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 329, count: 0
2021.03.24 11:22:49.384485 [ 387 ] {} <Trace> RaftInstance: append at 329
2021.03.24 11:22:49.384507 [ 387 ] {} <Trace> RaftInstance: append at 330
2021.03.24 11:22:49.384538 [ 387 ] {} <Trace> RaftInstance: append at 331
2021.03.24 11:22:49.384550 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 330
2021.03.24 11:22:49.384557 [ 387 ] {} <Trace> RaftInstance: local log idx 331, target_commit_idx 330, quick_commit_index_ 330, state_->get_commit_idx() 328
2021.03.24 11:22:49.384564 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.384580 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.384592 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.384610 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.384626 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=332
2021.03.24 11:22:49.384633 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.384682 [ 391 ] {} <Debug> RaftInstance: commit upto 330, current idx 328
2021.03.24 11:22:49.384693 [ 391 ] {} <Trace> RaftInstance: commit upto 330, current idx 329
2021.03.24 11:22:49.384744 [ 391 ] {} <Trace> RaftInstance: commit upto 330, current idx 330
2021.03.24 11:22:49.384763 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 330, current idx 330
2021.03.24 11:22:49.384770 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.404947 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=331, LastLogTerm=1, EntriesLength=3, CommitIndex=333 and Term=1
2021.03.24 11:22:49.404980 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 331 (3), req c idx: 333, my term: 1, my role: 1
2021.03.24 11:22:49.404992 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.405002 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 331, req log term: 1, my last log idx: 331, my log (331) term: 1
2021.03.24 11:22:49.405011 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 332, count: 0, log_store_->next_slot(): 332, req.log_entries().size(): 3
2021.03.24 11:22:49.405018 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 332, count: 0
2021.03.24 11:22:49.405025 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 332, count: 0
2021.03.24 11:22:49.405032 [ 389 ] {} <Trace> RaftInstance: append at 332
2021.03.24 11:22:49.405060 [ 389 ] {} <Trace> RaftInstance: append at 333
2021.03.24 11:22:49.405071 [ 389 ] {} <Trace> RaftInstance: append at 334
2021.03.24 11:22:49.405083 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 333
2021.03.24 11:22:49.405091 [ 389 ] {} <Trace> RaftInstance: local log idx 334, target_commit_idx 333, quick_commit_index_ 333, state_->get_commit_idx() 330
2021.03.24 11:22:49.405098 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.405109 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.405124 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.405146 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.405157 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=335
2021.03.24 11:22:49.405173 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.405224 [ 391 ] {} <Debug> RaftInstance: commit upto 333, current idx 330
2021.03.24 11:22:49.405236 [ 391 ] {} <Trace> RaftInstance: commit upto 333, current idx 331
2021.03.24 11:22:49.405290 [ 391 ] {} <Trace> RaftInstance: commit upto 333, current idx 332
2021.03.24 11:22:49.405327 [ 391 ] {} <Trace> RaftInstance: commit upto 333, current idx 333
2021.03.24 11:22:49.405455 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 333, current idx 333
2021.03.24 11:22:49.405466 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.425603 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=334, LastLogTerm=1, EntriesLength=1, CommitIndex=335 and Term=1
2021.03.24 11:22:49.425669 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 334 (1), req c idx: 335, my term: 1, my role: 1
2021.03.24 11:22:49.425680 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.425692 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 334, req log term: 1, my last log idx: 334, my log (334) term: 1
2021.03.24 11:22:49.425725 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 335, count: 0, log_store_->next_slot(): 335, req.log_entries().size(): 1
2021.03.24 11:22:49.425733 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 335, count: 0
2021.03.24 11:22:49.425740 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 335, count: 0
2021.03.24 11:22:49.425748 [ 387 ] {} <Trace> RaftInstance: append at 335
2021.03.24 11:22:49.425769 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 335
2021.03.24 11:22:49.425776 [ 387 ] {} <Trace> RaftInstance: local log idx 335, target_commit_idx 335, quick_commit_index_ 335, state_->get_commit_idx() 333
2021.03.24 11:22:49.425783 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.425795 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.425813 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.425831 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.425839 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=336
2021.03.24 11:22:49.425879 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.425932 [ 391 ] {} <Debug> RaftInstance: commit upto 335, current idx 333
2021.03.24 11:22:49.425944 [ 391 ] {} <Trace> RaftInstance: commit upto 335, current idx 334
2021.03.24 11:22:49.426021 [ 391 ] {} <Trace> RaftInstance: commit upto 335, current idx 335
2021.03.24 11:22:49.426039 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 335, current idx 335
2021.03.24 11:22:49.426046 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.446405 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=335, LastLogTerm=1, EntriesLength=1, CommitIndex=336 and Term=1
2021.03.24 11:22:49.446461 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 335 (1), req c idx: 336, my term: 1, my role: 1
2021.03.24 11:22:49.446473 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.446485 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 335, req log term: 1, my last log idx: 335, my log (335) term: 1
2021.03.24 11:22:49.446494 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 336, count: 0, log_store_->next_slot(): 336, req.log_entries().size(): 1
2021.03.24 11:22:49.446502 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 336, count: 0
2021.03.24 11:22:49.446510 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 336, count: 0
2021.03.24 11:22:49.446517 [ 389 ] {} <Trace> RaftInstance: append at 336
2021.03.24 11:22:49.446537 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 336
2021.03.24 11:22:49.446545 [ 389 ] {} <Trace> RaftInstance: local log idx 336, target_commit_idx 336, quick_commit_index_ 336, state_->get_commit_idx() 335
2021.03.24 11:22:49.446565 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.446577 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.446593 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.446609 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.446618 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=337
2021.03.24 11:22:49.446644 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.446696 [ 391 ] {} <Debug> RaftInstance: commit upto 336, current idx 335
2021.03.24 11:22:49.446719 [ 391 ] {} <Trace> RaftInstance: commit upto 336, current idx 336
2021.03.24 11:22:49.446773 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 336, current idx 336
2021.03.24 11:22:49.446805 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.467066 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=336, LastLogTerm=1, EntriesLength=2, CommitIndex=337 and Term=1
2021.03.24 11:22:49.467126 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 336 (2), req c idx: 337, my term: 1, my role: 1
2021.03.24 11:22:49.467138 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.467150 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 336, req log term: 1, my last log idx: 336, my log (336) term: 1
2021.03.24 11:22:49.467159 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 337, count: 0, log_store_->next_slot(): 337, req.log_entries().size(): 2
2021.03.24 11:22:49.467167 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 337, count: 0
2021.03.24 11:22:49.467174 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 337, count: 0
2021.03.24 11:22:49.467180 [ 387 ] {} <Trace> RaftInstance: append at 337
2021.03.24 11:22:49.467199 [ 387 ] {} <Trace> RaftInstance: append at 338
2021.03.24 11:22:49.467210 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 337
2021.03.24 11:22:49.467218 [ 387 ] {} <Trace> RaftInstance: local log idx 338, target_commit_idx 337, quick_commit_index_ 337, state_->get_commit_idx() 336
2021.03.24 11:22:49.467225 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.467235 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.467252 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.467275 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.467285 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=339
2021.03.24 11:22:49.467305 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.467356 [ 391 ] {} <Debug> RaftInstance: commit upto 337, current idx 336
2021.03.24 11:22:49.467368 [ 391 ] {} <Trace> RaftInstance: commit upto 337, current idx 337
2021.03.24 11:22:49.467438 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 337, current idx 337
2021.03.24 11:22:49.467447 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.487729 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=338, LastLogTerm=1, EntriesLength=1, CommitIndex=339 and Term=1
2021.03.24 11:22:49.487787 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 338 (1), req c idx: 339, my term: 1, my role: 1
2021.03.24 11:22:49.487798 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.487810 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 338, req log term: 1, my last log idx: 338, my log (338) term: 1
2021.03.24 11:22:49.487819 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 339, count: 0, log_store_->next_slot(): 339, req.log_entries().size(): 1
2021.03.24 11:22:49.487826 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 339, count: 0
2021.03.24 11:22:49.487833 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 339, count: 0
2021.03.24 11:22:49.487840 [ 388 ] {} <Trace> RaftInstance: append at 339
2021.03.24 11:22:49.487861 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 339
2021.03.24 11:22:49.487869 [ 388 ] {} <Trace> RaftInstance: local log idx 339, target_commit_idx 339, quick_commit_index_ 339, state_->get_commit_idx() 337
2021.03.24 11:22:49.487875 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.487886 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.487902 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.487934 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.487972 [ 391 ] {} <Debug> RaftInstance: commit upto 339, current idx 337
2021.03.24 11:22:49.487938 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.487992 [ 391 ] {} <Trace> RaftInstance: commit upto 339, current idx 338
2021.03.24 11:22:49.488008 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=340
2021.03.24 11:22:49.488074 [ 391 ] {} <Trace> RaftInstance: commit upto 339, current idx 339
2021.03.24 11:22:49.488107 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 339, current idx 339
2021.03.24 11:22:49.488115 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.508537 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=339, LastLogTerm=1, EntriesLength=1, CommitIndex=340 and Term=1
2021.03.24 11:22:49.508593 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 339 (1), req c idx: 340, my term: 1, my role: 1
2021.03.24 11:22:49.508604 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.508615 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 339, req log term: 1, my last log idx: 339, my log (339) term: 1
2021.03.24 11:22:49.508630 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 340, count: 0, log_store_->next_slot(): 340, req.log_entries().size(): 1
2021.03.24 11:22:49.508638 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 340, count: 0
2021.03.24 11:22:49.508645 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 340, count: 0
2021.03.24 11:22:49.508651 [ 388 ] {} <Trace> RaftInstance: append at 340
2021.03.24 11:22:49.508671 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 340
2021.03.24 11:22:49.508713 [ 388 ] {} <Trace> RaftInstance: local log idx 340, target_commit_idx 340, quick_commit_index_ 340, state_->get_commit_idx() 339
2021.03.24 11:22:49.508723 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.508740 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.508756 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.508771 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.508780 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=341
2021.03.24 11:22:49.508779 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.508852 [ 391 ] {} <Debug> RaftInstance: commit upto 340, current idx 339
2021.03.24 11:22:49.508864 [ 391 ] {} <Trace> RaftInstance: commit upto 340, current idx 340
2021.03.24 11:22:49.508920 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 340, current idx 340
2021.03.24 11:22:49.508929 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.529326 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=340, LastLogTerm=1, EntriesLength=3, CommitIndex=342 and Term=1
2021.03.24 11:22:49.529380 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 340 (3), req c idx: 342, my term: 1, my role: 1
2021.03.24 11:22:49.529389 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.529400 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 340, req log term: 1, my last log idx: 340, my log (340) term: 1
2021.03.24 11:22:49.529409 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 341, count: 0, log_store_->next_slot(): 341, req.log_entries().size(): 3
2021.03.24 11:22:49.529416 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 341, count: 0
2021.03.24 11:22:49.529423 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 341, count: 0
2021.03.24 11:22:49.529436 [ 387 ] {} <Trace> RaftInstance: append at 341
2021.03.24 11:22:49.529455 [ 387 ] {} <Trace> RaftInstance: append at 342
2021.03.24 11:22:49.529488 [ 387 ] {} <Trace> RaftInstance: append at 343
2021.03.24 11:22:49.529498 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 342
2021.03.24 11:22:49.529506 [ 387 ] {} <Trace> RaftInstance: local log idx 343, target_commit_idx 342, quick_commit_index_ 342, state_->get_commit_idx() 340
2021.03.24 11:22:49.529512 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.529523 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.529532 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.529546 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.529554 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=344
2021.03.24 11:22:49.529634 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.529648 [ 391 ] {} <Debug> RaftInstance: commit upto 342, current idx 340
2021.03.24 11:22:49.529656 [ 391 ] {} <Trace> RaftInstance: commit upto 342, current idx 341
2021.03.24 11:22:49.529775 [ 391 ] {} <Trace> RaftInstance: commit upto 342, current idx 342
2021.03.24 11:22:49.529837 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 342, current idx 342
2021.03.24 11:22:49.529845 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.549954 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=343, LastLogTerm=1, EntriesLength=3, CommitIndex=345 and Term=1
2021.03.24 11:22:49.550014 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 343 (3), req c idx: 345, my term: 1, my role: 1
2021.03.24 11:22:49.550024 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.550034 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 343, req log term: 1, my last log idx: 343, my log (343) term: 1
2021.03.24 11:22:49.550044 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 344, count: 0, log_store_->next_slot(): 344, req.log_entries().size(): 3
2021.03.24 11:22:49.550051 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 344, count: 0
2021.03.24 11:22:49.550068 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 344, count: 0
2021.03.24 11:22:49.550075 [ 387 ] {} <Trace> RaftInstance: append at 344
2021.03.24 11:22:49.550094 [ 387 ] {} <Trace> RaftInstance: append at 345
2021.03.24 11:22:49.550104 [ 387 ] {} <Trace> RaftInstance: append at 346
2021.03.24 11:22:49.550117 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 345
2021.03.24 11:22:49.550126 [ 387 ] {} <Trace> RaftInstance: local log idx 346, target_commit_idx 345, quick_commit_index_ 345, state_->get_commit_idx() 342
2021.03.24 11:22:49.550133 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.550144 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.550153 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.550168 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.550177 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=347
2021.03.24 11:22:49.550259 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.550272 [ 391 ] {} <Debug> RaftInstance: commit upto 345, current idx 342
2021.03.24 11:22:49.550280 [ 391 ] {} <Trace> RaftInstance: commit upto 345, current idx 343
2021.03.24 11:22:49.550345 [ 391 ] {} <Trace> RaftInstance: commit upto 345, current idx 344
2021.03.24 11:22:49.550428 [ 391 ] {} <Trace> RaftInstance: commit upto 345, current idx 345
2021.03.24 11:22:49.550450 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 345, current idx 345
2021.03.24 11:22:49.550456 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.570540 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=346, LastLogTerm=1, EntriesLength=2, CommitIndex=347 and Term=1
2021.03.24 11:22:49.570602 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 346 (2), req c idx: 347, my term: 1, my role: 1
2021.03.24 11:22:49.570614 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.570625 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 346, req log term: 1, my last log idx: 346, my log (346) term: 1
2021.03.24 11:22:49.570645 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 347, count: 0, log_store_->next_slot(): 347, req.log_entries().size(): 2
2021.03.24 11:22:49.570654 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 347, count: 0
2021.03.24 11:22:49.570661 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 347, count: 0
2021.03.24 11:22:49.570668 [ 389 ] {} <Trace> RaftInstance: append at 347
2021.03.24 11:22:49.570688 [ 389 ] {} <Trace> RaftInstance: append at 348
2021.03.24 11:22:49.570699 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 347
2021.03.24 11:22:49.570707 [ 389 ] {} <Trace> RaftInstance: local log idx 348, target_commit_idx 347, quick_commit_index_ 347, state_->get_commit_idx() 345
2021.03.24 11:22:49.570713 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.570724 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.570776 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.570795 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.570803 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=349
2021.03.24 11:22:49.570869 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.570882 [ 391 ] {} <Debug> RaftInstance: commit upto 347, current idx 345
2021.03.24 11:22:49.570890 [ 391 ] {} <Trace> RaftInstance: commit upto 347, current idx 346
2021.03.24 11:22:49.570936 [ 391 ] {} <Trace> RaftInstance: commit upto 347, current idx 347
2021.03.24 11:22:49.571013 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 347, current idx 347
2021.03.24 11:22:49.571020 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.591080 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=348, LastLogTerm=1, EntriesLength=2, CommitIndex=350 and Term=1
2021.03.24 11:22:49.591134 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 348 (2), req c idx: 350, my term: 1, my role: 1
2021.03.24 11:22:49.591144 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.591154 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 348, req log term: 1, my last log idx: 348, my log (348) term: 1
2021.03.24 11:22:49.591162 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 349, count: 0, log_store_->next_slot(): 349, req.log_entries().size(): 2
2021.03.24 11:22:49.591170 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 349, count: 0
2021.03.24 11:22:49.591177 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 349, count: 0
2021.03.24 11:22:49.591184 [ 389 ] {} <Trace> RaftInstance: append at 349
2021.03.24 11:22:49.591202 [ 389 ] {} <Trace> RaftInstance: append at 350
2021.03.24 11:22:49.591213 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 350
2021.03.24 11:22:49.591246 [ 389 ] {} <Trace> RaftInstance: local log idx 350, target_commit_idx 350, quick_commit_index_ 350, state_->get_commit_idx() 347
2021.03.24 11:22:49.591253 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.591263 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.591292 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.591307 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.591315 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=351
2021.03.24 11:22:49.591377 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.591390 [ 391 ] {} <Debug> RaftInstance: commit upto 350, current idx 347
2021.03.24 11:22:49.591399 [ 391 ] {} <Trace> RaftInstance: commit upto 350, current idx 348
2021.03.24 11:22:49.591468 [ 391 ] {} <Trace> RaftInstance: commit upto 350, current idx 349
2021.03.24 11:22:49.591555 [ 391 ] {} <Trace> RaftInstance: commit upto 350, current idx 350
2021.03.24 11:22:49.591584 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 350, current idx 350
2021.03.24 11:22:49.591592 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.611641 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=350, LastLogTerm=1, EntriesLength=3, CommitIndex=352 and Term=1
2021.03.24 11:22:49.611691 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 350 (3), req c idx: 352, my term: 1, my role: 1
2021.03.24 11:22:49.611701 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.611719 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 350, req log term: 1, my last log idx: 350, my log (350) term: 1
2021.03.24 11:22:49.611728 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 351, count: 0, log_store_->next_slot(): 351, req.log_entries().size(): 3
2021.03.24 11:22:49.611736 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 351, count: 0
2021.03.24 11:22:49.611743 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 351, count: 0
2021.03.24 11:22:49.611750 [ 387 ] {} <Trace> RaftInstance: append at 351
2021.03.24 11:22:49.611778 [ 387 ] {} <Trace> RaftInstance: append at 352
2021.03.24 11:22:49.611789 [ 387 ] {} <Trace> RaftInstance: append at 353
2021.03.24 11:22:49.611799 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 352
2021.03.24 11:22:49.611834 [ 387 ] {} <Trace> RaftInstance: local log idx 353, target_commit_idx 352, quick_commit_index_ 352, state_->get_commit_idx() 350
2021.03.24 11:22:49.611849 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.611860 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.611877 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.611896 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.611904 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=354
2021.03.24 11:22:49.611916 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.611960 [ 391 ] {} <Debug> RaftInstance: commit upto 352, current idx 350
2021.03.24 11:22:49.611975 [ 391 ] {} <Trace> RaftInstance: commit upto 352, current idx 351
2021.03.24 11:22:49.612016 [ 391 ] {} <Trace> RaftInstance: commit upto 352, current idx 352
2021.03.24 11:22:49.612044 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 352, current idx 352
2021.03.24 11:22:49.612053 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.632447 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=353, LastLogTerm=1, EntriesLength=3, CommitIndex=355 and Term=1
2021.03.24 11:22:49.632494 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 353 (3), req c idx: 355, my term: 1, my role: 1
2021.03.24 11:22:49.632505 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.632516 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 353, req log term: 1, my last log idx: 353, my log (353) term: 1
2021.03.24 11:22:49.632525 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 354, count: 0, log_store_->next_slot(): 354, req.log_entries().size(): 3
2021.03.24 11:22:49.632532 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 354, count: 0
2021.03.24 11:22:49.632539 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 354, count: 0
2021.03.24 11:22:49.632545 [ 389 ] {} <Trace> RaftInstance: append at 354
2021.03.24 11:22:49.632564 [ 389 ] {} <Trace> RaftInstance: append at 355
2021.03.24 11:22:49.632575 [ 389 ] {} <Trace> RaftInstance: append at 356
2021.03.24 11:22:49.632585 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 355
2021.03.24 11:22:49.632593 [ 389 ] {} <Trace> RaftInstance: local log idx 356, target_commit_idx 355, quick_commit_index_ 355, state_->get_commit_idx() 352
2021.03.24 11:22:49.632600 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.632611 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.632627 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.632642 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.632651 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=357
2021.03.24 11:22:49.632671 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.632719 [ 391 ] {} <Debug> RaftInstance: commit upto 355, current idx 352
2021.03.24 11:22:49.632731 [ 391 ] {} <Trace> RaftInstance: commit upto 355, current idx 353
2021.03.24 11:22:49.632784 [ 391 ] {} <Trace> RaftInstance: commit upto 355, current idx 354
2021.03.24 11:22:49.632842 [ 391 ] {} <Trace> RaftInstance: commit upto 355, current idx 355
2021.03.24 11:22:49.632869 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 355, current idx 355
2021.03.24 11:22:49.632886 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.653235 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=356, LastLogTerm=1, EntriesLength=1, CommitIndex=357 and Term=1
2021.03.24 11:22:49.653286 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 356 (1), req c idx: 357, my term: 1, my role: 1
2021.03.24 11:22:49.653297 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.653308 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 356, req log term: 1, my last log idx: 356, my log (356) term: 1
2021.03.24 11:22:49.653317 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 357, count: 0, log_store_->next_slot(): 357, req.log_entries().size(): 1
2021.03.24 11:22:49.653335 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 357, count: 0
2021.03.24 11:22:49.653355 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 357, count: 0
2021.03.24 11:22:49.653363 [ 388 ] {} <Trace> RaftInstance: append at 357
2021.03.24 11:22:49.653408 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 357
2021.03.24 11:22:49.653416 [ 388 ] {} <Trace> RaftInstance: local log idx 357, target_commit_idx 357, quick_commit_index_ 357, state_->get_commit_idx() 355
2021.03.24 11:22:49.653434 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.653445 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.653475 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.653489 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.653498 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=358
2021.03.24 11:22:49.653561 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.653574 [ 391 ] {} <Debug> RaftInstance: commit upto 357, current idx 355
2021.03.24 11:22:49.653582 [ 391 ] {} <Trace> RaftInstance: commit upto 357, current idx 356
2021.03.24 11:22:49.653736 [ 391 ] {} <Trace> RaftInstance: commit upto 357, current idx 357
2021.03.24 11:22:49.653778 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 357, current idx 357
2021.03.24 11:22:49.653786 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.673849 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=357, LastLogTerm=1, EntriesLength=3, CommitIndex=359 and Term=1
2021.03.24 11:22:49.673926 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 357 (3), req c idx: 359, my term: 1, my role: 1
2021.03.24 11:22:49.673938 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.673949 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 357, req log term: 1, my last log idx: 357, my log (357) term: 1
2021.03.24 11:22:49.673957 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 358, count: 0, log_store_->next_slot(): 358, req.log_entries().size(): 3
2021.03.24 11:22:49.673964 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 358, count: 0
2021.03.24 11:22:49.673977 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 358, count: 0
2021.03.24 11:22:49.673984 [ 387 ] {} <Trace> RaftInstance: append at 358
2021.03.24 11:22:49.674001 [ 387 ] {} <Trace> RaftInstance: append at 359
2021.03.24 11:22:49.674011 [ 387 ] {} <Trace> RaftInstance: append at 360
2021.03.24 11:22:49.674021 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 359
2021.03.24 11:22:49.674029 [ 387 ] {} <Trace> RaftInstance: local log idx 360, target_commit_idx 359, quick_commit_index_ 359, state_->get_commit_idx() 357
2021.03.24 11:22:49.674035 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.674046 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.674055 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.674067 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.674076 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=361
2021.03.24 11:22:49.674146 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.674159 [ 391 ] {} <Debug> RaftInstance: commit upto 359, current idx 357
2021.03.24 11:22:49.674167 [ 391 ] {} <Trace> RaftInstance: commit upto 359, current idx 358
2021.03.24 11:22:49.674206 [ 391 ] {} <Trace> RaftInstance: commit upto 359, current idx 359
2021.03.24 11:22:49.674324 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 359, current idx 359
2021.03.24 11:22:49.674336 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.694546 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=360, LastLogTerm=1, EntriesLength=1, CommitIndex=360 and Term=1
2021.03.24 11:22:49.694616 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 360 (1), req c idx: 360, my term: 1, my role: 1
2021.03.24 11:22:49.694637 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.694681 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 360, req log term: 1, my last log idx: 360, my log (360) term: 1
2021.03.24 11:22:49.694691 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 361, count: 0, log_store_->next_slot(): 361, req.log_entries().size(): 1
2021.03.24 11:22:49.694698 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 361, count: 0
2021.03.24 11:22:49.694713 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 361, count: 0
2021.03.24 11:22:49.694719 [ 388 ] {} <Trace> RaftInstance: append at 361
2021.03.24 11:22:49.694739 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 360
2021.03.24 11:22:49.694746 [ 388 ] {} <Trace> RaftInstance: local log idx 361, target_commit_idx 360, quick_commit_index_ 360, state_->get_commit_idx() 359
2021.03.24 11:22:49.694753 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.694763 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.694802 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.694820 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.694829 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=362
2021.03.24 11:22:49.694960 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.694976 [ 391 ] {} <Debug> RaftInstance: commit upto 360, current idx 359
2021.03.24 11:22:49.694985 [ 391 ] {} <Trace> RaftInstance: commit upto 360, current idx 360
2021.03.24 11:22:49.695060 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 360, current idx 360
2021.03.24 11:22:49.695071 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.715148 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=361, LastLogTerm=1, EntriesLength=2, CommitIndex=362 and Term=1
2021.03.24 11:22:49.715213 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 361 (2), req c idx: 362, my term: 1, my role: 1
2021.03.24 11:22:49.715223 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.715235 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 361, req log term: 1, my last log idx: 361, my log (361) term: 1
2021.03.24 11:22:49.715244 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 362, count: 0, log_store_->next_slot(): 362, req.log_entries().size(): 2
2021.03.24 11:22:49.715252 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 362, count: 0
2021.03.24 11:22:49.715259 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 362, count: 0
2021.03.24 11:22:49.715265 [ 387 ] {} <Trace> RaftInstance: append at 362
2021.03.24 11:22:49.715286 [ 387 ] {} <Trace> RaftInstance: append at 363
2021.03.24 11:22:49.715297 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 362
2021.03.24 11:22:49.715311 [ 387 ] {} <Trace> RaftInstance: local log idx 363, target_commit_idx 362, quick_commit_index_ 362, state_->get_commit_idx() 360
2021.03.24 11:22:49.715318 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.715329 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.715339 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.715354 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.715362 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=364
2021.03.24 11:22:49.715453 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.715467 [ 391 ] {} <Debug> RaftInstance: commit upto 362, current idx 360
2021.03.24 11:22:49.715475 [ 391 ] {} <Trace> RaftInstance: commit upto 362, current idx 361
2021.03.24 11:22:49.715609 [ 391 ] {} <Trace> RaftInstance: commit upto 362, current idx 362
2021.03.24 11:22:49.715719 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 362, current idx 362
2021.03.24 11:22:49.715737 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.735840 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=363, LastLogTerm=1, EntriesLength=1, CommitIndex=363 and Term=1
2021.03.24 11:22:49.735891 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 363 (1), req c idx: 363, my term: 1, my role: 1
2021.03.24 11:22:49.735902 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.735913 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 363, req log term: 1, my last log idx: 363, my log (363) term: 1
2021.03.24 11:22:49.735927 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 364, count: 0, log_store_->next_slot(): 364, req.log_entries().size(): 1
2021.03.24 11:22:49.735935 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 364, count: 0
2021.03.24 11:22:49.735942 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 364, count: 0
2021.03.24 11:22:49.735948 [ 387 ] {} <Trace> RaftInstance: append at 364
2021.03.24 11:22:49.735982 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 363
2021.03.24 11:22:49.735989 [ 387 ] {} <Trace> RaftInstance: local log idx 364, target_commit_idx 363, quick_commit_index_ 363, state_->get_commit_idx() 362
2021.03.24 11:22:49.735996 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.736007 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.736016 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.736042 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.736051 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=365
2021.03.24 11:22:49.736127 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.736141 [ 391 ] {} <Debug> RaftInstance: commit upto 363, current idx 362
2021.03.24 11:22:49.736149 [ 391 ] {} <Trace> RaftInstance: commit upto 363, current idx 363
2021.03.24 11:22:49.736193 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 363, current idx 363
2021.03.24 11:22:49.736202 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.756436 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=364, LastLogTerm=1, EntriesLength=1, CommitIndex=365 and Term=1
2021.03.24 11:22:49.756503 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 364 (1), req c idx: 365, my term: 1, my role: 1
2021.03.24 11:22:49.756515 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.756526 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 364, req log term: 1, my last log idx: 364, my log (364) term: 1
2021.03.24 11:22:49.756534 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 365, count: 0, log_store_->next_slot(): 365, req.log_entries().size(): 1
2021.03.24 11:22:49.756555 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 365, count: 0
2021.03.24 11:22:49.756563 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 365, count: 0
2021.03.24 11:22:49.756576 [ 388 ] {} <Trace> RaftInstance: append at 365
2021.03.24 11:22:49.756596 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 365
2021.03.24 11:22:49.756603 [ 388 ] {} <Trace> RaftInstance: local log idx 365, target_commit_idx 365, quick_commit_index_ 365, state_->get_commit_idx() 363
2021.03.24 11:22:49.756610 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.756620 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.756650 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.756665 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.756696 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=366
2021.03.24 11:22:49.756773 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.756788 [ 391 ] {} <Debug> RaftInstance: commit upto 365, current idx 363
2021.03.24 11:22:49.756796 [ 391 ] {} <Trace> RaftInstance: commit upto 365, current idx 364
2021.03.24 11:22:49.756925 [ 391 ] {} <Trace> RaftInstance: commit upto 365, current idx 365
2021.03.24 11:22:49.756953 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 365, current idx 365
2021.03.24 11:22:49.756961 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.777026 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=365, LastLogTerm=1, EntriesLength=3, CommitIndex=367 and Term=1
2021.03.24 11:22:49.777076 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 365 (3), req c idx: 367, my term: 1, my role: 1
2021.03.24 11:22:49.777086 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.777097 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 365, req log term: 1, my last log idx: 365, my log (365) term: 1
2021.03.24 11:22:49.777105 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 366, count: 0, log_store_->next_slot(): 366, req.log_entries().size(): 3
2021.03.24 11:22:49.777113 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 366, count: 0
2021.03.24 11:22:49.777119 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 366, count: 0
2021.03.24 11:22:49.777126 [ 390 ] {} <Trace> RaftInstance: append at 366
2021.03.24 11:22:49.777141 [ 390 ] {} <Trace> RaftInstance: append at 367
2021.03.24 11:22:49.777150 [ 390 ] {} <Trace> RaftInstance: append at 368
2021.03.24 11:22:49.777177 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 367
2021.03.24 11:22:49.777185 [ 390 ] {} <Trace> RaftInstance: local log idx 368, target_commit_idx 367, quick_commit_index_ 367, state_->get_commit_idx() 365
2021.03.24 11:22:49.777192 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.777202 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.777239 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.777255 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.777263 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=369
2021.03.24 11:22:49.777319 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.777333 [ 391 ] {} <Debug> RaftInstance: commit upto 367, current idx 365
2021.03.24 11:22:49.777341 [ 391 ] {} <Trace> RaftInstance: commit upto 367, current idx 366
2021.03.24 11:22:49.777381 [ 391 ] {} <Trace> RaftInstance: commit upto 367, current idx 367
2021.03.24 11:22:49.777491 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 367, current idx 367
2021.03.24 11:22:49.777503 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.797461 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=368, LastLogTerm=1, EntriesLength=2, CommitIndex=368 and Term=1
2021.03.24 11:22:49.797514 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 368 (2), req c idx: 368, my term: 1, my role: 1
2021.03.24 11:22:49.797525 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.797536 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 368, req log term: 1, my last log idx: 368, my log (368) term: 1
2021.03.24 11:22:49.797545 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 369, count: 0, log_store_->next_slot(): 369, req.log_entries().size(): 2
2021.03.24 11:22:49.797554 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 369, count: 0
2021.03.24 11:22:49.797561 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 369, count: 0
2021.03.24 11:22:49.797588 [ 389 ] {} <Trace> RaftInstance: append at 369
2021.03.24 11:22:49.797607 [ 389 ] {} <Trace> RaftInstance: append at 370
2021.03.24 11:22:49.797618 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 368
2021.03.24 11:22:49.797625 [ 389 ] {} <Trace> RaftInstance: local log idx 370, target_commit_idx 368, quick_commit_index_ 368, state_->get_commit_idx() 367
2021.03.24 11:22:49.797632 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.797642 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.797653 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.797666 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.797675 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=371
2021.03.24 11:22:49.797737 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.797750 [ 391 ] {} <Debug> RaftInstance: commit upto 368, current idx 367
2021.03.24 11:22:49.797758 [ 391 ] {} <Trace> RaftInstance: commit upto 368, current idx 368
2021.03.24 11:22:49.797796 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 368, current idx 368
2021.03.24 11:22:49.797805 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.823806 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=370, LastLogTerm=1, EntriesLength=0, CommitIndex=370 and Term=1
2021.03.24 11:22:49.823873 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 370 (0), req c idx: 370, my term: 1, my role: 1
2021.03.24 11:22:49.823886 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.823897 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 370, req log term: 1, my last log idx: 370, my log (370) term: 1
2021.03.24 11:22:49.823905 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 370
2021.03.24 11:22:49.823918 [ 388 ] {} <Trace> RaftInstance: local log idx 370, target_commit_idx 370, quick_commit_index_ 370, state_->get_commit_idx() 368
2021.03.24 11:22:49.823926 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.823937 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.823997 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.824018 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.824027 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=371
2021.03.24 11:22:49.824115 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.824128 [ 391 ] {} <Debug> RaftInstance: commit upto 370, current idx 368
2021.03.24 11:22:49.824137 [ 391 ] {} <Trace> RaftInstance: commit upto 370, current idx 369
2021.03.24 11:22:49.824198 [ 391 ] {} <Trace> RaftInstance: commit upto 370, current idx 370
2021.03.24 11:22:49.824257 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 370, current idx 370
2021.03.24 11:22:49.824265 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.844553 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=370, LastLogTerm=1, EntriesLength=5, CommitIndex=373 and Term=1
2021.03.24 11:22:49.844610 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 370 (5), req c idx: 373, my term: 1, my role: 1
2021.03.24 11:22:49.844621 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.844633 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 370, req log term: 1, my last log idx: 370, my log (370) term: 1
2021.03.24 11:22:49.844667 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 371, count: 0, log_store_->next_slot(): 371, req.log_entries().size(): 5
2021.03.24 11:22:49.844674 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 371, count: 0
2021.03.24 11:22:49.844682 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 371, count: 0
2021.03.24 11:22:49.844688 [ 390 ] {} <Trace> RaftInstance: append at 371
2021.03.24 11:22:49.844707 [ 390 ] {} <Trace> RaftInstance: append at 372
2021.03.24 11:22:49.844716 [ 390 ] {} <Trace> RaftInstance: append at 373
2021.03.24 11:22:49.844725 [ 390 ] {} <Trace> RaftInstance: append at 374
2021.03.24 11:22:49.844734 [ 390 ] {} <Trace> RaftInstance: append at 375
2021.03.24 11:22:49.844746 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 373
2021.03.24 11:22:49.844753 [ 390 ] {} <Trace> RaftInstance: local log idx 375, target_commit_idx 373, quick_commit_index_ 373, state_->get_commit_idx() 370
2021.03.24 11:22:49.844759 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.844769 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.844779 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.844793 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.844801 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=376
2021.03.24 11:22:49.844876 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.844889 [ 391 ] {} <Debug> RaftInstance: commit upto 373, current idx 370
2021.03.24 11:22:49.844897 [ 391 ] {} <Trace> RaftInstance: commit upto 373, current idx 371
2021.03.24 11:22:49.844941 [ 391 ] {} <Trace> RaftInstance: commit upto 373, current idx 372
2021.03.24 11:22:49.844963 [ 391 ] {} <Trace> RaftInstance: commit upto 373, current idx 373
2021.03.24 11:22:49.845000 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 373, current idx 373
2021.03.24 11:22:49.845009 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.865220 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=375, LastLogTerm=1, EntriesLength=3, CommitIndex=375 and Term=1
2021.03.24 11:22:49.865278 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 375 (3), req c idx: 375, my term: 1, my role: 1
2021.03.24 11:22:49.865289 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.865300 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 375, req log term: 1, my last log idx: 375, my log (375) term: 1
2021.03.24 11:22:49.865308 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 376, count: 0, log_store_->next_slot(): 376, req.log_entries().size(): 3
2021.03.24 11:22:49.865316 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 376, count: 0
2021.03.24 11:22:49.865323 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 376, count: 0
2021.03.24 11:22:49.865329 [ 387 ] {} <Trace> RaftInstance: append at 376
2021.03.24 11:22:49.865350 [ 387 ] {} <Trace> RaftInstance: append at 377
2021.03.24 11:22:49.865361 [ 387 ] {} <Trace> RaftInstance: append at 378
2021.03.24 11:22:49.865372 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 375
2021.03.24 11:22:49.865380 [ 387 ] {} <Trace> RaftInstance: local log idx 378, target_commit_idx 375, quick_commit_index_ 375, state_->get_commit_idx() 373
2021.03.24 11:22:49.865387 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.865397 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.865424 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.865440 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.865448 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=379
2021.03.24 11:22:49.865520 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.865571 [ 391 ] {} <Debug> RaftInstance: commit upto 375, current idx 373
2021.03.24 11:22:49.865582 [ 391 ] {} <Trace> RaftInstance: commit upto 375, current idx 374
2021.03.24 11:22:49.865627 [ 391 ] {} <Trace> RaftInstance: commit upto 375, current idx 375
2021.03.24 11:22:49.865665 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 375, current idx 375
2021.03.24 11:22:49.865672 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.885825 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=378, LastLogTerm=1, EntriesLength=3, CommitIndex=379 and Term=1
2021.03.24 11:22:49.885883 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 378 (3), req c idx: 379, my term: 1, my role: 1
2021.03.24 11:22:49.885894 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.885905 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 378, req log term: 1, my last log idx: 378, my log (378) term: 1
2021.03.24 11:22:49.885914 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 379, count: 0, log_store_->next_slot(): 379, req.log_entries().size(): 3
2021.03.24 11:22:49.885922 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 379, count: 0
2021.03.24 11:22:49.885929 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 379, count: 0
2021.03.24 11:22:49.885935 [ 390 ] {} <Trace> RaftInstance: append at 379
2021.03.24 11:22:49.885954 [ 390 ] {} <Trace> RaftInstance: append at 380
2021.03.24 11:22:49.885965 [ 390 ] {} <Trace> RaftInstance: append at 381
2021.03.24 11:22:49.885976 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 379
2021.03.24 11:22:49.886015 [ 390 ] {} <Trace> RaftInstance: local log idx 381, target_commit_idx 379, quick_commit_index_ 379, state_->get_commit_idx() 375
2021.03.24 11:22:49.886027 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.886045 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.886078 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.886093 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.886103 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=382
2021.03.24 11:22:49.886179 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.886192 [ 391 ] {} <Debug> RaftInstance: commit upto 379, current idx 375
2021.03.24 11:22:49.886201 [ 391 ] {} <Trace> RaftInstance: commit upto 379, current idx 376
2021.03.24 11:22:49.886275 [ 391 ] {} <Trace> RaftInstance: commit upto 379, current idx 377
2021.03.24 11:22:49.886391 [ 391 ] {} <Trace> RaftInstance: commit upto 379, current idx 378
2021.03.24 11:22:49.886425 [ 391 ] {} <Trace> RaftInstance: commit upto 379, current idx 379
2021.03.24 11:22:49.886452 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 379, current idx 379
2021.03.24 11:22:49.886459 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.906487 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=381, LastLogTerm=1, EntriesLength=2, CommitIndex=382 and Term=1
2021.03.24 11:22:49.906552 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 381 (2), req c idx: 382, my term: 1, my role: 1
2021.03.24 11:22:49.906563 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.906604 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 381, req log term: 1, my last log idx: 381, my log (381) term: 1
2021.03.24 11:22:49.906613 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 382, count: 0, log_store_->next_slot(): 382, req.log_entries().size(): 2
2021.03.24 11:22:49.906620 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 382, count: 0
2021.03.24 11:22:49.906627 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 382, count: 0
2021.03.24 11:22:49.906633 [ 387 ] {} <Trace> RaftInstance: append at 382
2021.03.24 11:22:49.906660 [ 387 ] {} <Trace> RaftInstance: append at 383
2021.03.24 11:22:49.906671 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 382
2021.03.24 11:22:49.906679 [ 387 ] {} <Trace> RaftInstance: local log idx 383, target_commit_idx 382, quick_commit_index_ 382, state_->get_commit_idx() 379
2021.03.24 11:22:49.906685 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.906696 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.906724 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.906740 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.906748 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=384
2021.03.24 11:22:49.906823 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.906836 [ 391 ] {} <Debug> RaftInstance: commit upto 382, current idx 379
2021.03.24 11:22:49.906844 [ 391 ] {} <Trace> RaftInstance: commit upto 382, current idx 380
2021.03.24 11:22:49.906890 [ 391 ] {} <Trace> RaftInstance: commit upto 382, current idx 381
2021.03.24 11:22:49.906939 [ 391 ] {} <Trace> RaftInstance: commit upto 382, current idx 382
2021.03.24 11:22:49.907046 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 382, current idx 382
2021.03.24 11:22:49.907057 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.927100 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=383, LastLogTerm=1, EntriesLength=2, CommitIndex=385 and Term=1
2021.03.24 11:22:49.927156 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 383 (2), req c idx: 385, my term: 1, my role: 1
2021.03.24 11:22:49.927167 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.927178 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 383, req log term: 1, my last log idx: 383, my log (383) term: 1
2021.03.24 11:22:49.927187 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 384, count: 0, log_store_->next_slot(): 384, req.log_entries().size(): 2
2021.03.24 11:22:49.927195 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 384, count: 0
2021.03.24 11:22:49.927203 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 384, count: 0
2021.03.24 11:22:49.927209 [ 388 ] {} <Trace> RaftInstance: append at 384
2021.03.24 11:22:49.927229 [ 388 ] {} <Trace> RaftInstance: append at 385
2021.03.24 11:22:49.927240 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 385
2021.03.24 11:22:49.927248 [ 388 ] {} <Trace> RaftInstance: local log idx 385, target_commit_idx 385, quick_commit_index_ 385, state_->get_commit_idx() 382
2021.03.24 11:22:49.927255 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.927265 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.927273 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.927287 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.927295 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=386
2021.03.24 11:22:49.927367 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.927381 [ 391 ] {} <Debug> RaftInstance: commit upto 385, current idx 382
2021.03.24 11:22:49.927411 [ 391 ] {} <Trace> RaftInstance: commit upto 385, current idx 383
2021.03.24 11:22:49.927513 [ 391 ] {} <Trace> RaftInstance: commit upto 385, current idx 384
2021.03.24 11:22:49.927547 [ 391 ] {} <Trace> RaftInstance: commit upto 385, current idx 385
2021.03.24 11:22:49.927590 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 385, current idx 385
2021.03.24 11:22:49.927599 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.947751 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=385, LastLogTerm=1, EntriesLength=3, CommitIndex=387 and Term=1
2021.03.24 11:22:49.947810 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 385 (3), req c idx: 387, my term: 1, my role: 1
2021.03.24 11:22:49.947821 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.947832 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 385, req log term: 1, my last log idx: 385, my log (385) term: 1
2021.03.24 11:22:49.947841 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 386, count: 0, log_store_->next_slot(): 386, req.log_entries().size(): 3
2021.03.24 11:22:49.947848 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 386, count: 0
2021.03.24 11:22:49.947855 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 386, count: 0
2021.03.24 11:22:49.947861 [ 388 ] {} <Trace> RaftInstance: append at 386
2021.03.24 11:22:49.947879 [ 388 ] {} <Trace> RaftInstance: append at 387
2021.03.24 11:22:49.947889 [ 388 ] {} <Trace> RaftInstance: append at 388
2021.03.24 11:22:49.947899 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 387
2021.03.24 11:22:49.947906 [ 388 ] {} <Trace> RaftInstance: local log idx 388, target_commit_idx 387, quick_commit_index_ 387, state_->get_commit_idx() 385
2021.03.24 11:22:49.947914 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.947924 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.947933 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.947948 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.947956 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=389
2021.03.24 11:22:49.948040 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.948054 [ 391 ] {} <Debug> RaftInstance: commit upto 387, current idx 385
2021.03.24 11:22:49.948062 [ 391 ] {} <Trace> RaftInstance: commit upto 387, current idx 386
2021.03.24 11:22:49.948108 [ 391 ] {} <Trace> RaftInstance: commit upto 387, current idx 387
2021.03.24 11:22:49.948131 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 387, current idx 387
2021.03.24 11:22:49.948138 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.968255 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=388, LastLogTerm=1, EntriesLength=2, CommitIndex=389 and Term=1
2021.03.24 11:22:49.968292 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 388 (2), req c idx: 389, my term: 1, my role: 1
2021.03.24 11:22:49.968314 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.968324 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 388, req log term: 1, my last log idx: 388, my log (388) term: 1
2021.03.24 11:22:49.968333 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 389, count: 0, log_store_->next_slot(): 389, req.log_entries().size(): 2
2021.03.24 11:22:49.968364 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 389, count: 0
2021.03.24 11:22:49.968371 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 389, count: 0
2021.03.24 11:22:49.968377 [ 388 ] {} <Trace> RaftInstance: append at 389
2021.03.24 11:22:49.968393 [ 388 ] {} <Trace> RaftInstance: append at 390
2021.03.24 11:22:49.968403 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 389
2021.03.24 11:22:49.968410 [ 388 ] {} <Trace> RaftInstance: local log idx 390, target_commit_idx 389, quick_commit_index_ 389, state_->get_commit_idx() 387
2021.03.24 11:22:49.968416 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.968426 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.968436 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.968448 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.968457 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=391
2021.03.24 11:22:49.968510 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.968522 [ 391 ] {} <Debug> RaftInstance: commit upto 389, current idx 387
2021.03.24 11:22:49.968530 [ 391 ] {} <Trace> RaftInstance: commit upto 389, current idx 388
2021.03.24 11:22:49.968564 [ 391 ] {} <Trace> RaftInstance: commit upto 389, current idx 389
2021.03.24 11:22:49.968587 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 389, current idx 389
2021.03.24 11:22:49.968594 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.989024 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=390, LastLogTerm=1, EntriesLength=2, CommitIndex=392 and Term=1
2021.03.24 11:22:49.989074 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 390 (2), req c idx: 392, my term: 1, my role: 1
2021.03.24 11:22:49.989085 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.989095 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 390, req log term: 1, my last log idx: 390, my log (390) term: 1
2021.03.24 11:22:49.989103 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 391, count: 0, log_store_->next_slot(): 391, req.log_entries().size(): 2
2021.03.24 11:22:49.989111 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 391, count: 0
2021.03.24 11:22:49.989119 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 391, count: 0
2021.03.24 11:22:49.989125 [ 387 ] {} <Trace> RaftInstance: append at 391
2021.03.24 11:22:49.989143 [ 387 ] {} <Trace> RaftInstance: append at 392
2021.03.24 11:22:49.989154 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 392
2021.03.24 11:22:49.989161 [ 387 ] {} <Trace> RaftInstance: local log idx 392, target_commit_idx 392, quick_commit_index_ 392, state_->get_commit_idx() 389
2021.03.24 11:22:49.989168 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.989179 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.989187 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.989200 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.989209 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=393
2021.03.24 11:22:49.989282 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.989296 [ 391 ] {} <Debug> RaftInstance: commit upto 392, current idx 389
2021.03.24 11:22:49.989304 [ 391 ] {} <Trace> RaftInstance: commit upto 392, current idx 390
2021.03.24 11:22:49.989378 [ 391 ] {} <Trace> RaftInstance: commit upto 392, current idx 391
2021.03.24 11:22:49.989429 [ 391 ] {} <Trace> RaftInstance: commit upto 392, current idx 392
2021.03.24 11:22:49.989457 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 392, current idx 392
2021.03.24 11:22:49.989464 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.010147 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=392, LastLogTerm=1, EntriesLength=1, CommitIndex=393 and Term=1
2021.03.24 11:22:50.010204 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 392 (1), req c idx: 393, my term: 1, my role: 1
2021.03.24 11:22:50.010216 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.010228 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 392, req log term: 1, my last log idx: 392, my log (392) term: 1
2021.03.24 11:22:50.010236 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 393, count: 0, log_store_->next_slot(): 393, req.log_entries().size(): 1
2021.03.24 11:22:50.010244 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 393, count: 0
2021.03.24 11:22:50.010251 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 393, count: 0
2021.03.24 11:22:50.010257 [ 389 ] {} <Trace> RaftInstance: append at 393
2021.03.24 11:22:50.010278 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 393
2021.03.24 11:22:50.010306 [ 389 ] {} <Trace> RaftInstance: local log idx 393, target_commit_idx 393, quick_commit_index_ 393, state_->get_commit_idx() 392
2021.03.24 11:22:50.010316 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.010328 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.010363 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.010378 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.010387 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=394
2021.03.24 11:22:50.010467 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.010481 [ 391 ] {} <Debug> RaftInstance: commit upto 393, current idx 392
2021.03.24 11:22:50.010489 [ 391 ] {} <Trace> RaftInstance: commit upto 393, current idx 393
2021.03.24 11:22:50.010548 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 393, current idx 393
2021.03.24 11:22:50.010558 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.031004 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=393, LastLogTerm=1, EntriesLength=3, CommitIndex=395 and Term=1
2021.03.24 11:22:50.031056 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 393 (3), req c idx: 395, my term: 1, my role: 1
2021.03.24 11:22:50.031066 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.031090 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 393, req log term: 1, my last log idx: 393, my log (393) term: 1
2021.03.24 11:22:50.031099 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 394, count: 0, log_store_->next_slot(): 394, req.log_entries().size(): 3
2021.03.24 11:22:50.031112 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 394, count: 0
2021.03.24 11:22:50.031119 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 394, count: 0
2021.03.24 11:22:50.031125 [ 387 ] {} <Trace> RaftInstance: append at 394
2021.03.24 11:22:50.031143 [ 387 ] {} <Trace> RaftInstance: append at 395
2021.03.24 11:22:50.031153 [ 387 ] {} <Trace> RaftInstance: append at 396
2021.03.24 11:22:50.031164 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 395
2021.03.24 11:22:50.031172 [ 387 ] {} <Trace> RaftInstance: local log idx 396, target_commit_idx 395, quick_commit_index_ 395, state_->get_commit_idx() 393
2021.03.24 11:22:50.031178 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.031207 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.031216 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.031230 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.031251 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=397
2021.03.24 11:22:50.031323 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.031337 [ 391 ] {} <Debug> RaftInstance: commit upto 395, current idx 393
2021.03.24 11:22:50.031345 [ 391 ] {} <Trace> RaftInstance: commit upto 395, current idx 394
2021.03.24 11:22:50.031402 [ 391 ] {} <Trace> RaftInstance: commit upto 395, current idx 395
2021.03.24 11:22:50.031507 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 395, current idx 395
2021.03.24 11:22:50.031518 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.057908 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=396, LastLogTerm=1, EntriesLength=0, CommitIndex=396 and Term=1
2021.03.24 11:22:50.057947 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 396 (0), req c idx: 396, my term: 1, my role: 1
2021.03.24 11:22:50.057957 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.057966 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 396, req log term: 1, my last log idx: 396, my log (396) term: 1
2021.03.24 11:22:50.057974 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 396
2021.03.24 11:22:50.057982 [ 387 ] {} <Trace> RaftInstance: local log idx 396, target_commit_idx 396, quick_commit_index_ 396, state_->get_commit_idx() 395
2021.03.24 11:22:50.057988 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.057999 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.058009 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.058021 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.058029 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=397
2021.03.24 11:22:50.058109 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.058122 [ 391 ] {} <Debug> RaftInstance: commit upto 396, current idx 395
2021.03.24 11:22:50.058130 [ 391 ] {} <Trace> RaftInstance: commit upto 396, current idx 396
2021.03.24 11:22:50.058178 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 396, current idx 396
2021.03.24 11:22:50.058186 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.078474 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=396, LastLogTerm=1, EntriesLength=2, CommitIndex=398 and Term=1
2021.03.24 11:22:50.078521 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 396 (2), req c idx: 398, my term: 1, my role: 1
2021.03.24 11:22:50.078532 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.078543 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 396, req log term: 1, my last log idx: 396, my log (396) term: 1
2021.03.24 11:22:50.078551 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 397, count: 0, log_store_->next_slot(): 397, req.log_entries().size(): 2
2021.03.24 11:22:50.078559 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 397, count: 0
2021.03.24 11:22:50.078565 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 397, count: 0
2021.03.24 11:22:50.078585 [ 390 ] {} <Trace> RaftInstance: append at 397
2021.03.24 11:22:50.078602 [ 390 ] {} <Trace> RaftInstance: append at 398
2021.03.24 11:22:50.078660 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 398
2021.03.24 11:22:50.078670 [ 390 ] {} <Trace> RaftInstance: local log idx 398, target_commit_idx 398, quick_commit_index_ 398, state_->get_commit_idx() 396
2021.03.24 11:22:50.078699 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.078710 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.078750 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.078795 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.078830 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=399
2021.03.24 11:22:50.078896 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.078910 [ 391 ] {} <Debug> RaftInstance: commit upto 398, current idx 396
2021.03.24 11:22:50.078917 [ 391 ] {} <Trace> RaftInstance: commit upto 398, current idx 397
2021.03.24 11:22:50.079071 [ 391 ] {} <Trace> RaftInstance: commit upto 398, current idx 398
2021.03.24 11:22:50.079103 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 398, current idx 398
2021.03.24 11:22:50.079112 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.116907 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=398, LastLogTerm=1, EntriesLength=4, CommitIndex=400 and Term=1
2021.03.24 11:22:50.116964 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 398 (4), req c idx: 400, my term: 1, my role: 1
2021.03.24 11:22:50.116975 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.116987 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 398, req log term: 1, my last log idx: 398, my log (398) term: 1
2021.03.24 11:22:50.116996 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 399, count: 0, log_store_->next_slot(): 399, req.log_entries().size(): 4
2021.03.24 11:22:50.117004 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 399, count: 0
2021.03.24 11:22:50.117010 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 399, count: 0
2021.03.24 11:22:50.117017 [ 389 ] {} <Trace> RaftInstance: append at 399
2021.03.24 11:22:50.117036 [ 389 ] {} <Trace> RaftInstance: append at 400
2021.03.24 11:22:50.117046 [ 389 ] {} <Trace> RaftInstance: append at 401
2021.03.24 11:22:50.117056 [ 389 ] {} <Trace> RaftInstance: append at 402
2021.03.24 11:22:50.117067 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 400
2021.03.24 11:22:50.117074 [ 389 ] {} <Trace> RaftInstance: local log idx 402, target_commit_idx 400, quick_commit_index_ 400, state_->get_commit_idx() 398
2021.03.24 11:22:50.117081 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.117092 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.117103 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.117118 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.117126 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=403
2021.03.24 11:22:50.117221 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.117236 [ 391 ] {} <Debug> RaftInstance: commit upto 400, current idx 398
2021.03.24 11:22:50.117245 [ 391 ] {} <Trace> RaftInstance: commit upto 400, current idx 399
2021.03.24 11:22:50.117322 [ 391 ] {} <Trace> RaftInstance: commit upto 400, current idx 400
2021.03.24 11:22:50.117448 [ 391 ] {} <Information> RaftInstance: creating a snapshot for index 400
2021.03.24 11:22:50.117458 [ 391 ] {} <Information> RaftInstance: create snapshot idx 400 log_term 1
2021.03.24 11:22:50.117544 [ 391 ] {} <Information> RaftInstance: create snapshot idx 400 log_term 1 done: 78 us elapsed
2021.03.24 11:22:50.117566 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 400, current idx 400
2021.03.24 11:22:50.117572 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.137654 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=402, LastLogTerm=1, EntriesLength=2, CommitIndex=403 and Term=1
2021.03.24 11:22:50.140735 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 402 (2), req c idx: 403, my term: 1, my role: 1
2021.03.24 11:22:50.140755 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.140767 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 402, req log term: 1, my last log idx: 402, my log (402) term: 1
2021.03.24 11:22:50.140777 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 403, count: 0, log_store_->next_slot(): 403, req.log_entries().size(): 2
2021.03.24 11:22:50.140785 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 403, count: 0
2021.03.24 11:22:50.140792 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 403, count: 0
2021.03.24 11:22:50.140799 [ 388 ] {} <Trace> RaftInstance: append at 403
2021.03.24 11:22:50.140820 [ 388 ] {} <Trace> RaftInstance: append at 404
2021.03.24 11:22:50.140832 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 403
2021.03.24 11:22:50.140841 [ 388 ] {} <Trace> RaftInstance: local log idx 404, target_commit_idx 403, quick_commit_index_ 403, state_->get_commit_idx() 400
2021.03.24 11:22:50.140847 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.140860 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.140872 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.140887 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.140896 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=405
2021.03.24 11:22:50.140984 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.140999 [ 391 ] {} <Debug> RaftInstance: commit upto 403, current idx 400
2021.03.24 11:22:50.141013 [ 391 ] {} <Trace> RaftInstance: commit upto 403, current idx 401
2021.03.24 11:22:50.141071 [ 391 ] {} <Trace> RaftInstance: commit upto 403, current idx 402
2021.03.24 11:22:50.141164 [ 391 ] {} <Trace> RaftInstance: commit upto 403, current idx 403
2021.03.24 11:22:50.141197 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 403, current idx 403
2021.03.24 11:22:50.141204 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.155474 [ 396 ] {} <Debug> RaftInstance: snapshot created, compact the log store
2021.03.24 11:22:50.155496 [ 396 ] {} <Debug> RaftInstance: log_store_ compact upto 390
2021.03.24 11:22:50.161210 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=404, LastLogTerm=1, EntriesLength=3, CommitIndex=405 and Term=1
2021.03.24 11:22:50.161264 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 404 (3), req c idx: 405, my term: 1, my role: 1
2021.03.24 11:22:50.161275 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.161287 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 404, req log term: 1, my last log idx: 404, my log (404) term: 1
2021.03.24 11:22:50.161296 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 405, count: 0, log_store_->next_slot(): 405, req.log_entries().size(): 3
2021.03.24 11:22:50.161326 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 405, count: 0
2021.03.24 11:22:50.161334 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 405, count: 0
2021.03.24 11:22:50.161341 [ 389 ] {} <Trace> RaftInstance: append at 405
2021.03.24 11:22:50.161367 [ 389 ] {} <Trace> RaftInstance: append at 406
2021.03.24 11:22:50.161377 [ 389 ] {} <Trace> RaftInstance: append at 407
2021.03.24 11:22:50.161387 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 405
2021.03.24 11:22:50.161394 [ 389 ] {} <Trace> RaftInstance: local log idx 407, target_commit_idx 405, quick_commit_index_ 405, state_->get_commit_idx() 403
2021.03.24 11:22:50.161401 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.161412 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.161445 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.161461 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.161469 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=408
2021.03.24 11:22:50.161551 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.161565 [ 391 ] {} <Debug> RaftInstance: commit upto 405, current idx 403
2021.03.24 11:22:50.161574 [ 391 ] {} <Trace> RaftInstance: commit upto 405, current idx 404
2021.03.24 11:22:50.161705 [ 391 ] {} <Trace> RaftInstance: commit upto 405, current idx 405
2021.03.24 11:22:50.161737 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 405, current idx 405
2021.03.24 11:22:50.161746 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.181862 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=407, LastLogTerm=1, EntriesLength=2, CommitIndex=409 and Term=1
2021.03.24 11:22:50.181927 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 407 (2), req c idx: 409, my term: 1, my role: 1
2021.03.24 11:22:50.181937 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.181949 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 407, req log term: 1, my last log idx: 407, my log (407) term: 1
2021.03.24 11:22:50.181958 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 408, count: 0, log_store_->next_slot(): 408, req.log_entries().size(): 2
2021.03.24 11:22:50.181965 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 408, count: 0
2021.03.24 11:22:50.181972 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 408, count: 0
2021.03.24 11:22:50.181978 [ 387 ] {} <Trace> RaftInstance: append at 408
2021.03.24 11:22:50.181997 [ 387 ] {} <Trace> RaftInstance: append at 409
2021.03.24 11:22:50.182009 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 409
2021.03.24 11:22:50.182016 [ 387 ] {} <Trace> RaftInstance: local log idx 409, target_commit_idx 409, quick_commit_index_ 409, state_->get_commit_idx() 405
2021.03.24 11:22:50.182022 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.182033 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.182062 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.182079 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.182088 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=410
2021.03.24 11:22:50.182162 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.182176 [ 391 ] {} <Debug> RaftInstance: commit upto 409, current idx 405
2021.03.24 11:22:50.182184 [ 391 ] {} <Trace> RaftInstance: commit upto 409, current idx 406
2021.03.24 11:22:50.182233 [ 391 ] {} <Trace> RaftInstance: commit upto 409, current idx 407
2021.03.24 11:22:50.182254 [ 391 ] {} <Trace> RaftInstance: commit upto 409, current idx 408
2021.03.24 11:22:50.182420 [ 391 ] {} <Trace> RaftInstance: commit upto 409, current idx 409
2021.03.24 11:22:50.182509 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 409, current idx 409
2021.03.24 11:22:50.182517 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.202707 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=409, LastLogTerm=1, EntriesLength=3, CommitIndex=412 and Term=1
2021.03.24 11:22:50.202768 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 409 (3), req c idx: 412, my term: 1, my role: 1
2021.03.24 11:22:50.202810 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.202828 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 409, req log term: 1, my last log idx: 409, my log (409) term: 1
2021.03.24 11:22:50.202837 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 410, count: 0, log_store_->next_slot(): 410, req.log_entries().size(): 3
2021.03.24 11:22:50.202852 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 410, count: 0
2021.03.24 11:22:50.202859 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 410, count: 0
2021.03.24 11:22:50.202865 [ 388 ] {} <Trace> RaftInstance: append at 410
2021.03.24 11:22:50.202888 [ 388 ] {} <Trace> RaftInstance: append at 411
2021.03.24 11:22:50.202898 [ 388 ] {} <Trace> RaftInstance: append at 412
2021.03.24 11:22:50.202909 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 412
2021.03.24 11:22:50.202936 [ 388 ] {} <Trace> RaftInstance: local log idx 412, target_commit_idx 412, quick_commit_index_ 412, state_->get_commit_idx() 409
2021.03.24 11:22:50.202983 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.202995 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.203004 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.203020 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.203046 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=413
2021.03.24 11:22:50.203156 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.203171 [ 391 ] {} <Debug> RaftInstance: commit upto 412, current idx 409
2021.03.24 11:22:50.203180 [ 391 ] {} <Trace> RaftInstance: commit upto 412, current idx 410
2021.03.24 11:22:50.203237 [ 391 ] {} <Trace> RaftInstance: commit upto 412, current idx 411
2021.03.24 11:22:50.203268 [ 391 ] {} <Trace> RaftInstance: commit upto 412, current idx 412
2021.03.24 11:22:50.203387 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 412, current idx 412
2021.03.24 11:22:50.203399 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.224053 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=412, LastLogTerm=1, EntriesLength=4, CommitIndex=414 and Term=1
2021.03.24 11:22:50.224115 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 412 (4), req c idx: 414, my term: 1, my role: 1
2021.03.24 11:22:50.224126 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.224243 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 412, req log term: 1, my last log idx: 412, my log (412) term: 1
2021.03.24 11:22:50.224257 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 413, count: 0, log_store_->next_slot(): 413, req.log_entries().size(): 4
2021.03.24 11:22:50.224265 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 413, count: 0
2021.03.24 11:22:50.224272 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 413, count: 0
2021.03.24 11:22:50.224301 [ 390 ] {} <Trace> RaftInstance: append at 413
2021.03.24 11:22:50.224321 [ 390 ] {} <Trace> RaftInstance: append at 414
2021.03.24 11:22:50.224330 [ 390 ] {} <Trace> RaftInstance: append at 415
2021.03.24 11:22:50.224340 [ 390 ] {} <Trace> RaftInstance: append at 416
2021.03.24 11:22:50.224351 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 414
2021.03.24 11:22:50.224358 [ 390 ] {} <Trace> RaftInstance: local log idx 416, target_commit_idx 414, quick_commit_index_ 414, state_->get_commit_idx() 412
2021.03.24 11:22:50.224365 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.224376 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.224408 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.224424 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.224434 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=417
2021.03.24 11:22:50.224497 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.224511 [ 391 ] {} <Debug> RaftInstance: commit upto 414, current idx 412
2021.03.24 11:22:50.224519 [ 391 ] {} <Trace> RaftInstance: commit upto 414, current idx 413
2021.03.24 11:22:50.224592 [ 391 ] {} <Trace> RaftInstance: commit upto 414, current idx 414
2021.03.24 11:22:50.224617 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 414, current idx 414
2021.03.24 11:22:50.224624 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.244941 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=416, LastLogTerm=1, EntriesLength=2, CommitIndex=417 and Term=1
2021.03.24 11:22:50.245007 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 416 (2), req c idx: 417, my term: 1, my role: 1
2021.03.24 11:22:50.245018 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.245029 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 416, req log term: 1, my last log idx: 416, my log (416) term: 1
2021.03.24 11:22:50.245038 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 417, count: 0, log_store_->next_slot(): 417, req.log_entries().size(): 2
2021.03.24 11:22:50.245105 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 417, count: 0
2021.03.24 11:22:50.245118 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 417, count: 0
2021.03.24 11:22:50.245125 [ 387 ] {} <Trace> RaftInstance: append at 417
2021.03.24 11:22:50.245148 [ 387 ] {} <Trace> RaftInstance: append at 418
2021.03.24 11:22:50.245186 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 417
2021.03.24 11:22:50.245195 [ 387 ] {} <Trace> RaftInstance: local log idx 418, target_commit_idx 417, quick_commit_index_ 417, state_->get_commit_idx() 414
2021.03.24 11:22:50.245203 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.245214 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.245243 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.245261 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.245269 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=419
2021.03.24 11:22:50.245346 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.245360 [ 391 ] {} <Debug> RaftInstance: commit upto 417, current idx 414
2021.03.24 11:22:50.245369 [ 391 ] {} <Trace> RaftInstance: commit upto 417, current idx 415
2021.03.24 11:22:50.245424 [ 391 ] {} <Trace> RaftInstance: commit upto 417, current idx 416
2021.03.24 11:22:50.245562 [ 391 ] {} <Trace> RaftInstance: commit upto 417, current idx 417
2021.03.24 11:22:50.245596 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 417, current idx 417
2021.03.24 11:22:50.245603 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.265812 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=418, LastLogTerm=1, EntriesLength=4, CommitIndex=421 and Term=1
2021.03.24 11:22:50.265882 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 418 (4), req c idx: 421, my term: 1, my role: 1
2021.03.24 11:22:50.265893 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.265905 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 418, req log term: 1, my last log idx: 418, my log (418) term: 1
2021.03.24 11:22:50.265914 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 419, count: 0, log_store_->next_slot(): 419, req.log_entries().size(): 4
2021.03.24 11:22:50.265921 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 419, count: 0
2021.03.24 11:22:50.265928 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 419, count: 0
2021.03.24 11:22:50.265935 [ 390 ] {} <Trace> RaftInstance: append at 419
2021.03.24 11:22:50.265956 [ 390 ] {} <Trace> RaftInstance: append at 420
2021.03.24 11:22:50.265969 [ 390 ] {} <Trace> RaftInstance: append at 421
2021.03.24 11:22:50.265979 [ 390 ] {} <Trace> RaftInstance: append at 422
2021.03.24 11:22:50.265991 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 421
2021.03.24 11:22:50.265999 [ 390 ] {} <Trace> RaftInstance: local log idx 422, target_commit_idx 421, quick_commit_index_ 421, state_->get_commit_idx() 417
2021.03.24 11:22:50.266005 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.266016 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.266046 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.266062 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.266071 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=423
2021.03.24 11:22:50.266134 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.266148 [ 391 ] {} <Debug> RaftInstance: commit upto 421, current idx 417
2021.03.24 11:22:50.266156 [ 391 ] {} <Trace> RaftInstance: commit upto 421, current idx 418
2021.03.24 11:22:50.266198 [ 391 ] {} <Trace> RaftInstance: commit upto 421, current idx 419
2021.03.24 11:22:50.266254 [ 391 ] {} <Trace> RaftInstance: commit upto 421, current idx 420
2021.03.24 11:22:50.266280 [ 391 ] {} <Trace> RaftInstance: commit upto 421, current idx 421
2021.03.24 11:22:50.266386 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 421, current idx 421
2021.03.24 11:22:50.266398 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.286603 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=422, LastLogTerm=1, EntriesLength=3, CommitIndex=423 and Term=1
2021.03.24 11:22:50.286667 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 422 (3), req c idx: 423, my term: 1, my role: 1
2021.03.24 11:22:50.286678 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.286690 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 422, req log term: 1, my last log idx: 422, my log (422) term: 1
2021.03.24 11:22:50.286724 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 423, count: 0, log_store_->next_slot(): 423, req.log_entries().size(): 3
2021.03.24 11:22:50.286732 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 423, count: 0
2021.03.24 11:22:50.286739 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 423, count: 0
2021.03.24 11:22:50.286745 [ 389 ] {} <Trace> RaftInstance: append at 423
2021.03.24 11:22:50.286796 [ 389 ] {} <Trace> RaftInstance: append at 424
2021.03.24 11:22:50.286810 [ 389 ] {} <Trace> RaftInstance: append at 425
2021.03.24 11:22:50.286837 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 423
2021.03.24 11:22:50.286845 [ 389 ] {} <Trace> RaftInstance: local log idx 425, target_commit_idx 423, quick_commit_index_ 423, state_->get_commit_idx() 421
2021.03.24 11:22:50.286852 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.286863 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.286875 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.286890 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.286898 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=426
2021.03.24 11:22:50.287023 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.287038 [ 391 ] {} <Debug> RaftInstance: commit upto 423, current idx 421
2021.03.24 11:22:50.287046 [ 391 ] {} <Trace> RaftInstance: commit upto 423, current idx 422
2021.03.24 11:22:50.287092 [ 391 ] {} <Trace> RaftInstance: commit upto 423, current idx 423
2021.03.24 11:22:50.287120 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 423, current idx 423
2021.03.24 11:22:50.287128 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.307475 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=425, LastLogTerm=1, EntriesLength=3, CommitIndex=427 and Term=1
2021.03.24 11:22:50.307534 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 425 (3), req c idx: 427, my term: 1, my role: 1
2021.03.24 11:22:50.307544 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.307555 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 425, req log term: 1, my last log idx: 425, my log (425) term: 1
2021.03.24 11:22:50.307564 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 426, count: 0, log_store_->next_slot(): 426, req.log_entries().size(): 3
2021.03.24 11:22:50.307572 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 426, count: 0
2021.03.24 11:22:50.307579 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 426, count: 0
2021.03.24 11:22:50.307586 [ 388 ] {} <Trace> RaftInstance: append at 426
2021.03.24 11:22:50.307605 [ 388 ] {} <Trace> RaftInstance: append at 427
2021.03.24 11:22:50.307615 [ 388 ] {} <Trace> RaftInstance: append at 428
2021.03.24 11:22:50.307626 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 427
2021.03.24 11:22:50.307634 [ 388 ] {} <Trace> RaftInstance: local log idx 428, target_commit_idx 427, quick_commit_index_ 427, state_->get_commit_idx() 423
2021.03.24 11:22:50.307641 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.307651 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.307685 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.307701 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.307709 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=429
2021.03.24 11:22:50.307778 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.307792 [ 391 ] {} <Debug> RaftInstance: commit upto 427, current idx 423
2021.03.24 11:22:50.307801 [ 391 ] {} <Trace> RaftInstance: commit upto 427, current idx 424
2021.03.24 11:22:50.307855 [ 391 ] {} <Trace> RaftInstance: commit upto 427, current idx 425
2021.03.24 11:22:50.307977 [ 391 ] {} <Trace> RaftInstance: commit upto 427, current idx 426
2021.03.24 11:22:50.308035 [ 391 ] {} <Trace> RaftInstance: commit upto 427, current idx 427
2021.03.24 11:22:50.308063 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 427, current idx 427
2021.03.24 11:22:50.308070 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.328164 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=428, LastLogTerm=1, EntriesLength=3, CommitIndex=430 and Term=1
2021.03.24 11:22:50.328211 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 428 (3), req c idx: 430, my term: 1, my role: 1
2021.03.24 11:22:50.328221 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.328232 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 428, req log term: 1, my last log idx: 428, my log (428) term: 1
2021.03.24 11:22:50.328241 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 429, count: 0, log_store_->next_slot(): 429, req.log_entries().size(): 3
2021.03.24 11:22:50.328248 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 429, count: 0
2021.03.24 11:22:50.328255 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 429, count: 0
2021.03.24 11:22:50.328261 [ 390 ] {} <Trace> RaftInstance: append at 429
2021.03.24 11:22:50.328296 [ 390 ] {} <Trace> RaftInstance: append at 430
2021.03.24 11:22:50.328308 [ 390 ] {} <Trace> RaftInstance: append at 431
2021.03.24 11:22:50.328319 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 430
2021.03.24 11:22:50.328327 [ 390 ] {} <Trace> RaftInstance: local log idx 431, target_commit_idx 430, quick_commit_index_ 430, state_->get_commit_idx() 427
2021.03.24 11:22:50.328333 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.328343 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.328352 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.328365 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.328373 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=432
2021.03.24 11:22:50.328480 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.328495 [ 391 ] {} <Debug> RaftInstance: commit upto 430, current idx 427
2021.03.24 11:22:50.328503 [ 391 ] {} <Trace> RaftInstance: commit upto 430, current idx 428
2021.03.24 11:22:50.328541 [ 391 ] {} <Trace> RaftInstance: commit upto 430, current idx 429
2021.03.24 11:22:50.328590 [ 391 ] {} <Trace> RaftInstance: commit upto 430, current idx 430
2021.03.24 11:22:50.328662 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 430, current idx 430
2021.03.24 11:22:50.328671 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.348894 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=431, LastLogTerm=1, EntriesLength=1, CommitIndex=432 and Term=1
2021.03.24 11:22:50.348957 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 431 (1), req c idx: 432, my term: 1, my role: 1
2021.03.24 11:22:50.349009 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.349026 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 431, req log term: 1, my last log idx: 431, my log (431) term: 1
2021.03.24 11:22:50.349062 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 432, count: 0, log_store_->next_slot(): 432, req.log_entries().size(): 1
2021.03.24 11:22:50.349070 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 432, count: 0
2021.03.24 11:22:50.349077 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 432, count: 0
2021.03.24 11:22:50.349083 [ 390 ] {} <Trace> RaftInstance: append at 432
2021.03.24 11:22:50.349103 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 432
2021.03.24 11:22:50.349110 [ 390 ] {} <Trace> RaftInstance: local log idx 432, target_commit_idx 432, quick_commit_index_ 432, state_->get_commit_idx() 430
2021.03.24 11:22:50.349116 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.349127 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.349136 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.349153 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.349161 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=433
2021.03.24 11:22:50.349245 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.349259 [ 391 ] {} <Debug> RaftInstance: commit upto 432, current idx 430
2021.03.24 11:22:50.349267 [ 391 ] {} <Trace> RaftInstance: commit upto 432, current idx 431
2021.03.24 11:22:50.349342 [ 391 ] {} <Trace> RaftInstance: commit upto 432, current idx 432
2021.03.24 11:22:50.349366 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 432, current idx 432
2021.03.24 11:22:50.349373 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.369694 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=432, LastLogTerm=1, EntriesLength=1, CommitIndex=433 and Term=1
2021.03.24 11:22:50.369753 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 432 (1), req c idx: 433, my term: 1, my role: 1
2021.03.24 11:22:50.369767 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.369779 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 432, req log term: 1, my last log idx: 432, my log (432) term: 1
2021.03.24 11:22:50.369788 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 433, count: 0, log_store_->next_slot(): 433, req.log_entries().size(): 1
2021.03.24 11:22:50.369795 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 433, count: 0
2021.03.24 11:22:50.369802 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 433, count: 0
2021.03.24 11:22:50.369809 [ 390 ] {} <Trace> RaftInstance: append at 433
2021.03.24 11:22:50.369838 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 433
2021.03.24 11:22:50.369847 [ 390 ] {} <Trace> RaftInstance: local log idx 433, target_commit_idx 433, quick_commit_index_ 433, state_->get_commit_idx() 432
2021.03.24 11:22:50.369856 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.369872 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.369881 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.369894 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.369903 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=434
2021.03.24 11:22:50.369981 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.369997 [ 391 ] {} <Debug> RaftInstance: commit upto 433, current idx 432
2021.03.24 11:22:50.370005 [ 391 ] {} <Trace> RaftInstance: commit upto 433, current idx 433
2021.03.24 11:22:50.370077 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 433, current idx 433
2021.03.24 11:22:50.370087 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.390695 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=433, LastLogTerm=1, EntriesLength=2, CommitIndex=434 and Term=1
2021.03.24 11:22:50.390749 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 433 (2), req c idx: 434, my term: 1, my role: 1
2021.03.24 11:22:50.390760 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.390771 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 433, req log term: 1, my last log idx: 433, my log (433) term: 1
2021.03.24 11:22:50.390781 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 434, count: 0, log_store_->next_slot(): 434, req.log_entries().size(): 2
2021.03.24 11:22:50.390789 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 434, count: 0
2021.03.24 11:22:50.390796 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 434, count: 0
2021.03.24 11:22:50.390802 [ 390 ] {} <Trace> RaftInstance: append at 434
2021.03.24 11:22:50.390822 [ 390 ] {} <Trace> RaftInstance: append at 435
2021.03.24 11:22:50.390833 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 434
2021.03.24 11:22:50.390841 [ 390 ] {} <Trace> RaftInstance: local log idx 435, target_commit_idx 434, quick_commit_index_ 434, state_->get_commit_idx() 433
2021.03.24 11:22:50.390847 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.390858 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.390877 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.390892 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.390901 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=436
2021.03.24 11:22:50.390906 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.390929 [ 391 ] {} <Debug> RaftInstance: commit upto 434, current idx 433
2021.03.24 11:22:50.390940 [ 391 ] {} <Trace> RaftInstance: commit upto 434, current idx 434
2021.03.24 11:22:50.391049 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 434, current idx 434
2021.03.24 11:22:50.391057 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.411327 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=435, LastLogTerm=1, EntriesLength=1, CommitIndex=436 and Term=1
2021.03.24 11:22:50.411381 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 435 (1), req c idx: 436, my term: 1, my role: 1
2021.03.24 11:22:50.411392 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.411404 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 435, req log term: 1, my last log idx: 435, my log (435) term: 1
2021.03.24 11:22:50.411413 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 436, count: 0, log_store_->next_slot(): 436, req.log_entries().size(): 1
2021.03.24 11:22:50.411421 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 436, count: 0
2021.03.24 11:22:50.411428 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 436, count: 0
2021.03.24 11:22:50.411434 [ 387 ] {} <Trace> RaftInstance: append at 436
2021.03.24 11:22:50.411455 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 436
2021.03.24 11:22:50.411463 [ 387 ] {} <Trace> RaftInstance: local log idx 436, target_commit_idx 436, quick_commit_index_ 436, state_->get_commit_idx() 434
2021.03.24 11:22:50.411470 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.411503 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.411520 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.411544 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.411553 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=437
2021.03.24 11:22:50.411604 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.411678 [ 391 ] {} <Debug> RaftInstance: commit upto 436, current idx 434
2021.03.24 11:22:50.411690 [ 391 ] {} <Trace> RaftInstance: commit upto 436, current idx 435
2021.03.24 11:22:50.411770 [ 391 ] {} <Trace> RaftInstance: commit upto 436, current idx 436
2021.03.24 11:22:50.411823 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 436, current idx 436
2021.03.24 11:22:50.411831 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.432122 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=436, LastLogTerm=1, EntriesLength=3, CommitIndex=437 and Term=1
2021.03.24 11:22:50.432175 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 436 (3), req c idx: 437, my term: 1, my role: 1
2021.03.24 11:22:50.432185 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.432196 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 436, req log term: 1, my last log idx: 436, my log (436) term: 1
2021.03.24 11:22:50.432205 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 437, count: 0, log_store_->next_slot(): 437, req.log_entries().size(): 3
2021.03.24 11:22:50.432213 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 437, count: 0
2021.03.24 11:22:50.432219 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 437, count: 0
2021.03.24 11:22:50.432225 [ 390 ] {} <Trace> RaftInstance: append at 437
2021.03.24 11:22:50.432244 [ 390 ] {} <Trace> RaftInstance: append at 438
2021.03.24 11:22:50.432254 [ 390 ] {} <Trace> RaftInstance: append at 439
2021.03.24 11:22:50.432264 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 437
2021.03.24 11:22:50.432272 [ 390 ] {} <Trace> RaftInstance: local log idx 439, target_commit_idx 437, quick_commit_index_ 437, state_->get_commit_idx() 436
2021.03.24 11:22:50.432279 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.432290 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.432301 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.432316 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.432324 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=440
2021.03.24 11:22:50.432411 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.432425 [ 391 ] {} <Debug> RaftInstance: commit upto 437, current idx 436
2021.03.24 11:22:50.432433 [ 391 ] {} <Trace> RaftInstance: commit upto 437, current idx 437
2021.03.24 11:22:50.432539 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 437, current idx 437
2021.03.24 11:22:50.432548 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.452871 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=439, LastLogTerm=1, EntriesLength=2, CommitIndex=440 and Term=1
2021.03.24 11:22:50.452946 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 439 (2), req c idx: 440, my term: 1, my role: 1
2021.03.24 11:22:50.453053 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.453075 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 439, req log term: 1, my last log idx: 439, my log (439) term: 1
2021.03.24 11:22:50.453104 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 440, count: 0, log_store_->next_slot(): 440, req.log_entries().size(): 2
2021.03.24 11:22:50.453116 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 440, count: 0
2021.03.24 11:22:50.453128 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 440, count: 0
2021.03.24 11:22:50.453139 [ 388 ] {} <Trace> RaftInstance: append at 440
2021.03.24 11:22:50.453183 [ 388 ] {} <Trace> RaftInstance: append at 441
2021.03.24 11:22:50.453207 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 440
2021.03.24 11:22:50.453224 [ 388 ] {} <Trace> RaftInstance: local log idx 441, target_commit_idx 440, quick_commit_index_ 440, state_->get_commit_idx() 437
2021.03.24 11:22:50.453238 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.453258 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.453287 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.453327 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.453345 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=442
2021.03.24 11:22:50.453343 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.453393 [ 391 ] {} <Debug> RaftInstance: commit upto 440, current idx 437
2021.03.24 11:22:50.453405 [ 391 ] {} <Trace> RaftInstance: commit upto 440, current idx 438
2021.03.24 11:22:50.453459 [ 391 ] {} <Trace> RaftInstance: commit upto 440, current idx 439
2021.03.24 11:22:50.453484 [ 391 ] {} <Trace> RaftInstance: commit upto 440, current idx 440
2021.03.24 11:22:50.453536 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 440, current idx 440
2021.03.24 11:22:50.453545 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.473927 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=441, LastLogTerm=1, EntriesLength=3, CommitIndex=443 and Term=1
2021.03.24 11:22:50.473974 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 441 (3), req c idx: 443, my term: 1, my role: 1
2021.03.24 11:22:50.473984 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.473994 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 441, req log term: 1, my last log idx: 441, my log (441) term: 1
2021.03.24 11:22:50.474003 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 442, count: 0, log_store_->next_slot(): 442, req.log_entries().size(): 3
2021.03.24 11:22:50.474011 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 442, count: 0
2021.03.24 11:22:50.474017 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 442, count: 0
2021.03.24 11:22:50.474025 [ 387 ] {} <Trace> RaftInstance: append at 442
2021.03.24 11:22:50.474043 [ 387 ] {} <Trace> RaftInstance: append at 443
2021.03.24 11:22:50.474052 [ 387 ] {} <Trace> RaftInstance: append at 444
2021.03.24 11:22:50.474064 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 443
2021.03.24 11:22:50.474085 [ 387 ] {} <Trace> RaftInstance: local log idx 444, target_commit_idx 443, quick_commit_index_ 443, state_->get_commit_idx() 440
2021.03.24 11:22:50.474092 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.474103 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.474119 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.474133 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.474156 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=445
2021.03.24 11:22:50.474168 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.474206 [ 391 ] {} <Debug> RaftInstance: commit upto 443, current idx 440
2021.03.24 11:22:50.474240 [ 391 ] {} <Trace> RaftInstance: commit upto 443, current idx 441
2021.03.24 11:22:50.474341 [ 391 ] {} <Trace> RaftInstance: commit upto 443, current idx 442
2021.03.24 11:22:50.474370 [ 391 ] {} <Trace> RaftInstance: commit upto 443, current idx 443
2021.03.24 11:22:50.474390 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 443, current idx 443
2021.03.24 11:22:50.474398 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.494736 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=444, LastLogTerm=1, EntriesLength=2, CommitIndex=445 and Term=1
2021.03.24 11:22:50.494803 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 444 (2), req c idx: 445, my term: 1, my role: 1
2021.03.24 11:22:50.494815 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.494828 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 444, req log term: 1, my last log idx: 444, my log (444) term: 1
2021.03.24 11:22:50.494837 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 445, count: 0, log_store_->next_slot(): 445, req.log_entries().size(): 2
2021.03.24 11:22:50.494845 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 445, count: 0
2021.03.24 11:22:50.494852 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 445, count: 0
2021.03.24 11:22:50.494858 [ 389 ] {} <Trace> RaftInstance: append at 445
2021.03.24 11:22:50.494878 [ 389 ] {} <Trace> RaftInstance: append at 446
2021.03.24 11:22:50.494888 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 445
2021.03.24 11:22:50.494896 [ 389 ] {} <Trace> RaftInstance: local log idx 446, target_commit_idx 445, quick_commit_index_ 445, state_->get_commit_idx() 443
2021.03.24 11:22:50.494902 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.494912 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.494964 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.494987 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.494997 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=447
2021.03.24 11:22:50.495009 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.495063 [ 391 ] {} <Debug> RaftInstance: commit upto 445, current idx 443
2021.03.24 11:22:50.495084 [ 391 ] {} <Trace> RaftInstance: commit upto 445, current idx 444
2021.03.24 11:22:50.495169 [ 391 ] {} <Trace> RaftInstance: commit upto 445, current idx 445
2021.03.24 11:22:50.495188 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 445, current idx 445
2021.03.24 11:22:50.495195 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.515561 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=446, LastLogTerm=1, EntriesLength=3, CommitIndex=449 and Term=1
2021.03.24 11:22:50.515621 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 446 (3), req c idx: 449, my term: 1, my role: 1
2021.03.24 11:22:50.515630 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.515709 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 446, req log term: 1, my last log idx: 446, my log (446) term: 1
2021.03.24 11:22:50.515720 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 447, count: 0, log_store_->next_slot(): 447, req.log_entries().size(): 3
2021.03.24 11:22:50.515727 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 447, count: 0
2021.03.24 11:22:50.515734 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 447, count: 0
2021.03.24 11:22:50.515740 [ 388 ] {} <Trace> RaftInstance: append at 447
2021.03.24 11:22:50.515759 [ 388 ] {} <Trace> RaftInstance: append at 448
2021.03.24 11:22:50.515769 [ 388 ] {} <Trace> RaftInstance: append at 449
2021.03.24 11:22:50.515785 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 449
2021.03.24 11:22:50.515793 [ 388 ] {} <Trace> RaftInstance: local log idx 449, target_commit_idx 449, quick_commit_index_ 449, state_->get_commit_idx() 445
2021.03.24 11:22:50.515800 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.515815 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.515826 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.515841 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.515850 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=450
2021.03.24 11:22:50.515892 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.515943 [ 391 ] {} <Debug> RaftInstance: commit upto 449, current idx 445
2021.03.24 11:22:50.515955 [ 391 ] {} <Trace> RaftInstance: commit upto 449, current idx 446
2021.03.24 11:22:50.516000 [ 391 ] {} <Trace> RaftInstance: commit upto 449, current idx 447
2021.03.24 11:22:50.516082 [ 391 ] {} <Trace> RaftInstance: commit upto 449, current idx 448
2021.03.24 11:22:50.516107 [ 391 ] {} <Trace> RaftInstance: commit upto 449, current idx 449
2021.03.24 11:22:50.516132 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 449, current idx 449
2021.03.24 11:22:50.516140 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.537533 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=449, LastLogTerm=1, EntriesLength=1, CommitIndex=449 and Term=1
2021.03.24 11:22:50.537618 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 449 (1), req c idx: 449, my term: 1, my role: 1
2021.03.24 11:22:50.537631 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.537642 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 449, req log term: 1, my last log idx: 449, my log (449) term: 1
2021.03.24 11:22:50.537651 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 450, count: 0, log_store_->next_slot(): 450, req.log_entries().size(): 1
2021.03.24 11:22:50.537659 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 450, count: 0
2021.03.24 11:22:50.537665 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 450, count: 0
2021.03.24 11:22:50.537672 [ 387 ] {} <Trace> RaftInstance: append at 450
2021.03.24 11:22:50.537693 [ 387 ] {} <Trace> RaftInstance: local log idx 450, target_commit_idx 449, quick_commit_index_ 449, state_->get_commit_idx() 449
2021.03.24 11:22:50.537701 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.537717 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.537733 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.537763 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=451
2021.03.24 11:22:50.558372 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=450, LastLogTerm=1, EntriesLength=1, CommitIndex=450 and Term=1
2021.03.24 11:22:50.558433 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 450 (1), req c idx: 450, my term: 1, my role: 1
2021.03.24 11:22:50.558443 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.558454 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 450, req log term: 1, my last log idx: 450, my log (450) term: 1
2021.03.24 11:22:50.558463 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 451, count: 0, log_store_->next_slot(): 451, req.log_entries().size(): 1
2021.03.24 11:22:50.558470 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 451, count: 0
2021.03.24 11:22:50.558477 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 451, count: 0
2021.03.24 11:22:50.558484 [ 388 ] {} <Trace> RaftInstance: append at 451
2021.03.24 11:22:50.558505 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 450
2021.03.24 11:22:50.558512 [ 388 ] {} <Trace> RaftInstance: local log idx 451, target_commit_idx 450, quick_commit_index_ 450, state_->get_commit_idx() 449
2021.03.24 11:22:50.558519 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.558534 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.558549 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.558585 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.558595 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=452
2021.03.24 11:22:50.558589 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.558656 [ 391 ] {} <Debug> RaftInstance: commit upto 450, current idx 449
2021.03.24 11:22:50.558672 [ 391 ] {} <Trace> RaftInstance: commit upto 450, current idx 450
2021.03.24 11:22:50.558714 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 450, current idx 450
2021.03.24 11:22:50.558724 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.579212 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=451, LastLogTerm=1, EntriesLength=1, CommitIndex=451 and Term=1
2021.03.24 11:22:50.579263 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 451 (1), req c idx: 451, my term: 1, my role: 1
2021.03.24 11:22:50.579274 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.579285 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 451, req log term: 1, my last log idx: 451, my log (451) term: 1
2021.03.24 11:22:50.579294 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 452, count: 0, log_store_->next_slot(): 452, req.log_entries().size(): 1
2021.03.24 11:22:50.579301 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 452, count: 0
2021.03.24 11:22:50.579308 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 452, count: 0
2021.03.24 11:22:50.579314 [ 387 ] {} <Trace> RaftInstance: append at 452
2021.03.24 11:22:50.579334 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 451
2021.03.24 11:22:50.579343 [ 387 ] {} <Trace> RaftInstance: local log idx 452, target_commit_idx 451, quick_commit_index_ 451, state_->get_commit_idx() 450
2021.03.24 11:22:50.579350 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.579361 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.579372 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.579386 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.579394 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=453
2021.03.24 11:22:50.579493 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.579538 [ 391 ] {} <Debug> RaftInstance: commit upto 451, current idx 450
2021.03.24 11:22:50.579547 [ 391 ] {} <Trace> RaftInstance: commit upto 451, current idx 451
2021.03.24 11:22:50.579582 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 451, current idx 451
2021.03.24 11:22:50.579591 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.599922 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=452, LastLogTerm=1, EntriesLength=1, CommitIndex=452 and Term=1
2021.03.24 11:22:50.599978 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 452 (1), req c idx: 452, my term: 1, my role: 1
2021.03.24 11:22:50.599990 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.600002 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 452, req log term: 1, my last log idx: 452, my log (452) term: 1
2021.03.24 11:22:50.600011 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 453, count: 0, log_store_->next_slot(): 453, req.log_entries().size(): 1
2021.03.24 11:22:50.600019 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 453, count: 0
2021.03.24 11:22:50.600026 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 453, count: 0
2021.03.24 11:22:50.600032 [ 389 ] {} <Trace> RaftInstance: append at 453
2021.03.24 11:22:50.600053 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 452
2021.03.24 11:22:50.600069 [ 389 ] {} <Trace> RaftInstance: local log idx 453, target_commit_idx 452, quick_commit_index_ 452, state_->get_commit_idx() 451
2021.03.24 11:22:50.600076 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.600088 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.600141 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.600158 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.600167 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=454
2021.03.24 11:22:50.600125 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.600262 [ 391 ] {} <Debug> RaftInstance: commit upto 452, current idx 451
2021.03.24 11:22:50.600272 [ 391 ] {} <Trace> RaftInstance: commit upto 452, current idx 452
2021.03.24 11:22:50.600342 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 452, current idx 452
2021.03.24 11:22:50.600350 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.620894 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=453, LastLogTerm=1, EntriesLength=2, CommitIndex=454 and Term=1
2021.03.24 11:22:50.620944 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 453 (2), req c idx: 454, my term: 1, my role: 1
2021.03.24 11:22:50.620955 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.620966 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 453, req log term: 1, my last log idx: 453, my log (453) term: 1
2021.03.24 11:22:50.620975 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 454, count: 0, log_store_->next_slot(): 454, req.log_entries().size(): 2
2021.03.24 11:22:50.620982 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 454, count: 0
2021.03.24 11:22:50.620988 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 454, count: 0
2021.03.24 11:22:50.620995 [ 388 ] {} <Trace> RaftInstance: append at 454
2021.03.24 11:22:50.621012 [ 388 ] {} <Trace> RaftInstance: append at 455
2021.03.24 11:22:50.621022 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 454
2021.03.24 11:22:50.621056 [ 388 ] {} <Trace> RaftInstance: local log idx 455, target_commit_idx 454, quick_commit_index_ 454, state_->get_commit_idx() 452
2021.03.24 11:22:50.621063 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.621077 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.621091 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.621102 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.621155 [ 391 ] {} <Debug> RaftInstance: commit upto 454, current idx 452
2021.03.24 11:22:50.621159 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.621166 [ 391 ] {} <Trace> RaftInstance: commit upto 454, current idx 453
2021.03.24 11:22:50.621184 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=456
2021.03.24 11:22:50.621212 [ 391 ] {} <Trace> RaftInstance: commit upto 454, current idx 454
2021.03.24 11:22:50.621228 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 454, current idx 454
2021.03.24 11:22:50.621236 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.641734 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=455, LastLogTerm=1, EntriesLength=1, CommitIndex=456 and Term=1
2021.03.24 11:22:50.641806 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 455 (1), req c idx: 456, my term: 1, my role: 1
2021.03.24 11:22:50.641820 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.641833 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 455, req log term: 1, my last log idx: 455, my log (455) term: 1
2021.03.24 11:22:50.641843 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 456, count: 0, log_store_->next_slot(): 456, req.log_entries().size(): 1
2021.03.24 11:22:50.641851 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 456, count: 0
2021.03.24 11:22:50.641857 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 456, count: 0
2021.03.24 11:22:50.641864 [ 390 ] {} <Trace> RaftInstance: append at 456
2021.03.24 11:22:50.641900 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 456
2021.03.24 11:22:50.641909 [ 390 ] {} <Trace> RaftInstance: local log idx 456, target_commit_idx 456, quick_commit_index_ 456, state_->get_commit_idx() 454
2021.03.24 11:22:50.641915 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.641927 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.641943 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.641958 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.641967 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=457
2021.03.24 11:22:50.642020 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.642092 [ 391 ] {} <Debug> RaftInstance: commit upto 456, current idx 454
2021.03.24 11:22:50.642105 [ 391 ] {} <Trace> RaftInstance: commit upto 456, current idx 455
2021.03.24 11:22:50.642143 [ 391 ] {} <Trace> RaftInstance: commit upto 456, current idx 456
2021.03.24 11:22:50.642310 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 456, current idx 456
2021.03.24 11:22:50.642320 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.662659 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=456, LastLogTerm=1, EntriesLength=1, CommitIndex=457 and Term=1
2021.03.24 11:22:50.662711 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 456 (1), req c idx: 457, my term: 1, my role: 1
2021.03.24 11:22:50.662722 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.662732 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 456, req log term: 1, my last log idx: 456, my log (456) term: 1
2021.03.24 11:22:50.662764 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 457, count: 0, log_store_->next_slot(): 457, req.log_entries().size(): 1
2021.03.24 11:22:50.662771 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 457, count: 0
2021.03.24 11:22:50.662778 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 457, count: 0
2021.03.24 11:22:50.662784 [ 388 ] {} <Trace> RaftInstance: append at 457
2021.03.24 11:22:50.662805 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 457
2021.03.24 11:22:50.662813 [ 388 ] {} <Trace> RaftInstance: local log idx 457, target_commit_idx 457, quick_commit_index_ 457, state_->get_commit_idx() 456
2021.03.24 11:22:50.662819 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.662830 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.662847 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.662863 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.662871 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=458
2021.03.24 11:22:50.662884 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.662906 [ 391 ] {} <Debug> RaftInstance: commit upto 457, current idx 456
2021.03.24 11:22:50.662915 [ 391 ] {} <Trace> RaftInstance: commit upto 457, current idx 457
2021.03.24 11:22:50.663029 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 457, current idx 457
2021.03.24 11:22:50.663037 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.683405 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=457, LastLogTerm=1, EntriesLength=3, CommitIndex=458 and Term=1
2021.03.24 11:22:50.683468 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 457 (3), req c idx: 458, my term: 1, my role: 1
2021.03.24 11:22:50.683478 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.683497 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 457, req log term: 1, my last log idx: 457, my log (457) term: 1
2021.03.24 11:22:50.683506 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 458, count: 0, log_store_->next_slot(): 458, req.log_entries().size(): 3
2021.03.24 11:22:50.683513 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 458, count: 0
2021.03.24 11:22:50.683520 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 458, count: 0
2021.03.24 11:22:50.683526 [ 387 ] {} <Trace> RaftInstance: append at 458
2021.03.24 11:22:50.683545 [ 387 ] {} <Trace> RaftInstance: append at 459
2021.03.24 11:22:50.683555 [ 387 ] {} <Trace> RaftInstance: append at 460
2021.03.24 11:22:50.683566 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 458
2021.03.24 11:22:50.683573 [ 387 ] {} <Trace> RaftInstance: local log idx 460, target_commit_idx 458, quick_commit_index_ 458, state_->get_commit_idx() 457
2021.03.24 11:22:50.683580 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.683595 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.683609 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.683622 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.683625 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.683646 [ 391 ] {} <Debug> RaftInstance: commit upto 458, current idx 457
2021.03.24 11:22:50.683658 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=461
2021.03.24 11:22:50.683671 [ 391 ] {} <Trace> RaftInstance: commit upto 458, current idx 458
2021.03.24 11:22:50.683769 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 458, current idx 458
2021.03.24 11:22:50.683779 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.704188 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=460, LastLogTerm=1, EntriesLength=3, CommitIndex=461 and Term=1
2021.03.24 11:22:50.704264 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 460 (3), req c idx: 461, my term: 1, my role: 1
2021.03.24 11:22:50.704276 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.704286 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 460, req log term: 1, my last log idx: 460, my log (460) term: 1
2021.03.24 11:22:50.704295 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 461, count: 0, log_store_->next_slot(): 461, req.log_entries().size(): 3
2021.03.24 11:22:50.704303 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 461, count: 0
2021.03.24 11:22:50.704309 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 461, count: 0
2021.03.24 11:22:50.704315 [ 390 ] {} <Trace> RaftInstance: append at 461
2021.03.24 11:22:50.704332 [ 390 ] {} <Trace> RaftInstance: append at 462
2021.03.24 11:22:50.704346 [ 390 ] {} <Trace> RaftInstance: append at 463
2021.03.24 11:22:50.704356 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 461
2021.03.24 11:22:50.704364 [ 390 ] {} <Trace> RaftInstance: local log idx 463, target_commit_idx 461, quick_commit_index_ 461, state_->get_commit_idx() 458
2021.03.24 11:22:50.704370 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.704381 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.704391 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.704405 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.704414 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=464
2021.03.24 11:22:50.704486 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.704500 [ 391 ] {} <Debug> RaftInstance: commit upto 461, current idx 458
2021.03.24 11:22:50.704508 [ 391 ] {} <Trace> RaftInstance: commit upto 461, current idx 459
2021.03.24 11:22:50.704586 [ 391 ] {} <Trace> RaftInstance: commit upto 461, current idx 460
2021.03.24 11:22:50.704637 [ 391 ] {} <Trace> RaftInstance: commit upto 461, current idx 461
2021.03.24 11:22:50.704665 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 461, current idx 461
2021.03.24 11:22:50.704677 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.727159 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=463, LastLogTerm=1, EntriesLength=2, CommitIndex=463 and Term=1
2021.03.24 11:22:50.727214 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 463 (2), req c idx: 463, my term: 1, my role: 1
2021.03.24 11:22:50.727225 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.727237 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 463, req log term: 1, my last log idx: 463, my log (463) term: 1
2021.03.24 11:22:50.727246 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 464, count: 0, log_store_->next_slot(): 464, req.log_entries().size(): 2
2021.03.24 11:22:50.727253 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 464, count: 0
2021.03.24 11:22:50.727260 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 464, count: 0
2021.03.24 11:22:50.727267 [ 387 ] {} <Trace> RaftInstance: append at 464
2021.03.24 11:22:50.727288 [ 387 ] {} <Trace> RaftInstance: append at 465
2021.03.24 11:22:50.727300 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 463
2021.03.24 11:22:50.727327 [ 387 ] {} <Trace> RaftInstance: local log idx 465, target_commit_idx 463, quick_commit_index_ 463, state_->get_commit_idx() 461
2021.03.24 11:22:50.727334 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.727349 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.727361 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.727376 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.727384 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=466
2021.03.24 11:22:50.727404 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.727463 [ 391 ] {} <Debug> RaftInstance: commit upto 463, current idx 461
2021.03.24 11:22:50.727475 [ 391 ] {} <Trace> RaftInstance: commit upto 463, current idx 462
2021.03.24 11:22:50.727534 [ 391 ] {} <Trace> RaftInstance: commit upto 463, current idx 463
2021.03.24 11:22:50.728154 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 463, current idx 463
2021.03.24 11:22:50.728173 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.748114 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=465, LastLogTerm=1, EntriesLength=3, CommitIndex=466 and Term=1
2021.03.24 11:22:50.748166 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 465 (3), req c idx: 466, my term: 1, my role: 1
2021.03.24 11:22:50.748177 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.748189 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 465, req log term: 1, my last log idx: 465, my log (465) term: 1
2021.03.24 11:22:50.748212 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 466, count: 0, log_store_->next_slot(): 466, req.log_entries().size(): 3
2021.03.24 11:22:50.748220 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 466, count: 0
2021.03.24 11:22:50.748226 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 466, count: 0
2021.03.24 11:22:50.748232 [ 389 ] {} <Trace> RaftInstance: append at 466
2021.03.24 11:22:50.748293 [ 389 ] {} <Trace> RaftInstance: append at 467
2021.03.24 11:22:50.748305 [ 389 ] {} <Trace> RaftInstance: append at 468
2021.03.24 11:22:50.748316 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 466
2021.03.24 11:22:50.748324 [ 389 ] {} <Trace> RaftInstance: local log idx 468, target_commit_idx 466, quick_commit_index_ 466, state_->get_commit_idx() 463
2021.03.24 11:22:50.748331 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.748347 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.748374 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.748389 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.748398 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=469
2021.03.24 11:22:50.748413 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.748457 [ 391 ] {} <Debug> RaftInstance: commit upto 466, current idx 463
2021.03.24 11:22:50.748468 [ 391 ] {} <Trace> RaftInstance: commit upto 466, current idx 464
2021.03.24 11:22:50.748548 [ 391 ] {} <Trace> RaftInstance: commit upto 466, current idx 465
2021.03.24 11:22:50.748578 [ 391 ] {} <Trace> RaftInstance: commit upto 466, current idx 466
2021.03.24 11:22:50.748614 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 466, current idx 466
2021.03.24 11:22:50.748641 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.768829 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=468, LastLogTerm=1, EntriesLength=3, CommitIndex=469 and Term=1
2021.03.24 11:22:50.768890 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 468 (3), req c idx: 469, my term: 1, my role: 1
2021.03.24 11:22:50.768900 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.768911 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 468, req log term: 1, my last log idx: 468, my log (468) term: 1
2021.03.24 11:22:50.768920 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 469, count: 0, log_store_->next_slot(): 469, req.log_entries().size(): 3
2021.03.24 11:22:50.768927 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 469, count: 0
2021.03.24 11:22:50.768933 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 469, count: 0
2021.03.24 11:22:50.768939 [ 387 ] {} <Trace> RaftInstance: append at 469
2021.03.24 11:22:50.768957 [ 387 ] {} <Trace> RaftInstance: append at 470
2021.03.24 11:22:50.768968 [ 387 ] {} <Trace> RaftInstance: append at 471
2021.03.24 11:22:50.769000 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 469
2021.03.24 11:22:50.769008 [ 387 ] {} <Trace> RaftInstance: local log idx 471, target_commit_idx 469, quick_commit_index_ 469, state_->get_commit_idx() 466
2021.03.24 11:22:50.769015 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.769032 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.769048 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.769064 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.769061 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.769075 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=472
2021.03.24 11:22:50.769091 [ 391 ] {} <Debug> RaftInstance: commit upto 469, current idx 466
2021.03.24 11:22:50.769117 [ 391 ] {} <Trace> RaftInstance: commit upto 469, current idx 467
2021.03.24 11:22:50.769167 [ 391 ] {} <Trace> RaftInstance: commit upto 469, current idx 468
2021.03.24 11:22:50.769191 [ 391 ] {} <Trace> RaftInstance: commit upto 469, current idx 469
2021.03.24 11:22:50.769228 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 469, current idx 469
2021.03.24 11:22:50.769238 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.789866 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=471, LastLogTerm=1, EntriesLength=3, CommitIndex=472 and Term=1
2021.03.24 11:22:50.789924 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 471 (3), req c idx: 472, my term: 1, my role: 1
2021.03.24 11:22:50.789935 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.789947 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 471, req log term: 1, my last log idx: 471, my log (471) term: 1
2021.03.24 11:22:50.789956 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 472, count: 0, log_store_->next_slot(): 472, req.log_entries().size(): 3
2021.03.24 11:22:50.789964 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 472, count: 0
2021.03.24 11:22:50.789977 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 472, count: 0
2021.03.24 11:22:50.789983 [ 389 ] {} <Trace> RaftInstance: append at 472
2021.03.24 11:22:50.790003 [ 389 ] {} <Trace> RaftInstance: append at 473
2021.03.24 11:22:50.790023 [ 389 ] {} <Trace> RaftInstance: append at 474
2021.03.24 11:22:50.790068 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 472
2021.03.24 11:22:50.790077 [ 389 ] {} <Trace> RaftInstance: local log idx 474, target_commit_idx 472, quick_commit_index_ 472, state_->get_commit_idx() 469
2021.03.24 11:22:50.790084 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.790119 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.790136 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.790158 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.790169 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=475
2021.03.24 11:22:50.790200 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.790273 [ 391 ] {} <Debug> RaftInstance: commit upto 472, current idx 469
2021.03.24 11:22:50.790302 [ 391 ] {} <Trace> RaftInstance: commit upto 472, current idx 470
2021.03.24 11:22:50.790393 [ 391 ] {} <Trace> RaftInstance: commit upto 472, current idx 471
2021.03.24 11:22:50.790423 [ 391 ] {} <Trace> RaftInstance: commit upto 472, current idx 472
2021.03.24 11:22:50.790449 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 472, current idx 472
2021.03.24 11:22:50.790467 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.810686 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=474, LastLogTerm=1, EntriesLength=1, CommitIndex=474 and Term=1
2021.03.24 11:22:50.810747 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 474 (1), req c idx: 474, my term: 1, my role: 1
2021.03.24 11:22:50.810758 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.810783 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 474, req log term: 1, my last log idx: 474, my log (474) term: 1
2021.03.24 11:22:50.810793 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 475, count: 0, log_store_->next_slot(): 475, req.log_entries().size(): 1
2021.03.24 11:22:50.810802 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 475, count: 0
2021.03.24 11:22:50.810836 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 475, count: 0
2021.03.24 11:22:50.810845 [ 387 ] {} <Trace> RaftInstance: append at 475
2021.03.24 11:22:50.810866 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 474
2021.03.24 11:22:50.810873 [ 387 ] {} <Trace> RaftInstance: local log idx 475, target_commit_idx 474, quick_commit_index_ 474, state_->get_commit_idx() 472
2021.03.24 11:22:50.810880 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.810896 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.810925 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.810925 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.811020 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.811040 [ 391 ] {} <Debug> RaftInstance: commit upto 474, current idx 472
2021.03.24 11:22:50.811064 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=476
2021.03.24 11:22:50.811070 [ 391 ] {} <Trace> RaftInstance: commit upto 474, current idx 473
2021.03.24 11:22:50.811115 [ 391 ] {} <Trace> RaftInstance: commit upto 474, current idx 474
2021.03.24 11:22:50.811173 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 474, current idx 474
2021.03.24 11:22:50.811232 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.831490 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=475, LastLogTerm=1, EntriesLength=2, CommitIndex=476 and Term=1
2021.03.24 11:22:50.831530 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 475 (2), req c idx: 476, my term: 1, my role: 1
2021.03.24 11:22:50.831539 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.831549 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 475, req log term: 1, my last log idx: 475, my log (475) term: 1
2021.03.24 11:22:50.831558 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 476, count: 0, log_store_->next_slot(): 476, req.log_entries().size(): 2
2021.03.24 11:22:50.831565 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 476, count: 0
2021.03.24 11:22:50.831572 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 476, count: 0
2021.03.24 11:22:50.831578 [ 390 ] {} <Trace> RaftInstance: append at 476
2021.03.24 11:22:50.831595 [ 390 ] {} <Trace> RaftInstance: append at 477
2021.03.24 11:22:50.831605 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 476
2021.03.24 11:22:50.831612 [ 390 ] {} <Trace> RaftInstance: local log idx 477, target_commit_idx 476, quick_commit_index_ 476, state_->get_commit_idx() 474
2021.03.24 11:22:50.831619 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.831632 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.831650 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.831664 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.831673 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=478
2021.03.24 11:22:50.831691 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.831712 [ 391 ] {} <Debug> RaftInstance: commit upto 476, current idx 474
2021.03.24 11:22:50.831721 [ 391 ] {} <Trace> RaftInstance: commit upto 476, current idx 475
2021.03.24 11:22:50.831760 [ 391 ] {} <Trace> RaftInstance: commit upto 476, current idx 476
2021.03.24 11:22:50.831779 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 476, current idx 476
2021.03.24 11:22:50.831787 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.851998 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=477, LastLogTerm=1, EntriesLength=3, CommitIndex=478 and Term=1
2021.03.24 11:22:50.852050 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 477 (3), req c idx: 478, my term: 1, my role: 1
2021.03.24 11:22:50.852060 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.852070 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 477, req log term: 1, my last log idx: 477, my log (477) term: 1
2021.03.24 11:22:50.852080 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 478, count: 0, log_store_->next_slot(): 478, req.log_entries().size(): 3
2021.03.24 11:22:50.852091 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 478, count: 0
2021.03.24 11:22:50.852132 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 478, count: 0
2021.03.24 11:22:50.852151 [ 390 ] {} <Trace> RaftInstance: append at 478
2021.03.24 11:22:50.852170 [ 390 ] {} <Trace> RaftInstance: append at 479
2021.03.24 11:22:50.852181 [ 390 ] {} <Trace> RaftInstance: append at 480
2021.03.24 11:22:50.852191 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 478
2021.03.24 11:22:50.852199 [ 390 ] {} <Trace> RaftInstance: local log idx 480, target_commit_idx 478, quick_commit_index_ 478, state_->get_commit_idx() 476
2021.03.24 11:22:50.852205 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.852222 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.852236 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.852247 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.852280 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.852287 [ 391 ] {} <Debug> RaftInstance: commit upto 478, current idx 476
2021.03.24 11:22:50.852292 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=481
2021.03.24 11:22:50.852297 [ 391 ] {} <Trace> RaftInstance: commit upto 478, current idx 477
2021.03.24 11:22:50.852333 [ 391 ] {} <Trace> RaftInstance: commit upto 478, current idx 478
2021.03.24 11:22:50.852363 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 478, current idx 478
2021.03.24 11:22:50.852369 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.872649 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=480, LastLogTerm=1, EntriesLength=3, CommitIndex=480 and Term=1
2021.03.24 11:22:50.872698 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 480 (3), req c idx: 480, my term: 1, my role: 1
2021.03.24 11:22:50.872710 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.872720 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 480, req log term: 1, my last log idx: 480, my log (480) term: 1
2021.03.24 11:22:50.872729 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 481, count: 0, log_store_->next_slot(): 481, req.log_entries().size(): 3
2021.03.24 11:22:50.872736 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 481, count: 0
2021.03.24 11:22:50.872743 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 481, count: 0
2021.03.24 11:22:50.872750 [ 388 ] {} <Trace> RaftInstance: append at 481
2021.03.24 11:22:50.872767 [ 388 ] {} <Trace> RaftInstance: append at 482
2021.03.24 11:22:50.872777 [ 388 ] {} <Trace> RaftInstance: append at 483
2021.03.24 11:22:50.872787 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 480
2021.03.24 11:22:50.872794 [ 388 ] {} <Trace> RaftInstance: local log idx 483, target_commit_idx 480, quick_commit_index_ 480, state_->get_commit_idx() 478
2021.03.24 11:22:50.872801 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.872811 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.872833 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.872848 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.872856 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=484
2021.03.24 11:22:50.872873 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.872903 [ 391 ] {} <Debug> RaftInstance: commit upto 480, current idx 478
2021.03.24 11:22:50.872913 [ 391 ] {} <Trace> RaftInstance: commit upto 480, current idx 479
2021.03.24 11:22:50.873029 [ 391 ] {} <Trace> RaftInstance: commit upto 480, current idx 480
2021.03.24 11:22:50.873061 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 480, current idx 480
2021.03.24 11:22:50.873069 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.893358 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=483, LastLogTerm=1, EntriesLength=3, CommitIndex=484 and Term=1
2021.03.24 11:22:50.893414 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 483 (3), req c idx: 484, my term: 1, my role: 1
2021.03.24 11:22:50.893424 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.893434 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 483, req log term: 1, my last log idx: 483, my log (483) term: 1
2021.03.24 11:22:50.893442 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 484, count: 0, log_store_->next_slot(): 484, req.log_entries().size(): 3
2021.03.24 11:22:50.893450 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 484, count: 0
2021.03.24 11:22:50.893480 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 484, count: 0
2021.03.24 11:22:50.893486 [ 388 ] {} <Trace> RaftInstance: append at 484
2021.03.24 11:22:50.893505 [ 388 ] {} <Trace> RaftInstance: append at 485
2021.03.24 11:22:50.893515 [ 388 ] {} <Trace> RaftInstance: append at 486
2021.03.24 11:22:50.893526 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 484
2021.03.24 11:22:50.893534 [ 388 ] {} <Trace> RaftInstance: local log idx 486, target_commit_idx 484, quick_commit_index_ 484, state_->get_commit_idx() 480
2021.03.24 11:22:50.893540 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.893575 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.893597 [ 391 ] {} <Debug> RaftInstance: commit upto 484, current idx 480
2021.03.24 11:22:50.893556 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.893609 [ 391 ] {} <Trace> RaftInstance: commit upto 484, current idx 481
2021.03.24 11:22:50.893626 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.893643 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.893652 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=487
2021.03.24 11:22:50.893668 [ 391 ] {} <Trace> RaftInstance: commit upto 484, current idx 482
2021.03.24 11:22:50.893695 [ 391 ] {} <Trace> RaftInstance: commit upto 484, current idx 483
2021.03.24 11:22:50.893775 [ 391 ] {} <Trace> RaftInstance: commit upto 484, current idx 484
2021.03.24 11:22:50.893843 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 484, current idx 484
2021.03.24 11:22:50.893851 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.914066 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=486, LastLogTerm=1, EntriesLength=3, CommitIndex=487 and Term=1
2021.03.24 11:22:50.914116 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 486 (3), req c idx: 487, my term: 1, my role: 1
2021.03.24 11:22:50.914126 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.914136 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 486, req log term: 1, my last log idx: 486, my log (486) term: 1
2021.03.24 11:22:50.914145 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 487, count: 0, log_store_->next_slot(): 487, req.log_entries().size(): 3
2021.03.24 11:22:50.914153 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 487, count: 0
2021.03.24 11:22:50.914159 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 487, count: 0
2021.03.24 11:22:50.914166 [ 390 ] {} <Trace> RaftInstance: append at 487
2021.03.24 11:22:50.914184 [ 390 ] {} <Trace> RaftInstance: append at 488
2021.03.24 11:22:50.914199 [ 390 ] {} <Trace> RaftInstance: append at 489
2021.03.24 11:22:50.914210 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 487
2021.03.24 11:22:50.914217 [ 390 ] {} <Trace> RaftInstance: local log idx 489, target_commit_idx 487, quick_commit_index_ 487, state_->get_commit_idx() 484
2021.03.24 11:22:50.914224 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.914235 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.914252 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.914267 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.914276 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=490
2021.03.24 11:22:50.914304 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.914351 [ 391 ] {} <Debug> RaftInstance: commit upto 487, current idx 484
2021.03.24 11:22:50.914361 [ 391 ] {} <Trace> RaftInstance: commit upto 487, current idx 485
2021.03.24 11:22:50.914415 [ 391 ] {} <Trace> RaftInstance: commit upto 487, current idx 486
2021.03.24 11:22:50.914437 [ 391 ] {} <Trace> RaftInstance: commit upto 487, current idx 487
2021.03.24 11:22:50.914457 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 487, current idx 487
2021.03.24 11:22:50.914464 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.934831 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=489, LastLogTerm=1, EntriesLength=3, CommitIndex=490 and Term=1
2021.03.24 11:22:50.934897 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 489 (3), req c idx: 490, my term: 1, my role: 1
2021.03.24 11:22:50.934915 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.934927 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 489, req log term: 1, my last log idx: 489, my log (489) term: 1
2021.03.24 11:22:50.934937 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 490, count: 0, log_store_->next_slot(): 490, req.log_entries().size(): 3
2021.03.24 11:22:50.934980 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 490, count: 0
2021.03.24 11:22:50.934990 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 490, count: 0
2021.03.24 11:22:50.934997 [ 390 ] {} <Trace> RaftInstance: append at 490
2021.03.24 11:22:50.935017 [ 390 ] {} <Trace> RaftInstance: append at 491
2021.03.24 11:22:50.935028 [ 390 ] {} <Trace> RaftInstance: append at 492
2021.03.24 11:22:50.935061 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 490
2021.03.24 11:22:50.935069 [ 390 ] {} <Trace> RaftInstance: local log idx 492, target_commit_idx 490, quick_commit_index_ 490, state_->get_commit_idx() 487
2021.03.24 11:22:50.935076 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.935093 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.935116 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.935134 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.935132 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.935186 [ 391 ] {} <Debug> RaftInstance: commit upto 490, current idx 487
2021.03.24 11:22:50.935143 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=493
2021.03.24 11:22:50.935200 [ 391 ] {} <Trace> RaftInstance: commit upto 490, current idx 488
2021.03.24 11:22:50.935294 [ 391 ] {} <Trace> RaftInstance: commit upto 490, current idx 489
2021.03.24 11:22:50.935334 [ 391 ] {} <Trace> RaftInstance: commit upto 490, current idx 490
2021.03.24 11:22:50.935352 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 490, current idx 490
2021.03.24 11:22:50.935360 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.955737 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=492, LastLogTerm=1, EntriesLength=3, CommitIndex=493 and Term=1
2021.03.24 11:22:50.955800 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 492 (3), req c idx: 493, my term: 1, my role: 1
2021.03.24 11:22:50.955810 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.955822 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 492, req log term: 1, my last log idx: 492, my log (492) term: 1
2021.03.24 11:22:50.955832 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 493, count: 0, log_store_->next_slot(): 493, req.log_entries().size(): 3
2021.03.24 11:22:50.955863 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 493, count: 0
2021.03.24 11:22:50.955870 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 493, count: 0
2021.03.24 11:22:50.955877 [ 388 ] {} <Trace> RaftInstance: append at 493
2021.03.24 11:22:50.955896 [ 388 ] {} <Trace> RaftInstance: append at 494
2021.03.24 11:22:50.955907 [ 388 ] {} <Trace> RaftInstance: append at 495
2021.03.24 11:22:50.955918 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 493
2021.03.24 11:22:50.955926 [ 388 ] {} <Trace> RaftInstance: local log idx 495, target_commit_idx 493, quick_commit_index_ 493, state_->get_commit_idx() 490
2021.03.24 11:22:50.955932 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.955944 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.955963 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.955994 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.956003 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=496
2021.03.24 11:22:50.956017 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.956078 [ 391 ] {} <Debug> RaftInstance: commit upto 493, current idx 490
2021.03.24 11:22:50.956090 [ 391 ] {} <Trace> RaftInstance: commit upto 493, current idx 491
2021.03.24 11:22:50.956157 [ 391 ] {} <Trace> RaftInstance: commit upto 493, current idx 492
2021.03.24 11:22:50.956206 [ 391 ] {} <Trace> RaftInstance: commit upto 493, current idx 493
2021.03.24 11:22:50.956252 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 493, current idx 493
2021.03.24 11:22:50.956261 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.976538 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=495, LastLogTerm=1, EntriesLength=3, CommitIndex=496 and Term=1
2021.03.24 11:22:50.976587 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 495 (3), req c idx: 496, my term: 1, my role: 1
2021.03.24 11:22:50.976597 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.976608 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 495, req log term: 1, my last log idx: 495, my log (495) term: 1
2021.03.24 11:22:50.976617 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 496, count: 0, log_store_->next_slot(): 496, req.log_entries().size(): 3
2021.03.24 11:22:50.976625 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 496, count: 0
2021.03.24 11:22:50.976632 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 496, count: 0
2021.03.24 11:22:50.976638 [ 387 ] {} <Trace> RaftInstance: append at 496
2021.03.24 11:22:50.976655 [ 387 ] {} <Trace> RaftInstance: append at 497
2021.03.24 11:22:50.976665 [ 387 ] {} <Trace> RaftInstance: append at 498
2021.03.24 11:22:50.976677 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 496
2021.03.24 11:22:50.976684 [ 387 ] {} <Trace> RaftInstance: local log idx 498, target_commit_idx 496, quick_commit_index_ 496, state_->get_commit_idx() 493
2021.03.24 11:22:50.976691 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.976703 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.976713 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.976726 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.976753 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=499
2021.03.24 11:22:50.976817 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.976834 [ 391 ] {} <Debug> RaftInstance: commit upto 496, current idx 493
2021.03.24 11:22:50.976843 [ 391 ] {} <Trace> RaftInstance: commit upto 496, current idx 494
2021.03.24 11:22:50.976905 [ 391 ] {} <Trace> RaftInstance: commit upto 496, current idx 495
2021.03.24 11:22:50.976974 [ 391 ] {} <Trace> RaftInstance: commit upto 496, current idx 496
2021.03.24 11:22:50.977017 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 496, current idx 496
2021.03.24 11:22:50.977038 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.997166 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=498, LastLogTerm=1, EntriesLength=3, CommitIndex=498 and Term=1
2021.03.24 11:22:50.997219 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 498 (3), req c idx: 498, my term: 1, my role: 1
2021.03.24 11:22:50.997230 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.997242 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 498, req log term: 1, my last log idx: 498, my log (498) term: 1
2021.03.24 11:22:50.997251 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 499, count: 0, log_store_->next_slot(): 499, req.log_entries().size(): 3
2021.03.24 11:22:50.997259 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 499, count: 0
2021.03.24 11:22:50.997266 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 499, count: 0
2021.03.24 11:22:50.997272 [ 389 ] {} <Trace> RaftInstance: append at 499
2021.03.24 11:22:50.997303 [ 389 ] {} <Trace> RaftInstance: append at 500
2021.03.24 11:22:50.997313 [ 389 ] {} <Trace> RaftInstance: append at 501
2021.03.24 11:22:50.997325 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 498
2021.03.24 11:22:50.997333 [ 389 ] {} <Trace> RaftInstance: local log idx 501, target_commit_idx 498, quick_commit_index_ 498, state_->get_commit_idx() 496
2021.03.24 11:22:50.997341 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.997356 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.997377 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.997377 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.997394 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.997401 [ 391 ] {} <Debug> RaftInstance: commit upto 498, current idx 496
2021.03.24 11:22:50.997404 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=502
2021.03.24 11:22:50.997451 [ 391 ] {} <Trace> RaftInstance: commit upto 498, current idx 497
2021.03.24 11:22:50.997545 [ 391 ] {} <Trace> RaftInstance: commit upto 498, current idx 498
2021.03.24 11:22:50.997576 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 498, current idx 498
2021.03.24 11:22:50.997585 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:51.026626 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=501, LastLogTerm=1, EntriesLength=2, CommitIndex=501 and Term=1
2021.03.24 11:22:51.026688 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 501 (2), req c idx: 501, my term: 1, my role: 1
2021.03.24 11:22:51.026708 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:51.026720 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 501, req log term: 1, my last log idx: 501, my log (501) term: 1
2021.03.24 11:22:51.026728 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 502, count: 0, log_store_->next_slot(): 502, req.log_entries().size(): 2
2021.03.24 11:22:51.026758 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 502, count: 0
2021.03.24 11:22:51.026765 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 502, count: 0
2021.03.24 11:22:51.026771 [ 388 ] {} <Trace> RaftInstance: append at 502
2021.03.24 11:22:51.026789 [ 388 ] {} <Trace> RaftInstance: append at 503
2021.03.24 11:22:51.026814 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 501
2021.03.24 11:22:51.026852 [ 388 ] {} <Trace> RaftInstance: local log idx 503, target_commit_idx 501, quick_commit_index_ 501, state_->get_commit_idx() 498
2021.03.24 11:22:51.026877 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:51.026894 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:51.026910 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:51.026930 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:51.026939 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=504
2021.03.24 11:22:51.026972 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:51.027022 [ 391 ] {} <Debug> RaftInstance: commit upto 501, current idx 498
2021.03.24 11:22:51.027037 [ 391 ] {} <Trace> RaftInstance: commit upto 501, current idx 499
2021.03.24 11:22:51.027130 [ 391 ] {} <Trace> RaftInstance: commit upto 501, current idx 500
2021.03.24 11:22:51.027157 [ 391 ] {} <Information> RaftInstance: creating a snapshot for index 500
2021.03.24 11:22:51.027184 [ 391 ] {} <Information> RaftInstance: create snapshot idx 500 log_term 1
2021.03.24 11:22:51.027251 [ 391 ] {} <Information> RaftInstance: create snapshot idx 500 log_term 1 done: 58 us elapsed
2021.03.24 11:22:51.027260 [ 391 ] {} <Trace> RaftInstance: commit upto 501, current idx 501
2021.03.24 11:22:51.027301 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 501, current idx 501
2021.03.24 11:22:51.027310 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:51.047655 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=503, LastLogTerm=1, EntriesLength=1, CommitIndex=503 and Term=1
2021.03.24 11:22:51.047702 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 503 (1), req c idx: 503, my term: 1, my role: 1
2021.03.24 11:22:51.047713 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:51.047725 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 503, req log term: 1, my last log idx: 503, my log (503) term: 1
2021.03.24 11:22:51.047733 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 504, count: 0, log_store_->next_slot(): 504, req.log_entries().size(): 1
2021.03.24 11:22:51.047740 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 504, count: 0
2021.03.24 11:22:51.047747 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 504, count: 0
2021.03.24 11:22:51.047754 [ 387 ] {} <Trace> RaftInstance: append at 504
2021.03.24 11:22:51.047774 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 503
2021.03.24 11:22:51.047781 [ 387 ] {} <Trace> RaftInstance: local log idx 504, target_commit_idx 503, quick_commit_index_ 503, state_->get_commit_idx() 501
2021.03.24 11:22:51.047788 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:51.047804 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:51.047835 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:51.047821 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:51.047849 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:51.047875 [ 391 ] {} <Debug> RaftInstance: commit upto 503, current idx 501
2021.03.24 11:22:51.047883 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=505
2021.03.24 11:22:51.047886 [ 391 ] {} <Trace> RaftInstance: commit upto 503, current idx 502
2021.03.24 11:22:51.047947 [ 391 ] {} <Trace> RaftInstance: commit upto 503, current idx 503
2021.03.24 11:22:51.048073 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 503, current idx 503
2021.03.24 11:22:51.048085 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:51.068445 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=504, LastLogTerm=1, EntriesLength=2, CommitIndex=504 and Term=1
2021.03.24 11:22:51.068502 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 504 (2), req c idx: 504, my term: 1, my role: 1
2021.03.24 11:22:51.068513 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:51.068523 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 504, req log term: 1, my last log idx: 504, my log (504) term: 1
2021.03.24 11:22:51.068532 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 505, count: 0, log_store_->next_slot(): 505, req.log_entries().size(): 2
2021.03.24 11:22:51.068539 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 505, count: 0
2021.03.24 11:22:51.068546 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 505, count: 0
2021.03.24 11:22:51.068552 [ 389 ] {} <Trace> RaftInstance: append at 505
2021.03.24 11:22:51.068569 [ 389 ] {} <Trace> RaftInstance: append at 506
2021.03.24 11:22:51.068580 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 504
2021.03.24 11:22:51.068588 [ 389 ] {} <Trace> RaftInstance: local log idx 506, target_commit_idx 504, quick_commit_index_ 504, state_->get_commit_idx() 503
2021.03.24 11:22:51.068594 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:51.068608 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:51.068624 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:51.068634 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:51.068645 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:51.068682 [ 391 ] {} <Debug> RaftInstance: commit upto 504, current idx 503
2021.03.24 11:22:51.068701 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=507
2021.03.24 11:22:51.068710 [ 391 ] {} <Trace> RaftInstance: commit upto 504, current idx 504
2021.03.24 11:22:51.068766 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 504, current idx 504
2021.03.24 11:22:51.068776 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:51.089301 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=506, LastLogTerm=1, EntriesLength=1, CommitIndex=506 and Term=1
2021.03.24 11:22:51.089355 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 506 (1), req c idx: 506, my term: 1, my role: 1
2021.03.24 11:22:51.089366 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:51.089377 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 506, req log term: 1, my last log idx: 506, my log (506) term: 1
2021.03.24 11:22:51.089386 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 507, count: 0, log_store_->next_slot(): 507, req.log_entries().size(): 1
2021.03.24 11:22:51.089394 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 507, count: 0
2021.03.24 11:22:51.089401 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 507, count: 0
2021.03.24 11:22:51.089407 [ 387 ] {} <Trace> RaftInstance: append at 507
2021.03.24 11:22:51.089447 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 506
2021.03.24 11:22:51.089465 [ 387 ] {} <Trace> RaftInstance: local log idx 507, target_commit_idx 506, quick_commit_index_ 506, state_->get_commit_idx() 504
2021.03.24 11:22:51.089472 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:51.089490 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:51.089505 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:51.089520 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:51.089529 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=508
2021.03.24 11:22:51.089533 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:51.089554 [ 391 ] {} <Debug> RaftInstance: commit upto 506, current idx 504
2021.03.24 11:22:51.089564 [ 391 ] {} <Trace> RaftInstance: commit upto 506, current idx 505
2021.03.24 11:22:51.089627 [ 391 ] {} <Trace> RaftInstance: commit upto 506, current idx 506
2021.03.24 11:22:51.089674 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 506, current idx 506
2021.03.24 11:22:51.089684 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:51.110066 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=507, LastLogTerm=1, EntriesLength=2, CommitIndex=507 and Term=1
2021.03.24 11:22:51.110121 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 507 (2), req c idx: 507, my term: 1, my role: 1
2021.03.24 11:22:51.110154 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:51.110169 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 507, req log term: 1, my last log idx: 507, my log (507) term: 1
2021.03.24 11:22:51.110177 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 508, count: 0, log_store_->next_slot(): 508, req.log_entries().size(): 2
2021.03.24 11:22:51.110196 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 508, count: 0
2021.03.24 11:22:51.110203 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 508, count: 0
2021.03.24 11:22:51.110210 [ 390 ] {} <Trace> RaftInstance: append at 508
2021.03.24 11:22:51.110230 [ 390 ] {} <Trace> RaftInstance: append at 509
2021.03.24 11:22:51.110242 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 507
2021.03.24 11:22:51.110249 [ 390 ] {} <Trace> RaftInstance: local log idx 509, target_commit_idx 507, quick_commit_index_ 507, state_->get_commit_idx() 506
2021.03.24 11:22:51.110311 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:51.110326 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:51.110343 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:51.110360 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:51.110368 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=510
2021.03.24 11:22:51.110390 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:51.110412 [ 391 ] {} <Debug> RaftInstance: commit upto 507, current idx 506
2021.03.24 11:22:51.110422 [ 391 ] {} <Trace> RaftInstance: commit upto 507, current idx 507
2021.03.24 11:22:51.110501 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 507, current idx 507
2021.03.24 11:22:51.110510 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:51.131014 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=509, LastLogTerm=1, EntriesLength=0, CommitIndex=509 and Term=1
2021.03.24 11:22:51.131076 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 509 (0), req c idx: 509, my term: 1, my role: 1
2021.03.24 11:22:51.131087 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:51.131099 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 509, req log term: 1, my last log idx: 509, my log (509) term: 1
2021.03.24 11:22:51.131107 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 509
2021.03.24 11:22:51.131114 [ 388 ] {} <Trace> RaftInstance: local log idx 509, target_commit_idx 509, quick_commit_index_ 509, state_->get_commit_idx() 507
2021.03.24 11:22:51.131122 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:51.131137 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:51.131160 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:51.131181 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:51.131175 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:51.131237 [ 391 ] {} <Debug> RaftInstance: commit upto 509, current idx 507
2021.03.24 11:22:51.131191 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=510
2021.03.24 11:22:51.131251 [ 391 ] {} <Trace> RaftInstance: commit upto 509, current idx 508
2021.03.24 11:22:51.131336 [ 391 ] {} <Trace> RaftInstance: commit upto 509, current idx 509
2021.03.24 11:22:51.131383 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 509, current idx 509
2021.03.24 11:22:51.131391 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:51.151857 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=509, LastLogTerm=1, EntriesLength=2, CommitIndex=509 and Term=1
2021.03.24 11:22:51.151916 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 509 (2), req c idx: 509, my term: 1, my role: 1
2021.03.24 11:22:51.151927 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:51.151938 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 509, req log term: 1, my last log idx: 509, my log (509) term: 1
2021.03.24 11:22:51.151946 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 510, count: 0, log_store_->next_slot(): 510, req.log_entries().size(): 2
2021.03.24 11:22:51.151953 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 510, count: 0
2021.03.24 11:22:51.151960 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 510, count: 0
2021.03.24 11:22:51.151966 [ 390 ] {} <Trace> RaftInstance: append at 510
2021.03.24 11:22:51.151986 [ 390 ] {} <Trace> RaftInstance: append at 511
2021.03.24 11:22:51.151998 [ 390 ] {} <Trace> RaftInstance: local log idx 511, target_commit_idx 509, quick_commit_index_ 509, state_->get_commit_idx() 509
2021.03.24 11:22:51.152018 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:51.152036 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:51.152052 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:51.152061 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=512
2021.03.24 11:22:51.172769 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=511, LastLogTerm=1, EntriesLength=0, CommitIndex=511 and Term=1
2021.03.24 11:22:51.172826 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 511 (0), req c idx: 511, my term: 1, my role: 1
2021.03.24 11:22:51.172838 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:51.172849 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 511, req log term: 1, my last log idx: 511, my log (511) term: 1
2021.03.24 11:22:51.172878 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 511
2021.03.24 11:22:51.172885 [ 387 ] {} <Trace> RaftInstance: local log idx 511, target_commit_idx 511, quick_commit_index_ 511, state_->get_commit_idx() 509
2021.03.24 11:22:51.172893 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:51.172957 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:51.172979 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:51.172997 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:51.173006 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=512
2021.03.24 11:22:51.173091 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:51.173138 [ 391 ] {} <Debug> RaftInstance: commit upto 511, current idx 509
2021.03.24 11:22:51.173161 [ 391 ] {} <Trace> RaftInstance: commit upto 511, current idx 510
2021.03.24 11:22:51.173205 [ 391 ] {} <Trace> RaftInstance: commit upto 511, current idx 511
2021.03.24 11:22:51.173220 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 511, current idx 511
2021.03.24 11:22:51.173228 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:51.193558 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=511, LastLogTerm=1, EntriesLength=2, CommitIndex=511 and Term=1
2021.03.24 11:22:51.193615 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 511 (2), req c idx: 511, my term: 1, my role: 1
2021.03.24 11:22:51.193625 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:51.193638 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 511, req log term: 1, my last log idx: 511, my log (511) term: 1
2021.03.24 11:22:51.193647 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 512, count: 0, log_store_->next_slot(): 512, req.log_entries().size(): 2
2021.03.24 11:22:51.193655 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 512, count: 0
2021.03.24 11:22:51.193662 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 512, count: 0
2021.03.24 11:22:51.193668 [ 387 ] {} <Trace> RaftInstance: append at 512
2021.03.24 11:22:51.193686 [ 387 ] {} <Trace> RaftInstance: append at 513
2021.03.24 11:22:51.193721 [ 387 ] {} <Trace> RaftInstance: local log idx 513, target_commit_idx 511, quick_commit_index_ 511, state_->get_commit_idx() 511
2021.03.24 11:22:51.193730 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:51.193750 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:51.193766 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:51.193774 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=514
2021.03.24 11:22:51.214438 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=513, LastLogTerm=1, EntriesLength=0, CommitIndex=513 and Term=1
2021.03.24 11:22:51.214498 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 513 (0), req c idx: 513, my term: 1, my role: 1
2021.03.24 11:22:51.214509 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:51.214520 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 513, req log term: 1, my last log idx: 513, my log (513) term: 1
2021.03.24 11:22:51.214529 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 513
2021.03.24 11:22:51.214536 [ 389 ] {} <Trace> RaftInstance: local log idx 513, target_commit_idx 513, quick_commit_index_ 513, state_->get_commit_idx() 511
2021.03.24 11:22:51.214550 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:51.214572 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:51.214602 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:51.214606 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:51.214662 [ 391 ] {} <Debug> RaftInstance: commit upto 513, current idx 511
2021.03.24 11:22:51.214621 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:51.214674 [ 391 ] {} <Trace> RaftInstance: commit upto 513, current idx 512
2021.03.24 11:22:51.214690 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=514
2021.03.24 11:22:51.214728 [ 391 ] {} <Trace> RaftInstance: commit upto 513, current idx 513
2021.03.24 11:22:51.214758 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 513, current idx 513
2021.03.24 11:22:51.214764 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:51.235183 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=513, LastLogTerm=1, EntriesLength=3, CommitIndex=513 and Term=1
2021.03.24 11:22:51.235248 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 513 (3), req c idx: 513, my term: 1, my role: 1
2021.03.24 11:22:51.235260 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:51.235270 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 513, req log term: 1, my last log idx: 513, my log (513) term: 1
2021.03.24 11:22:51.235278 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 514, count: 0, log_store_->next_slot(): 514, req.log_entries().size(): 3
2021.03.24 11:22:51.235285 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 514, count: 0
2021.03.24 11:22:51.235296 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 514, count: 0
2021.03.24 11:22:51.235316 [ 388 ] {} <Trace> RaftInstance: append at 514
2021.03.24 11:22:51.235333 [ 388 ] {} <Trace> RaftInstance: append at 515
2021.03.24 11:22:51.235342 [ 388 ] {} <Trace> RaftInstance: append at 516
2021.03.24 11:22:51.235352 [ 388 ] {} <Trace> RaftInstance: local log idx 516, target_commit_idx 513, quick_commit_index_ 513, state_->get_commit_idx() 513
2021.03.24 11:22:51.235360 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:51.235376 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:51.235392 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:51.235400 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=517
2021.03.24 11:22:51.255835 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=516, LastLogTerm=1, EntriesLength=0, CommitIndex=516 and Term=1
2021.03.24 11:22:51.255883 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 516 (0), req c idx: 516, my term: 1, my role: 1
2021.03.24 11:22:51.255894 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:51.255905 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 516, req log term: 1, my last log idx: 516, my log (516) term: 1
2021.03.24 11:22:51.255913 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 516
2021.03.24 11:22:51.255921 [ 389 ] {} <Trace> RaftInstance: local log idx 516, target_commit_idx 516, quick_commit_index_ 516, state_->get_commit_idx() 513
2021.03.24 11:22:51.255932 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:51.255950 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:51.255968 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:51.255985 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:51.255993 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=517
2021.03.24 11:22:51.255991 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:51.256026 [ 391 ] {} <Debug> RaftInstance: commit upto 516, current idx 513
2021.03.24 11:22:51.256036 [ 391 ] {} <Trace> RaftInstance: commit upto 516, current idx 514
2021.03.24 11:22:51.256103 [ 391 ] {} <Trace> RaftInstance: commit upto 516, current idx 515
2021.03.24 11:22:51.256118 [ 391 ] {} <Trace> RaftInstance: commit upto 516, current idx 516
2021.03.24 11:22:51.256130 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 516, current idx 516
2021.03.24 11:22:51.256137 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:51.276519 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=516, LastLogTerm=1, EntriesLength=2, CommitIndex=516 and Term=1
2021.03.24 11:22:51.276579 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 516 (2), req c idx: 516, my term: 1, my role: 1
2021.03.24 11:22:51.276589 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:51.276599 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 516, req log term: 1, my last log idx: 516, my log (516) term: 1
2021.03.24 11:22:51.276621 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 517, count: 0, log_store_->next_slot(): 517, req.log_entries().size(): 2
2021.03.24 11:22:51.276629 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 517, count: 0
2021.03.24 11:22:51.276635 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 517, count: 0
2021.03.24 11:22:51.276642 [ 388 ] {} <Trace> RaftInstance: append at 517
2021.03.24 11:22:51.276659 [ 388 ] {} <Trace> RaftInstance: append at 518
2021.03.24 11:22:51.276671 [ 388 ] {} <Trace> RaftInstance: local log idx 518, target_commit_idx 516, quick_commit_index_ 516, state_->get_commit_idx() 516
2021.03.24 11:22:51.276678 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:51.276732 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:51.276751 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:51.276762 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=519
2021.03.24 11:22:51.297420 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=518, LastLogTerm=1, EntriesLength=0, CommitIndex=518 and Term=1
2021.03.24 11:22:51.297483 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 518 (0), req c idx: 518, my term: 1, my role: 1
2021.03.24 11:22:51.297494 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:51.297505 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 518, req log term: 1, my last log idx: 518, my log (518) term: 1
2021.03.24 11:22:51.297514 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 518
2021.03.24 11:22:51.297521 [ 389 ] {} <Trace> RaftInstance: local log idx 518, target_commit_idx 518, quick_commit_index_ 518, state_->get_commit_idx() 516
2021.03.24 11:22:51.297534 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:51.297567 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:51.297579 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:51.297593 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:51.297601 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=519
2021.03.24 11:22:51.297661 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:51.297682 [ 391 ] {} <Debug> RaftInstance: commit upto 518, current idx 516
2021.03.24 11:22:51.297693 [ 391 ] {} <Trace> RaftInstance: commit upto 518, current idx 517
2021.03.24 11:22:51.297768 [ 391 ] {} <Trace> RaftInstance: commit upto 518, current idx 518
2021.03.24 11:22:51.297784 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 518, current idx 518
2021.03.24 11:22:51.297792 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:51.318057 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=518, LastLogTerm=1, EntriesLength=2, CommitIndex=518 and Term=1
2021.03.24 11:22:51.318114 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 518 (2), req c idx: 518, my term: 1, my role: 1
2021.03.24 11:22:51.318149 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:51.318160 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 518, req log term: 1, my last log idx: 518, my log (518) term: 1
2021.03.24 11:22:51.318168 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 519, count: 0, log_store_->next_slot(): 519, req.log_entries().size(): 2
2021.03.24 11:22:51.318176 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 519, count: 0
2021.03.24 11:22:51.318183 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 519, count: 0
2021.03.24 11:22:51.318189 [ 388 ] {} <Trace> RaftInstance: append at 519
2021.03.24 11:22:51.318208 [ 388 ] {} <Trace> RaftInstance: append at 520
2021.03.24 11:22:51.318224 [ 388 ] {} <Trace> RaftInstance: local log idx 520, target_commit_idx 518, quick_commit_index_ 518, state_->get_commit_idx() 518
2021.03.24 11:22:51.318232 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:51.318282 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:51.318316 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:51.318326 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=521
2021.03.24 11:22:51.338828 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=520, LastLogTerm=1, EntriesLength=0, CommitIndex=520 and Term=1
2021.03.24 11:22:51.338866 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 520 (0), req c idx: 520, my term: 1, my role: 1
2021.03.24 11:22:51.338876 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:51.338886 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 520, req log term: 1, my last log idx: 520, my log (520) term: 1
2021.03.24 11:22:51.338894 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 520
2021.03.24 11:22:51.338906 [ 389 ] {} <Trace> RaftInstance: local log idx 520, target_commit_idx 520, quick_commit_index_ 520, state_->get_commit_idx() 518
2021.03.24 11:22:51.338972 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:51.338994 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:51.339005 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:51.339018 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:51.339024 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:51.339026 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=521
2021.03.24 11:22:51.339053 [ 391 ] {} <Debug> RaftInstance: commit upto 520, current idx 518
2021.03.24 11:22:51.339077 [ 391 ] {} <Trace> RaftInstance: commit upto 520, current idx 519
2021.03.24 11:22:51.339195 [ 391 ] {} <Trace> RaftInstance: commit upto 520, current idx 520
2021.03.24 11:22:51.339215 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 520, current idx 520
2021.03.24 11:22:51.339222 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:51.359838 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=520, LastLogTerm=1, EntriesLength=2, CommitIndex=520 and Term=1
2021.03.24 11:22:51.359902 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 520 (2), req c idx: 520, my term: 1, my role: 1
2021.03.24 11:22:51.359912 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:51.359945 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 520, req log term: 1, my last log idx: 520, my log (520) term: 1
2021.03.24 11:22:51.359955 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 521, count: 0, log_store_->next_slot(): 521, req.log_entries().size(): 2
2021.03.24 11:22:51.359963 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 521, count: 0
2021.03.24 11:22:51.359969 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 521, count: 0
2021.03.24 11:22:51.359975 [ 387 ] {} <Trace> RaftInstance: append at 521
2021.03.24 11:22:51.359996 [ 387 ] {} <Trace> RaftInstance: append at 522
2021.03.24 11:22:51.360024 [ 387 ] {} <Trace> RaftInstance: local log idx 522, target_commit_idx 520, quick_commit_index_ 520, state_->get_commit_idx() 520
2021.03.24 11:22:51.360033 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:51.360062 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:51.360081 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:51.360090 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=523
2021.03.24 11:22:51.380482 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=522, LastLogTerm=1, EntriesLength=0, CommitIndex=522 and Term=1
2021.03.24 11:22:51.380541 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 522 (0), req c idx: 522, my term: 1, my role: 1
2021.03.24 11:22:51.380552 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:51.380564 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 522, req log term: 1, my last log idx: 522, my log (522) term: 1
2021.03.24 11:22:51.380581 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 522
2021.03.24 11:22:51.380589 [ 390 ] {} <Trace> RaftInstance: local log idx 522, target_commit_idx 522, quick_commit_index_ 522, state_->get_commit_idx() 520
2021.03.24 11:22:51.380596 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:51.380616 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:51.380642 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:51.380648 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:51.380677 [ 391 ] {} <Debug> RaftInstance: commit upto 522, current idx 520
2021.03.24 11:22:51.380659 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:51.380688 [ 391 ] {} <Trace> RaftInstance: commit upto 522, current idx 521
2021.03.24 11:22:51.380722 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=523
2021.03.24 11:22:51.380780 [ 391 ] {} <Trace> RaftInstance: commit upto 522, current idx 522
2021.03.24 11:22:51.380801 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 522, current idx 522
2021.03.24 11:22:51.380807 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:51.401418 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=522, LastLogTerm=1, EntriesLength=2, CommitIndex=522 and Term=1
2021.03.24 11:22:51.401452 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 522 (2), req c idx: 522, my term: 1, my role: 1
2021.03.24 11:22:51.401461 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:51.401470 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 522, req log term: 1, my last log idx: 522, my log (522) term: 1
2021.03.24 11:22:51.401482 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 523, count: 0, log_store_->next_slot(): 523, req.log_entries().size(): 2
2021.03.24 11:22:51.401490 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 523, count: 0
2021.03.24 11:22:51.401497 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 523, count: 0
2021.03.24 11:22:51.401527 [ 389 ] {} <Trace> RaftInstance: append at 523
2021.03.24 11:22:51.401546 [ 389 ] {} <Trace> RaftInstance: append at 524
2021.03.24 11:22:51.401557 [ 389 ] {} <Trace> RaftInstance: local log idx 524, target_commit_idx 522, quick_commit_index_ 522, state_->get_commit_idx() 522
2021.03.24 11:22:51.401564 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:51.401580 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:51.401594 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:51.401602 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=525
2021.03.24 11:22:51.422362 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=524, LastLogTerm=1, EntriesLength=0, CommitIndex=524 and Term=1
2021.03.24 11:22:51.422416 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 524 (0), req c idx: 524, my term: 1, my role: 1
2021.03.24 11:22:51.422427 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:51.422438 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 524, req log term: 1, my last log idx: 524, my log (524) term: 1
2021.03.24 11:22:51.422457 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 524
2021.03.24 11:22:51.422464 [ 390 ] {} <Trace> RaftInstance: local log idx 524, target_commit_idx 524, quick_commit_index_ 524, state_->get_commit_idx() 522
2021.03.24 11:22:51.422472 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:51.422491 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:51.422507 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:51.422524 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:51.422577 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=525
2021.03.24 11:22:51.422523 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:51.422611 [ 391 ] {} <Debug> RaftInstance: commit upto 524, current idx 522
2021.03.24 11:22:51.422624 [ 391 ] {} <Trace> RaftInstance: commit upto 524, current idx 523
2021.03.24 11:22:51.422660 [ 391 ] {} <Trace> RaftInstance: commit upto 524, current idx 524
2021.03.24 11:22:51.422682 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 524, current idx 524
2021.03.24 11:22:51.422698 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:51.443212 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=524, LastLogTerm=1, EntriesLength=2, CommitIndex=524 and Term=1
2021.03.24 11:22:51.443244 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 524 (2), req c idx: 524, my term: 1, my role: 1
2021.03.24 11:22:51.443253 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:51.443262 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 524, req log term: 1, my last log idx: 524, my log (524) term: 1
2021.03.24 11:22:51.443270 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 525, count: 0, log_store_->next_slot(): 525, req.log_entries().size(): 2
2021.03.24 11:22:51.443278 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 525, count: 0
2021.03.24 11:22:51.443285 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 525, count: 0
2021.03.24 11:22:51.443291 [ 390 ] {} <Trace> RaftInstance: append at 525
2021.03.24 11:22:51.443309 [ 390 ] {} <Trace> RaftInstance: append at 526
2021.03.24 11:22:51.443319 [ 390 ] {} <Trace> RaftInstance: local log idx 526, target_commit_idx 524, quick_commit_index_ 524, state_->get_commit_idx() 524
2021.03.24 11:22:51.443327 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:51.443342 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:51.443355 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:51.443395 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=527
2021.03.24 11:22:51.463730 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=526, LastLogTerm=1, EntriesLength=0, CommitIndex=526 and Term=1
2021.03.24 11:22:51.463781 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 526 (0), req c idx: 526, my term: 1, my role: 1
2021.03.24 11:22:51.463791 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:51.463802 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 526, req log term: 1, my last log idx: 526, my log (526) term: 1
2021.03.24 11:22:51.463811 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 526
2021.03.24 11:22:51.463819 [ 387 ] {} <Trace> RaftInstance: local log idx 526, target_commit_idx 526, quick_commit_index_ 526, state_->get_commit_idx() 524
2021.03.24 11:22:51.463826 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:51.463851 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:51.463866 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:51.463882 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:51.463880 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:51.463890 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=527
2021.03.24 11:22:51.463929 [ 391 ] {} <Debug> RaftInstance: commit upto 526, current idx 524
2021.03.24 11:22:51.463970 [ 391 ] {} <Trace> RaftInstance: commit upto 526, current idx 525
2021.03.24 11:22:51.464008 [ 391 ] {} <Trace> RaftInstance: commit upto 526, current idx 526
2021.03.24 11:22:51.464020 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 526, current idx 526
2021.03.24 11:22:51.464032 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:51.484389 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=526, LastLogTerm=1, EntriesLength=2, CommitIndex=526 and Term=1
2021.03.24 11:22:51.484429 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 526 (2), req c idx: 526, my term: 1, my role: 1
2021.03.24 11:22:51.484460 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:51.484478 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 526, req log term: 1, my last log idx: 526, my log (526) term: 1
2021.03.24 11:22:51.484487 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 527, count: 0, log_store_->next_slot(): 527, req.log_entries().size(): 2
2021.03.24 11:22:51.484495 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 527, count: 0
2021.03.24 11:22:51.484502 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 527, count: 0
2021.03.24 11:22:51.484508 [ 389 ] {} <Trace> RaftInstance: append at 527
2021.03.24 11:22:51.484527 [ 389 ] {} <Trace> RaftInstance: append at 528
2021.03.24 11:22:51.484539 [ 389 ] {} <Trace> RaftInstance: local log idx 528, target_commit_idx 526, quick_commit_index_ 526, state_->get_commit_idx() 526
2021.03.24 11:22:51.484547 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:51.484568 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:51.484583 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:51.484591 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=529
2021.03.24 11:22:51.505006 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=528, LastLogTerm=1, EntriesLength=0, CommitIndex=528 and Term=1
2021.03.24 11:22:51.505100 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 528 (0), req c idx: 528, my term: 1, my role: 1
2021.03.24 11:22:51.505131 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:51.505201 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 528, req log term: 1, my last log idx: 528, my log (528) term: 1
2021.03.24 11:22:51.505214 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 528
2021.03.24 11:22:51.505221 [ 387 ] {} <Trace> RaftInstance: local log idx 528, target_commit_idx 528, quick_commit_index_ 528, state_->get_commit_idx() 526
2021.03.24 11:22:51.505234 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:51.505252 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:51.505264 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:51.505287 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:51.505297 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=529
2021.03.24 11:22:51.505325 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:51.505375 [ 391 ] {} <Debug> RaftInstance: commit upto 528, current idx 526
2021.03.24 11:22:51.505387 [ 391 ] {} <Trace> RaftInstance: commit upto 528, current idx 527
2021.03.24 11:22:51.505506 [ 391 ] {} <Trace> RaftInstance: commit upto 528, current idx 528
2021.03.24 11:22:51.505545 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 528, current idx 528
2021.03.24 11:22:51.505554 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:51.525847 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=528, LastLogTerm=1, EntriesLength=2, CommitIndex=528 and Term=1
2021.03.24 11:22:51.525913 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 528 (2), req c idx: 528, my term: 1, my role: 1
2021.03.24 11:22:51.525931 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:51.525950 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 528, req log term: 1, my last log idx: 528, my log (528) term: 1
2021.03.24 11:22:51.526023 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 529, count: 0, log_store_->next_slot(): 529, req.log_entries().size(): 2
2021.03.24 11:22:51.526051 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 529, count: 0
2021.03.24 11:22:51.526065 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 529, count: 0
2021.03.24 11:22:51.526076 [ 390 ] {} <Trace> RaftInstance: append at 529
2021.03.24 11:22:51.526107 [ 390 ] {} <Trace> RaftInstance: append at 530
2021.03.24 11:22:51.526129 [ 390 ] {} <Trace> RaftInstance: local log idx 530, target_commit_idx 528, quick_commit_index_ 528, state_->get_commit_idx() 528
2021.03.24 11:22:51.526144 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:51.526235 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:51.526269 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:51.526310 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=531
2021.03.24 11:22:51.546753 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=530, LastLogTerm=1, EntriesLength=0, CommitIndex=530 and Term=1
2021.03.24 11:22:51.546810 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 530 (0), req c idx: 530, my term: 1, my role: 1
2021.03.24 11:22:51.546821 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:51.546839 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 530, req log term: 1, my last log idx: 530, my log (530) term: 1
2021.03.24 11:22:51.546907 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 530
2021.03.24 11:22:51.546917 [ 388 ] {} <Trace> RaftInstance: local log idx 530, target_commit_idx 530, quick_commit_index_ 530, state_->get_commit_idx() 528
2021.03.24 11:22:51.546924 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:51.546982 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:51.547008 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:51.547025 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:51.547034 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=531
2021.03.24 11:22:51.547049 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:51.547113 [ 391 ] {} <Debug> RaftInstance: commit upto 530, current idx 528
2021.03.24 11:22:51.547138 [ 391 ] {} <Trace> RaftInstance: commit upto 530, current idx 529
2021.03.24 11:22:51.547183 [ 391 ] {} <Trace> RaftInstance: commit upto 530, current idx 530
2021.03.24 11:22:51.547216 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 530, current idx 530
2021.03.24 11:22:51.547222 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:51.590985 [ 387 ] {} <Error> RaftInstance: session 1 failed to read rpc header from socket 2a02:6b8:c08:b31c:0:696:4e8f:0:38344 due to error 104
2021.03.24 11:22:51.591059 [ 387 ] {} <Trace> RaftInstance: asio rpc session destroyed: 0x7faf94751a18
2021.03.24 11:22:51.591565 [ 395 ] {} <Trace> RaftInstance: asio client created: 0x7faf961e5818
2021.03.24 11:22:51.591612 [ 395 ] {} <Debug> RaftInstance: socket 0x7faf961e5818 to ch-sas.sas.yp-c.yandex.net:9444 is not opened yet
2021.03.24 11:22:51.613305 [ 395 ] {} <Trace> RaftInstance: asio client destroyed: 0x7faf961e5818
2021.03.24 11:22:51.613548 [ 395 ] {} <Trace> RaftInstance: asio client created: 0x7faf961e5818
2021.03.24 11:22:51.613572 [ 395 ] {} <Debug> RaftInstance: socket 0x7faf961e5818 to ch-sas.sas.yp-c.yandex.net:9444 is not opened yet
2021.03.24 11:22:51.636629 [ 395 ] {} <Trace> RaftInstance: asio client destroyed: 0x7faf961e5818
2021.03.24 11:22:51.636822 [ 395 ] {} <Trace> RaftInstance: asio client created: 0x7faf961e5818
2021.03.24 11:22:51.636837 [ 395 ] {} <Debug> RaftInstance: socket 0x7faf961e5818 to ch-sas.sas.yp-c.yandex.net:9444 is not opened yet
2021.03.24 11:22:51.660935 [ 395 ] {} <Trace> RaftInstance: asio client created: 0x7faf961e6218
2021.03.24 11:22:51.661009 [ 395 ] {} <Debug> RaftInstance: socket 0x7faf961e6218 to ch-sas.sas.yp-c.yandex.net:9444 is not opened yet
2021.03.24 11:22:51.661178 [ 389 ] {} <Trace> RaftInstance: asio client destroyed: 0x7faf961e5818
2021.03.24 11:22:51.684669 [ 395 ] {} <Trace> RaftInstance: asio client destroyed: 0x7faf961e6218
2021.03.24 11:22:51.684906 [ 395 ] {} <Trace> RaftInstance: asio client created: 0x7faf961e6218
2021.03.24 11:22:51.684922 [ 395 ] {} <Debug> RaftInstance: socket 0x7faf961e6218 to ch-sas.sas.yp-c.yandex.net:9444 is not opened yet
2021.03.24 11:22:51.706008 [ 395 ] {} <Trace> RaftInstance: asio client destroyed: 0x7faf961e6218
2021.03.24 11:22:51.706338 [ 395 ] {} <Trace> RaftInstance: asio client created: 0x7faf961e6218
2021.03.24 11:22:51.706356 [ 395 ] {} <Debug> RaftInstance: socket 0x7faf961e6218 to ch-sas.sas.yp-c.yandex.net:9444 is not opened yet
2021.03.24 11:22:51.727282 [ 395 ] {} <Trace> RaftInstance: asio client created: 0x7faf961e6c18
2021.03.24 11:22:51.729195 [ 395 ] {} <Debug> RaftInstance: socket 0x7faf961e6c18 to ch-sas.sas.yp-c.yandex.net:9444 is not opened yet
2021.03.24 11:22:51.727323 [ 387 ] {} <Trace> RaftInstance: asio client destroyed: 0x7faf961e6218
2021.03.24 11:22:51.752710 [ 395 ] {} <Trace> RaftInstance: asio client destroyed: 0x7faf961e6c18
2021.03.24 11:22:51.752983 [ 395 ] {} <Trace> RaftInstance: asio client created: 0x7faf961e6c18
2021.03.24 11:22:51.752999 [ 395 ] {} <Debug> RaftInstance: socket 0x7faf961e6c18 to ch-sas.sas.yp-c.yandex.net:9444 is not opened yet
2021.03.24 11:22:51.776790 [ 395 ] {} <Trace> RaftInstance: asio client destroyed: 0x7faf961e6c18
2021.03.24 11:22:51.776970 [ 395 ] {} <Trace> RaftInstance: asio client created: 0x7faf961e6c18
2021.03.24 11:22:51.776986 [ 395 ] {} <Debug> RaftInstance: socket 0x7faf961e6c18 to ch-sas.sas.yp-c.yandex.net:9444 is not opened yet
2021.03.24 11:22:51.797422 [ 395 ] {} <Trace> RaftInstance: asio client destroyed: 0x7faf961e6c18
2021.03.24 11:22:51.797601 [ 395 ] {} <Trace> RaftInstance: asio client created: 0x7faf961e6c18
2021.03.24 11:22:51.797616 [ 395 ] {} <Debug> RaftInstance: socket 0x7faf961e6c18 to ch-sas.sas.yp-c.yandex.net:9444 is not opened yet
2021.03.24 11:22:51.818492 [ 395 ] {} <Trace> RaftInstance: asio client destroyed: 0x7faf961e6c18
2021.03.24 11:22:51.818708 [ 395 ] {} <Trace> RaftInstance: asio client created: 0x7faf961e6c18
2021.03.24 11:22:51.818735 [ 395 ] {} <Debug> RaftInstance: socket 0x7faf961e6c18 to ch-sas.sas.yp-c.yandex.net:9444 is not opened yet
2021.03.24 11:22:51.840954 [ 395 ] {} <Trace> RaftInstance: asio client destroyed: 0x7faf961e6c18
2021.03.24 11:22:51.841146 [ 395 ] {} <Trace> RaftInstance: asio client created: 0x7faf961e6c18
2021.03.24 11:22:51.841161 [ 395 ] {} <Debug> RaftInstance: socket 0x7faf961e6c18 to ch-sas.sas.yp-c.yandex.net:9444 is not opened yet
2021.03.24 11:22:51.863528 [ 395 ] {} <Trace> RaftInstance: asio client destroyed: 0x7faf961e6c18
2021.03.24 11:22:51.965678 [ 395 ] {} <Trace> RaftInstance: asio client created: 0x7faf961e6c18
2021.03.24 11:22:51.965710 [ 395 ] {} <Debug> RaftInstance: socket 0x7faf961e6c18 to ch-sas.sas.yp-c.yandex.net:9444 is not opened yet
2021.03.24 11:22:51.988910 [ 395 ] {} <Trace> RaftInstance: asio client destroyed: 0x7faf961e6c18
2021.03.24 11:22:51.989105 [ 395 ] {} <Trace> RaftInstance: asio client created: 0x7faf961e6c18
2021.03.24 11:22:51.989128 [ 395 ] {} <Debug> RaftInstance: socket 0x7faf961e6c18 to ch-sas.sas.yp-c.yandex.net:9444 is not opened yet
2021.03.24 11:22:52.004844 [ 396 ] {} <Debug> RaftInstance: snapshot created, compact the log store
2021.03.24 11:22:52.004858 [ 396 ] {} <Debug> RaftInstance: log_store_ compact upto 490
2021.03.24 11:22:52.009789 [ 395 ] {} <Trace> RaftInstance: asio client destroyed: 0x7faf961e6c18
2021.03.24 11:22:52.010063 [ 458 ] {} <Trace> RaftInstance: asio client created: 0x7faeef4c1418
2021.03.24 11:22:52.010085 [ 458 ] {} <Debug> RaftInstance: socket 0x7faeef4c1418 to ch-sas.sas.yp-c.yandex.net:9444 is not opened yet
2021.03.24 11:22:52.037354 [ 458 ] {} <Trace> RaftInstance: asio client destroyed: 0x7faeef4c1418
2021.03.24 11:22:52.064668 [ 395 ] {} <Trace> RaftInstance: asio client created: 0x7faf961e6c18
2021.03.24 11:22:52.064692 [ 395 ] {} <Debug> RaftInstance: socket 0x7faf961e6c18 to ch-sas.sas.yp-c.yandex.net:9444 is not opened yet
2021.03.24 11:22:52.087379 [ 395 ] {} <Trace> RaftInstance: asio client destroyed: 0x7faf961e6c18
2021.03.24 11:22:52.087573 [ 458 ] {} <Trace> RaftInstance: asio client created: 0x7faeef4c1418
2021.03.24 11:22:52.087591 [ 458 ] {} <Debug> RaftInstance: socket 0x7faeef4c1418 to ch-sas.sas.yp-c.yandex.net:9444 is not opened yet
2021.03.24 11:22:52.113686 [ 458 ] {} <Trace> RaftInstance: asio client destroyed: 0x7faeef4c1418
2021.03.24 11:22:52.191651 [ 458 ] {} <Trace> RaftInstance: asio client created: 0x7faeef4c1418
2021.03.24 11:22:52.191663 [ 458 ] {} <Debug> RaftInstance: socket 0x7faeef4c1418 to ch-sas.sas.yp-c.yandex.net:9444 is not opened yet
2021.03.24 11:22:52.212894 [ 458 ] {} <Trace> RaftInstance: asio client destroyed: 0x7faeef4c1418
2021.03.24 11:22:52.264549 [ 395 ] {} <Trace> RaftInstance: asio client created: 0x7faf961e6c18
2021.03.24 11:22:52.264608 [ 395 ] {} <Debug> RaftInstance: socket 0x7faf961e6c18 to ch-sas.sas.yp-c.yandex.net:9444 is not opened yet
2021.03.24 11:22:52.287714 [ 395 ] {} <Trace> RaftInstance: asio client destroyed: 0x7faf961e6c18
2021.03.24 11:22:52.287914 [ 395 ] {} <Trace> RaftInstance: asio client created: 0x7faf961e6c18
2021.03.24 11:22:52.287930 [ 395 ] {} <Debug> RaftInstance: socket 0x7faf961e6c18 to ch-sas.sas.yp-c.yandex.net:9444 is not opened yet
2021.03.24 11:22:52.310875 [ 395 ] {} <Trace> RaftInstance: asio client destroyed: 0x7faf961e6c18
2021.03.24 11:22:52.311160 [ 458 ] {} <Trace> RaftInstance: asio client created: 0x7faeef4c1418
2021.03.24 11:22:52.311180 [ 458 ] {} <Debug> RaftInstance: socket 0x7faeef4c1418 to ch-sas.sas.yp-c.yandex.net:9444 is not opened yet
2021.03.24 11:22:52.334832 [ 458 ] {} <Trace> RaftInstance: asio client destroyed: 0x7faeef4c1418
2021.03.24 11:22:52.466467 [ 395 ] {} <Trace> RaftInstance: asio client created: 0x7faf961e6c18
2021.03.24 11:22:52.466510 [ 395 ] {} <Debug> RaftInstance: socket 0x7faf961e6c18 to ch-sas.sas.yp-c.yandex.net:9444 is not opened yet
2021.03.24 11:22:52.490787 [ 395 ] {} <Trace> RaftInstance: asio client destroyed: 0x7faf961e6c18
2021.03.24 11:22:52.490991 [ 395 ] {} <Trace> RaftInstance: asio client created: 0x7faf961e6c18
2021.03.24 11:22:52.491065 [ 395 ] {} <Debug> RaftInstance: socket 0x7faf961e6c18 to ch-sas.sas.yp-c.yandex.net:9444 is not opened yet
2021.03.24 11:22:52.515146 [ 395 ] {} <Trace> RaftInstance: asio client destroyed: 0x7faf961e6c18
2021.03.24 11:22:52.515364 [ 395 ] {} <Trace> RaftInstance: asio client created: 0x7faf961e6c18
2021.03.24 11:22:52.515379 [ 395 ] {} <Debug> RaftInstance: socket 0x7faf961e6c18 to ch-sas.sas.yp-c.yandex.net:9444 is not opened yet
2021.03.24 11:22:52.538113 [ 395 ] {} <Trace> RaftInstance: asio client destroyed: 0x7faf961e6c18
2021.03.24 11:22:52.538435 [ 395 ] {} <Trace> RaftInstance: asio client created: 0x7faf961e6c18
2021.03.24 11:22:52.538451 [ 395 ] {} <Debug> RaftInstance: socket 0x7faf961e6c18 to ch-sas.sas.yp-c.yandex.net:9444 is not opened yet
2021.03.24 11:22:52.562162 [ 395 ] {} <Trace> RaftInstance: asio client destroyed: 0x7faf961e6c18
2021.03.24 11:22:52.562421 [ 458 ] {} <Trace> RaftInstance: asio client created: 0x7faeef4c1418
2021.03.24 11:22:52.562439 [ 458 ] {} <Debug> RaftInstance: socket 0x7faeef4c1418 to ch-sas.sas.yp-c.yandex.net:9444 is not opened yet
2021.03.24 11:22:52.582514 [ 458 ] {} <Trace> RaftInstance: asio client destroyed: 0x7faeef4c1418
2021.03.24 11:22:52.691639 [ 455 ] {} <Trace> RaftInstance: asio client created: 0x7faf968f3818
2021.03.24 11:22:52.691652 [ 455 ] {} <Debug> RaftInstance: socket 0x7faf968f3818 to ch-sas.sas.yp-c.yandex.net:9444 is not opened yet
2021.03.24 11:22:52.717496 [ 455 ] {} <Trace> RaftInstance: asio client destroyed: 0x7faf968f3818
2021.03.24 11:22:52.768109 [ 395 ] {} <Trace> RaftInstance: asio client created: 0x7faf961e6c18
2021.03.24 11:22:52.768156 [ 395 ] {} <Debug> RaftInstance: socket 0x7faf961e6c18 to ch-sas.sas.yp-c.yandex.net:9444 is not opened yet
2021.03.24 11:22:52.790782 [ 395 ] {} <Trace> RaftInstance: asio client destroyed: 0x7faf961e6c18
2021.03.24 11:22:52.790923 [ 455 ] {} <Trace> RaftInstance: asio client created: 0x7faf968f3818
2021.03.24 11:22:52.790939 [ 455 ] {} <Debug> RaftInstance: socket 0x7faf968f3818 to ch-sas.sas.yp-c.yandex.net:9444 is not opened yet
2021.03.24 11:22:52.814842 [ 389 ] {} <Trace> RaftInstance: asio client destroyed: 0x7faf968f3818
2021.03.24 11:22:52.894931 [ 455 ] {} <Trace> RaftInstance: asio client created: 0x7faf968f4218
2021.03.24 11:22:52.895000 [ 455 ] {} <Debug> RaftInstance: socket 0x7faf968f4218 to ch-sas.sas.yp-c.yandex.net:9444 is not opened yet
2021.03.24 11:22:52.918247 [ 455 ] {} <Trace> RaftInstance: asio client destroyed: 0x7faf968f4218
2021.03.24 11:22:52.919082 [ 387 ] {} <Trace> RaftInstance: election timeout
2021.03.24 11:22:52.919101 [ 387 ] {} <Warning> RaftInstance: Election timeout, initiate leader election
2021.03.24 11:22:52.919132 [ 387 ] {} <Information> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 1, state term 1, target p 1, my p 1, hb alive, pre-vote NOT done
2021.03.24 11:22:52.919148 [ 387 ] {} <Information> RaftInstance: reset RPC client for peer 2
2021.03.24 11:22:52.919179 [ 387 ] {} <Trace> RaftInstance: asio client created: 0x7faf961e6218
2021.03.24 11:22:52.919188 [ 387 ] {} <Trace> RaftInstance: asio client destroyed: 0x7faf94751018
2021.03.24 11:22:52.919210 [ 387 ] {} <Trace> RaftInstance: 0x7faf961e6218 reconnect peer 2
2021.03.24 11:22:52.919218 [ 387 ] {} <Information> RaftInstance: reset RPC client for peer 1
2021.03.24 11:22:52.919235 [ 387 ] {} <Trace> RaftInstance: asio client created: 0x7faf94751018
2021.03.24 11:22:52.919242 [ 387 ] {} <Trace> RaftInstance: asio client destroyed: 0x7faf97772618
2021.03.24 11:22:52.919267 [ 387 ] {} <Trace> RaftInstance: 0x7faf94751018 reconnect peer 1
2021.03.24 11:22:52.919279 [ 387 ] {} <Information> RaftInstance: [PRE-VOTE INIT] my id 3, my role follower, term 1, log idx 530, log term 1, priority (target 1 / mine 1)
2021.03.24 11:22:52.919288 [ 387 ] {} <Trace> RaftInstance: send req 3 -> 2, type pre_vote_request
2021.03.24 11:22:52.919296 [ 387 ] {} <Debug> RaftInstance: socket 0x7faf961e6218 to ch-sas.sas.yp-c.yandex.net:9444 is not opened yet
2021.03.24 11:22:52.919325 [ 387 ] {} <Trace> RaftInstance: send req 3 -> 1, type pre_vote_request
2021.03.24 11:22:52.919336 [ 387 ] {} <Debug> RaftInstance: socket 0x7faf94751018 to ch-iva.iva.yp-c.yandex.net:9444 is not opened yet
2021.03.24 11:22:52.919345 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:52.919353 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:52.937218 [ 389 ] {} <Information> RaftInstance: 0x7faf94751018 connected to ch-iva.iva.yp-c.yandex.net:9444 (as a client)
2021.03.24 11:22:52.945583 [ 390 ] {} <Trace> RaftInstance: resp of req 3 -> 2, type pre_vote_request, failed to connect to peer 2, ch-sas.sas.yp-c.yandex.net:9444, error 111
2021.03.24 11:22:52.945624 [ 390 ] {} <Warning> RaftInstance: peer (2) response error: failed to connect to peer 2, ch-sas.sas.yp-c.yandex.net:9444, error 111
2021.03.24 11:22:52.945645 [ 390 ] {} <Trace> RaftInstance: asio client destroyed: 0x7faf961e6218
2021.03.24 11:22:52.954447 [ 387 ] {} <Trace> RaftInstance: resp of req 3 -> 1, type pre_vote_request, OK
2021.03.24 11:22:52.954489 [ 387 ] {} <Debug> RaftInstance: Receive a pre_vote_response message from peer 1 with Result=0, Term=1, NextIndex=0
2021.03.24 11:22:52.954499 [ 387 ] {} <Trace> RaftInstance: src: 1, dst: 3, resp->get_term(): 1
2021.03.24 11:22:52.954513 [ 387 ] {} <Information> RaftInstance: [PRE-VOTE RESP] peer 1 (X), term 1, resp term 1, my role follower, dead 1, live 1, num voting members 3, quorum 2
2021.03.24 11:22:52.967352 [ 395 ] {} <Information> RaftInstance: return null as leader does not exist in the current group
2021.03.24 11:22:53.033454 [ 389 ] {} <Information> RaftInstance: receive a incoming rpc connection
2021.03.24 11:22:53.033522 [ 389 ] {} <Information> RaftInstance: session 2 got connection from 2a02:6b8:c0c:511e:0:696:b7ab:0:42492 (as a server)
2021.03.24 11:22:53.033591 [ 389 ] {} <Trace> RaftInstance: asio rpc session created: 0x7faf968f3818
2021.03.24 11:22:53.033612 [ 387 ] {} <Debug> RaftInstance: Receive a pre_vote_request message from 1 with LastLogIndex=501, LastLogTerm=1, EntriesLength=0, CommitIndex=501 and Term=1
2021.03.24 11:22:53.033640 [ 387 ] {} <Information> RaftInstance: [PRE-VOTE REQ] my role follower, from peer 1, log term: req 1 / mine 1
2021.03.24 11:22:53.033650 [ 387 ] {} <Information> RaftInstance: pre-vote decision: O (grant)
2021.03.24 11:22:53.033660 [ 387 ] {} <Debug> RaftInstance: Response back a pre_vote_response message to 1 with Accepted=1, Term=1, NextIndex=531
2021.03.24 11:22:53.048966 [ 388 ] {} <Debug> RaftInstance: Receive a request_vote_request message from 1 with LastLogIndex=501, LastLogTerm=1, EntriesLength=0, CommitIndex=501 and Term=2
2021.03.24 11:22:53.049052 [ 388 ] {} <Trace> RaftInstance: FOLLOWER
2021.03.24 11:22:53.049064 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:53.049081 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:53.049101 [ 388 ] {} <Information> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 1
2021.03.24 11:22:53.049114 [ 388 ] {} <Information> RaftInstance: [VOTE REQ] my role follower, from peer 1, log term: req 1 / mine 1
2021.03.24 11:22:53.049129 [ 388 ] {} <Information> RaftInstance: decision: X (deny), term 2
2021.03.24 11:22:53.049137 [ 388 ] {} <Debug> RaftInstance: Response back a request_vote_response message to 1 with Accepted=0, Term=2, NextIndex=0
2021.03.24 11:22:53.669684 [ 395 ] {} <Information> RaftInstance: return null as leader does not exist in the current group
2021.03.24 11:22:53.670118 [ 395 ] {} <Information> RaftInstance: return null as leader does not exist in the current group
2021.03.24 11:22:53.670555 [ 395 ] {} <Information> RaftInstance: return null as leader does not exist in the current group
2021.03.24 11:22:53.670733 [ 395 ] {} <Information> RaftInstance: return null as leader does not exist in the current group
2021.03.24 11:22:53.672217 [ 395 ] {} <Information> RaftInstance: return null as leader does not exist in the current group
2021.03.24 11:22:53.672422 [ 395 ] {} <Information> RaftInstance: return null as leader does not exist in the current group
2021.03.24 11:22:53.781418 [ 395 ] {} <Information> RaftInstance: return null as leader does not exist in the current group
2021.03.24 11:22:53.979184 [ 395 ] {} <Information> RaftInstance: return null as leader does not exist in the current group
2021.03.24 11:22:54.716634 [ 389 ] {} <Debug> RaftInstance: Receive a pre_vote_request message from 1 with LastLogIndex=501, LastLogTerm=1, EntriesLength=0, CommitIndex=501 and Term=2
2021.03.24 11:22:54.716698 [ 389 ] {} <Information> RaftInstance: [PRE-VOTE REQ] my role follower, from peer 1, log term: req 1 / mine 1
2021.03.24 11:22:54.716710 [ 389 ] {} <Information> RaftInstance: pre-vote decision: O (grant)
2021.03.24 11:22:54.716720 [ 389 ] {} <Debug> RaftInstance: Response back a pre_vote_response message to 1 with Accepted=1, Term=2, NextIndex=531
2021.03.24 11:22:54.731714 [ 387 ] {} <Debug> RaftInstance: Receive a request_vote_request message from 1 with LastLogIndex=501, LastLogTerm=1, EntriesLength=0, CommitIndex=501 and Term=3
2021.03.24 11:22:54.731808 [ 387 ] {} <Trace> RaftInstance: FOLLOWER
2021.03.24 11:22:54.731837 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:54.731857 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:54.731882 [ 387 ] {} <Information> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 1
2021.03.24 11:22:54.731896 [ 387 ] {} <Information> RaftInstance: [VOTE REQ] my role follower, from peer 1, log term: req 1 / mine 1
2021.03.24 11:22:54.731905 [ 387 ] {} <Information> RaftInstance: decision: X (deny), term 3
2021.03.24 11:22:54.731914 [ 387 ] {} <Debug> RaftInstance: Response back a request_vote_response message to 1 with Accepted=0, Term=3, NextIndex=0
2021.03.24 11:22:56.548691 [ 390 ] {} <Information> RaftInstance: receive a incoming rpc connection
2021.03.24 11:22:56.548761 [ 390 ] {} <Information> RaftInstance: session 3 got connection from 2a02:6b8:c08:b31c:0:696:4e8f:0:38374 (as a server)
2021.03.24 11:22:56.548827 [ 390 ] {} <Trace> RaftInstance: asio rpc session created: 0x7faf961e6218
2021.03.24 11:22:56.548881 [ 388 ] {} <Debug> RaftInstance: Receive a pre_vote_request message from 2 with LastLogIndex=508, LastLogTerm=1, EntriesLength=0, CommitIndex=400 and Term=0
2021.03.24 11:22:56.548959 [ 388 ] {} <Information> RaftInstance: [PRE-VOTE REQ] my role follower, from peer 2, log term: req 1 / mine 1
2021.03.24 11:22:56.548970 [ 388 ] {} <Information> RaftInstance: pre-vote decision: O (grant)
2021.03.24 11:22:56.548980 [ 388 ] {} <Debug> RaftInstance: Response back a pre_vote_response message to 2 with Accepted=1, Term=0, NextIndex=531
2021.03.24 11:22:56.570232 [ 389 ] {} <Debug> RaftInstance: Receive a pre_vote_request message from 1 with LastLogIndex=501, LastLogTerm=1, EntriesLength=0, CommitIndex=501 and Term=3
2021.03.24 11:22:56.570308 [ 389 ] {} <Information> RaftInstance: [PRE-VOTE REQ] my role follower, from peer 1, log term: req 1 / mine 1
2021.03.24 11:22:56.570321 [ 389 ] {} <Information> RaftInstance: pre-vote decision: O (grant)
2021.03.24 11:22:56.570331 [ 389 ] {} <Debug> RaftInstance: Response back a pre_vote_response message to 1 with Accepted=1, Term=3, NextIndex=531
2021.03.24 11:22:56.585278 [ 390 ] {} <Debug> RaftInstance: Receive a request_vote_request message from 1 with LastLogIndex=501, LastLogTerm=1, EntriesLength=0, CommitIndex=501 and Term=4
2021.03.24 11:22:56.585317 [ 390 ] {} <Trace> RaftInstance: FOLLOWER
2021.03.24 11:22:56.585327 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:56.585346 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:56.585364 [ 390 ] {} <Information> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 1
2021.03.24 11:22:56.585377 [ 390 ] {} <Information> RaftInstance: [VOTE REQ] my role follower, from peer 1, log term: req 1 / mine 1
2021.03.24 11:22:56.585385 [ 390 ] {} <Information> RaftInstance: decision: X (deny), term 4
2021.03.24 11:22:56.585393 [ 390 ] {} <Debug> RaftInstance: Response back a request_vote_response message to 1 with Accepted=0, Term=4, NextIndex=0
2021.03.24 11:22:56.633774 [ 395 ] {} <Information> RaftInstance: return null as leader does not exist in the current group
2021.03.24 11:22:58.103912 [ 387 ] {} <Debug> RaftInstance: Receive a pre_vote_request message from 1 with LastLogIndex=501, LastLogTerm=1, EntriesLength=0, CommitIndex=501 and Term=4
2021.03.24 11:22:58.103971 [ 387 ] {} <Information> RaftInstance: [PRE-VOTE REQ] my role follower, from peer 1, log term: req 1 / mine 1
2021.03.24 11:22:58.103982 [ 387 ] {} <Information> RaftInstance: pre-vote decision: O (grant)
2021.03.24 11:22:58.103993 [ 387 ] {} <Debug> RaftInstance: Response back a pre_vote_response message to 1 with Accepted=1, Term=4, NextIndex=531
2021.03.24 11:22:58.532556 [ 389 ] {} <Trace> RaftInstance: election timeout
2021.03.24 11:22:58.532627 [ 389 ] {} <Warning> RaftInstance: Election timeout, initiate leader election
2021.03.24 11:22:58.532648 [ 389 ] {} <Information> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 1
2021.03.24 11:22:58.532664 [ 389 ] {} <Information> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 1, state term 4, target p 1, my p 1, hb dead, pre-vote NOT done
2021.03.24 11:22:58.532672 [ 389 ] {} <Information> RaftInstance: pre-vote term (1) is different, reset it to 4
2021.03.24 11:22:58.532684 [ 389 ] {} <Information> RaftInstance: reset RPC client for peer 2
2021.03.24 11:22:58.532722 [ 389 ] {} <Trace> RaftInstance: asio client created: 0x7faf961e5818
2021.03.24 11:22:58.532731 [ 389 ] {} <Trace> RaftInstance: 0x7faf961e5818 reconnect peer 2
2021.03.24 11:22:58.532744 [ 389 ] {} <Information> RaftInstance: [PRE-VOTE INIT] my id 3, my role follower, term 4, log idx 530, log term 1, priority (target 1 / mine 1)
2021.03.24 11:22:58.532753 [ 389 ] {} <Trace> RaftInstance: send req 3 -> 2, type pre_vote_request
2021.03.24 11:22:58.532763 [ 389 ] {} <Debug> RaftInstance: socket 0x7faf961e5818 to ch-sas.sas.yp-c.yandex.net:9444 is not opened yet
2021.03.24 11:22:58.532977 [ 389 ] {} <Trace> RaftInstance: send req 3 -> 1, type pre_vote_request
2021.03.24 11:22:58.533035 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:58.533046 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:58.550232 [ 388 ] {} <Trace> RaftInstance: resp of req 3 -> 1, type pre_vote_request, OK
2021.03.24 11:22:58.550288 [ 388 ] {} <Debug> RaftInstance: Receive a pre_vote_response message from peer 1 with Result=1, Term=4, NextIndex=502
2021.03.24 11:22:58.550321 [ 388 ] {} <Trace> RaftInstance: src: 1, dst: 3, resp->get_term(): 4
2021.03.24 11:22:58.550347 [ 388 ] {} <Information> RaftInstance: [PRE-VOTE RESP] peer 1 (O), term 4, resp term 4, my role follower, dead 2, live 0, num voting members 3, quorum 2
2021.03.24 11:22:58.550356 [ 388 ] {} <Information> RaftInstance: [PRE-VOTE DONE] SUCCESS, term 4
2021.03.24 11:22:58.550363 [ 388 ] {} <Information> RaftInstance: [PRE-VOTE DONE] initiate actual vote
2021.03.24 11:22:58.550378 [ 388 ] {} <Information> RaftInstance: [VOTE INIT] my id 3, my role candidate, term 5, log idx 530, log term 1, priority (target 1 / mine 1)
2021.03.24 11:22:58.550399 [ 388 ] {} <Debug> RaftInstance: send request_vote_request to server 2 with term 5
2021.03.24 11:22:58.550408 [ 388 ] {} <Warning> RaftInstance: failed to send vote request: peer 2 (ch-sas.sas.yp-c.yandex.net:9444) is busy
2021.03.24 11:22:58.550424 [ 388 ] {} <Debug> RaftInstance: send request_vote_request to server 1 with term 5
2021.03.24 11:22:58.550452 [ 388 ] {} <Trace> RaftInstance: send req 3 -> 1, type request_vote_request
2021.03.24 11:22:58.550556 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:58.550577 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:58.555200 [ 387 ] {} <Information> RaftInstance: 0x7faf961e5818 connected to ch-sas.sas.yp-c.yandex.net:9444 (as a client)
2021.03.24 11:22:58.567540 [ 389 ] {} <Trace> RaftInstance: resp of req 3 -> 1, type request_vote_request, OK
2021.03.24 11:22:58.567603 [ 389 ] {} <Debug> RaftInstance: Receive a request_vote_response message from peer 1 with Result=0, Term=5, NextIndex=0
2021.03.24 11:22:58.567614 [ 389 ] {} <Trace> RaftInstance: src: 1, dst: 3, resp->get_term(): 5
2021.03.24 11:22:58.567627 [ 389 ] {} <Information> RaftInstance: [VOTE RESP] peer 1 (X), resp term 5, my role candidate, granted 1, responded 2, num voting members 3, quorum 2
2021.03.24 11:22:58.577330 [ 390 ] {} <Trace> RaftInstance: resp of req 3 -> 2, type pre_vote_request, OK
2021.03.24 11:22:58.577357 [ 390 ] {} <Debug> RaftInstance: Receive a pre_vote_response message from peer 2 with Result=1, Term=4, NextIndex=509
2021.03.24 11:22:58.577367 [ 390 ] {} <Trace> RaftInstance: src: 2, dst: 3, resp->get_term(): 4
2021.03.24 11:22:58.577379 [ 390 ] {} <Information> RaftInstance: [PRE-VOTE RESP] peer 2 (O), term 4, resp term 4, my role candidate, dead 3, live 0, num voting members 3, quorum 2
2021.03.24 11:22:58.577387 [ 390 ] {} <Information> RaftInstance: [PRE-VOTE DONE] SUCCESS, term 4
2021.03.24 11:22:58.577395 [ 390 ] {} <Information> RaftInstance: [PRE-VOTE DONE] actual vote is already initiated, do nothing
2021.03.24 11:22:59.756038 [ 387 ] {} <Debug> RaftInstance: Receive a pre_vote_request message from 1 with LastLogIndex=501, LastLogTerm=1, EntriesLength=0, CommitIndex=501 and Term=5
2021.03.24 11:22:59.756104 [ 387 ] {} <Information> RaftInstance: [PRE-VOTE REQ] my role candidate, from peer 1, log term: req 1 / mine 1
2021.03.24 11:22:59.756115 [ 387 ] {} <Information> RaftInstance: pre-vote decision: O (grant)
2021.03.24 11:22:59.756126 [ 387 ] {} <Debug> RaftInstance: Response back a pre_vote_response message to 1 with Accepted=1, Term=5, NextIndex=531
2021.03.24 11:22:59.954729 [ 388 ] {} <Trace> RaftInstance: election timeout
2021.03.24 11:22:59.954792 [ 388 ] {} <Warning> RaftInstance: Election timeout, initiate leader election
2021.03.24 11:22:59.954811 [ 388 ] {} <Information> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 1
2021.03.24 11:22:59.954824 [ 388 ] {} <Information> RaftInstance: [ELECTION TIMEOUT] current role: candidate, log last term 1, state term 5, target p 1, my p 1, hb dead, pre-vote done
2021.03.24 11:22:59.954832 [ 388 ] {} <Information> RaftInstance: pre-vote term (4) is different, reset it to 5
2021.03.24 11:22:59.954847 [ 388 ] {} <Information> RaftInstance: [PRE-VOTE INIT] my id 3, my role candidate, term 5, log idx 530, log term 1, priority (target 1 / mine 1)
2021.03.24 11:22:59.954856 [ 388 ] {} <Trace> RaftInstance: send req 3 -> 2, type pre_vote_request
2021.03.24 11:22:59.954939 [ 388 ] {} <Trace> RaftInstance: send req 3 -> 1, type pre_vote_request
2021.03.24 11:22:59.955017 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:59.955029 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:59.972027 [ 390 ] {} <Trace> RaftInstance: resp of req 3 -> 1, type pre_vote_request, OK
2021.03.24 11:22:59.972163 [ 390 ] {} <Debug> RaftInstance: Receive a pre_vote_response message from peer 1 with Result=1, Term=5, NextIndex=502
2021.03.24 11:22:59.972179 [ 390 ] {} <Trace> RaftInstance: src: 1, dst: 3, resp->get_term(): 5
2021.03.24 11:22:59.972193 [ 390 ] {} <Information> RaftInstance: [PRE-VOTE RESP] peer 1 (O), term 5, resp term 5, my role candidate, dead 2, live 0, num voting members 3, quorum 2
2021.03.24 11:22:59.972203 [ 390 ] {} <Information> RaftInstance: [PRE-VOTE DONE] SUCCESS, term 5
2021.03.24 11:22:59.972210 [ 390 ] {} <Information> RaftInstance: [PRE-VOTE DONE] initiate actual vote
2021.03.24 11:22:59.972226 [ 390 ] {} <Information> RaftInstance: [VOTE INIT] my id 3, my role candidate, term 6, log idx 530, log term 1, priority (target 1 / mine 1)
2021.03.24 11:22:59.972236 [ 390 ] {} <Debug> RaftInstance: send request_vote_request to server 2 with term 6
2021.03.24 11:22:59.972245 [ 390 ] {} <Warning> RaftInstance: failed to send vote request: peer 2 (ch-sas.sas.yp-c.yandex.net:9444) is busy
2021.03.24 11:22:59.972261 [ 390 ] {} <Debug> RaftInstance: send request_vote_request to server 1 with term 6
2021.03.24 11:22:59.972268 [ 390 ] {} <Trace> RaftInstance: send req 3 -> 1, type request_vote_request
2021.03.24 11:22:59.972354 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:59.972376 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:59.977028 [ 387 ] {} <Trace> RaftInstance: resp of req 3 -> 2, type pre_vote_request, OK
2021.03.24 11:22:59.977075 [ 387 ] {} <Debug> RaftInstance: Receive a pre_vote_response message from peer 2 with Result=1, Term=5, NextIndex=509
2021.03.24 11:22:59.977085 [ 387 ] {} <Trace> RaftInstance: src: 2, dst: 3, resp->get_term(): 5
2021.03.24 11:22:59.977097 [ 387 ] {} <Information> RaftInstance: [PRE-VOTE RESP] peer 2 (O), term 5, resp term 5, my role candidate, dead 3, live 0, num voting members 3, quorum 2
2021.03.24 11:22:59.977111 [ 387 ] {} <Information> RaftInstance: [PRE-VOTE DONE] SUCCESS, term 5
2021.03.24 11:22:59.977119 [ 387 ] {} <Information> RaftInstance: [PRE-VOTE DONE] actual vote is already initiated, do nothing
2021.03.24 11:22:59.989321 [ 389 ] {} <Trace> RaftInstance: resp of req 3 -> 1, type request_vote_request, OK
2021.03.24 11:22:59.989382 [ 389 ] {} <Debug> RaftInstance: Receive a request_vote_response message from peer 1 with Result=0, Term=6, NextIndex=0
2021.03.24 11:22:59.989392 [ 389 ] {} <Trace> RaftInstance: src: 1, dst: 3, resp->get_term(): 6
2021.03.24 11:22:59.989405 [ 389 ] {} <Information> RaftInstance: [VOTE RESP] peer 1 (X), resp term 6, my role candidate, granted 1, responded 2, num voting members 3, quorum 2
2021.03.24 11:23:00.946680 [ 390 ] {} <Debug> RaftInstance: Receive a pre_vote_request message from 2 with LastLogIndex=508, LastLogTerm=1, EntriesLength=0, CommitIndex=400 and Term=6
2021.03.24 11:23:00.946800 [ 390 ] {} <Information> RaftInstance: [PRE-VOTE REQ] my role candidate, from peer 2, log term: req 1 / mine 1
2021.03.24 11:23:00.946820 [ 390 ] {} <Information> RaftInstance: pre-vote decision: O (grant)
2021.03.24 11:23:00.946838 [ 390 ] {} <Debug> RaftInstance: Response back a pre_vote_response message to 2 with Accepted=1, Term=6, NextIndex=531
2021.03.24 11:23:01.057555 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=508, LastLogTerm=1, EntriesLength=1, CommitIndex=400 and Term=7
2021.03.24 11:23:01.057620 [ 388 ] {} <Trace> RaftInstance: FOLLOWER
2021.03.24 11:23:01.057631 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:23:01.057648 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:23:01.057669 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 7, req l idx: 508 (1), req c idx: 400, my term: 7, my role: 1
2021.03.24 11:23:01.057678 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:23:01.057689 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 508, req log term: 1, my last log idx: 530, my log (508) term: 1
2021.03.24 11:23:01.057697 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 509, count: 0, log_store_->next_slot(): 531, req.log_entries().size(): 1
2021.03.24 11:23:01.057706 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 509, count: 0
2021.03.24 11:23:01.057713 [ 388 ] {} <Information> RaftInstance: rollback logs: 509 - 530, commit idx req 400, quick 530, sm 530, num log entries 1, current count 0
2021.03.24 11:23:01.057726 [ 388 ] {} <Warning> RaftInstance: rollback quick commit index from 530 to 508
2021.03.24 11:23:01.057740 [ 388 ] {} <Warning> RaftInstance: rollback sm commit index from 530 to 508
2021.03.24 11:23:01.057751 [ 388 ] {} <Information> RaftInstance: rollback log 530
2021.03.24 11:23:01.057766 [ 388 ] {} <Information> RaftInstance: rollback log 529
2021.03.24 11:23:01.057780 [ 388 ] {} <Information> RaftInstance: rollback log 528
2021.03.24 11:23:01.057788 [ 388 ] {} <Information> RaftInstance: rollback log 527
2021.03.24 11:23:01.057794 [ 388 ] {} <Information> RaftInstance: rollback log 526
2021.03.24 11:23:01.057801 [ 388 ] {} <Information> RaftInstance: rollback log 525
2021.03.24 11:23:01.057807 [ 388 ] {} <Information> RaftInstance: rollback log 524
2021.03.24 11:23:01.057813 [ 388 ] {} <Information> RaftInstance: rollback log 523
2021.03.24 11:23:01.057828 [ 388 ] {} <Information> RaftInstance: rollback log 522
2021.03.24 11:23:01.057860 [ 388 ] {} <Information> RaftInstance: rollback log 521
2021.03.24 11:23:01.057867 [ 388 ] {} <Information> RaftInstance: rollback log 520
2021.03.24 11:23:01.057873 [ 388 ] {} <Information> RaftInstance: rollback log 519
2021.03.24 11:23:01.057879 [ 388 ] {} <Information> RaftInstance: rollback log 518
2021.03.24 11:23:01.057885 [ 388 ] {} <Information> RaftInstance: rollback log 517
2021.03.24 11:23:01.057891 [ 388 ] {} <Information> RaftInstance: rollback log 516
2021.03.24 11:23:01.057897 [ 388 ] {} <Information> RaftInstance: rollback log 515
2021.03.24 11:23:01.057903 [ 388 ] {} <Information> RaftInstance: rollback log 514
2021.03.24 11:23:01.057909 [ 388 ] {} <Information> RaftInstance: rollback log 513
2021.03.24 11:23:01.057915 [ 388 ] {} <Information> RaftInstance: rollback log 512
2021.03.24 11:23:01.057920 [ 388 ] {} <Information> RaftInstance: rollback log 511
2021.03.24 11:23:01.057926 [ 388 ] {} <Information> RaftInstance: rollback log 510
2021.03.24 11:23:01.057931 [ 388 ] {} <Information> RaftInstance: rollback log 509
2021.03.24 11:23:01.057937 [ 388 ] {} <Information> RaftInstance: overwrite at 509
2021.03.24 11:23:01.209754 [ 388 ] {} <Information> RaftInstance: receive a config change from leader at 509
2021.03.24 11:23:01.209816 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 510, count: 1
2021.03.24 11:23:01.209825 [ 388 ] {} <Information> RaftInstance: last log index after rollback and overwrite: 509
2021.03.24 11:23:01.209835 [ 388 ] {} <Trace> RaftInstance: local log idx 509, target_commit_idx 400, quick_commit_index_ 508, state_->get_commit_idx() 508
2021.03.24 11:23:01.209845 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:23:01.209882 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:23:01.209903 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:23:01.209913 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=7, NextIndex=510
2021.03.24 11:23:01.231555 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=509, LastLogTerm=7, EntriesLength=2, CommitIndex=511 and Term=7
2021.03.24 11:23:01.231616 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 7, req l idx: 509 (2), req c idx: 511, my term: 7, my role: 1
2021.03.24 11:23:01.231627 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:23:01.231639 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 509, req log term: 7, my last log idx: 509, my log (509) term: 7
2021.03.24 11:23:01.231649 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 510, count: 0, log_store_->next_slot(): 510, req.log_entries().size(): 2
2021.03.24 11:23:01.231657 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 510, count: 0
2021.03.24 11:23:01.231664 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 510, count: 0
2021.03.24 11:23:01.231670 [ 389 ] {} <Trace> RaftInstance: append at 510
2021.03.24 11:23:01.231696 [ 389 ] {} <Trace> RaftInstance: append at 511
2021.03.24 11:23:01.231709 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 511
2021.03.24 11:23:01.231716 [ 389 ] {} <Trace> RaftInstance: local log idx 511, target_commit_idx 511, quick_commit_index_ 511, state_->get_commit_idx() 508
2021.03.24 11:23:01.231723 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:23:01.231739 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:23:01.231752 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:23:01.231794 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:23:01.231803 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=7, NextIndex=512
2021.03.24 11:23:01.231840 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:23:01.231904 [ 391 ] {} <Debug> RaftInstance: commit upto 511, current idx 508
2021.03.24 11:23:01.231916 [ 391 ] {} <Trace> RaftInstance: commit upto 511, current idx 509
2021.03.24 11:23:01.231935 [ 391 ] {} <Information> RaftInstance: config at index 509 is committed, prev config log idx 1
2021.03.24 11:23:01.231952 [ 391 ] {} <Information> RaftInstance: new config log idx 509, prev log idx 0, cur config log idx 1, prev log idx 0
2021.03.24 11:23:01.231961 [ 391 ] {} <Debug> RaftInstance: system is reconfigured to have 3 servers, last config index: 0, this config index: 509
2021.03.24 11:23:01.231980 [ 391 ] {} <Information> RaftInstance: new configuration: log idx 509, prev log idx 0
2021.03.24 11:23:01.231989 [ 391 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:23:01.231999 [ 391 ] {} <Trace> RaftInstance: commit upto 511, current idx 510
2021.03.24 11:23:01.232024 [ 391 ] {} <Trace> RaftInstance: commit upto 511, current idx 511
2021.03.24 11:23:01.232038 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 511, current idx 511
2021.03.24 11:23:01.232044 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:23:01.318245 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=511, LastLogTerm=7, EntriesLength=1, CommitIndex=511 and Term=7
2021.03.24 11:23:01.318322 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 7, req l idx: 511 (1), req c idx: 511, my term: 7, my role: 1
2021.03.24 11:23:01.318335 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:23:01.318347 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 511, req log term: 7, my last log idx: 511, my log (511) term: 7
2021.03.24 11:23:01.318356 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 512, count: 0, log_store_->next_slot(): 512, req.log_entries().size(): 1
2021.03.24 11:23:01.318364 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 512, count: 0
2021.03.24 11:23:01.318371 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 512, count: 0
2021.03.24 11:23:01.318378 [ 390 ] {} <Trace> RaftInstance: append at 512
2021.03.24 11:23:01.318400 [ 390 ] {} <Trace> RaftInstance: local log idx 512, target_commit_idx 511, quick_commit_index_ 511, state_->get_commit_idx() 511
2021.03.24 11:23:01.318408 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:23:01.318424 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:23:01.318441 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:23:01.318450 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=7, NextIndex=513
2021.03.24 11:23:01.340066 [ 389 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=512, LastLogTerm=7, EntriesLength=1, CommitIndex=512 and Term=7
2021.03.24 11:23:01.340118 [ 389 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 7, req l idx: 512 (1), req c idx: 512, my term: 7, my role: 1
2021.03.24 11:23:01.340160 [ 389 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:23:01.340174 [ 389 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 512, req log term: 7, my last log idx: 512, my log (512) term: 7
2021.03.24 11:23:01.340211 [ 389 ] {} <Debug> RaftInstance: [INIT] log_idx: 513, count: 0, log_store_->next_slot(): 513, req.log_entries().size(): 1
2021.03.24 11:23:01.340219 [ 389 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 513, count: 0
2021.03.24 11:23:01.340225 [ 389 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 513, count: 0
2021.03.24 11:23:01.340232 [ 389 ] {} <Trace> RaftInstance: append at 513
2021.03.24 11:23:01.340250 [ 389 ] {} <Debug> RaftInstance: trigger commit upto 512
2021.03.24 11:23:01.340258 [ 389 ] {} <Trace> RaftInstance: local log idx 513, target_commit_idx 512, quick_commit_index_ 512, state_->get_commit_idx() 511
2021.03.24 11:23:01.340265 [ 389 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:23:01.340281 [ 389 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:23:01.340298 [ 389 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:23:01.340313 [ 389 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:23:01.340322 [ 389 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=7, NextIndex=514
2021.03.24 11:23:01.340319 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:23:01.340368 [ 391 ] {} <Debug> RaftInstance: commit upto 512, current idx 511
2021.03.24 11:23:01.340381 [ 391 ] {} <Trace> RaftInstance: commit upto 512, current idx 512
2021.03.24 11:23:01.340412 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 512, current idx 512
2021.03.24 11:23:01.340419 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:23:01.362088 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=513, LastLogTerm=7, EntriesLength=0, CommitIndex=513 and Term=7
2021.03.24 11:23:01.362144 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 7, req l idx: 513 (0), req c idx: 513, my term: 7, my role: 1
2021.03.24 11:23:01.362157 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:23:01.362170 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 513, req log term: 7, my last log idx: 513, my log (513) term: 7
2021.03.24 11:23:01.362179 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 513
2021.03.24 11:23:01.362187 [ 387 ] {} <Trace> RaftInstance: local log idx 513, target_commit_idx 513, quick_commit_index_ 513, state_->get_commit_idx() 512
2021.03.24 11:23:01.362194 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:23:01.362220 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:23:01.362232 [ 391 ] {} <Debug> RaftInstance: commit upto 513, current idx 512
2021.03.24 11:23:01.362240 [ 391 ] {} <Trace> RaftInstance: commit upto 513, current idx 513
2021.03.24 11:23:01.362268 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 513, current idx 513
2021.03.24 11:23:01.362274 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:23:01.362285 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:23:01.362330 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:23:01.362350 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:23:01.362359 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=7, NextIndex=514
2021.03.24 11:23:01.407654 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=513, LastLogTerm=7, EntriesLength=1, CommitIndex=513 and Term=7
2021.03.24 11:23:01.407710 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 7, req l idx: 513 (1), req c idx: 513, my term: 7, my role: 1
2021.03.24 11:23:01.407721 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:23:01.407733 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 513, req log term: 7, my last log idx: 513, my log (513) term: 7
2021.03.24 11:23:01.407762 [ 390 ] {} <Debug> RaftInstance: [INIT] log_idx: 514, count: 0, log_store_->next_slot(): 514, req.log_entries().size(): 1
2021.03.24 11:23:01.407769 [ 390 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 514, count: 0
2021.03.24 11:23:01.407777 [ 390 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 514, count: 0
2021.03.24 11:23:01.407783 [ 390 ] {} <Trace> RaftInstance: append at 514
2021.03.24 11:23:01.407804 [ 390 ] {} <Trace> RaftInstance: local log idx 514, target_commit_idx 513, quick_commit_index_ 513, state_->get_commit_idx() 513
2021.03.24 11:23:01.407812 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:23:01.407828 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:23:01.407843 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:23:01.407851 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=7, NextIndex=515
2021.03.24 11:23:01.429706 [ 387 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=514, LastLogTerm=7, EntriesLength=1, CommitIndex=514 and Term=7
2021.03.24 11:23:01.429753 [ 387 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 7, req l idx: 514 (1), req c idx: 514, my term: 7, my role: 1
2021.03.24 11:23:01.429764 [ 387 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:23:01.429775 [ 387 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 514, req log term: 7, my last log idx: 514, my log (514) term: 7
2021.03.24 11:23:01.429784 [ 387 ] {} <Debug> RaftInstance: [INIT] log_idx: 515, count: 0, log_store_->next_slot(): 515, req.log_entries().size(): 1
2021.03.24 11:23:01.429791 [ 387 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 515, count: 0
2021.03.24 11:23:01.429798 [ 387 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 515, count: 0
2021.03.24 11:23:01.429810 [ 387 ] {} <Trace> RaftInstance: append at 515
2021.03.24 11:23:01.429832 [ 387 ] {} <Debug> RaftInstance: trigger commit upto 514
2021.03.24 11:23:01.429840 [ 387 ] {} <Trace> RaftInstance: local log idx 515, target_commit_idx 514, quick_commit_index_ 514, state_->get_commit_idx() 513
2021.03.24 11:23:01.429847 [ 387 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:23:01.429870 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:23:01.429881 [ 391 ] {} <Debug> RaftInstance: commit upto 514, current idx 513
2021.03.24 11:23:01.429889 [ 391 ] {} <Trace> RaftInstance: commit upto 514, current idx 514
2021.03.24 11:23:01.429915 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 514, current idx 514
2021.03.24 11:23:01.429921 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:23:01.429930 [ 387 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:23:01.429947 [ 387 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:23:01.429961 [ 387 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:23:01.429970 [ 387 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=7, NextIndex=516
2021.03.24 11:23:01.451688 [ 390 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=515, LastLogTerm=7, EntriesLength=0, CommitIndex=515 and Term=7
2021.03.24 11:23:01.451747 [ 390 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 7, req l idx: 515 (0), req c idx: 515, my term: 7, my role: 1
2021.03.24 11:23:01.451758 [ 390 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:23:01.451770 [ 390 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 515, req log term: 7, my last log idx: 515, my log (515) term: 7
2021.03.24 11:23:01.451785 [ 390 ] {} <Debug> RaftInstance: trigger commit upto 515
2021.03.24 11:23:01.451793 [ 390 ] {} <Trace> RaftInstance: local log idx 515, target_commit_idx 515, quick_commit_index_ 515, state_->get_commit_idx() 514
2021.03.24 11:23:01.451820 [ 390 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:23:01.451839 [ 390 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:23:01.451882 [ 390 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:23:01.451881 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:23:01.451978 [ 391 ] {} <Debug> RaftInstance: commit upto 515, current idx 514
2021.03.24 11:23:01.451907 [ 390 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:23:01.452010 [ 390 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=7, NextIndex=516
2021.03.24 11:23:01.451992 [ 391 ] {} <Trace> RaftInstance: commit upto 515, current idx 515
2021.03.24 11:23:01.452052 [ 391 ] {} <Debug> RaftInstance: DONE: commit upto 515, current idx 515
2021.03.24 11:23:01.452059 [ 391 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:23:01.472821 [ 386 ] {} <Trace> RaftInstance: asio client created: 0x7faf0d024198
2021.03.24 11:23:01.472836 [ 386 ] {} <Debug> RaftInstance: socket 0x7faf0d024198 to ch-sas.sas.yp-c.yandex.net:9444 is not opened yet
2021.03.24 11:23:01.473563 [ 388 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=515, LastLogTerm=7, EntriesLength=2, CommitIndex=516 and Term=7
2021.03.24 11:23:01.473584 [ 388 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 7, req l idx: 515 (2), req c idx: 516, my term: 7, my role: 1
2021.03.24 11:23:01.473594 [ 388 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:23:01.473604 [ 388 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 515, req log term: 7, my last log idx: 515, my log (515) term: 7
2021.03.24 11:23:01.473613 [ 388 ] {} <Debug> RaftInstance: [INIT] log_idx: 516, count: 0, log_store_->next_slot(): 516, req.log_entries().size(): 2
2021.03.24 11:23:01.473621 [ 388 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 516, count: 0
2021.03.24 11:23:01.473628 [ 388 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 516, count: 0
2021.03.24 11:23:01.473634 [ 388 ] {} <Trace> RaftInstance: append at 516
2021.03.24 11:23:01.473652 [ 388 ] {} <Trace> RaftInstance: append at 517
2021.03.24 11:23:01.473664 [ 388 ] {} <Debug> RaftInstance: trigger commit upto 516
2021.03.24 11:23:01.473671 [ 388 ] {} <Trace> RaftInstance: local log idx 517, target_commit_idx 516, quick_commit_index_ 516, state_->get_commit_idx() 515
2021.03.24 11:23:01.473679 [ 388 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:23:01.473693 [ 388 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:23:01.473708 [ 388 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:23:01.473720 [ 391 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:23:01.473724 [ 388 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:23:01.473771 [ 391 ] {} <Debug> RaftInstance: commit upto 516, current idx 515
2021.03.24 11:23:01.473780 [ 388 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=7, NextIndex=518
2021.03.24 11:23:01.473787 [ 391 ] {} <Trace> RaftInstance: commit upto 516, current idx 516
2021.03.24 11:23:01.478829 [ 391 ] {} <Error> RaftInstance: background committing thread encounter err Got new ZXID 516 smaller or equal than current 530. It's a bug, exiting to protect the system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment