Skip to content

Instantly share code, notes, and snippets.

@alesapin
Created March 24, 2021 08:46
Show Gist options
  • Save alesapin/f6d8754f7a2f749e376c8a0522bf6c43 to your computer and use it in GitHub Desktop.
Save alesapin/f6d8754f7a2f749e376c8a0522bf6c43 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
2021.03.24 11:22:45.328720 [ 4021 ] {} <Information> RaftInstance: Raft ASIO listener initiated, UNSECURED
2021.03.24 11:22:45.328777 [ 4021 ] {} <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:45.328791 [ 4021 ] {} <Information> RaftInstance: new timeout range: 1000 -- 2000
2021.03.24 11:22:45.328810 [ 4021 ] {} <Information> RaftInstance: === INIT RAFT SERVER ===
2021.03.24 11:22:45.328860 [ 4021 ] {} <Trace> RaftInstance: asio client created: 0x7ff43a372618
2021.03.24 11:22:45.328906 [ 4021 ] {} <Trace> RaftInstance: asio client created: 0x7ff437351018
2021.03.24 11:22:45.328923 [ 4021 ] {} <Information> RaftInstance: peer 1: DC ID 0, ch-iva.iva.yp-c.yandex.net:9444, voting member, 1
2021.03.24 11:22:45.328934 [ 4021 ] {} <Information> RaftInstance: global manager does not exist. will use local thread for commit and append
2021.03.24 11:22:45.329093 [ 4021 ] {} <Information> RaftInstance: wait for HB, for 50 + [1000, 2000] ms
2021.03.24 11:22:45.329182 [ 4035 ] {} <Information> RaftInstance: bg append_entries thread initiated
2021.03.24 11:22:45.329230 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:45.379254 [ 4021 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:45.379326 [ 4021 ] {} <Debug> RaftInstance: server 1 started
2021.03.24 11:22:45.379418 [ 4021 ] {} <Trace> RaftInstance: asio rpc session created: 0x7ff437351a18
2021.03.24 11:22:45.501907 [ 4031 ] {} <Information> RaftInstance: receive a incoming rpc connection
2021.03.24 11:22:45.502030 [ 4031 ] {} <Information> RaftInstance: session 1 got connection from 2a02:6b8:c08:b31c:0:696:4e8f:0:33918 (as a server)
2021.03.24 11:22:45.502173 [ 4031 ] {} <Trace> RaftInstance: asio rpc session created: 0x7ff43aa44018
2021.03.24 11:22:45.502253 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=0, LastLogTerm=0, EntriesLength=1, CommitIndex=1 and Term=1
2021.03.24 11:22:45.502271 [ 4031 ] {} <Trace> RaftInstance: FOLLOWER
2021.03.24 11:22:45.502282 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:45.502291 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:45.502311 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 0 (1), req c idx: 1, my term: 1, my role: 1
2021.03.24 11:22:45.502322 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:45.502334 [ 4031 ] {} <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:45.502343 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 1, count: 0, log_store_->next_slot(): 1, req.log_entries().size(): 1
2021.03.24 11:22:45.502351 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 1, count: 0
2021.03.24 11:22:45.502359 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 1, count: 0
2021.03.24 11:22:45.502366 [ 4031 ] {} <Trace> RaftInstance: append at 1
2021.03.24 11:22:45.544406 [ 4031 ] {} <Information> RaftInstance: receive a config change from leader at 1
2021.03.24 11:22:45.544491 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 1
2021.03.24 11:22:45.544502 [ 4031 ] {} <Trace> RaftInstance: local log idx 1, target_commit_idx 1, quick_commit_index_ 1, state_->get_commit_idx() 0
2021.03.24 11:22:45.544516 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:45.544563 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:45.544582 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:45.544601 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:45.544613 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=2
2021.03.24 11:22:45.544627 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:45.544822 [ 4034 ] {} <Debug> RaftInstance: commit upto 1, current idx 0
2021.03.24 11:22:45.544842 [ 4034 ] {} <Trace> RaftInstance: commit upto 1, current idx 1
2021.03.24 11:22:45.544879 [ 4034 ] {} <Information> RaftInstance: config at index 1 is committed, prev config log idx 0
2021.03.24 11:22:45.544925 [ 4034 ] {} <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:45.544957 [ 4034 ] {} <Debug> RaftInstance: system is reconfigured to have 3 servers, last config index: 0, this config index: 1
2021.03.24 11:22:45.544982 [ 4034 ] {} <Information> RaftInstance: new configuration: log idx 1, prev log idx 0
2021.03.24 11:22:45.545001 [ 4034 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:45.545012 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 1, current idx 1
2021.03.24 11:22:45.545574 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.244690 [ 4032 ] {} <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.244771 [ 4032 ] {} <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.244817 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.244838 [ 4032 ] {} <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.244851 [ 4032 ] {} <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.244894 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.244921 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.244940 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.244950 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=2
2021.03.24 11:22:46.377020 [ 4032 ] {} <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.377066 [ 4032 ] {} <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.377078 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.377090 [ 4032 ] {} <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.377110 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 2, count: 0, log_store_->next_slot(): 2, req.log_entries().size(): 1
2021.03.24 11:22:46.377119 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 2, count: 0
2021.03.24 11:22:46.377127 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 2, count: 0
2021.03.24 11:22:46.377134 [ 4032 ] {} <Trace> RaftInstance: append at 2
2021.03.24 11:22:46.377158 [ 4032 ] {} <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.377167 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.377182 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.377199 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.377208 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=3
2021.03.24 11:22:46.379808 [ 4028 ] {} <Trace> RaftInstance: asio client created: 0x7ff399cc3018
2021.03.24 11:22:46.379835 [ 4028 ] {} <Debug> RaftInstance: socket 0x7ff399cc3018 to ch-sas.sas.yp-c.yandex.net:9444 is not opened yet
2021.03.24 11:22:46.383923 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=2, LastLogTerm=1, EntriesLength=0, CommitIndex=2 and Term=1
2021.03.24 11:22:46.383960 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 2 (0), req c idx: 2, my term: 1, my role: 1
2021.03.24 11:22:46.383971 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.383982 [ 4031 ] {} <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.383992 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 2
2021.03.24 11:22:46.384000 [ 4031 ] {} <Trace> RaftInstance: local log idx 2, target_commit_idx 2, quick_commit_index_ 2, state_->get_commit_idx() 1
2021.03.24 11:22:46.384008 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.384020 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.384032 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.384048 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.384058 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=3
2021.03.24 11:22:46.384144 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.384162 [ 4034 ] {} <Debug> RaftInstance: commit upto 2, current idx 1
2021.03.24 11:22:46.384172 [ 4034 ] {} <Trace> RaftInstance: commit upto 2, current idx 2
2021.03.24 11:22:46.384220 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 2, current idx 2
2021.03.24 11:22:46.384228 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.389819 [ 4031 ] {} <Information> RaftInstance: 0x7ff399cc3018 connected to ch-sas.sas.yp-c.yandex.net:9444 (as a client)
2021.03.24 11:22:46.390725 [ 4031 ] {} <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.390749 [ 4031 ] {} <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.390760 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.390771 [ 4031 ] {} <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.390815 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 3, count: 0, log_store_->next_slot(): 3, req.log_entries().size(): 1
2021.03.24 11:22:46.390824 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 3, count: 0
2021.03.24 11:22:46.390833 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 3, count: 0
2021.03.24 11:22:46.390840 [ 4031 ] {} <Trace> RaftInstance: append at 3
2021.03.24 11:22:46.390877 [ 4031 ] {} <Trace> RaftInstance: local log idx 3, target_commit_idx 2, quick_commit_index_ 2, state_->get_commit_idx() 2
2021.03.24 11:22:46.390886 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.390895 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.390910 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.390920 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=4
2021.03.24 11:22:46.397409 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=3, LastLogTerm=1, EntriesLength=0, CommitIndex=3 and Term=1
2021.03.24 11:22:46.397454 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 3 (0), req c idx: 3, my term: 1, my role: 1
2021.03.24 11:22:46.397465 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.397476 [ 4031 ] {} <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.397486 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 3
2021.03.24 11:22:46.397495 [ 4031 ] {} <Trace> RaftInstance: local log idx 3, target_commit_idx 3, quick_commit_index_ 3, state_->get_commit_idx() 2
2021.03.24 11:22:46.397503 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.397517 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.397530 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.397544 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.397554 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=4
2021.03.24 11:22:46.397638 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.397654 [ 4034 ] {} <Debug> RaftInstance: commit upto 3, current idx 2
2021.03.24 11:22:46.397664 [ 4034 ] {} <Trace> RaftInstance: commit upto 3, current idx 3
2021.03.24 11:22:46.397787 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 3, current idx 3
2021.03.24 11:22:46.397800 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.404231 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=3, LastLogTerm=1, EntriesLength=1, CommitIndex=3 and Term=1
2021.03.24 11:22:46.404277 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 3 (1), req c idx: 3, my term: 1, my role: 1
2021.03.24 11:22:46.404289 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.404301 [ 4031 ] {} <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.404311 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 4, count: 0, log_store_->next_slot(): 4, req.log_entries().size(): 1
2021.03.24 11:22:46.404320 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 4, count: 0
2021.03.24 11:22:46.404328 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 4, count: 0
2021.03.24 11:22:46.404336 [ 4031 ] {} <Trace> RaftInstance: append at 4
2021.03.24 11:22:46.404357 [ 4031 ] {} <Trace> RaftInstance: local log idx 4, target_commit_idx 3, quick_commit_index_ 3, state_->get_commit_idx() 3
2021.03.24 11:22:46.404367 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.404376 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.404391 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.404422 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=5
2021.03.24 11:22:46.411201 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=4, LastLogTerm=1, EntriesLength=0, CommitIndex=4 and Term=1
2021.03.24 11:22:46.411263 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 4 (0), req c idx: 4, my term: 1, my role: 1
2021.03.24 11:22:46.411276 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.411288 [ 4031 ] {} <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.411298 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 4
2021.03.24 11:22:46.411307 [ 4031 ] {} <Trace> RaftInstance: local log idx 4, target_commit_idx 4, quick_commit_index_ 4, state_->get_commit_idx() 3
2021.03.24 11:22:46.411315 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.411329 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.411377 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.411398 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.411408 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=5
2021.03.24 11:22:46.411538 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.411555 [ 4034 ] {} <Debug> RaftInstance: commit upto 4, current idx 3
2021.03.24 11:22:46.411566 [ 4034 ] {} <Trace> RaftInstance: commit upto 4, current idx 4
2021.03.24 11:22:46.411594 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 4, current idx 4
2021.03.24 11:22:46.411601 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.428808 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=4, LastLogTerm=1, EntriesLength=1, CommitIndex=4 and Term=1
2021.03.24 11:22:46.428870 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 4 (1), req c idx: 4, my term: 1, my role: 1
2021.03.24 11:22:46.428890 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.428902 [ 4030 ] {} <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.428912 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 5, count: 0, log_store_->next_slot(): 5, req.log_entries().size(): 1
2021.03.24 11:22:46.428921 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 5, count: 0
2021.03.24 11:22:46.428929 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 5, count: 0
2021.03.24 11:22:46.428936 [ 4030 ] {} <Trace> RaftInstance: append at 5
2021.03.24 11:22:46.428958 [ 4030 ] {} <Trace> RaftInstance: local log idx 5, target_commit_idx 4, quick_commit_index_ 4, state_->get_commit_idx() 4
2021.03.24 11:22:46.428967 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.429004 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.429022 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.429031 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=6
2021.03.24 11:22:46.435944 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=5, LastLogTerm=1, EntriesLength=0, CommitIndex=5 and Term=1
2021.03.24 11:22:46.435993 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 5 (0), req c idx: 5, my term: 1, my role: 1
2021.03.24 11:22:46.436008 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.436020 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 5, req log term: 1, my last log idx: 5, my log (5) term: 1
2021.03.24 11:22:46.436052 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 5
2021.03.24 11:22:46.436061 [ 4031 ] {} <Trace> RaftInstance: local log idx 5, target_commit_idx 5, quick_commit_index_ 5, state_->get_commit_idx() 4
2021.03.24 11:22:46.436070 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.436131 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.436153 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.436165 [ 4034 ] {} <Debug> RaftInstance: commit upto 5, current idx 4
2021.03.24 11:22:46.436176 [ 4034 ] {} <Trace> RaftInstance: commit upto 5, current idx 5
2021.03.24 11:22:46.436214 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 5, current idx 5
2021.03.24 11:22:46.436224 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.436249 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.436273 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.436284 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=6
2021.03.24 11:22:46.443150 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=5, LastLogTerm=1, EntriesLength=1, CommitIndex=5 and Term=1
2021.03.24 11:22:46.443198 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 5 (1), req c idx: 5, my term: 1, my role: 1
2021.03.24 11:22:46.443229 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.443244 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 5, req log term: 1, my last log idx: 5, my log (5) term: 1
2021.03.24 11:22:46.443253 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 6, count: 0, log_store_->next_slot(): 6, req.log_entries().size(): 1
2021.03.24 11:22:46.443262 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 6, count: 0
2021.03.24 11:22:46.443270 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 6, count: 0
2021.03.24 11:22:46.443277 [ 4033 ] {} <Trace> RaftInstance: append at 6
2021.03.24 11:22:46.443303 [ 4033 ] {} <Trace> RaftInstance: local log idx 6, target_commit_idx 5, quick_commit_index_ 5, state_->get_commit_idx() 5
2021.03.24 11:22:46.443320 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.443354 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.443396 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.443409 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=7
2021.03.24 11:22:46.450302 [ 4032 ] {} <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.450364 [ 4032 ] {} <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.450377 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.450388 [ 4032 ] {} <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.450397 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 6
2021.03.24 11:22:46.450422 [ 4032 ] {} <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.450431 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.450448 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.450480 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.450499 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.450510 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=7
2021.03.24 11:22:46.450593 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.450609 [ 4034 ] {} <Debug> RaftInstance: commit upto 6, current idx 5
2021.03.24 11:22:46.450619 [ 4034 ] {} <Trace> RaftInstance: commit upto 6, current idx 6
2021.03.24 11:22:46.450646 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 6, current idx 6
2021.03.24 11:22:46.450654 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.495859 [ 4032 ] {} <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.495920 [ 4032 ] {} <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.495933 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.495944 [ 4032 ] {} <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.495954 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 7, count: 0, log_store_->next_slot(): 7, req.log_entries().size(): 1
2021.03.24 11:22:46.495962 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 7, count: 0
2021.03.24 11:22:46.495970 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 7, count: 0
2021.03.24 11:22:46.495977 [ 4032 ] {} <Trace> RaftInstance: append at 7
2021.03.24 11:22:46.496014 [ 4032 ] {} <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.496026 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.496037 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.496060 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.496071 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=8
2021.03.24 11:22:46.503221 [ 4032 ] {} <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.503280 [ 4032 ] {} <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.503293 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.503304 [ 4032 ] {} <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.503314 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 7
2021.03.24 11:22:46.503322 [ 4032 ] {} <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.503331 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.503344 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.503357 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.503373 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.503383 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=8
2021.03.24 11:22:46.503493 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.503510 [ 4034 ] {} <Debug> RaftInstance: commit upto 7, current idx 6
2021.03.24 11:22:46.503520 [ 4034 ] {} <Trace> RaftInstance: commit upto 7, current idx 7
2021.03.24 11:22:46.503561 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 7, current idx 7
2021.03.24 11:22:46.503571 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.586352 [ 4032 ] {} <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.586414 [ 4032 ] {} <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.586450 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.586462 [ 4032 ] {} <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.586471 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 8, count: 0, log_store_->next_slot(): 8, req.log_entries().size(): 1
2021.03.24 11:22:46.586479 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 8, count: 0
2021.03.24 11:22:46.586488 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 8, count: 0
2021.03.24 11:22:46.586496 [ 4032 ] {} <Trace> RaftInstance: append at 8
2021.03.24 11:22:46.586519 [ 4032 ] {} <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.586529 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.586539 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.586555 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.586565 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=9
2021.03.24 11:22:46.593542 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=8, LastLogTerm=1, EntriesLength=1, CommitIndex=8 and Term=1
2021.03.24 11:22:46.593596 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 8 (1), req c idx: 8, my term: 1, my role: 1
2021.03.24 11:22:46.593612 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.593628 [ 4032 ] {} <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.593639 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 9, count: 0, log_store_->next_slot(): 9, req.log_entries().size(): 1
2021.03.24 11:22:46.593648 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 9, count: 0
2021.03.24 11:22:46.593656 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 9, count: 0
2021.03.24 11:22:46.593664 [ 4032 ] {} <Trace> RaftInstance: append at 9
2021.03.24 11:22:46.593685 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 8
2021.03.24 11:22:46.593694 [ 4032 ] {} <Trace> RaftInstance: local log idx 9, target_commit_idx 8, quick_commit_index_ 8, state_->get_commit_idx() 7
2021.03.24 11:22:46.593702 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.593715 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.593724 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.593740 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.593750 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=10
2021.03.24 11:22:46.593835 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.593851 [ 4034 ] {} <Debug> RaftInstance: commit upto 8, current idx 7
2021.03.24 11:22:46.593860 [ 4034 ] {} <Trace> RaftInstance: commit upto 8, current idx 8
2021.03.24 11:22:46.593886 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 8, current idx 8
2021.03.24 11:22:46.593893 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.600457 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=9, LastLogTerm=1, EntriesLength=0, CommitIndex=9 and Term=1
2021.03.24 11:22:46.600490 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 9 (0), req c idx: 9, my term: 1, my role: 1
2021.03.24 11:22:46.600501 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.600512 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 9, req log term: 1, my last log idx: 9, my log (9) term: 1
2021.03.24 11:22:46.600540 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 9
2021.03.24 11:22:46.600549 [ 4032 ] {} <Trace> RaftInstance: local log idx 9, target_commit_idx 9, quick_commit_index_ 9, state_->get_commit_idx() 8
2021.03.24 11:22:46.600557 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.600568 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.600580 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.600594 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.600603 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=10
2021.03.24 11:22:46.600679 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.600698 [ 4034 ] {} <Debug> RaftInstance: commit upto 9, current idx 8
2021.03.24 11:22:46.600708 [ 4034 ] {} <Trace> RaftInstance: commit upto 9, current idx 9
2021.03.24 11:22:46.600762 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 9, current idx 9
2021.03.24 11:22:46.600771 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.607197 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=9, LastLogTerm=1, EntriesLength=1, CommitIndex=9 and Term=1
2021.03.24 11:22:46.607237 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 9 (1), req c idx: 9, my term: 1, my role: 1
2021.03.24 11:22:46.607247 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.607258 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 9, req log term: 1, my last log idx: 9, my log (9) term: 1
2021.03.24 11:22:46.607268 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 10, count: 0, log_store_->next_slot(): 10, req.log_entries().size(): 1
2021.03.24 11:22:46.607276 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 10, count: 0
2021.03.24 11:22:46.607285 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 10, count: 0
2021.03.24 11:22:46.607292 [ 4032 ] {} <Trace> RaftInstance: append at 10
2021.03.24 11:22:46.607314 [ 4032 ] {} <Trace> RaftInstance: local log idx 10, target_commit_idx 9, quick_commit_index_ 9, state_->get_commit_idx() 9
2021.03.24 11:22:46.607324 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.607333 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.607348 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.607357 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=11
2021.03.24 11:22:46.613937 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=10, LastLogTerm=1, EntriesLength=1, CommitIndex=10 and Term=1
2021.03.24 11:22:46.613987 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 10 (1), req c idx: 10, my term: 1, my role: 1
2021.03.24 11:22:46.614000 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.614011 [ 4032 ] {} <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.614020 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 11, count: 0, log_store_->next_slot(): 11, req.log_entries().size(): 1
2021.03.24 11:22:46.614029 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 11, count: 0
2021.03.24 11:22:46.614038 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 11, count: 0
2021.03.24 11:22:46.614050 [ 4032 ] {} <Trace> RaftInstance: append at 11
2021.03.24 11:22:46.614070 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 10
2021.03.24 11:22:46.614079 [ 4032 ] {} <Trace> RaftInstance: local log idx 11, target_commit_idx 10, quick_commit_index_ 10, state_->get_commit_idx() 9
2021.03.24 11:22:46.614105 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.614118 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.614127 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.614141 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.614151 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=12
2021.03.24 11:22:46.614236 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.614252 [ 4034 ] {} <Debug> RaftInstance: commit upto 10, current idx 9
2021.03.24 11:22:46.614262 [ 4034 ] {} <Trace> RaftInstance: commit upto 10, current idx 10
2021.03.24 11:22:46.614290 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 10, current idx 10
2021.03.24 11:22:46.614297 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.620941 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=11, LastLogTerm=1, EntriesLength=1, CommitIndex=11 and Term=1
2021.03.24 11:22:46.621003 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 11 (1), req c idx: 11, my term: 1, my role: 1
2021.03.24 11:22:46.621024 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.621046 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 11, req log term: 1, my last log idx: 11, my log (11) term: 1
2021.03.24 11:22:46.621069 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 12, count: 0, log_store_->next_slot(): 12, req.log_entries().size(): 1
2021.03.24 11:22:46.621108 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 12, count: 0
2021.03.24 11:22:46.621122 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 12, count: 0
2021.03.24 11:22:46.621134 [ 4032 ] {} <Trace> RaftInstance: append at 12
2021.03.24 11:22:46.621164 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 11
2021.03.24 11:22:46.621175 [ 4032 ] {} <Trace> RaftInstance: local log idx 12, target_commit_idx 11, quick_commit_index_ 11, state_->get_commit_idx() 10
2021.03.24 11:22:46.621191 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.621229 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.621250 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.621261 [ 4034 ] {} <Debug> RaftInstance: commit upto 11, current idx 10
2021.03.24 11:22:46.621271 [ 4034 ] {} <Trace> RaftInstance: commit upto 11, current idx 11
2021.03.24 11:22:46.621297 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 11, current idx 11
2021.03.24 11:22:46.621306 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.621317 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.621332 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.621359 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=13
2021.03.24 11:22:46.627840 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=12, LastLogTerm=1, EntriesLength=0, CommitIndex=12 and Term=1
2021.03.24 11:22:46.627874 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 12 (0), req c idx: 12, my term: 1, my role: 1
2021.03.24 11:22:46.627885 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.627895 [ 4030 ] {} <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.627904 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 12
2021.03.24 11:22:46.627913 [ 4030 ] {} <Trace> RaftInstance: local log idx 12, target_commit_idx 12, quick_commit_index_ 12, state_->get_commit_idx() 11
2021.03.24 11:22:46.627937 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.627950 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.627962 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.627975 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.627985 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=13
2021.03.24 11:22:46.628047 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.628062 [ 4034 ] {} <Debug> RaftInstance: commit upto 12, current idx 11
2021.03.24 11:22:46.628071 [ 4034 ] {} <Trace> RaftInstance: commit upto 12, current idx 12
2021.03.24 11:22:46.628156 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 12, current idx 12
2021.03.24 11:22:46.628170 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.634553 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=12, LastLogTerm=1, EntriesLength=1, CommitIndex=12 and Term=1
2021.03.24 11:22:46.634580 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 12 (1), req c idx: 12, my term: 1, my role: 1
2021.03.24 11:22:46.634590 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.634600 [ 4030 ] {} <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.634609 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 13, count: 0, log_store_->next_slot(): 13, req.log_entries().size(): 1
2021.03.24 11:22:46.634617 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 13, count: 0
2021.03.24 11:22:46.634625 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 13, count: 0
2021.03.24 11:22:46.634633 [ 4030 ] {} <Trace> RaftInstance: append at 13
2021.03.24 11:22:46.634653 [ 4030 ] {} <Trace> RaftInstance: local log idx 13, target_commit_idx 12, quick_commit_index_ 12, state_->get_commit_idx() 12
2021.03.24 11:22:46.634661 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.634670 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.634710 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.634723 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=14
2021.03.24 11:22:46.641390 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=12, LastLogTerm=1, EntriesLength=2, CommitIndex=12 and Term=1
2021.03.24 11:22:46.641420 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 12 (2), req c idx: 12, my term: 1, my role: 1
2021.03.24 11:22:46.641430 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.641441 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 12, req log term: 1, my last log idx: 13, my log (12) term: 1
2021.03.24 11:22:46.641450 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 13, count: 0, log_store_->next_slot(): 14, req.log_entries().size(): 2
2021.03.24 11:22:46.641459 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 14, count: 1
2021.03.24 11:22:46.641467 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 14, count: 1
2021.03.24 11:22:46.641474 [ 4030 ] {} <Trace> RaftInstance: append at 14
2021.03.24 11:22:46.641492 [ 4030 ] {} <Trace> RaftInstance: local log idx 14, target_commit_idx 12, quick_commit_index_ 12, state_->get_commit_idx() 12
2021.03.24 11:22:46.641500 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.641509 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.641522 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.641531 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=15
2021.03.24 11:22:46.648312 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=14, LastLogTerm=1, EntriesLength=1, CommitIndex=14 and Term=1
2021.03.24 11:22:46.648348 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 14 (1), req c idx: 14, my term: 1, my role: 1
2021.03.24 11:22:46.648359 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.648369 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 14, req log term: 1, my last log idx: 14, my log (14) term: 1
2021.03.24 11:22:46.648379 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 15, count: 0, log_store_->next_slot(): 15, req.log_entries().size(): 1
2021.03.24 11:22:46.648387 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 15, count: 0
2021.03.24 11:22:46.648395 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 15, count: 0
2021.03.24 11:22:46.648402 [ 4030 ] {} <Trace> RaftInstance: append at 15
2021.03.24 11:22:46.648419 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 14
2021.03.24 11:22:46.648428 [ 4030 ] {} <Trace> RaftInstance: local log idx 15, target_commit_idx 14, quick_commit_index_ 14, state_->get_commit_idx() 12
2021.03.24 11:22:46.648436 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.648447 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.648455 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.648469 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.648478 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=16
2021.03.24 11:22:46.648556 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.648572 [ 4034 ] {} <Debug> RaftInstance: commit upto 14, current idx 12
2021.03.24 11:22:46.648582 [ 4034 ] {} <Trace> RaftInstance: commit upto 14, current idx 13
2021.03.24 11:22:46.648609 [ 4034 ] {} <Trace> RaftInstance: commit upto 14, current idx 14
2021.03.24 11:22:46.648622 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 14, current idx 14
2021.03.24 11:22:46.648630 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.655184 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=15, LastLogTerm=1, EntriesLength=0, CommitIndex=15 and Term=1
2021.03.24 11:22:46.655218 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 15 (0), req c idx: 15, my term: 1, my role: 1
2021.03.24 11:22:46.655229 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.655239 [ 4030 ] {} <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.655248 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 15
2021.03.24 11:22:46.655257 [ 4030 ] {} <Trace> RaftInstance: local log idx 15, target_commit_idx 15, quick_commit_index_ 15, state_->get_commit_idx() 14
2021.03.24 11:22:46.655264 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.655290 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.655312 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.655329 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.655346 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=16
2021.03.24 11:22:46.655401 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.655450 [ 4034 ] {} <Debug> RaftInstance: commit upto 15, current idx 14
2021.03.24 11:22:46.655490 [ 4034 ] {} <Trace> RaftInstance: commit upto 15, current idx 15
2021.03.24 11:22:46.655587 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 15, current idx 15
2021.03.24 11:22:46.655615 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.662048 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=15, LastLogTerm=1, EntriesLength=1, CommitIndex=15 and Term=1
2021.03.24 11:22:46.662086 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 15 (1), req c idx: 15, my term: 1, my role: 1
2021.03.24 11:22:46.662098 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.662109 [ 4031 ] {} <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.662118 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 16, count: 0, log_store_->next_slot(): 16, req.log_entries().size(): 1
2021.03.24 11:22:46.662126 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 16, count: 0
2021.03.24 11:22:46.662134 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 16, count: 0
2021.03.24 11:22:46.662142 [ 4031 ] {} <Trace> RaftInstance: append at 16
2021.03.24 11:22:46.662166 [ 4031 ] {} <Trace> RaftInstance: local log idx 16, target_commit_idx 15, quick_commit_index_ 15, state_->get_commit_idx() 15
2021.03.24 11:22:46.662174 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.662187 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.662203 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.662212 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=17
2021.03.24 11:22:46.668773 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=16, LastLogTerm=1, EntriesLength=1, CommitIndex=16 and Term=1
2021.03.24 11:22:46.668805 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 16 (1), req c idx: 16, my term: 1, my role: 1
2021.03.24 11:22:46.668816 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.668826 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 16, req log term: 1, my last log idx: 16, my log (16) term: 1
2021.03.24 11:22:46.668835 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 17, count: 0, log_store_->next_slot(): 17, req.log_entries().size(): 1
2021.03.24 11:22:46.668844 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 17, count: 0
2021.03.24 11:22:46.668851 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 17, count: 0
2021.03.24 11:22:46.668859 [ 4033 ] {} <Trace> RaftInstance: append at 17
2021.03.24 11:22:46.668877 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 16
2021.03.24 11:22:46.668886 [ 4033 ] {} <Trace> RaftInstance: local log idx 17, target_commit_idx 16, quick_commit_index_ 16, state_->get_commit_idx() 15
2021.03.24 11:22:46.668893 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.668913 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.668934 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.668939 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.668972 [ 4034 ] {} <Debug> RaftInstance: commit upto 16, current idx 15
2021.03.24 11:22:46.668949 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.669005 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=18
2021.03.24 11:22:46.668987 [ 4034 ] {} <Trace> RaftInstance: commit upto 16, current idx 16
2021.03.24 11:22:46.669091 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 16, current idx 16
2021.03.24 11:22:46.669101 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.675816 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=17, LastLogTerm=1, EntriesLength=1, CommitIndex=17 and Term=1
2021.03.24 11:22:46.675863 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 17 (1), req c idx: 17, my term: 1, my role: 1
2021.03.24 11:22:46.675874 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.675883 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 17, req log term: 1, my last log idx: 17, my log (17) term: 1
2021.03.24 11:22:46.675893 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 18, count: 0, log_store_->next_slot(): 18, req.log_entries().size(): 1
2021.03.24 11:22:46.675901 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 18, count: 0
2021.03.24 11:22:46.675942 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 18, count: 0
2021.03.24 11:22:46.675954 [ 4030 ] {} <Trace> RaftInstance: append at 18
2021.03.24 11:22:46.675971 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 17
2021.03.24 11:22:46.675980 [ 4030 ] {} <Trace> RaftInstance: local log idx 18, target_commit_idx 17, quick_commit_index_ 17, state_->get_commit_idx() 16
2021.03.24 11:22:46.675988 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.675999 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.676031 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.676047 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.676057 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=19
2021.03.24 11:22:46.676063 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.676111 [ 4034 ] {} <Debug> RaftInstance: commit upto 17, current idx 16
2021.03.24 11:22:46.676123 [ 4034 ] {} <Trace> RaftInstance: commit upto 17, current idx 17
2021.03.24 11:22:46.676152 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 17, current idx 17
2021.03.24 11:22:46.676162 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.682765 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=18, LastLogTerm=1, EntriesLength=0, CommitIndex=18 and Term=1
2021.03.24 11:22:46.682804 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 18 (0), req c idx: 18, my term: 1, my role: 1
2021.03.24 11:22:46.682818 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.682829 [ 4033 ] {} <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.682838 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 18
2021.03.24 11:22:46.682852 [ 4033 ] {} <Trace> RaftInstance: local log idx 18, target_commit_idx 18, quick_commit_index_ 18, state_->get_commit_idx() 17
2021.03.24 11:22:46.682861 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.682873 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.682891 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.682908 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.682917 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=19
2021.03.24 11:22:46.682999 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.683013 [ 4034 ] {} <Debug> RaftInstance: commit upto 18, current idx 17
2021.03.24 11:22:46.683022 [ 4034 ] {} <Trace> RaftInstance: commit upto 18, current idx 18
2021.03.24 11:22:46.683047 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 18, current idx 18
2021.03.24 11:22:46.683054 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.689519 [ 4030 ] {} <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.689585 [ 4030 ] {} <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.689598 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.689608 [ 4030 ] {} <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.689617 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 19, count: 0, log_store_->next_slot(): 19, req.log_entries().size(): 1
2021.03.24 11:22:46.689626 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 19, count: 0
2021.03.24 11:22:46.689633 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 19, count: 0
2021.03.24 11:22:46.689641 [ 4030 ] {} <Trace> RaftInstance: append at 19
2021.03.24 11:22:46.689660 [ 4030 ] {} <Trace> RaftInstance: local log idx 19, target_commit_idx 18, quick_commit_index_ 18, state_->get_commit_idx() 18
2021.03.24 11:22:46.689669 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.689687 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.689702 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.689721 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=20
2021.03.24 11:22:46.696277 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=19, LastLogTerm=1, EntriesLength=1, CommitIndex=19 and Term=1
2021.03.24 11:22:46.696308 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 19 (1), req c idx: 19, my term: 1, my role: 1
2021.03.24 11:22:46.696319 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.696330 [ 4033 ] {} <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.696339 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 20, count: 0, log_store_->next_slot(): 20, req.log_entries().size(): 1
2021.03.24 11:22:46.696348 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 20, count: 0
2021.03.24 11:22:46.696393 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 20, count: 0
2021.03.24 11:22:46.696413 [ 4033 ] {} <Trace> RaftInstance: append at 20
2021.03.24 11:22:46.696433 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 19
2021.03.24 11:22:46.696442 [ 4033 ] {} <Trace> RaftInstance: local log idx 20, target_commit_idx 19, quick_commit_index_ 19, state_->get_commit_idx() 18
2021.03.24 11:22:46.696449 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.696462 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.696480 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.696515 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.696529 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.696534 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=21
2021.03.24 11:22:46.696561 [ 4034 ] {} <Debug> RaftInstance: commit upto 19, current idx 18
2021.03.24 11:22:46.696592 [ 4034 ] {} <Trace> RaftInstance: commit upto 19, current idx 19
2021.03.24 11:22:46.696627 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 19, current idx 19
2021.03.24 11:22:46.696636 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.703721 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=20, LastLogTerm=1, EntriesLength=1, CommitIndex=20 and Term=1
2021.03.24 11:22:46.703766 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 20 (1), req c idx: 20, my term: 1, my role: 1
2021.03.24 11:22:46.703777 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.703807 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 20, req log term: 1, my last log idx: 20, my log (20) term: 1
2021.03.24 11:22:46.703817 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 21, count: 0, log_store_->next_slot(): 21, req.log_entries().size(): 1
2021.03.24 11:22:46.703826 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 21, count: 0
2021.03.24 11:22:46.703834 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 21, count: 0
2021.03.24 11:22:46.703841 [ 4030 ] {} <Trace> RaftInstance: append at 21
2021.03.24 11:22:46.703862 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 20
2021.03.24 11:22:46.703871 [ 4030 ] {} <Trace> RaftInstance: local log idx 21, target_commit_idx 20, quick_commit_index_ 20, state_->get_commit_idx() 19
2021.03.24 11:22:46.703878 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.703891 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.703910 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.703927 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.703937 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=22
2021.03.24 11:22:46.703940 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.703973 [ 4034 ] {} <Debug> RaftInstance: commit upto 20, current idx 19
2021.03.24 11:22:46.703986 [ 4034 ] {} <Trace> RaftInstance: commit upto 20, current idx 20
2021.03.24 11:22:46.704052 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 20, current idx 20
2021.03.24 11:22:46.704067 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.710728 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=21, LastLogTerm=1, EntriesLength=0, CommitIndex=21 and Term=1
2021.03.24 11:22:46.710764 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 21 (0), req c idx: 21, my term: 1, my role: 1
2021.03.24 11:22:46.710775 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.710785 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 21, req log term: 1, my last log idx: 21, my log (21) term: 1
2021.03.24 11:22:46.710794 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 21
2021.03.24 11:22:46.710802 [ 4033 ] {} <Trace> RaftInstance: local log idx 21, target_commit_idx 21, quick_commit_index_ 21, state_->get_commit_idx() 20
2021.03.24 11:22:46.710810 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.710821 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.710843 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.710864 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.710882 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=22
2021.03.24 11:22:46.710936 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.710959 [ 4034 ] {} <Debug> RaftInstance: commit upto 21, current idx 20
2021.03.24 11:22:46.710970 [ 4034 ] {} <Trace> RaftInstance: commit upto 21, current idx 21
2021.03.24 11:22:46.710998 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 21, current idx 21
2021.03.24 11:22:46.711005 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.717624 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=21, LastLogTerm=1, EntriesLength=1, CommitIndex=21 and Term=1
2021.03.24 11:22:46.717670 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 21 (1), req c idx: 21, my term: 1, my role: 1
2021.03.24 11:22:46.717681 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.717710 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 21, req log term: 1, my last log idx: 21, my log (21) term: 1
2021.03.24 11:22:46.717727 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 22, count: 0, log_store_->next_slot(): 22, req.log_entries().size(): 1
2021.03.24 11:22:46.717737 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 22, count: 0
2021.03.24 11:22:46.717746 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 22, count: 0
2021.03.24 11:22:46.717753 [ 4030 ] {} <Trace> RaftInstance: append at 22
2021.03.24 11:22:46.717777 [ 4030 ] {} <Trace> RaftInstance: local log idx 22, target_commit_idx 21, quick_commit_index_ 21, state_->get_commit_idx() 21
2021.03.24 11:22:46.717786 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.717799 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.717815 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.717824 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=23
2021.03.24 11:22:46.724572 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=22, LastLogTerm=1, EntriesLength=1, CommitIndex=22 and Term=1
2021.03.24 11:22:46.724633 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 22 (1), req c idx: 22, my term: 1, my role: 1
2021.03.24 11:22:46.724657 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.724675 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 22, req log term: 1, my last log idx: 22, my log (22) term: 1
2021.03.24 11:22:46.724695 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 23, count: 0, log_store_->next_slot(): 23, req.log_entries().size(): 1
2021.03.24 11:22:46.724711 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 23, count: 0
2021.03.24 11:22:46.724721 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 23, count: 0
2021.03.24 11:22:46.724728 [ 4032 ] {} <Trace> RaftInstance: append at 23
2021.03.24 11:22:46.724749 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 22
2021.03.24 11:22:46.724758 [ 4032 ] {} <Trace> RaftInstance: local log idx 23, target_commit_idx 22, quick_commit_index_ 22, state_->get_commit_idx() 21
2021.03.24 11:22:46.724767 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.724780 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.724801 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.724821 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.724834 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=24
2021.03.24 11:22:46.724850 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.724875 [ 4034 ] {} <Debug> RaftInstance: commit upto 22, current idx 21
2021.03.24 11:22:46.724886 [ 4034 ] {} <Trace> RaftInstance: commit upto 22, current idx 22
2021.03.24 11:22:46.724928 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 22, current idx 22
2021.03.24 11:22:46.724938 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.731921 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=23, LastLogTerm=1, EntriesLength=1, CommitIndex=23 and Term=1
2021.03.24 11:22:46.731971 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 23 (1), req c idx: 23, my term: 1, my role: 1
2021.03.24 11:22:46.731986 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.732005 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 23, req log term: 1, my last log idx: 23, my log (23) term: 1
2021.03.24 11:22:46.732048 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 24, count: 0, log_store_->next_slot(): 24, req.log_entries().size(): 1
2021.03.24 11:22:46.732058 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 24, count: 0
2021.03.24 11:22:46.732067 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 24, count: 0
2021.03.24 11:22:46.732074 [ 4033 ] {} <Trace> RaftInstance: append at 24
2021.03.24 11:22:46.732182 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 23
2021.03.24 11:22:46.732198 [ 4033 ] {} <Trace> RaftInstance: local log idx 24, target_commit_idx 23, quick_commit_index_ 23, state_->get_commit_idx() 22
2021.03.24 11:22:46.732207 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.732221 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.732241 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.732254 [ 4034 ] {} <Debug> RaftInstance: commit upto 23, current idx 22
2021.03.24 11:22:46.732264 [ 4034 ] {} <Trace> RaftInstance: commit upto 23, current idx 23
2021.03.24 11:22:46.732291 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 23, current idx 23
2021.03.24 11:22:46.732299 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.732322 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.732339 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.732349 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=25
2021.03.24 11:22:46.739107 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=24, LastLogTerm=1, EntriesLength=1, CommitIndex=24 and Term=1
2021.03.24 11:22:46.739158 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 24 (1), req c idx: 24, my term: 1, my role: 1
2021.03.24 11:22:46.739170 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.739182 [ 4032 ] {} <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.739191 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 25, count: 0, log_store_->next_slot(): 25, req.log_entries().size(): 1
2021.03.24 11:22:46.739201 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 25, count: 0
2021.03.24 11:22:46.739214 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 25, count: 0
2021.03.24 11:22:46.739222 [ 4032 ] {} <Trace> RaftInstance: append at 25
2021.03.24 11:22:46.739243 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 24
2021.03.24 11:22:46.739252 [ 4032 ] {} <Trace> RaftInstance: local log idx 25, target_commit_idx 24, quick_commit_index_ 24, state_->get_commit_idx() 23
2021.03.24 11:22:46.739260 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.739276 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.739293 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.739310 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.739320 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=26
2021.03.24 11:22:46.739326 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.739375 [ 4034 ] {} <Debug> RaftInstance: commit upto 24, current idx 23
2021.03.24 11:22:46.739389 [ 4034 ] {} <Trace> RaftInstance: commit upto 24, current idx 24
2021.03.24 11:22:46.739435 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 24, current idx 24
2021.03.24 11:22:46.739445 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.746032 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=25, LastLogTerm=1, EntriesLength=1, CommitIndex=25 and Term=1
2021.03.24 11:22:46.746117 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 25 (1), req c idx: 25, my term: 1, my role: 1
2021.03.24 11:22:46.746130 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.746142 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 25, req log term: 1, my last log idx: 25, my log (25) term: 1
2021.03.24 11:22:46.746152 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 26, count: 0, log_store_->next_slot(): 26, req.log_entries().size(): 1
2021.03.24 11:22:46.746162 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 26, count: 0
2021.03.24 11:22:46.746170 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 26, count: 0
2021.03.24 11:22:46.746177 [ 4033 ] {} <Trace> RaftInstance: append at 26
2021.03.24 11:22:46.746200 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 25
2021.03.24 11:22:46.746209 [ 4033 ] {} <Trace> RaftInstance: local log idx 26, target_commit_idx 25, quick_commit_index_ 25, state_->get_commit_idx() 24
2021.03.24 11:22:46.746216 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.746230 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.746249 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.746267 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.746278 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=27
2021.03.24 11:22:46.746300 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.746340 [ 4034 ] {} <Debug> RaftInstance: commit upto 25, current idx 24
2021.03.24 11:22:46.746361 [ 4034 ] {} <Trace> RaftInstance: commit upto 25, current idx 25
2021.03.24 11:22:46.746400 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 25, current idx 25
2021.03.24 11:22:46.746408 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.752928 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=26, LastLogTerm=1, EntriesLength=1, CommitIndex=26 and Term=1
2021.03.24 11:22:46.752988 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 26 (1), req c idx: 26, my term: 1, my role: 1
2021.03.24 11:22:46.753001 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.753012 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 26, req log term: 1, my last log idx: 26, my log (26) term: 1
2021.03.24 11:22:46.753022 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 27, count: 0, log_store_->next_slot(): 27, req.log_entries().size(): 1
2021.03.24 11:22:46.753031 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 27, count: 0
2021.03.24 11:22:46.753039 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 27, count: 0
2021.03.24 11:22:46.753048 [ 4031 ] {} <Trace> RaftInstance: append at 27
2021.03.24 11:22:46.753070 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 26
2021.03.24 11:22:46.753079 [ 4031 ] {} <Trace> RaftInstance: local log idx 27, target_commit_idx 26, quick_commit_index_ 26, state_->get_commit_idx() 25
2021.03.24 11:22:46.753087 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.753110 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.753121 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.753137 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.753147 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=28
2021.03.24 11:22:46.753166 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.753205 [ 4034 ] {} <Debug> RaftInstance: commit upto 26, current idx 25
2021.03.24 11:22:46.753236 [ 4034 ] {} <Trace> RaftInstance: commit upto 26, current idx 26
2021.03.24 11:22:46.753270 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 26, current idx 26
2021.03.24 11:22:46.753284 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.759902 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=27, LastLogTerm=1, EntriesLength=1, CommitIndex=27 and Term=1
2021.03.24 11:22:46.759957 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 27 (1), req c idx: 27, my term: 1, my role: 1
2021.03.24 11:22:46.759970 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.759989 [ 4030 ] {} <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.760002 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 28, count: 0, log_store_->next_slot(): 28, req.log_entries().size(): 1
2021.03.24 11:22:46.760012 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 28, count: 0
2021.03.24 11:22:46.760020 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 28, count: 0
2021.03.24 11:22:46.760028 [ 4030 ] {} <Trace> RaftInstance: append at 28
2021.03.24 11:22:46.760049 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 27
2021.03.24 11:22:46.760058 [ 4030 ] {} <Trace> RaftInstance: local log idx 28, target_commit_idx 27, quick_commit_index_ 27, state_->get_commit_idx() 26
2021.03.24 11:22:46.760066 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.760131 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.760143 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.760169 [ 4034 ] {} <Debug> RaftInstance: commit upto 27, current idx 26
2021.03.24 11:22:46.760175 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.760181 [ 4034 ] {} <Trace> RaftInstance: commit upto 27, current idx 27
2021.03.24 11:22:46.760193 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.760204 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=29
2021.03.24 11:22:46.760275 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 27, current idx 27
2021.03.24 11:22:46.760284 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.766916 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=28, LastLogTerm=1, EntriesLength=1, CommitIndex=28 and Term=1
2021.03.24 11:22:46.766976 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 28 (1), req c idx: 28, my term: 1, my role: 1
2021.03.24 11:22:46.766990 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.767002 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 28, req log term: 1, my last log idx: 28, my log (28) term: 1
2021.03.24 11:22:46.767012 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 29, count: 0, log_store_->next_slot(): 29, req.log_entries().size(): 1
2021.03.24 11:22:46.767020 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 29, count: 0
2021.03.24 11:22:46.767029 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 29, count: 0
2021.03.24 11:22:46.767036 [ 4031 ] {} <Trace> RaftInstance: append at 29
2021.03.24 11:22:46.767058 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 28
2021.03.24 11:22:46.767067 [ 4031 ] {} <Trace> RaftInstance: local log idx 29, target_commit_idx 28, quick_commit_index_ 28, state_->get_commit_idx() 27
2021.03.24 11:22:46.767075 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.767098 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.767123 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.767134 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.767215 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.767251 [ 4034 ] {} <Debug> RaftInstance: commit upto 28, current idx 27
2021.03.24 11:22:46.767264 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=30
2021.03.24 11:22:46.767269 [ 4034 ] {} <Trace> RaftInstance: commit upto 28, current idx 28
2021.03.24 11:22:46.767300 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 28, current idx 28
2021.03.24 11:22:46.767308 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.773920 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=29, LastLogTerm=1, EntriesLength=1, CommitIndex=29 and Term=1
2021.03.24 11:22:46.773972 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 29 (1), req c idx: 29, my term: 1, my role: 1
2021.03.24 11:22:46.773984 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.773996 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 29, req log term: 1, my last log idx: 29, my log (29) term: 1
2021.03.24 11:22:46.774006 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 30, count: 0, log_store_->next_slot(): 30, req.log_entries().size(): 1
2021.03.24 11:22:46.774022 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 30, count: 0
2021.03.24 11:22:46.774032 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 30, count: 0
2021.03.24 11:22:46.774040 [ 4032 ] {} <Trace> RaftInstance: append at 30
2021.03.24 11:22:46.774061 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 29
2021.03.24 11:22:46.774070 [ 4032 ] {} <Trace> RaftInstance: local log idx 30, target_commit_idx 29, quick_commit_index_ 29, state_->get_commit_idx() 28
2021.03.24 11:22:46.774078 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.774096 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.774111 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.774128 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.774140 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.774200 [ 4034 ] {} <Debug> RaftInstance: commit upto 29, current idx 28
2021.03.24 11:22:46.774164 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=31
2021.03.24 11:22:46.774215 [ 4034 ] {} <Trace> RaftInstance: commit upto 29, current idx 29
2021.03.24 11:22:46.774265 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 29, current idx 29
2021.03.24 11:22:46.774275 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.780856 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=30, LastLogTerm=1, EntriesLength=1, CommitIndex=30 and Term=1
2021.03.24 11:22:46.780910 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 30 (1), req c idx: 30, my term: 1, my role: 1
2021.03.24 11:22:46.780923 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.780934 [ 4033 ] {} <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.780944 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 31, count: 0, log_store_->next_slot(): 31, req.log_entries().size(): 1
2021.03.24 11:22:46.780952 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 31, count: 0
2021.03.24 11:22:46.780961 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 31, count: 0
2021.03.24 11:22:46.780968 [ 4033 ] {} <Trace> RaftInstance: append at 31
2021.03.24 11:22:46.780989 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 30
2021.03.24 11:22:46.781020 [ 4033 ] {} <Trace> RaftInstance: local log idx 31, target_commit_idx 30, quick_commit_index_ 30, state_->get_commit_idx() 29
2021.03.24 11:22:46.781028 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.781046 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.781062 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.781078 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.781088 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=32
2021.03.24 11:22:46.781088 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.781138 [ 4034 ] {} <Debug> RaftInstance: commit upto 30, current idx 29
2021.03.24 11:22:46.781160 [ 4034 ] {} <Trace> RaftInstance: commit upto 30, current idx 30
2021.03.24 11:22:46.781194 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 30, current idx 30
2021.03.24 11:22:46.781202 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.787727 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=31, LastLogTerm=1, EntriesLength=1, CommitIndex=31 and Term=1
2021.03.24 11:22:46.787781 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 31 (1), req c idx: 31, my term: 1, my role: 1
2021.03.24 11:22:46.787808 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.787825 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 31, req log term: 1, my last log idx: 31, my log (31) term: 1
2021.03.24 11:22:46.787835 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 32, count: 0, log_store_->next_slot(): 32, req.log_entries().size(): 1
2021.03.24 11:22:46.787843 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 32, count: 0
2021.03.24 11:22:46.787851 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 32, count: 0
2021.03.24 11:22:46.787858 [ 4031 ] {} <Trace> RaftInstance: append at 32
2021.03.24 11:22:46.787880 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 31
2021.03.24 11:22:46.787889 [ 4031 ] {} <Trace> RaftInstance: local log idx 32, target_commit_idx 31, quick_commit_index_ 31, state_->get_commit_idx() 30
2021.03.24 11:22:46.787897 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.787911 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.787933 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.787952 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.787962 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=33
2021.03.24 11:22:46.788055 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.788113 [ 4034 ] {} <Debug> RaftInstance: commit upto 31, current idx 30
2021.03.24 11:22:46.788128 [ 4034 ] {} <Trace> RaftInstance: commit upto 31, current idx 31
2021.03.24 11:22:46.788178 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 31, current idx 31
2021.03.24 11:22:46.788188 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.794544 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=32, LastLogTerm=1, EntriesLength=1, CommitIndex=32 and Term=1
2021.03.24 11:22:46.794600 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 32 (1), req c idx: 32, my term: 1, my role: 1
2021.03.24 11:22:46.794612 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.794623 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 32, req log term: 1, my last log idx: 32, my log (32) term: 1
2021.03.24 11:22:46.794662 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 33, count: 0, log_store_->next_slot(): 33, req.log_entries().size(): 1
2021.03.24 11:22:46.794701 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 33, count: 0
2021.03.24 11:22:46.794710 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 33, count: 0
2021.03.24 11:22:46.794718 [ 4030 ] {} <Trace> RaftInstance: append at 33
2021.03.24 11:22:46.794740 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 32
2021.03.24 11:22:46.794749 [ 4030 ] {} <Trace> RaftInstance: local log idx 33, target_commit_idx 32, quick_commit_index_ 32, state_->get_commit_idx() 31
2021.03.24 11:22:46.794757 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.794775 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.794793 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.794811 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.794810 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.794821 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=34
2021.03.24 11:22:46.794868 [ 4034 ] {} <Debug> RaftInstance: commit upto 32, current idx 31
2021.03.24 11:22:46.794903 [ 4034 ] {} <Trace> RaftInstance: commit upto 32, current idx 32
2021.03.24 11:22:46.794957 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 32, current idx 32
2021.03.24 11:22:46.794974 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.801721 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=33, LastLogTerm=1, EntriesLength=1, CommitIndex=33 and Term=1
2021.03.24 11:22:46.801760 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 33 (1), req c idx: 33, my term: 1, my role: 1
2021.03.24 11:22:46.801773 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.801785 [ 4033 ] {} <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.801795 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 34, count: 0, log_store_->next_slot(): 34, req.log_entries().size(): 1
2021.03.24 11:22:46.801804 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 34, count: 0
2021.03.24 11:22:46.801812 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 34, count: 0
2021.03.24 11:22:46.801820 [ 4033 ] {} <Trace> RaftInstance: append at 34
2021.03.24 11:22:46.801842 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 33
2021.03.24 11:22:46.801850 [ 4033 ] {} <Trace> RaftInstance: local log idx 34, target_commit_idx 33, quick_commit_index_ 33, state_->get_commit_idx() 32
2021.03.24 11:22:46.801858 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.801870 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.801889 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.801906 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.801917 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=35
2021.03.24 11:22:46.801956 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.802022 [ 4034 ] {} <Debug> RaftInstance: commit upto 33, current idx 32
2021.03.24 11:22:46.802038 [ 4034 ] {} <Trace> RaftInstance: commit upto 33, current idx 33
2021.03.24 11:22:46.802108 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 33, current idx 33
2021.03.24 11:22:46.802118 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.808535 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=34, LastLogTerm=1, EntriesLength=0, CommitIndex=34 and Term=1
2021.03.24 11:22:46.808588 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 34 (0), req c idx: 34, my term: 1, my role: 1
2021.03.24 11:22:46.808626 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.808638 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 34, req log term: 1, my last log idx: 34, my log (34) term: 1
2021.03.24 11:22:46.808648 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 34
2021.03.24 11:22:46.808657 [ 4030 ] {} <Trace> RaftInstance: local log idx 34, target_commit_idx 34, quick_commit_index_ 34, state_->get_commit_idx() 33
2021.03.24 11:22:46.808665 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.808680 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.808693 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.808709 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.808719 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=35
2021.03.24 11:22:46.808812 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.808828 [ 4034 ] {} <Debug> RaftInstance: commit upto 34, current idx 33
2021.03.24 11:22:46.808839 [ 4034 ] {} <Trace> RaftInstance: commit upto 34, current idx 34
2021.03.24 11:22:46.808886 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 34, current idx 34
2021.03.24 11:22:46.808895 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.815418 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=34, LastLogTerm=1, EntriesLength=1, CommitIndex=34 and Term=1
2021.03.24 11:22:46.815496 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 34 (1), req c idx: 34, my term: 1, my role: 1
2021.03.24 11:22:46.815510 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.815523 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 34, req log term: 1, my last log idx: 34, my log (34) term: 1
2021.03.24 11:22:46.815533 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 35, count: 0, log_store_->next_slot(): 35, req.log_entries().size(): 1
2021.03.24 11:22:46.815541 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 35, count: 0
2021.03.24 11:22:46.815549 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 35, count: 0
2021.03.24 11:22:46.815556 [ 4033 ] {} <Trace> RaftInstance: append at 35
2021.03.24 11:22:46.815579 [ 4033 ] {} <Trace> RaftInstance: local log idx 35, target_commit_idx 34, quick_commit_index_ 34, state_->get_commit_idx() 34
2021.03.24 11:22:46.815588 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.815623 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.815643 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.815653 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=36
2021.03.24 11:22:46.822399 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=35, LastLogTerm=1, EntriesLength=0, CommitIndex=35 and Term=1
2021.03.24 11:22:46.822448 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 35 (0), req c idx: 35, my term: 1, my role: 1
2021.03.24 11:22:46.822461 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.822473 [ 4030 ] {} <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.822482 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 35
2021.03.24 11:22:46.822491 [ 4030 ] {} <Trace> RaftInstance: local log idx 35, target_commit_idx 35, quick_commit_index_ 35, state_->get_commit_idx() 34
2021.03.24 11:22:46.822500 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.822514 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.822553 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.822572 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.822582 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=36
2021.03.24 11:22:46.822645 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.822660 [ 4034 ] {} <Debug> RaftInstance: commit upto 35, current idx 34
2021.03.24 11:22:46.822679 [ 4034 ] {} <Trace> RaftInstance: commit upto 35, current idx 35
2021.03.24 11:22:46.822729 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 35, current idx 35
2021.03.24 11:22:46.822738 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.829401 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=35, LastLogTerm=1, EntriesLength=1, CommitIndex=35 and Term=1
2021.03.24 11:22:46.829461 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 35 (1), req c idx: 35, my term: 1, my role: 1
2021.03.24 11:22:46.829473 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.829484 [ 4033 ] {} <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.829494 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 36, count: 0, log_store_->next_slot(): 36, req.log_entries().size(): 1
2021.03.24 11:22:46.829502 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 36, count: 0
2021.03.24 11:22:46.829510 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 36, count: 0
2021.03.24 11:22:46.829517 [ 4033 ] {} <Trace> RaftInstance: append at 36
2021.03.24 11:22:46.829541 [ 4033 ] {} <Trace> RaftInstance: local log idx 36, target_commit_idx 35, quick_commit_index_ 35, state_->get_commit_idx() 35
2021.03.24 11:22:46.829550 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.829565 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.829580 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.829591 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=37
2021.03.24 11:22:46.836237 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=36, LastLogTerm=1, EntriesLength=1, CommitIndex=36 and Term=1
2021.03.24 11:22:46.836292 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 36 (1), req c idx: 36, my term: 1, my role: 1
2021.03.24 11:22:46.836304 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.836315 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 36, req log term: 1, my last log idx: 36, my log (36) term: 1
2021.03.24 11:22:46.836325 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 37, count: 0, log_store_->next_slot(): 37, req.log_entries().size(): 1
2021.03.24 11:22:46.836334 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 37, count: 0
2021.03.24 11:22:46.836342 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 37, count: 0
2021.03.24 11:22:46.836350 [ 4031 ] {} <Trace> RaftInstance: append at 37
2021.03.24 11:22:46.836370 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 36
2021.03.24 11:22:46.836379 [ 4031 ] {} <Trace> RaftInstance: local log idx 37, target_commit_idx 36, quick_commit_index_ 36, state_->get_commit_idx() 35
2021.03.24 11:22:46.836387 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.836405 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.836422 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.836438 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.836448 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=38
2021.03.24 11:22:46.836451 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.836525 [ 4034 ] {} <Debug> RaftInstance: commit upto 36, current idx 35
2021.03.24 11:22:46.836539 [ 4034 ] {} <Trace> RaftInstance: commit upto 36, current idx 36
2021.03.24 11:22:46.836579 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 36, current idx 36
2021.03.24 11:22:46.836590 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.843765 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=37, LastLogTerm=1, EntriesLength=1, CommitIndex=37 and Term=1
2021.03.24 11:22:46.843797 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 37 (1), req c idx: 37, my term: 1, my role: 1
2021.03.24 11:22:46.843809 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.843821 [ 4030 ] {} <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.843830 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 38, count: 0, log_store_->next_slot(): 38, req.log_entries().size(): 1
2021.03.24 11:22:46.843839 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 38, count: 0
2021.03.24 11:22:46.843849 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 38, count: 0
2021.03.24 11:22:46.843856 [ 4030 ] {} <Trace> RaftInstance: append at 38
2021.03.24 11:22:46.843877 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 37
2021.03.24 11:22:46.843886 [ 4030 ] {} <Trace> RaftInstance: local log idx 38, target_commit_idx 37, quick_commit_index_ 37, state_->get_commit_idx() 36
2021.03.24 11:22:46.843894 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.843906 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.843924 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.843941 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.843951 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=39
2021.03.24 11:22:46.843979 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.844036 [ 4034 ] {} <Debug> RaftInstance: commit upto 37, current idx 36
2021.03.24 11:22:46.844050 [ 4034 ] {} <Trace> RaftInstance: commit upto 37, current idx 37
2021.03.24 11:22:46.844153 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 37, current idx 37
2021.03.24 11:22:46.844163 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.850666 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=38, LastLogTerm=1, EntriesLength=0, CommitIndex=38 and Term=1
2021.03.24 11:22:46.850722 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 38 (0), req c idx: 38, my term: 1, my role: 1
2021.03.24 11:22:46.850735 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.850746 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 38, req log term: 1, my last log idx: 38, my log (38) term: 1
2021.03.24 11:22:46.850756 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 38
2021.03.24 11:22:46.850765 [ 4031 ] {} <Trace> RaftInstance: local log idx 38, target_commit_idx 38, quick_commit_index_ 38, state_->get_commit_idx() 37
2021.03.24 11:22:46.850773 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.850786 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.850807 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.850829 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.850891 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=39
2021.03.24 11:22:46.850896 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.850971 [ 4034 ] {} <Debug> RaftInstance: commit upto 38, current idx 37
2021.03.24 11:22:46.850984 [ 4034 ] {} <Trace> RaftInstance: commit upto 38, current idx 38
2021.03.24 11:22:46.851018 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 38, current idx 38
2021.03.24 11:22:46.851029 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.857455 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=38, LastLogTerm=1, EntriesLength=1, CommitIndex=38 and Term=1
2021.03.24 11:22:46.857486 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 38 (1), req c idx: 38, my term: 1, my role: 1
2021.03.24 11:22:46.857516 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.857537 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 38, req log term: 1, my last log idx: 38, my log (38) term: 1
2021.03.24 11:22:46.857553 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 39, count: 0, log_store_->next_slot(): 39, req.log_entries().size(): 1
2021.03.24 11:22:46.857567 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 39, count: 0
2021.03.24 11:22:46.857578 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 39, count: 0
2021.03.24 11:22:46.857588 [ 4030 ] {} <Trace> RaftInstance: append at 39
2021.03.24 11:22:46.857626 [ 4030 ] {} <Trace> RaftInstance: local log idx 39, target_commit_idx 38, quick_commit_index_ 38, state_->get_commit_idx() 38
2021.03.24 11:22:46.857640 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.857670 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.857692 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.857707 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=40
2021.03.24 11:22:46.864351 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=39, LastLogTerm=1, EntriesLength=2, CommitIndex=39 and Term=1
2021.03.24 11:22:46.864405 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 39 (2), req c idx: 39, my term: 1, my role: 1
2021.03.24 11:22:46.864417 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.864428 [ 4031 ] {} <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.864438 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 40, count: 0, log_store_->next_slot(): 40, req.log_entries().size(): 2
2021.03.24 11:22:46.864446 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 40, count: 0
2021.03.24 11:22:46.864454 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 40, count: 0
2021.03.24 11:22:46.864462 [ 4031 ] {} <Trace> RaftInstance: append at 40
2021.03.24 11:22:46.864487 [ 4031 ] {} <Trace> RaftInstance: append at 41
2021.03.24 11:22:46.864508 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 39
2021.03.24 11:22:46.864518 [ 4031 ] {} <Trace> RaftInstance: local log idx 41, target_commit_idx 39, quick_commit_index_ 39, state_->get_commit_idx() 38
2021.03.24 11:22:46.864526 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.864545 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.864560 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.864585 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.864593 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.864628 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=42
2021.03.24 11:22:46.864615 [ 4034 ] {} <Debug> RaftInstance: commit upto 39, current idx 38
2021.03.24 11:22:46.864663 [ 4034 ] {} <Trace> RaftInstance: commit upto 39, current idx 39
2021.03.24 11:22:46.864704 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 39, current idx 39
2021.03.24 11:22:46.864716 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.871510 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=41, LastLogTerm=1, EntriesLength=1, CommitIndex=41 and Term=1
2021.03.24 11:22:46.871576 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 41 (1), req c idx: 41, my term: 1, my role: 1
2021.03.24 11:22:46.871593 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.871606 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 41, req log term: 1, my last log idx: 41, my log (41) term: 1
2021.03.24 11:22:46.871616 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 42, count: 0, log_store_->next_slot(): 42, req.log_entries().size(): 1
2021.03.24 11:22:46.871624 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 42, count: 0
2021.03.24 11:22:46.871633 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 42, count: 0
2021.03.24 11:22:46.871640 [ 4030 ] {} <Trace> RaftInstance: append at 42
2021.03.24 11:22:46.871662 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 41
2021.03.24 11:22:46.871674 [ 4030 ] {} <Trace> RaftInstance: local log idx 42, target_commit_idx 41, quick_commit_index_ 41, state_->get_commit_idx() 39
2021.03.24 11:22:46.871684 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.871699 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.871711 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.871728 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.871738 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=43
2021.03.24 11:22:46.871796 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.871811 [ 4034 ] {} <Debug> RaftInstance: commit upto 41, current idx 39
2021.03.24 11:22:46.871820 [ 4034 ] {} <Trace> RaftInstance: commit upto 41, current idx 40
2021.03.24 11:22:46.871852 [ 4034 ] {} <Trace> RaftInstance: commit upto 41, current idx 41
2021.03.24 11:22:46.871879 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 41, current idx 41
2021.03.24 11:22:46.871889 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.878344 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=42, LastLogTerm=1, EntriesLength=0, CommitIndex=42 and Term=1
2021.03.24 11:22:46.878381 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 42 (0), req c idx: 42, my term: 1, my role: 1
2021.03.24 11:22:46.878393 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.878403 [ 4033 ] {} <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.878413 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 42
2021.03.24 11:22:46.878421 [ 4033 ] {} <Trace> RaftInstance: local log idx 42, target_commit_idx 42, quick_commit_index_ 42, state_->get_commit_idx() 41
2021.03.24 11:22:46.878446 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.878470 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.878483 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.878506 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.878518 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=43
2021.03.24 11:22:46.878534 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.878580 [ 4034 ] {} <Debug> RaftInstance: commit upto 42, current idx 41
2021.03.24 11:22:46.878593 [ 4034 ] {} <Trace> RaftInstance: commit upto 42, current idx 42
2021.03.24 11:22:46.878653 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 42, current idx 42
2021.03.24 11:22:46.878661 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.885319 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=42, LastLogTerm=1, EntriesLength=2, CommitIndex=42 and Term=1
2021.03.24 11:22:46.885363 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 42 (2), req c idx: 42, my term: 1, my role: 1
2021.03.24 11:22:46.885374 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.885386 [ 4032 ] {} <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.885396 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 43, count: 0, log_store_->next_slot(): 43, req.log_entries().size(): 2
2021.03.24 11:22:46.885427 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 43, count: 0
2021.03.24 11:22:46.885507 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 43, count: 0
2021.03.24 11:22:46.885531 [ 4032 ] {} <Trace> RaftInstance: append at 43
2021.03.24 11:22:46.885553 [ 4032 ] {} <Trace> RaftInstance: append at 44
2021.03.24 11:22:46.885567 [ 4032 ] {} <Trace> RaftInstance: local log idx 44, target_commit_idx 42, quick_commit_index_ 42, state_->get_commit_idx() 42
2021.03.24 11:22:46.885577 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.885596 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.885622 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.885634 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=45
2021.03.24 11:22:46.892308 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=44, LastLogTerm=1, EntriesLength=0, CommitIndex=44 and Term=1
2021.03.24 11:22:46.892367 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 44 (0), req c idx: 44, my term: 1, my role: 1
2021.03.24 11:22:46.892381 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.892392 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 44, req log term: 1, my last log idx: 44, my log (44) term: 1
2021.03.24 11:22:46.892402 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 44
2021.03.24 11:22:46.892411 [ 4031 ] {} <Trace> RaftInstance: local log idx 44, target_commit_idx 44, quick_commit_index_ 44, state_->get_commit_idx() 42
2021.03.24 11:22:46.892420 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.892440 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.892458 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.892475 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.892486 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=45
2021.03.24 11:22:46.892494 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.892576 [ 4034 ] {} <Debug> RaftInstance: commit upto 44, current idx 42
2021.03.24 11:22:46.892589 [ 4034 ] {} <Trace> RaftInstance: commit upto 44, current idx 43
2021.03.24 11:22:46.892647 [ 4034 ] {} <Trace> RaftInstance: commit upto 44, current idx 44
2021.03.24 11:22:46.892675 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 44, current idx 44
2021.03.24 11:22:46.892683 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.899108 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=44, LastLogTerm=1, EntriesLength=1, CommitIndex=44 and Term=1
2021.03.24 11:22:46.899157 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 44 (1), req c idx: 44, my term: 1, my role: 1
2021.03.24 11:22:46.899170 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.899181 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 44, req log term: 1, my last log idx: 44, my log (44) term: 1
2021.03.24 11:22:46.899190 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 45, count: 0, log_store_->next_slot(): 45, req.log_entries().size(): 1
2021.03.24 11:22:46.899199 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 45, count: 0
2021.03.24 11:22:46.899208 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 45, count: 0
2021.03.24 11:22:46.899216 [ 4030 ] {} <Trace> RaftInstance: append at 45
2021.03.24 11:22:46.899238 [ 4030 ] {} <Trace> RaftInstance: local log idx 45, target_commit_idx 44, quick_commit_index_ 44, state_->get_commit_idx() 44
2021.03.24 11:22:46.899247 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.899286 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.899305 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.899315 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=46
2021.03.24 11:22:46.906285 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=45, LastLogTerm=1, EntriesLength=1, CommitIndex=45 and Term=1
2021.03.24 11:22:46.906336 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 45 (1), req c idx: 45, my term: 1, my role: 1
2021.03.24 11:22:46.906348 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.906361 [ 4032 ] {} <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.906370 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 46, count: 0, log_store_->next_slot(): 46, req.log_entries().size(): 1
2021.03.24 11:22:46.906379 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 46, count: 0
2021.03.24 11:22:46.906387 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 46, count: 0
2021.03.24 11:22:46.906394 [ 4032 ] {} <Trace> RaftInstance: append at 46
2021.03.24 11:22:46.906416 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 45
2021.03.24 11:22:46.906425 [ 4032 ] {} <Trace> RaftInstance: local log idx 46, target_commit_idx 45, quick_commit_index_ 45, state_->get_commit_idx() 44
2021.03.24 11:22:46.906433 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.906445 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.906465 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.906482 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.906492 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=47
2021.03.24 11:22:46.906518 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.906544 [ 4034 ] {} <Debug> RaftInstance: commit upto 45, current idx 44
2021.03.24 11:22:46.906555 [ 4034 ] {} <Trace> RaftInstance: commit upto 45, current idx 45
2021.03.24 11:22:46.906604 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 45, current idx 45
2021.03.24 11:22:46.906616 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.913400 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=46, LastLogTerm=1, EntriesLength=2, CommitIndex=46 and Term=1
2021.03.24 11:22:46.913462 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 46 (2), req c idx: 46, my term: 1, my role: 1
2021.03.24 11:22:46.913478 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.913498 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 46, req log term: 1, my last log idx: 46, my log (46) term: 1
2021.03.24 11:22:46.913510 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 47, count: 0, log_store_->next_slot(): 47, req.log_entries().size(): 2
2021.03.24 11:22:46.913520 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 47, count: 0
2021.03.24 11:22:46.913530 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 47, count: 0
2021.03.24 11:22:46.913543 [ 4031 ] {} <Trace> RaftInstance: append at 47
2021.03.24 11:22:46.913609 [ 4031 ] {} <Trace> RaftInstance: append at 48
2021.03.24 11:22:46.913697 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 46
2021.03.24 11:22:46.913711 [ 4031 ] {} <Trace> RaftInstance: local log idx 48, target_commit_idx 46, quick_commit_index_ 46, state_->get_commit_idx() 45
2021.03.24 11:22:46.913720 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.913739 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.913757 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.913775 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.913786 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=49
2021.03.24 11:22:46.913798 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.913857 [ 4034 ] {} <Debug> RaftInstance: commit upto 46, current idx 45
2021.03.24 11:22:46.913881 [ 4034 ] {} <Trace> RaftInstance: commit upto 46, current idx 46
2021.03.24 11:22:46.913937 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 46, current idx 46
2021.03.24 11:22:46.913959 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.920454 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=48, LastLogTerm=1, EntriesLength=0, CommitIndex=48 and Term=1
2021.03.24 11:22:46.920513 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 48 (0), req c idx: 48, my term: 1, my role: 1
2021.03.24 11:22:46.920526 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.920538 [ 4031 ] {} <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.920547 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 48
2021.03.24 11:22:46.920556 [ 4031 ] {} <Trace> RaftInstance: local log idx 48, target_commit_idx 48, quick_commit_index_ 48, state_->get_commit_idx() 46
2021.03.24 11:22:46.920565 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.920585 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.920606 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.920614 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.920623 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.920653 [ 4034 ] {} <Debug> RaftInstance: commit upto 48, current idx 46
2021.03.24 11:22:46.920679 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=49
2021.03.24 11:22:46.920720 [ 4034 ] {} <Trace> RaftInstance: commit upto 48, current idx 47
2021.03.24 11:22:46.920803 [ 4034 ] {} <Trace> RaftInstance: commit upto 48, current idx 48
2021.03.24 11:22:46.920820 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 48, current idx 48
2021.03.24 11:22:46.920828 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.927427 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=48, LastLogTerm=1, EntriesLength=1, CommitIndex=48 and Term=1
2021.03.24 11:22:46.927528 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 48 (1), req c idx: 48, my term: 1, my role: 1
2021.03.24 11:22:46.927542 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.927554 [ 4032 ] {} <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.927564 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 49, count: 0, log_store_->next_slot(): 49, req.log_entries().size(): 1
2021.03.24 11:22:46.927573 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 49, count: 0
2021.03.24 11:22:46.927581 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 49, count: 0
2021.03.24 11:22:46.927588 [ 4032 ] {} <Trace> RaftInstance: append at 49
2021.03.24 11:22:46.927611 [ 4032 ] {} <Trace> RaftInstance: local log idx 49, target_commit_idx 48, quick_commit_index_ 48, state_->get_commit_idx() 48
2021.03.24 11:22:46.927620 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.927643 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.927661 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.927671 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=50
2021.03.24 11:22:46.934486 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=49, LastLogTerm=1, EntriesLength=0, CommitIndex=49 and Term=1
2021.03.24 11:22:46.934544 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 49 (0), req c idx: 49, my term: 1, my role: 1
2021.03.24 11:22:46.934557 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.934569 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 49, req log term: 1, my last log idx: 49, my log (49) term: 1
2021.03.24 11:22:46.934579 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 49
2021.03.24 11:22:46.934588 [ 4033 ] {} <Trace> RaftInstance: local log idx 49, target_commit_idx 49, quick_commit_index_ 49, state_->get_commit_idx() 48
2021.03.24 11:22:46.934596 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.934610 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.934631 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.934649 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.934659 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=50
2021.03.24 11:22:46.934734 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.934750 [ 4034 ] {} <Debug> RaftInstance: commit upto 49, current idx 48
2021.03.24 11:22:46.934760 [ 4034 ] {} <Trace> RaftInstance: commit upto 49, current idx 49
2021.03.24 11:22:46.934813 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 49, current idx 49
2021.03.24 11:22:46.934835 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.941215 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=49, LastLogTerm=1, EntriesLength=1, CommitIndex=49 and Term=1
2021.03.24 11:22:46.941259 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 49 (1), req c idx: 49, my term: 1, my role: 1
2021.03.24 11:22:46.941313 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.941328 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 49, req log term: 1, my last log idx: 49, my log (49) term: 1
2021.03.24 11:22:46.941339 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 50, count: 0, log_store_->next_slot(): 50, req.log_entries().size(): 1
2021.03.24 11:22:46.941348 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 50, count: 0
2021.03.24 11:22:46.941356 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 50, count: 0
2021.03.24 11:22:46.941365 [ 4033 ] {} <Trace> RaftInstance: append at 50
2021.03.24 11:22:46.941389 [ 4033 ] {} <Trace> RaftInstance: local log idx 50, target_commit_idx 49, quick_commit_index_ 49, state_->get_commit_idx() 49
2021.03.24 11:22:46.941399 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.941416 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.941433 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.941443 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=51
2021.03.24 11:22:46.948121 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=50, LastLogTerm=1, EntriesLength=1, CommitIndex=50 and Term=1
2021.03.24 11:22:46.948201 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 50 (1), req c idx: 50, my term: 1, my role: 1
2021.03.24 11:22:46.948214 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.948227 [ 4030 ] {} <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.948238 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 51, count: 0, log_store_->next_slot(): 51, req.log_entries().size(): 1
2021.03.24 11:22:46.948246 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 51, count: 0
2021.03.24 11:22:46.948255 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 51, count: 0
2021.03.24 11:22:46.948262 [ 4030 ] {} <Trace> RaftInstance: append at 51
2021.03.24 11:22:46.948285 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 50
2021.03.24 11:22:46.948294 [ 4030 ] {} <Trace> RaftInstance: local log idx 51, target_commit_idx 50, quick_commit_index_ 50, state_->get_commit_idx() 49
2021.03.24 11:22:46.948302 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.948322 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.948338 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.948342 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.948376 [ 4034 ] {} <Debug> RaftInstance: commit upto 50, current idx 49
2021.03.24 11:22:46.948390 [ 4034 ] {} <Trace> RaftInstance: commit upto 50, current idx 50
2021.03.24 11:22:46.948355 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.948422 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 50, current idx 50
2021.03.24 11:22:46.948496 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.948442 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=52
2021.03.24 11:22:46.955277 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=51, LastLogTerm=1, EntriesLength=0, CommitIndex=51 and Term=1
2021.03.24 11:22:46.955315 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 51 (0), req c idx: 51, my term: 1, my role: 1
2021.03.24 11:22:46.955376 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.955400 [ 4032 ] {} <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.955411 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 51
2021.03.24 11:22:46.955423 [ 4032 ] {} <Trace> RaftInstance: local log idx 51, target_commit_idx 51, quick_commit_index_ 51, state_->get_commit_idx() 50
2021.03.24 11:22:46.955434 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.955452 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.955490 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.955510 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.955521 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=52
2021.03.24 11:22:46.955529 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.955588 [ 4034 ] {} <Debug> RaftInstance: commit upto 51, current idx 50
2021.03.24 11:22:46.955603 [ 4034 ] {} <Trace> RaftInstance: commit upto 51, current idx 51
2021.03.24 11:22:46.955657 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 51, current idx 51
2021.03.24 11:22:46.955666 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.964611 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=51, LastLogTerm=1, EntriesLength=1, CommitIndex=51 and Term=1
2021.03.24 11:22:46.964681 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 51 (1), req c idx: 51, my term: 1, my role: 1
2021.03.24 11:22:46.964695 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.964707 [ 4031 ] {} <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.964717 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 52, count: 0, log_store_->next_slot(): 52, req.log_entries().size(): 1
2021.03.24 11:22:46.964725 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 52, count: 0
2021.03.24 11:22:46.964734 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 52, count: 0
2021.03.24 11:22:46.964741 [ 4031 ] {} <Trace> RaftInstance: append at 52
2021.03.24 11:22:46.964766 [ 4031 ] {} <Trace> RaftInstance: local log idx 52, target_commit_idx 51, quick_commit_index_ 51, state_->get_commit_idx() 51
2021.03.24 11:22:46.964775 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.964791 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.964808 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.964818 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=53
2021.03.24 11:22:46.971583 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=52, LastLogTerm=1, EntriesLength=2, CommitIndex=52 and Term=1
2021.03.24 11:22:46.971646 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 52 (2), req c idx: 52, my term: 1, my role: 1
2021.03.24 11:22:46.971658 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.971671 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 52, req log term: 1, my last log idx: 52, my log (52) term: 1
2021.03.24 11:22:46.971681 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 53, count: 0, log_store_->next_slot(): 53, req.log_entries().size(): 2
2021.03.24 11:22:46.971695 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 53, count: 0
2021.03.24 11:22:46.971706 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 53, count: 0
2021.03.24 11:22:46.971734 [ 4032 ] {} <Trace> RaftInstance: append at 53
2021.03.24 11:22:46.971756 [ 4032 ] {} <Trace> RaftInstance: append at 54
2021.03.24 11:22:46.971769 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 52
2021.03.24 11:22:46.971778 [ 4032 ] {} <Trace> RaftInstance: local log idx 54, target_commit_idx 52, quick_commit_index_ 52, state_->get_commit_idx() 51
2021.03.24 11:22:46.971786 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.971805 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.971818 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.971847 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.971850 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.971858 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=55
2021.03.24 11:22:46.971884 [ 4034 ] {} <Debug> RaftInstance: commit upto 52, current idx 51
2021.03.24 11:22:46.971925 [ 4034 ] {} <Trace> RaftInstance: commit upto 52, current idx 52
2021.03.24 11:22:46.972012 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 52, current idx 52
2021.03.24 11:22:46.972022 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.978527 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=54, LastLogTerm=1, EntriesLength=0, CommitIndex=54 and Term=1
2021.03.24 11:22:46.978561 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 54 (0), req c idx: 54, my term: 1, my role: 1
2021.03.24 11:22:46.978573 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.978583 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 54, req log term: 1, my last log idx: 54, my log (54) term: 1
2021.03.24 11:22:46.978592 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 54
2021.03.24 11:22:46.978602 [ 4033 ] {} <Trace> RaftInstance: local log idx 54, target_commit_idx 54, quick_commit_index_ 54, state_->get_commit_idx() 52
2021.03.24 11:22:46.978610 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.978621 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.978633 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.978647 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.978656 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=55
2021.03.24 11:22:46.978701 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.978715 [ 4034 ] {} <Debug> RaftInstance: commit upto 54, current idx 52
2021.03.24 11:22:46.978734 [ 4034 ] {} <Trace> RaftInstance: commit upto 54, current idx 53
2021.03.24 11:22:46.978761 [ 4034 ] {} <Trace> RaftInstance: commit upto 54, current idx 54
2021.03.24 11:22:46.978777 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 54, current idx 54
2021.03.24 11:22:46.978785 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.985412 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=54, LastLogTerm=1, EntriesLength=2, CommitIndex=54 and Term=1
2021.03.24 11:22:46.985447 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 54 (2), req c idx: 54, my term: 1, my role: 1
2021.03.24 11:22:46.985458 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.985468 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 54, req log term: 1, my last log idx: 54, my log (54) term: 1
2021.03.24 11:22:46.985495 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 55, count: 0, log_store_->next_slot(): 55, req.log_entries().size(): 2
2021.03.24 11:22:46.985504 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 55, count: 0
2021.03.24 11:22:46.985522 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 55, count: 0
2021.03.24 11:22:46.985529 [ 4030 ] {} <Trace> RaftInstance: append at 55
2021.03.24 11:22:46.985549 [ 4030 ] {} <Trace> RaftInstance: append at 56
2021.03.24 11:22:46.985563 [ 4030 ] {} <Trace> RaftInstance: local log idx 56, target_commit_idx 54, quick_commit_index_ 54, state_->get_commit_idx() 54
2021.03.24 11:22:46.985572 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.985589 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.985604 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.985614 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=57
2021.03.24 11:22:46.992320 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=56, LastLogTerm=1, EntriesLength=0, CommitIndex=56 and Term=1
2021.03.24 11:22:46.992354 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 56 (0), req c idx: 56, my term: 1, my role: 1
2021.03.24 11:22:46.992365 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.992376 [ 4032 ] {} <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:46.992386 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 56
2021.03.24 11:22:46.992394 [ 4032 ] {} <Trace> RaftInstance: local log idx 56, target_commit_idx 56, quick_commit_index_ 56, state_->get_commit_idx() 54
2021.03.24 11:22:46.992402 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:46.992422 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.992438 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.992453 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.992457 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:46.992462 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=57
2021.03.24 11:22:46.992488 [ 4034 ] {} <Debug> RaftInstance: commit upto 56, current idx 54
2021.03.24 11:22:46.992517 [ 4034 ] {} <Trace> RaftInstance: commit upto 56, current idx 55
2021.03.24 11:22:46.992560 [ 4034 ] {} <Trace> RaftInstance: commit upto 56, current idx 56
2021.03.24 11:22:46.992585 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 56, current idx 56
2021.03.24 11:22:46.992599 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:46.999340 [ 4032 ] {} <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:46.999383 [ 4032 ] {} <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:46.999395 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:46.999405 [ 4032 ] {} <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:46.999415 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 57, count: 0, log_store_->next_slot(): 57, req.log_entries().size(): 2
2021.03.24 11:22:46.999424 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 57, count: 0
2021.03.24 11:22:46.999450 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 57, count: 0
2021.03.24 11:22:46.999480 [ 4032 ] {} <Trace> RaftInstance: append at 57
2021.03.24 11:22:46.999504 [ 4032 ] {} <Trace> RaftInstance: append at 58
2021.03.24 11:22:46.999518 [ 4032 ] {} <Trace> RaftInstance: local log idx 58, target_commit_idx 56, quick_commit_index_ 56, state_->get_commit_idx() 56
2021.03.24 11:22:46.999526 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:46.999545 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:46.999590 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:46.999614 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=59
2021.03.24 11:22:47.006250 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=58, LastLogTerm=1, EntriesLength=0, CommitIndex=58 and Term=1
2021.03.24 11:22:47.006306 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 58 (0), req c idx: 58, my term: 1, my role: 1
2021.03.24 11:22:47.006319 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.006330 [ 4030 ] {} <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.006340 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 58
2021.03.24 11:22:47.006349 [ 4030 ] {} <Trace> RaftInstance: local log idx 58, target_commit_idx 58, quick_commit_index_ 58, state_->get_commit_idx() 56
2021.03.24 11:22:47.006357 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.006372 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.006386 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.006403 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.006412 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=59
2021.03.24 11:22:47.006487 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.006509 [ 4034 ] {} <Debug> RaftInstance: commit upto 58, current idx 56
2021.03.24 11:22:47.006537 [ 4034 ] {} <Trace> RaftInstance: commit upto 58, current idx 57
2021.03.24 11:22:47.006608 [ 4034 ] {} <Trace> RaftInstance: commit upto 58, current idx 58
2021.03.24 11:22:47.006682 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 58, current idx 58
2021.03.24 11:22:47.006703 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.013150 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=58, LastLogTerm=1, EntriesLength=2, CommitIndex=58 and Term=1
2021.03.24 11:22:47.013205 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 58 (2), req c idx: 58, my term: 1, my role: 1
2021.03.24 11:22:47.013217 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.013229 [ 4032 ] {} <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.013239 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 59, count: 0, log_store_->next_slot(): 59, req.log_entries().size(): 2
2021.03.24 11:22:47.013247 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 59, count: 0
2021.03.24 11:22:47.013255 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 59, count: 0
2021.03.24 11:22:47.013263 [ 4032 ] {} <Trace> RaftInstance: append at 59
2021.03.24 11:22:47.013285 [ 4032 ] {} <Trace> RaftInstance: append at 60
2021.03.24 11:22:47.013309 [ 4032 ] {} <Trace> RaftInstance: local log idx 60, target_commit_idx 58, quick_commit_index_ 58, state_->get_commit_idx() 58
2021.03.24 11:22:47.013324 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.013348 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.013374 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.013415 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=61
2021.03.24 11:22:47.019936 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=60, LastLogTerm=1, EntriesLength=0, CommitIndex=60 and Term=1
2021.03.24 11:22:47.019967 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 60 (0), req c idx: 60, my term: 1, my role: 1
2021.03.24 11:22:47.019979 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.019990 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 60, req log term: 1, my last log idx: 60, my log (60) term: 1
2021.03.24 11:22:47.019999 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 60
2021.03.24 11:22:47.020007 [ 4030 ] {} <Trace> RaftInstance: local log idx 60, target_commit_idx 60, quick_commit_index_ 60, state_->get_commit_idx() 58
2021.03.24 11:22:47.020016 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.020028 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.020044 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.020056 [ 4034 ] {} <Debug> RaftInstance: commit upto 60, current idx 58
2021.03.24 11:22:47.020066 [ 4034 ] {} <Trace> RaftInstance: commit upto 60, current idx 59
2021.03.24 11:22:47.020139 [ 4034 ] {} <Trace> RaftInstance: commit upto 60, current idx 60
2021.03.24 11:22:47.020157 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 60, current idx 60
2021.03.24 11:22:47.020166 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.020192 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.020208 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.020217 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=61
2021.03.24 11:22:47.026808 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=60, LastLogTerm=1, EntriesLength=2, CommitIndex=60 and Term=1
2021.03.24 11:22:47.026850 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 60 (2), req c idx: 60, my term: 1, my role: 1
2021.03.24 11:22:47.026861 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.026873 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 60, req log term: 1, my last log idx: 60, my log (60) term: 1
2021.03.24 11:22:47.026883 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 61, count: 0, log_store_->next_slot(): 61, req.log_entries().size(): 2
2021.03.24 11:22:47.026891 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 61, count: 0
2021.03.24 11:22:47.026899 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 61, count: 0
2021.03.24 11:22:47.026906 [ 4033 ] {} <Trace> RaftInstance: append at 61
2021.03.24 11:22:47.026944 [ 4033 ] {} <Trace> RaftInstance: append at 62
2021.03.24 11:22:47.026959 [ 4033 ] {} <Trace> RaftInstance: local log idx 62, target_commit_idx 60, quick_commit_index_ 60, state_->get_commit_idx() 60
2021.03.24 11:22:47.026967 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.027007 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.027024 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.027034 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=63
2021.03.24 11:22:47.033548 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=62, LastLogTerm=1, EntriesLength=0, CommitIndex=62 and Term=1
2021.03.24 11:22:47.033580 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 62 (0), req c idx: 62, my term: 1, my role: 1
2021.03.24 11:22:47.033592 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.033613 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 62, req log term: 1, my last log idx: 62, my log (62) term: 1
2021.03.24 11:22:47.033623 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 62
2021.03.24 11:22:47.033631 [ 4031 ] {} <Trace> RaftInstance: local log idx 62, target_commit_idx 62, quick_commit_index_ 62, state_->get_commit_idx() 60
2021.03.24 11:22:47.033640 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.033651 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.033672 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.033687 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.033704 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=63
2021.03.24 11:22:47.033752 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.033782 [ 4034 ] {} <Debug> RaftInstance: commit upto 62, current idx 60
2021.03.24 11:22:47.033794 [ 4034 ] {} <Trace> RaftInstance: commit upto 62, current idx 61
2021.03.24 11:22:47.033868 [ 4034 ] {} <Trace> RaftInstance: commit upto 62, current idx 62
2021.03.24 11:22:47.033898 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 62, current idx 62
2021.03.24 11:22:47.033905 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.040264 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=62, LastLogTerm=1, EntriesLength=2, CommitIndex=62 and Term=1
2021.03.24 11:22:47.040295 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 62 (2), req c idx: 62, my term: 1, my role: 1
2021.03.24 11:22:47.040306 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.040316 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 62, req log term: 1, my last log idx: 62, my log (62) term: 1
2021.03.24 11:22:47.040326 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 63, count: 0, log_store_->next_slot(): 63, req.log_entries().size(): 2
2021.03.24 11:22:47.040339 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 63, count: 0
2021.03.24 11:22:47.040348 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 63, count: 0
2021.03.24 11:22:47.040355 [ 4032 ] {} <Trace> RaftInstance: append at 63
2021.03.24 11:22:47.040374 [ 4032 ] {} <Trace> RaftInstance: append at 64
2021.03.24 11:22:47.040387 [ 4032 ] {} <Trace> RaftInstance: local log idx 64, target_commit_idx 62, quick_commit_index_ 62, state_->get_commit_idx() 62
2021.03.24 11:22:47.040395 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.040412 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.040429 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.040440 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=65
2021.03.24 11:22:47.046883 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=64, LastLogTerm=1, EntriesLength=0, CommitIndex=64 and Term=1
2021.03.24 11:22:47.046924 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 64 (0), req c idx: 64, my term: 1, my role: 1
2021.03.24 11:22:47.046936 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.046947 [ 4030 ] {} <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.046956 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 64
2021.03.24 11:22:47.046965 [ 4030 ] {} <Trace> RaftInstance: local log idx 64, target_commit_idx 64, quick_commit_index_ 64, state_->get_commit_idx() 62
2021.03.24 11:22:47.046992 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.047010 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.047026 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.047032 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.047092 [ 4034 ] {} <Debug> RaftInstance: commit upto 64, current idx 62
2021.03.24 11:22:47.047042 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.047106 [ 4034 ] {} <Trace> RaftInstance: commit upto 64, current idx 63
2021.03.24 11:22:47.047124 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=65
2021.03.24 11:22:47.047184 [ 4034 ] {} <Trace> RaftInstance: commit upto 64, current idx 64
2021.03.24 11:22:47.047238 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 64, current idx 64
2021.03.24 11:22:47.047250 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.055570 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=64, LastLogTerm=1, EntriesLength=1, CommitIndex=64 and Term=1
2021.03.24 11:22:47.055642 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 64 (1), req c idx: 64, my term: 1, my role: 1
2021.03.24 11:22:47.055655 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.055667 [ 4033 ] {} <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.055677 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 65, count: 0, log_store_->next_slot(): 65, req.log_entries().size(): 1
2021.03.24 11:22:47.055686 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 65, count: 0
2021.03.24 11:22:47.055694 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 65, count: 0
2021.03.24 11:22:47.055701 [ 4033 ] {} <Trace> RaftInstance: append at 65
2021.03.24 11:22:47.055726 [ 4033 ] {} <Trace> RaftInstance: local log idx 65, target_commit_idx 64, quick_commit_index_ 64, state_->get_commit_idx() 64
2021.03.24 11:22:47.055735 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.055751 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.055771 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.055780 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=66
2021.03.24 11:22:47.062493 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=65, LastLogTerm=1, EntriesLength=0, CommitIndex=65 and Term=1
2021.03.24 11:22:47.062543 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 65 (0), req c idx: 65, my term: 1, my role: 1
2021.03.24 11:22:47.062556 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.062567 [ 4032 ] {} <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.062577 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 65
2021.03.24 11:22:47.062586 [ 4032 ] {} <Trace> RaftInstance: local log idx 65, target_commit_idx 65, quick_commit_index_ 65, state_->get_commit_idx() 64
2021.03.24 11:22:47.062594 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.062607 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.062621 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.062637 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.062647 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=66
2021.03.24 11:22:47.062747 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.062764 [ 4034 ] {} <Debug> RaftInstance: commit upto 65, current idx 64
2021.03.24 11:22:47.062774 [ 4034 ] {} <Trace> RaftInstance: commit upto 65, current idx 65
2021.03.24 11:22:47.062858 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 65, current idx 65
2021.03.24 11:22:47.062874 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.082769 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=65, LastLogTerm=1, EntriesLength=1, CommitIndex=65 and Term=1
2021.03.24 11:22:47.082814 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 65 (1), req c idx: 65, my term: 1, my role: 1
2021.03.24 11:22:47.082826 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.082838 [ 4031 ] {} <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.082848 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 66, count: 0, log_store_->next_slot(): 66, req.log_entries().size(): 1
2021.03.24 11:22:47.082856 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 66, count: 0
2021.03.24 11:22:47.082864 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 66, count: 0
2021.03.24 11:22:47.082871 [ 4031 ] {} <Trace> RaftInstance: append at 66
2021.03.24 11:22:47.082894 [ 4031 ] {} <Trace> RaftInstance: local log idx 66, target_commit_idx 65, quick_commit_index_ 65, state_->get_commit_idx() 65
2021.03.24 11:22:47.082904 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.082947 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.082967 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.082977 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=67
2021.03.24 11:22:47.089486 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=66, LastLogTerm=1, EntriesLength=2, CommitIndex=66 and Term=1
2021.03.24 11:22:47.089534 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 66 (2), req c idx: 66, my term: 1, my role: 1
2021.03.24 11:22:47.089546 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.089558 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 66, req log term: 1, my last log idx: 66, my log (66) term: 1
2021.03.24 11:22:47.089568 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 67, count: 0, log_store_->next_slot(): 67, req.log_entries().size(): 2
2021.03.24 11:22:47.089576 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 67, count: 0
2021.03.24 11:22:47.089584 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 67, count: 0
2021.03.24 11:22:47.089592 [ 4033 ] {} <Trace> RaftInstance: append at 67
2021.03.24 11:22:47.089613 [ 4033 ] {} <Trace> RaftInstance: append at 68
2021.03.24 11:22:47.089625 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 66
2021.03.24 11:22:47.089633 [ 4033 ] {} <Trace> RaftInstance: local log idx 68, target_commit_idx 66, quick_commit_index_ 66, state_->get_commit_idx() 65
2021.03.24 11:22:47.089641 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.089661 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.089696 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.089691 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.089713 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.089752 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=69
2021.03.24 11:22:47.089734 [ 4034 ] {} <Debug> RaftInstance: commit upto 66, current idx 65
2021.03.24 11:22:47.089797 [ 4034 ] {} <Trace> RaftInstance: commit upto 66, current idx 66
2021.03.24 11:22:47.089850 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 66, current idx 66
2021.03.24 11:22:47.089864 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.096431 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=68, LastLogTerm=1, EntriesLength=1, CommitIndex=68 and Term=1
2021.03.24 11:22:47.096493 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 68 (1), req c idx: 68, my term: 1, my role: 1
2021.03.24 11:22:47.096505 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.096517 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 68, req log term: 1, my last log idx: 68, my log (68) term: 1
2021.03.24 11:22:47.096527 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 69, count: 0, log_store_->next_slot(): 69, req.log_entries().size(): 1
2021.03.24 11:22:47.096556 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 69, count: 0
2021.03.24 11:22:47.096571 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 69, count: 0
2021.03.24 11:22:47.096579 [ 4030 ] {} <Trace> RaftInstance: append at 69
2021.03.24 11:22:47.096602 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 68
2021.03.24 11:22:47.096611 [ 4030 ] {} <Trace> RaftInstance: local log idx 69, target_commit_idx 68, quick_commit_index_ 68, state_->get_commit_idx() 66
2021.03.24 11:22:47.096619 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.096638 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.096656 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.096673 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.096683 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=70
2021.03.24 11:22:47.096709 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.096742 [ 4034 ] {} <Debug> RaftInstance: commit upto 68, current idx 66
2021.03.24 11:22:47.096763 [ 4034 ] {} <Trace> RaftInstance: commit upto 68, current idx 67
2021.03.24 11:22:47.096822 [ 4034 ] {} <Trace> RaftInstance: commit upto 68, current idx 68
2021.03.24 11:22:47.096841 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 68, current idx 68
2021.03.24 11:22:47.096849 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.103350 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=69, LastLogTerm=1, EntriesLength=0, CommitIndex=69 and Term=1
2021.03.24 11:22:47.103404 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 69 (0), req c idx: 69, my term: 1, my role: 1
2021.03.24 11:22:47.103483 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.103534 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 69, req log term: 1, my last log idx: 69, my log (69) term: 1
2021.03.24 11:22:47.103547 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 69
2021.03.24 11:22:47.103594 [ 4030 ] {} <Trace> RaftInstance: local log idx 69, target_commit_idx 69, quick_commit_index_ 69, state_->get_commit_idx() 68
2021.03.24 11:22:47.103602 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.103622 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.103638 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.103656 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.103659 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.103732 [ 4034 ] {} <Debug> RaftInstance: commit upto 69, current idx 68
2021.03.24 11:22:47.103667 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=70
2021.03.24 11:22:47.103751 [ 4034 ] {} <Trace> RaftInstance: commit upto 69, current idx 69
2021.03.24 11:22:47.103792 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 69, current idx 69
2021.03.24 11:22:47.103799 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.110387 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=69, LastLogTerm=1, EntriesLength=2, CommitIndex=69 and Term=1
2021.03.24 11:22:47.110441 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 69 (2), req c idx: 69, my term: 1, my role: 1
2021.03.24 11:22:47.110454 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.110466 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 69, req log term: 1, my last log idx: 69, my log (69) term: 1
2021.03.24 11:22:47.110476 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 70, count: 0, log_store_->next_slot(): 70, req.log_entries().size(): 2
2021.03.24 11:22:47.110485 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 70, count: 0
2021.03.24 11:22:47.110493 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 70, count: 0
2021.03.24 11:22:47.110500 [ 4033 ] {} <Trace> RaftInstance: append at 70
2021.03.24 11:22:47.110521 [ 4033 ] {} <Trace> RaftInstance: append at 71
2021.03.24 11:22:47.110535 [ 4033 ] {} <Trace> RaftInstance: local log idx 71, target_commit_idx 69, quick_commit_index_ 69, state_->get_commit_idx() 69
2021.03.24 11:22:47.110544 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.110570 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.110587 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.110597 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=72
2021.03.24 11:22:47.117203 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=71, LastLogTerm=1, EntriesLength=1, CommitIndex=71 and Term=1
2021.03.24 11:22:47.117277 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 71 (1), req c idx: 71, my term: 1, my role: 1
2021.03.24 11:22:47.117293 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.117304 [ 4031 ] {} <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.117314 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 72, count: 0, log_store_->next_slot(): 72, req.log_entries().size(): 1
2021.03.24 11:22:47.117323 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 72, count: 0
2021.03.24 11:22:47.117331 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 72, count: 0
2021.03.24 11:22:47.117338 [ 4031 ] {} <Trace> RaftInstance: append at 72
2021.03.24 11:22:47.117358 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 71
2021.03.24 11:22:47.117366 [ 4031 ] {} <Trace> RaftInstance: local log idx 72, target_commit_idx 71, quick_commit_index_ 71, state_->get_commit_idx() 69
2021.03.24 11:22:47.117396 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.117416 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.117430 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.117445 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.117455 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=73
2021.03.24 11:22:47.117455 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.117480 [ 4034 ] {} <Debug> RaftInstance: commit upto 71, current idx 69
2021.03.24 11:22:47.117492 [ 4034 ] {} <Trace> RaftInstance: commit upto 71, current idx 70
2021.03.24 11:22:47.117529 [ 4034 ] {} <Trace> RaftInstance: commit upto 71, current idx 71
2021.03.24 11:22:47.117578 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 71, current idx 71
2021.03.24 11:22:47.117589 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.124180 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=72, LastLogTerm=1, EntriesLength=1, CommitIndex=72 and Term=1
2021.03.24 11:22:47.124223 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 72 (1), req c idx: 72, my term: 1, my role: 1
2021.03.24 11:22:47.124235 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.124247 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 72, req log term: 1, my last log idx: 72, my log (72) term: 1
2021.03.24 11:22:47.124256 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 73, count: 0, log_store_->next_slot(): 73, req.log_entries().size(): 1
2021.03.24 11:22:47.124264 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 73, count: 0
2021.03.24 11:22:47.124272 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 73, count: 0
2021.03.24 11:22:47.124280 [ 4033 ] {} <Trace> RaftInstance: append at 73
2021.03.24 11:22:47.124300 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 72
2021.03.24 11:22:47.124309 [ 4033 ] {} <Trace> RaftInstance: local log idx 73, target_commit_idx 72, quick_commit_index_ 72, state_->get_commit_idx() 71
2021.03.24 11:22:47.124318 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.124340 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.124352 [ 4034 ] {} <Debug> RaftInstance: commit upto 72, current idx 71
2021.03.24 11:22:47.124361 [ 4034 ] {} <Trace> RaftInstance: commit upto 72, current idx 72
2021.03.24 11:22:47.124405 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 72, current idx 72
2021.03.24 11:22:47.124413 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.124436 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.124458 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.124475 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.124485 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=74
2021.03.24 11:22:47.131108 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=73, LastLogTerm=1, EntriesLength=1, CommitIndex=73 and Term=1
2021.03.24 11:22:47.131159 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 73 (1), req c idx: 73, my term: 1, my role: 1
2021.03.24 11:22:47.131188 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.131200 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 73, req log term: 1, my last log idx: 73, my log (73) term: 1
2021.03.24 11:22:47.131215 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 74, count: 0, log_store_->next_slot(): 74, req.log_entries().size(): 1
2021.03.24 11:22:47.131225 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 74, count: 0
2021.03.24 11:22:47.131241 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 74, count: 0
2021.03.24 11:22:47.131250 [ 4031 ] {} <Trace> RaftInstance: append at 74
2021.03.24 11:22:47.131270 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 73
2021.03.24 11:22:47.131279 [ 4031 ] {} <Trace> RaftInstance: local log idx 74, target_commit_idx 73, quick_commit_index_ 73, state_->get_commit_idx() 72
2021.03.24 11:22:47.131287 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.131305 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.131322 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.131339 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.131349 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=75
2021.03.24 11:22:47.131354 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.131400 [ 4034 ] {} <Debug> RaftInstance: commit upto 73, current idx 72
2021.03.24 11:22:47.131414 [ 4034 ] {} <Trace> RaftInstance: commit upto 73, current idx 73
2021.03.24 11:22:47.131446 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 73, current idx 73
2021.03.24 11:22:47.131477 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.138055 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=74, LastLogTerm=1, EntriesLength=1, CommitIndex=74 and Term=1
2021.03.24 11:22:47.138111 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 74 (1), req c idx: 74, my term: 1, my role: 1
2021.03.24 11:22:47.138124 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.138135 [ 4030 ] {} <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.138145 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 75, count: 0, log_store_->next_slot(): 75, req.log_entries().size(): 1
2021.03.24 11:22:47.138153 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 75, count: 0
2021.03.24 11:22:47.138161 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 75, count: 0
2021.03.24 11:22:47.138168 [ 4030 ] {} <Trace> RaftInstance: append at 75
2021.03.24 11:22:47.138210 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 74
2021.03.24 11:22:47.138220 [ 4030 ] {} <Trace> RaftInstance: local log idx 75, target_commit_idx 74, quick_commit_index_ 74, state_->get_commit_idx() 73
2021.03.24 11:22:47.138228 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.138246 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.138262 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.138272 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.138279 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.138301 [ 4034 ] {} <Debug> RaftInstance: commit upto 74, current idx 73
2021.03.24 11:22:47.138310 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=76
2021.03.24 11:22:47.138315 [ 4034 ] {} <Trace> RaftInstance: commit upto 74, current idx 74
2021.03.24 11:22:47.138344 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 74, current idx 74
2021.03.24 11:22:47.138353 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.145082 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=75, LastLogTerm=1, EntriesLength=1, CommitIndex=75 and Term=1
2021.03.24 11:22:47.145161 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 75 (1), req c idx: 75, my term: 1, my role: 1
2021.03.24 11:22:47.145173 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.145185 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 75, req log term: 1, my last log idx: 75, my log (75) term: 1
2021.03.24 11:22:47.145195 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 76, count: 0, log_store_->next_slot(): 76, req.log_entries().size(): 1
2021.03.24 11:22:47.145205 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 76, count: 0
2021.03.24 11:22:47.145213 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 76, count: 0
2021.03.24 11:22:47.145220 [ 4033 ] {} <Trace> RaftInstance: append at 76
2021.03.24 11:22:47.145271 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 75
2021.03.24 11:22:47.145283 [ 4033 ] {} <Trace> RaftInstance: local log idx 76, target_commit_idx 75, quick_commit_index_ 75, state_->get_commit_idx() 74
2021.03.24 11:22:47.145291 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.145316 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.145329 [ 4034 ] {} <Debug> RaftInstance: commit upto 75, current idx 74
2021.03.24 11:22:47.145339 [ 4034 ] {} <Trace> RaftInstance: commit upto 75, current idx 75
2021.03.24 11:22:47.145397 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 75, current idx 75
2021.03.24 11:22:47.145405 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.145427 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.145464 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.145483 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.145493 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=77
2021.03.24 11:22:47.152163 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=76, LastLogTerm=1, EntriesLength=2, CommitIndex=76 and Term=1
2021.03.24 11:22:47.152218 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 76 (2), req c idx: 76, my term: 1, my role: 1
2021.03.24 11:22:47.152230 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.152241 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 76, req log term: 1, my last log idx: 76, my log (76) term: 1
2021.03.24 11:22:47.152252 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 77, count: 0, log_store_->next_slot(): 77, req.log_entries().size(): 2
2021.03.24 11:22:47.152260 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 77, count: 0
2021.03.24 11:22:47.152268 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 77, count: 0
2021.03.24 11:22:47.152275 [ 4032 ] {} <Trace> RaftInstance: append at 77
2021.03.24 11:22:47.152296 [ 4032 ] {} <Trace> RaftInstance: append at 78
2021.03.24 11:22:47.152308 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 76
2021.03.24 11:22:47.152317 [ 4032 ] {} <Trace> RaftInstance: local log idx 78, target_commit_idx 76, quick_commit_index_ 76, state_->get_commit_idx() 75
2021.03.24 11:22:47.152325 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.152338 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.152358 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.152375 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.152384 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=79
2021.03.24 11:22:47.152419 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.152499 [ 4034 ] {} <Debug> RaftInstance: commit upto 76, current idx 75
2021.03.24 11:22:47.152514 [ 4034 ] {} <Trace> RaftInstance: commit upto 76, current idx 76
2021.03.24 11:22:47.152555 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 76, current idx 76
2021.03.24 11:22:47.152565 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.158916 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=78, LastLogTerm=1, EntriesLength=0, CommitIndex=78 and Term=1
2021.03.24 11:22:47.158943 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 78 (0), req c idx: 78, my term: 1, my role: 1
2021.03.24 11:22:47.158956 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.158967 [ 4030 ] {} <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.158977 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 78
2021.03.24 11:22:47.159002 [ 4030 ] {} <Trace> RaftInstance: local log idx 78, target_commit_idx 78, quick_commit_index_ 78, state_->get_commit_idx() 76
2021.03.24 11:22:47.159011 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.159036 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.159046 [ 4034 ] {} <Debug> RaftInstance: commit upto 78, current idx 76
2021.03.24 11:22:47.159055 [ 4034 ] {} <Trace> RaftInstance: commit upto 78, current idx 77
2021.03.24 11:22:47.159097 [ 4034 ] {} <Trace> RaftInstance: commit upto 78, current idx 78
2021.03.24 11:22:47.159111 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 78, current idx 78
2021.03.24 11:22:47.159119 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.159132 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.159148 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.159165 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.159175 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=79
2021.03.24 11:22:47.166589 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=78, LastLogTerm=1, EntriesLength=1, CommitIndex=78 and Term=1
2021.03.24 11:22:47.166620 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 78 (1), req c idx: 78, my term: 1, my role: 1
2021.03.24 11:22:47.166632 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.166643 [ 4032 ] {} <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.166653 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 79, count: 0, log_store_->next_slot(): 79, req.log_entries().size(): 1
2021.03.24 11:22:47.166661 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 79, count: 0
2021.03.24 11:22:47.166669 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 79, count: 0
2021.03.24 11:22:47.166676 [ 4032 ] {} <Trace> RaftInstance: append at 79
2021.03.24 11:22:47.166697 [ 4032 ] {} <Trace> RaftInstance: local log idx 79, target_commit_idx 78, quick_commit_index_ 78, state_->get_commit_idx() 78
2021.03.24 11:22:47.166706 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.166724 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.166739 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.166749 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=80
2021.03.24 11:22:47.173567 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=79, LastLogTerm=1, EntriesLength=2, CommitIndex=79 and Term=1
2021.03.24 11:22:47.173597 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 79 (2), req c idx: 79, my term: 1, my role: 1
2021.03.24 11:22:47.173645 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.173656 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 79, req log term: 1, my last log idx: 79, my log (79) term: 1
2021.03.24 11:22:47.173665 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 80, count: 0, log_store_->next_slot(): 80, req.log_entries().size(): 2
2021.03.24 11:22:47.173674 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 80, count: 0
2021.03.24 11:22:47.173682 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 80, count: 0
2021.03.24 11:22:47.173689 [ 4033 ] {} <Trace> RaftInstance: append at 80
2021.03.24 11:22:47.173704 [ 4033 ] {} <Trace> RaftInstance: append at 81
2021.03.24 11:22:47.173717 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 79
2021.03.24 11:22:47.173725 [ 4033 ] {} <Trace> RaftInstance: local log idx 81, target_commit_idx 79, quick_commit_index_ 79, state_->get_commit_idx() 78
2021.03.24 11:22:47.173733 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.173753 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.173764 [ 4034 ] {} <Debug> RaftInstance: commit upto 79, current idx 78
2021.03.24 11:22:47.173773 [ 4034 ] {} <Trace> RaftInstance: commit upto 79, current idx 79
2021.03.24 11:22:47.173811 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 79, current idx 79
2021.03.24 11:22:47.173822 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.173835 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.173849 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.173864 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.173873 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=82
2021.03.24 11:22:47.180442 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=81, LastLogTerm=1, EntriesLength=1, CommitIndex=81 and Term=1
2021.03.24 11:22:47.180471 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 81 (1), req c idx: 81, my term: 1, my role: 1
2021.03.24 11:22:47.180481 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.180491 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 81, req log term: 1, my last log idx: 81, my log (81) term: 1
2021.03.24 11:22:47.180500 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 82, count: 0, log_store_->next_slot(): 82, req.log_entries().size(): 1
2021.03.24 11:22:47.180508 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 82, count: 0
2021.03.24 11:22:47.180524 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 82, count: 0
2021.03.24 11:22:47.180531 [ 4033 ] {} <Trace> RaftInstance: append at 82
2021.03.24 11:22:47.180547 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 81
2021.03.24 11:22:47.180556 [ 4033 ] {} <Trace> RaftInstance: local log idx 82, target_commit_idx 81, quick_commit_index_ 81, state_->get_commit_idx() 79
2021.03.24 11:22:47.180564 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.180595 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.180616 [ 4034 ] {} <Debug> RaftInstance: commit upto 81, current idx 79
2021.03.24 11:22:47.180625 [ 4034 ] {} <Trace> RaftInstance: commit upto 81, current idx 80
2021.03.24 11:22:47.180662 [ 4034 ] {} <Trace> RaftInstance: commit upto 81, current idx 81
2021.03.24 11:22:47.180683 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 81, current idx 81
2021.03.24 11:22:47.180698 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.180711 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.180737 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.180752 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.180761 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=83
2021.03.24 11:22:47.187490 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=82, LastLogTerm=1, EntriesLength=0, CommitIndex=82 and Term=1
2021.03.24 11:22:47.187527 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 82 (0), req c idx: 82, my term: 1, my role: 1
2021.03.24 11:22:47.187537 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.187547 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 82, req log term: 1, my last log idx: 82, my log (82) term: 1
2021.03.24 11:22:47.187556 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 82
2021.03.24 11:22:47.187565 [ 4030 ] {} <Trace> RaftInstance: local log idx 82, target_commit_idx 82, quick_commit_index_ 82, state_->get_commit_idx() 81
2021.03.24 11:22:47.187572 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.187590 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.187607 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.187621 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.187630 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=83
2021.03.24 11:22:47.187638 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.187668 [ 4034 ] {} <Debug> RaftInstance: commit upto 82, current idx 81
2021.03.24 11:22:47.187688 [ 4034 ] {} <Trace> RaftInstance: commit upto 82, current idx 82
2021.03.24 11:22:47.187747 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 82, current idx 82
2021.03.24 11:22:47.187762 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.194373 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=82, LastLogTerm=1, EntriesLength=1, CommitIndex=82 and Term=1
2021.03.24 11:22:47.194440 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 82 (1), req c idx: 82, my term: 1, my role: 1
2021.03.24 11:22:47.194456 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.194472 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 82, req log term: 1, my last log idx: 82, my log (82) term: 1
2021.03.24 11:22:47.194488 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 83, count: 0, log_store_->next_slot(): 83, req.log_entries().size(): 1
2021.03.24 11:22:47.194497 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 83, count: 0
2021.03.24 11:22:47.194507 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 83, count: 0
2021.03.24 11:22:47.194520 [ 4032 ] {} <Trace> RaftInstance: append at 83
2021.03.24 11:22:47.194546 [ 4032 ] {} <Trace> RaftInstance: local log idx 83, target_commit_idx 82, quick_commit_index_ 82, state_->get_commit_idx() 82
2021.03.24 11:22:47.194555 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.194573 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.194589 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.194599 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=84
2021.03.24 11:22:47.201102 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=82, LastLogTerm=1, EntriesLength=2, CommitIndex=82 and Term=1
2021.03.24 11:22:47.201134 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 82 (2), req c idx: 82, my term: 1, my role: 1
2021.03.24 11:22:47.201161 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.201172 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 82, req log term: 1, my last log idx: 83, my log (82) term: 1
2021.03.24 11:22:47.201181 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 83, count: 0, log_store_->next_slot(): 84, req.log_entries().size(): 2
2021.03.24 11:22:47.201189 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 84, count: 1
2021.03.24 11:22:47.201198 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 84, count: 1
2021.03.24 11:22:47.201205 [ 4031 ] {} <Trace> RaftInstance: append at 84
2021.03.24 11:22:47.201224 [ 4031 ] {} <Trace> RaftInstance: local log idx 84, target_commit_idx 82, quick_commit_index_ 82, state_->get_commit_idx() 82
2021.03.24 11:22:47.201232 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.201250 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.201265 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.201275 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=85
2021.03.24 11:22:47.207858 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=84, LastLogTerm=1, EntriesLength=0, CommitIndex=84 and Term=1
2021.03.24 11:22:47.207894 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 84 (0), req c idx: 84, my term: 1, my role: 1
2021.03.24 11:22:47.207905 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.207915 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 84, req log term: 1, my last log idx: 84, my log (84) term: 1
2021.03.24 11:22:47.207925 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 84
2021.03.24 11:22:47.207933 [ 4032 ] {} <Trace> RaftInstance: local log idx 84, target_commit_idx 84, quick_commit_index_ 84, state_->get_commit_idx() 82
2021.03.24 11:22:47.207941 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.207962 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.207975 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.207990 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.208000 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=85
2021.03.24 11:22:47.208002 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.208026 [ 4034 ] {} <Debug> RaftInstance: commit upto 84, current idx 82
2021.03.24 11:22:47.208037 [ 4034 ] {} <Trace> RaftInstance: commit upto 84, current idx 83
2021.03.24 11:22:47.208102 [ 4034 ] {} <Trace> RaftInstance: commit upto 84, current idx 84
2021.03.24 11:22:47.208131 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 84, current idx 84
2021.03.24 11:22:47.208139 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.214617 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=84, LastLogTerm=1, EntriesLength=1, CommitIndex=84 and Term=1
2021.03.24 11:22:47.214674 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 84 (1), req c idx: 84, my term: 1, my role: 1
2021.03.24 11:22:47.214687 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.214698 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 84, req log term: 1, my last log idx: 84, my log (84) term: 1
2021.03.24 11:22:47.214708 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 85, count: 0, log_store_->next_slot(): 85, req.log_entries().size(): 1
2021.03.24 11:22:47.214716 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 85, count: 0
2021.03.24 11:22:47.214749 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 85, count: 0
2021.03.24 11:22:47.214757 [ 4032 ] {} <Trace> RaftInstance: append at 85
2021.03.24 11:22:47.214823 [ 4032 ] {} <Trace> RaftInstance: local log idx 85, target_commit_idx 84, quick_commit_index_ 84, state_->get_commit_idx() 84
2021.03.24 11:22:47.214836 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.214852 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.214868 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.214878 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=86
2021.03.24 11:22:47.221523 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=85, LastLogTerm=1, EntriesLength=0, CommitIndex=85 and Term=1
2021.03.24 11:22:47.221610 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 85 (0), req c idx: 85, my term: 1, my role: 1
2021.03.24 11:22:47.221625 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.221654 [ 4033 ] {} <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.221667 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 85
2021.03.24 11:22:47.221676 [ 4033 ] {} <Trace> RaftInstance: local log idx 85, target_commit_idx 85, quick_commit_index_ 85, state_->get_commit_idx() 84
2021.03.24 11:22:47.221685 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.221704 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.221756 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.221775 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.221785 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=86
2021.03.24 11:22:47.221780 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.221891 [ 4034 ] {} <Debug> RaftInstance: commit upto 85, current idx 84
2021.03.24 11:22:47.221906 [ 4034 ] {} <Trace> RaftInstance: commit upto 85, current idx 85
2021.03.24 11:22:47.221946 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 85, current idx 85
2021.03.24 11:22:47.222001 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.228724 [ 4031 ] {} <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.228775 [ 4031 ] {} <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.228789 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.228800 [ 4031 ] {} <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.228811 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 86, count: 0, log_store_->next_slot(): 86, req.log_entries().size(): 1
2021.03.24 11:22:47.228820 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 86, count: 0
2021.03.24 11:22:47.228828 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 86, count: 0
2021.03.24 11:22:47.228836 [ 4031 ] {} <Trace> RaftInstance: append at 86
2021.03.24 11:22:47.228858 [ 4031 ] {} <Trace> RaftInstance: local log idx 86, target_commit_idx 85, quick_commit_index_ 85, state_->get_commit_idx() 85
2021.03.24 11:22:47.228868 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.228905 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.228968 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.228981 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=87
2021.03.24 11:22:47.235703 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=86, LastLogTerm=1, EntriesLength=0, CommitIndex=86 and Term=1
2021.03.24 11:22:47.235760 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 86 (0), req c idx: 86, my term: 1, my role: 1
2021.03.24 11:22:47.235772 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.235784 [ 4030 ] {} <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.235793 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 86
2021.03.24 11:22:47.235802 [ 4030 ] {} <Trace> RaftInstance: local log idx 86, target_commit_idx 86, quick_commit_index_ 86, state_->get_commit_idx() 85
2021.03.24 11:22:47.235810 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.235832 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.235856 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.235875 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.235925 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=87
2021.03.24 11:22:47.235871 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.235978 [ 4034 ] {} <Debug> RaftInstance: commit upto 86, current idx 85
2021.03.24 11:22:47.235997 [ 4034 ] {} <Trace> RaftInstance: commit upto 86, current idx 86
2021.03.24 11:22:47.236038 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 86, current idx 86
2021.03.24 11:22:47.236047 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.242810 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=86, LastLogTerm=1, EntriesLength=1, CommitIndex=86 and Term=1
2021.03.24 11:22:47.242859 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 86 (1), req c idx: 86, my term: 1, my role: 1
2021.03.24 11:22:47.242872 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.242884 [ 4032 ] {} <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.242894 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 87, count: 0, log_store_->next_slot(): 87, req.log_entries().size(): 1
2021.03.24 11:22:47.242903 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 87, count: 0
2021.03.24 11:22:47.242911 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 87, count: 0
2021.03.24 11:22:47.242919 [ 4032 ] {} <Trace> RaftInstance: append at 87
2021.03.24 11:22:47.242941 [ 4032 ] {} <Trace> RaftInstance: local log idx 87, target_commit_idx 86, quick_commit_index_ 86, state_->get_commit_idx() 86
2021.03.24 11:22:47.242950 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.242985 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.243012 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.243023 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=88
2021.03.24 11:22:47.249725 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=87, LastLogTerm=1, EntriesLength=0, CommitIndex=87 and Term=1
2021.03.24 11:22:47.249804 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 87 (0), req c idx: 87, my term: 1, my role: 1
2021.03.24 11:22:47.249821 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.249833 [ 4031 ] {} <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.249843 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 87
2021.03.24 11:22:47.249851 [ 4031 ] {} <Trace> RaftInstance: local log idx 87, target_commit_idx 87, quick_commit_index_ 87, state_->get_commit_idx() 86
2021.03.24 11:22:47.249860 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.249884 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.249896 [ 4034 ] {} <Debug> RaftInstance: commit upto 87, current idx 86
2021.03.24 11:22:47.249906 [ 4034 ] {} <Trace> RaftInstance: commit upto 87, current idx 87
2021.03.24 11:22:47.249944 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 87, current idx 87
2021.03.24 11:22:47.249955 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.249975 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.249998 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.250016 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.250026 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=88
2021.03.24 11:22:47.256614 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=87, LastLogTerm=1, EntriesLength=1, CommitIndex=87 and Term=1
2021.03.24 11:22:47.256651 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 87 (1), req c idx: 87, my term: 1, my role: 1
2021.03.24 11:22:47.256666 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.256678 [ 4030 ] {} <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.256688 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 88, count: 0, log_store_->next_slot(): 88, req.log_entries().size(): 1
2021.03.24 11:22:47.256696 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 88, count: 0
2021.03.24 11:22:47.256704 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 88, count: 0
2021.03.24 11:22:47.256712 [ 4030 ] {} <Trace> RaftInstance: append at 88
2021.03.24 11:22:47.256733 [ 4030 ] {} <Trace> RaftInstance: local log idx 88, target_commit_idx 87, quick_commit_index_ 87, state_->get_commit_idx() 87
2021.03.24 11:22:47.256741 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.256763 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.256788 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.256800 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=89
2021.03.24 11:22:47.263411 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=88, LastLogTerm=1, EntriesLength=1, CommitIndex=88 and Term=1
2021.03.24 11:22:47.263447 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 88 (1), req c idx: 88, my term: 1, my role: 1
2021.03.24 11:22:47.263482 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.263497 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 88, req log term: 1, my last log idx: 88, my log (88) term: 1
2021.03.24 11:22:47.263508 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 89, count: 0, log_store_->next_slot(): 89, req.log_entries().size(): 1
2021.03.24 11:22:47.263516 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 89, count: 0
2021.03.24 11:22:47.263525 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 89, count: 0
2021.03.24 11:22:47.263532 [ 4032 ] {} <Trace> RaftInstance: append at 89
2021.03.24 11:22:47.263568 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 88
2021.03.24 11:22:47.263577 [ 4032 ] {} <Trace> RaftInstance: local log idx 89, target_commit_idx 88, quick_commit_index_ 88, state_->get_commit_idx() 87
2021.03.24 11:22:47.263585 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.263604 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.263616 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.263629 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.263634 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.263640 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=90
2021.03.24 11:22:47.263663 [ 4034 ] {} <Debug> RaftInstance: commit upto 88, current idx 87
2021.03.24 11:22:47.263678 [ 4034 ] {} <Trace> RaftInstance: commit upto 88, current idx 88
2021.03.24 11:22:47.263710 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 88, current idx 88
2021.03.24 11:22:47.263727 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.270222 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=89, LastLogTerm=1, EntriesLength=0, CommitIndex=89 and Term=1
2021.03.24 11:22:47.270263 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 89 (0), req c idx: 89, my term: 1, my role: 1
2021.03.24 11:22:47.270275 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.270286 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 89, req log term: 1, my last log idx: 89, my log (89) term: 1
2021.03.24 11:22:47.270295 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 89
2021.03.24 11:22:47.270303 [ 4030 ] {} <Trace> RaftInstance: local log idx 89, target_commit_idx 89, quick_commit_index_ 89, state_->get_commit_idx() 88
2021.03.24 11:22:47.270312 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.270334 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.270346 [ 4034 ] {} <Debug> RaftInstance: commit upto 89, current idx 88
2021.03.24 11:22:47.270356 [ 4034 ] {} <Trace> RaftInstance: commit upto 89, current idx 89
2021.03.24 11:22:47.270383 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 89, current idx 89
2021.03.24 11:22:47.270395 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.270409 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.270422 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.270437 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.270447 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=90
2021.03.24 11:22:47.279138 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=89, LastLogTerm=1, EntriesLength=1, CommitIndex=89 and Term=1
2021.03.24 11:22:47.279212 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 89 (1), req c idx: 89, my term: 1, my role: 1
2021.03.24 11:22:47.279225 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.279237 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 89, req log term: 1, my last log idx: 89, my log (89) term: 1
2021.03.24 11:22:47.279247 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 90, count: 0, log_store_->next_slot(): 90, req.log_entries().size(): 1
2021.03.24 11:22:47.279256 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 90, count: 0
2021.03.24 11:22:47.279264 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 90, count: 0
2021.03.24 11:22:47.279293 [ 4033 ] {} <Trace> RaftInstance: append at 90
2021.03.24 11:22:47.279317 [ 4033 ] {} <Trace> RaftInstance: local log idx 90, target_commit_idx 89, quick_commit_index_ 89, state_->get_commit_idx() 89
2021.03.24 11:22:47.279326 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.279347 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.279365 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.279375 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=91
2021.03.24 11:22:47.286127 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=90, LastLogTerm=1, EntriesLength=1, CommitIndex=90 and Term=1
2021.03.24 11:22:47.286184 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 90 (1), req c idx: 90, my term: 1, my role: 1
2021.03.24 11:22:47.286196 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.286208 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 90, req log term: 1, my last log idx: 90, my log (90) term: 1
2021.03.24 11:22:47.286217 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 91, count: 0, log_store_->next_slot(): 91, req.log_entries().size(): 1
2021.03.24 11:22:47.286227 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 91, count: 0
2021.03.24 11:22:47.286242 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 91, count: 0
2021.03.24 11:22:47.286250 [ 4030 ] {} <Trace> RaftInstance: append at 91
2021.03.24 11:22:47.286271 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 90
2021.03.24 11:22:47.286280 [ 4030 ] {} <Trace> RaftInstance: local log idx 91, target_commit_idx 90, quick_commit_index_ 90, state_->get_commit_idx() 89
2021.03.24 11:22:47.286312 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.286352 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.286367 [ 4034 ] {} <Debug> RaftInstance: commit upto 90, current idx 89
2021.03.24 11:22:47.286376 [ 4034 ] {} <Trace> RaftInstance: commit upto 90, current idx 90
2021.03.24 11:22:47.286455 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 90, current idx 90
2021.03.24 11:22:47.286468 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.286483 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.286502 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.286528 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.286541 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=92
2021.03.24 11:22:47.293313 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=91, LastLogTerm=1, EntriesLength=0, CommitIndex=91 and Term=1
2021.03.24 11:22:47.293344 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 91 (0), req c idx: 91, my term: 1, my role: 1
2021.03.24 11:22:47.293356 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.293366 [ 4032 ] {} <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.293413 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 91
2021.03.24 11:22:47.293450 [ 4032 ] {} <Trace> RaftInstance: local log idx 91, target_commit_idx 91, quick_commit_index_ 91, state_->get_commit_idx() 90
2021.03.24 11:22:47.293468 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.293485 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.293500 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.293536 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.293547 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=92
2021.03.24 11:22:47.293512 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.293597 [ 4034 ] {} <Debug> RaftInstance: commit upto 91, current idx 90
2021.03.24 11:22:47.293610 [ 4034 ] {} <Trace> RaftInstance: commit upto 91, current idx 91
2021.03.24 11:22:47.293639 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 91, current idx 91
2021.03.24 11:22:47.293649 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.300211 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=91, LastLogTerm=1, EntriesLength=1, CommitIndex=91 and Term=1
2021.03.24 11:22:47.300266 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 91 (1), req c idx: 91, my term: 1, my role: 1
2021.03.24 11:22:47.300277 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.300287 [ 4030 ] {} <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.300296 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 92, count: 0, log_store_->next_slot(): 92, req.log_entries().size(): 1
2021.03.24 11:22:47.300305 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 92, count: 0
2021.03.24 11:22:47.300313 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 92, count: 0
2021.03.24 11:22:47.300320 [ 4030 ] {} <Trace> RaftInstance: append at 92
2021.03.24 11:22:47.300378 [ 4030 ] {} <Trace> RaftInstance: local log idx 92, target_commit_idx 91, quick_commit_index_ 91, state_->get_commit_idx() 91
2021.03.24 11:22:47.300390 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.300409 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.300425 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.300436 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=93
2021.03.24 11:22:47.307067 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=92, LastLogTerm=1, EntriesLength=0, CommitIndex=92 and Term=1
2021.03.24 11:22:47.307105 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 92 (0), req c idx: 92, my term: 1, my role: 1
2021.03.24 11:22:47.307117 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.307128 [ 4031 ] {} <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.307137 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 92
2021.03.24 11:22:47.307145 [ 4031 ] {} <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.307153 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.307176 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.307188 [ 4034 ] {} <Debug> RaftInstance: commit upto 92, current idx 91
2021.03.24 11:22:47.307197 [ 4034 ] {} <Trace> RaftInstance: commit upto 92, current idx 92
2021.03.24 11:22:47.307231 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 92, current idx 92
2021.03.24 11:22:47.307246 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.307260 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.307276 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.307292 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.307302 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=93
2021.03.24 11:22:47.314351 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=92, LastLogTerm=1, EntriesLength=2, CommitIndex=92 and Term=1
2021.03.24 11:22:47.314430 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 92 (2), req c idx: 92, my term: 1, my role: 1
2021.03.24 11:22:47.314443 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.314455 [ 4032 ] {} <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.314465 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 93, count: 0, log_store_->next_slot(): 93, req.log_entries().size(): 2
2021.03.24 11:22:47.314473 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 93, count: 0
2021.03.24 11:22:47.314481 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 93, count: 0
2021.03.24 11:22:47.314488 [ 4032 ] {} <Trace> RaftInstance: append at 93
2021.03.24 11:22:47.314510 [ 4032 ] {} <Trace> RaftInstance: append at 94
2021.03.24 11:22:47.314523 [ 4032 ] {} <Trace> RaftInstance: local log idx 94, target_commit_idx 92, quick_commit_index_ 92, state_->get_commit_idx() 92
2021.03.24 11:22:47.314532 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.314546 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.314566 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.314575 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=95
2021.03.24 11:22:47.321289 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=94, LastLogTerm=1, EntriesLength=1, CommitIndex=94 and Term=1
2021.03.24 11:22:47.321341 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 94 (1), req c idx: 94, my term: 1, my role: 1
2021.03.24 11:22:47.321353 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.321365 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 94, req log term: 1, my last log idx: 94, my log (94) term: 1
2021.03.24 11:22:47.321375 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 95, count: 0, log_store_->next_slot(): 95, req.log_entries().size(): 1
2021.03.24 11:22:47.321383 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 95, count: 0
2021.03.24 11:22:47.321392 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 95, count: 0
2021.03.24 11:22:47.321399 [ 4031 ] {} <Trace> RaftInstance: append at 95
2021.03.24 11:22:47.321420 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 94
2021.03.24 11:22:47.321429 [ 4031 ] {} <Trace> RaftInstance: local log idx 95, target_commit_idx 94, quick_commit_index_ 94, state_->get_commit_idx() 92
2021.03.24 11:22:47.321437 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.321461 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.321474 [ 4034 ] {} <Debug> RaftInstance: commit upto 94, current idx 92
2021.03.24 11:22:47.321483 [ 4034 ] {} <Trace> RaftInstance: commit upto 94, current idx 93
2021.03.24 11:22:47.321532 [ 4034 ] {} <Trace> RaftInstance: commit upto 94, current idx 94
2021.03.24 11:22:47.321558 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 94, current idx 94
2021.03.24 11:22:47.321566 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.321579 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.321597 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.321614 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.321625 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=96
2021.03.24 11:22:47.328304 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=95, LastLogTerm=1, EntriesLength=1, CommitIndex=95 and Term=1
2021.03.24 11:22:47.328354 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 95 (1), req c idx: 95, my term: 1, my role: 1
2021.03.24 11:22:47.328366 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.328377 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 95, req log term: 1, my last log idx: 95, my log (95) term: 1
2021.03.24 11:22:47.328386 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 96, count: 0, log_store_->next_slot(): 96, req.log_entries().size(): 1
2021.03.24 11:22:47.328395 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 96, count: 0
2021.03.24 11:22:47.328403 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 96, count: 0
2021.03.24 11:22:47.328410 [ 4033 ] {} <Trace> RaftInstance: append at 96
2021.03.24 11:22:47.328431 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 95
2021.03.24 11:22:47.328441 [ 4033 ] {} <Trace> RaftInstance: local log idx 96, target_commit_idx 95, quick_commit_index_ 95, state_->get_commit_idx() 94
2021.03.24 11:22:47.328448 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.328466 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.328482 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.328499 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.328508 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=97
2021.03.24 11:22:47.328536 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.328597 [ 4034 ] {} <Debug> RaftInstance: commit upto 95, current idx 94
2021.03.24 11:22:47.328611 [ 4034 ] {} <Trace> RaftInstance: commit upto 95, current idx 95
2021.03.24 11:22:47.328650 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 95, current idx 95
2021.03.24 11:22:47.328660 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.335371 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=96, LastLogTerm=1, EntriesLength=0, CommitIndex=96 and Term=1
2021.03.24 11:22:47.335423 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 96 (0), req c idx: 96, my term: 1, my role: 1
2021.03.24 11:22:47.335436 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.335448 [ 4032 ] {} <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.335477 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 96
2021.03.24 11:22:47.335491 [ 4032 ] {} <Trace> RaftInstance: local log idx 96, target_commit_idx 96, quick_commit_index_ 96, state_->get_commit_idx() 95
2021.03.24 11:22:47.335516 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.335556 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.335576 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.335579 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.335606 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.335617 [ 4034 ] {} <Debug> RaftInstance: commit upto 96, current idx 95
2021.03.24 11:22:47.335633 [ 4034 ] {} <Trace> RaftInstance: commit upto 96, current idx 96
2021.03.24 11:22:47.335621 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=97
2021.03.24 11:22:47.335678 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 96, current idx 96
2021.03.24 11:22:47.335685 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.342246 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=96, LastLogTerm=1, EntriesLength=3, CommitIndex=96 and Term=1
2021.03.24 11:22:47.342332 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 96 (3), req c idx: 96, my term: 1, my role: 1
2021.03.24 11:22:47.342345 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.342356 [ 4031 ] {} <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.342367 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 97, count: 0, log_store_->next_slot(): 97, req.log_entries().size(): 3
2021.03.24 11:22:47.342375 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 97, count: 0
2021.03.24 11:22:47.342383 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 97, count: 0
2021.03.24 11:22:47.342390 [ 4031 ] {} <Trace> RaftInstance: append at 97
2021.03.24 11:22:47.342411 [ 4031 ] {} <Trace> RaftInstance: append at 98
2021.03.24 11:22:47.342474 [ 4031 ] {} <Trace> RaftInstance: append at 99
2021.03.24 11:22:47.342490 [ 4031 ] {} <Trace> RaftInstance: local log idx 99, target_commit_idx 96, quick_commit_index_ 96, state_->get_commit_idx() 96
2021.03.24 11:22:47.342499 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.342518 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.342535 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.342545 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=100
2021.03.24 11:22:47.349320 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=99, LastLogTerm=1, EntriesLength=0, CommitIndex=99 and Term=1
2021.03.24 11:22:47.349371 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 99 (0), req c idx: 99, my term: 1, my role: 1
2021.03.24 11:22:47.349383 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.349395 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 99, req log term: 1, my last log idx: 99, my log (99) term: 1
2021.03.24 11:22:47.349404 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 99
2021.03.24 11:22:47.349414 [ 4033 ] {} <Trace> RaftInstance: local log idx 99, target_commit_idx 99, quick_commit_index_ 99, state_->get_commit_idx() 96
2021.03.24 11:22:47.349423 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.349441 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.349470 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.349489 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.349499 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=100
2021.03.24 11:22:47.349525 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.349575 [ 4034 ] {} <Debug> RaftInstance: commit upto 99, current idx 96
2021.03.24 11:22:47.349588 [ 4034 ] {} <Trace> RaftInstance: commit upto 99, current idx 97
2021.03.24 11:22:47.349628 [ 4034 ] {} <Trace> RaftInstance: commit upto 99, current idx 98
2021.03.24 11:22:47.349684 [ 4034 ] {} <Trace> RaftInstance: commit upto 99, current idx 99
2021.03.24 11:22:47.349698 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 99, current idx 99
2021.03.24 11:22:47.349717 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.356151 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=99, LastLogTerm=1, EntriesLength=1, CommitIndex=99 and Term=1
2021.03.24 11:22:47.356192 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 99 (1), req c idx: 99, my term: 1, my role: 1
2021.03.24 11:22:47.356243 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.356288 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 99, req log term: 1, my last log idx: 99, my log (99) term: 1
2021.03.24 11:22:47.356301 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 100, count: 0, log_store_->next_slot(): 100, req.log_entries().size(): 1
2021.03.24 11:22:47.356310 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 100, count: 0
2021.03.24 11:22:47.356319 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 100, count: 0
2021.03.24 11:22:47.356326 [ 4033 ] {} <Trace> RaftInstance: append at 100
2021.03.24 11:22:47.356348 [ 4033 ] {} <Trace> RaftInstance: local log idx 100, target_commit_idx 99, quick_commit_index_ 99, state_->get_commit_idx() 99
2021.03.24 11:22:47.356356 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.356376 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.356392 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.356405 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=101
2021.03.24 11:22:47.363188 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=100, LastLogTerm=1, EntriesLength=1, CommitIndex=100 and Term=1
2021.03.24 11:22:47.363270 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 100 (1), req c idx: 100, my term: 1, my role: 1
2021.03.24 11:22:47.363283 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.363296 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 100, req log term: 1, my last log idx: 100, my log (100) term: 1
2021.03.24 11:22:47.363306 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 101, count: 0, log_store_->next_slot(): 101, req.log_entries().size(): 1
2021.03.24 11:22:47.363314 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 101, count: 0
2021.03.24 11:22:47.363322 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 101, count: 0
2021.03.24 11:22:47.363330 [ 4031 ] {} <Trace> RaftInstance: append at 101
2021.03.24 11:22:47.363352 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 100
2021.03.24 11:22:47.363361 [ 4031 ] {} <Trace> RaftInstance: local log idx 101, target_commit_idx 100, quick_commit_index_ 100, state_->get_commit_idx() 99
2021.03.24 11:22:47.363369 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.363389 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.363409 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.363429 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.363431 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.363440 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=102
2021.03.24 11:22:47.363528 [ 4034 ] {} <Debug> RaftInstance: commit upto 100, current idx 99
2021.03.24 11:22:47.363609 [ 4034 ] {} <Trace> RaftInstance: commit upto 100, current idx 100
2021.03.24 11:22:47.363650 [ 4034 ] {} <Information> RaftInstance: creating a snapshot for index 100
2021.03.24 11:22:47.363662 [ 4034 ] {} <Information> RaftInstance: create snapshot idx 100 log_term 1
2021.03.24 11:22:47.363750 [ 4034 ] {} <Information> RaftInstance: create snapshot idx 100 log_term 1 done: 77 us elapsed
2021.03.24 11:22:47.363763 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 100, current idx 100
2021.03.24 11:22:47.363771 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.389878 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=101, LastLogTerm=1, EntriesLength=1, CommitIndex=101 and Term=1
2021.03.24 11:22:47.389934 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 101 (1), req c idx: 101, my term: 1, my role: 1
2021.03.24 11:22:47.389946 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.389959 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 101, req log term: 1, my last log idx: 101, my log (101) term: 1
2021.03.24 11:22:47.389979 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 102, count: 0, log_store_->next_slot(): 102, req.log_entries().size(): 1
2021.03.24 11:22:47.389988 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 102, count: 0
2021.03.24 11:22:47.389997 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 102, count: 0
2021.03.24 11:22:47.390004 [ 4032 ] {} <Trace> RaftInstance: append at 102
2021.03.24 11:22:47.390027 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 101
2021.03.24 11:22:47.390036 [ 4032 ] {} <Trace> RaftInstance: local log idx 102, target_commit_idx 101, quick_commit_index_ 101, state_->get_commit_idx() 100
2021.03.24 11:22:47.390043 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.390064 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.390086 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.390105 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.390102 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.390147 [ 4034 ] {} <Debug> RaftInstance: commit upto 101, current idx 100
2021.03.24 11:22:47.390118 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=103
2021.03.24 11:22:47.390163 [ 4034 ] {} <Trace> RaftInstance: commit upto 101, current idx 101
2021.03.24 11:22:47.390239 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 101, current idx 101
2021.03.24 11:22:47.390249 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.395261 [ 4037 ] {} <Debug> RaftInstance: snapshot created, compact the log store
2021.03.24 11:22:47.395272 [ 4037 ] {} <Debug> RaftInstance: log_store_ compact upto 90
2021.03.24 11:22:47.396994 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=102, LastLogTerm=1, EntriesLength=1, CommitIndex=102 and Term=1
2021.03.24 11:22:47.397019 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 102 (1), req c idx: 102, my term: 1, my role: 1
2021.03.24 11:22:47.397030 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.397042 [ 4032 ] {} <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.397051 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 103, count: 0, log_store_->next_slot(): 103, req.log_entries().size(): 1
2021.03.24 11:22:47.397059 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 103, count: 0
2021.03.24 11:22:47.397083 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 103, count: 0
2021.03.24 11:22:47.397095 [ 4032 ] {} <Trace> RaftInstance: append at 103
2021.03.24 11:22:47.397115 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 102
2021.03.24 11:22:47.397124 [ 4032 ] {} <Trace> RaftInstance: local log idx 103, target_commit_idx 102, quick_commit_index_ 102, state_->get_commit_idx() 101
2021.03.24 11:22:47.397133 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.397173 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.397185 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.397203 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.397212 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.397215 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=104
2021.03.24 11:22:47.397242 [ 4034 ] {} <Debug> RaftInstance: commit upto 102, current idx 101
2021.03.24 11:22:47.397322 [ 4034 ] {} <Trace> RaftInstance: commit upto 102, current idx 102
2021.03.24 11:22:47.397359 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 102, current idx 102
2021.03.24 11:22:47.397369 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.404156 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=103, LastLogTerm=1, EntriesLength=2, CommitIndex=103 and Term=1
2021.03.24 11:22:47.404209 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 103 (2), req c idx: 103, my term: 1, my role: 1
2021.03.24 11:22:47.404221 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.404233 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 103, req log term: 1, my last log idx: 103, my log (103) term: 1
2021.03.24 11:22:47.404243 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 104, count: 0, log_store_->next_slot(): 104, req.log_entries().size(): 2
2021.03.24 11:22:47.404252 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 104, count: 0
2021.03.24 11:22:47.404260 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 104, count: 0
2021.03.24 11:22:47.404268 [ 4030 ] {} <Trace> RaftInstance: append at 104
2021.03.24 11:22:47.404290 [ 4030 ] {} <Trace> RaftInstance: append at 105
2021.03.24 11:22:47.404303 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 103
2021.03.24 11:22:47.404312 [ 4030 ] {} <Trace> RaftInstance: local log idx 105, target_commit_idx 103, quick_commit_index_ 103, state_->get_commit_idx() 102
2021.03.24 11:22:47.404320 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.404338 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.404353 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.404370 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.404371 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.404381 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=106
2021.03.24 11:22:47.404404 [ 4034 ] {} <Debug> RaftInstance: commit upto 103, current idx 102
2021.03.24 11:22:47.404435 [ 4034 ] {} <Trace> RaftInstance: commit upto 103, current idx 103
2021.03.24 11:22:47.404467 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 103, current idx 103
2021.03.24 11:22:47.404477 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.411144 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=105, LastLogTerm=1, EntriesLength=0, CommitIndex=105 and Term=1
2021.03.24 11:22:47.411201 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 105 (0), req c idx: 105, my term: 1, my role: 1
2021.03.24 11:22:47.411213 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.411226 [ 4032 ] {} <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.411236 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 105
2021.03.24 11:22:47.411245 [ 4032 ] {} <Trace> RaftInstance: local log idx 105, target_commit_idx 105, quick_commit_index_ 105, state_->get_commit_idx() 103
2021.03.24 11:22:47.411258 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.411309 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.411338 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.411345 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.411357 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.411378 [ 4034 ] {} <Debug> RaftInstance: commit upto 105, current idx 103
2021.03.24 11:22:47.411452 [ 4034 ] {} <Trace> RaftInstance: commit upto 105, current idx 104
2021.03.24 11:22:47.411430 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=106
2021.03.24 11:22:47.411535 [ 4034 ] {} <Trace> RaftInstance: commit upto 105, current idx 105
2021.03.24 11:22:47.411563 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 105, current idx 105
2021.03.24 11:22:47.411601 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.418103 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=105, LastLogTerm=1, EntriesLength=1, CommitIndex=105 and Term=1
2021.03.24 11:22:47.418159 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 105 (1), req c idx: 105, my term: 1, my role: 1
2021.03.24 11:22:47.418170 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.418183 [ 4032 ] {} <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.418193 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 106, count: 0, log_store_->next_slot(): 106, req.log_entries().size(): 1
2021.03.24 11:22:47.418208 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 106, count: 0
2021.03.24 11:22:47.418217 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 106, count: 0
2021.03.24 11:22:47.418224 [ 4032 ] {} <Trace> RaftInstance: append at 106
2021.03.24 11:22:47.418248 [ 4032 ] {} <Trace> RaftInstance: local log idx 106, target_commit_idx 105, quick_commit_index_ 105, state_->get_commit_idx() 105
2021.03.24 11:22:47.418257 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.418267 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.418283 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.418293 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=107
2021.03.24 11:22:47.424929 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=106, LastLogTerm=1, EntriesLength=1, CommitIndex=106 and Term=1
2021.03.24 11:22:47.424981 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 106 (1), req c idx: 106, my term: 1, my role: 1
2021.03.24 11:22:47.424992 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.425004 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 106, req log term: 1, my last log idx: 106, my log (106) term: 1
2021.03.24 11:22:47.425015 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 107, count: 0, log_store_->next_slot(): 107, req.log_entries().size(): 1
2021.03.24 11:22:47.425023 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 107, count: 0
2021.03.24 11:22:47.425032 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 107, count: 0
2021.03.24 11:22:47.425040 [ 4031 ] {} <Trace> RaftInstance: append at 107
2021.03.24 11:22:47.425084 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 106
2021.03.24 11:22:47.425096 [ 4031 ] {} <Trace> RaftInstance: local log idx 107, target_commit_idx 106, quick_commit_index_ 106, state_->get_commit_idx() 105
2021.03.24 11:22:47.425104 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.425147 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.425187 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.425184 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.425239 [ 4034 ] {} <Debug> RaftInstance: commit upto 106, current idx 105
2021.03.24 11:22:47.425206 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.425254 [ 4034 ] {} <Trace> RaftInstance: commit upto 106, current idx 106
2021.03.24 11:22:47.425280 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=108
2021.03.24 11:22:47.425391 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 106, current idx 106
2021.03.24 11:22:47.425411 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.432174 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=107, LastLogTerm=1, EntriesLength=2, CommitIndex=107 and Term=1
2021.03.24 11:22:47.432223 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 107 (2), req c idx: 107, my term: 1, my role: 1
2021.03.24 11:22:47.432241 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.432253 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 107, req log term: 1, my last log idx: 107, my log (107) term: 1
2021.03.24 11:22:47.432263 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 108, count: 0, log_store_->next_slot(): 108, req.log_entries().size(): 2
2021.03.24 11:22:47.432282 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 108, count: 0
2021.03.24 11:22:47.432290 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 108, count: 0
2021.03.24 11:22:47.432298 [ 4032 ] {} <Trace> RaftInstance: append at 108
2021.03.24 11:22:47.432319 [ 4032 ] {} <Trace> RaftInstance: append at 109
2021.03.24 11:22:47.432332 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 107
2021.03.24 11:22:47.432340 [ 4032 ] {} <Trace> RaftInstance: local log idx 109, target_commit_idx 107, quick_commit_index_ 107, state_->get_commit_idx() 106
2021.03.24 11:22:47.432348 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.432367 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.432386 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.432412 [ 4034 ] {} <Debug> RaftInstance: commit upto 107, current idx 106
2021.03.24 11:22:47.432394 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.432424 [ 4034 ] {} <Trace> RaftInstance: commit upto 107, current idx 107
2021.03.24 11:22:47.432449 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.432468 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=110
2021.03.24 11:22:47.432487 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 107, current idx 107
2021.03.24 11:22:47.432497 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.439093 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=109, LastLogTerm=1, EntriesLength=0, CommitIndex=109 and Term=1
2021.03.24 11:22:47.439138 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 109 (0), req c idx: 109, my term: 1, my role: 1
2021.03.24 11:22:47.439151 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.439164 [ 4033 ] {} <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.439173 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 109
2021.03.24 11:22:47.439182 [ 4033 ] {} <Trace> RaftInstance: local log idx 109, target_commit_idx 109, quick_commit_index_ 109, state_->get_commit_idx() 107
2021.03.24 11:22:47.439209 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.439228 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.439246 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.439265 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.439275 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=110
2021.03.24 11:22:47.439300 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.439351 [ 4034 ] {} <Debug> RaftInstance: commit upto 109, current idx 107
2021.03.24 11:22:47.439382 [ 4034 ] {} <Trace> RaftInstance: commit upto 109, current idx 108
2021.03.24 11:22:47.439478 [ 4034 ] {} <Trace> RaftInstance: commit upto 109, current idx 109
2021.03.24 11:22:47.439501 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 109, current idx 109
2021.03.24 11:22:47.439538 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.446060 [ 4032 ] {} <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.446109 [ 4032 ] {} <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.446122 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.446134 [ 4032 ] {} <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.446144 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 110, count: 0, log_store_->next_slot(): 110, req.log_entries().size(): 1
2021.03.24 11:22:47.446161 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 110, count: 0
2021.03.24 11:22:47.446173 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 110, count: 0
2021.03.24 11:22:47.446186 [ 4032 ] {} <Trace> RaftInstance: append at 110
2021.03.24 11:22:47.446215 [ 4032 ] {} <Trace> RaftInstance: local log idx 110, target_commit_idx 109, quick_commit_index_ 109, state_->get_commit_idx() 109
2021.03.24 11:22:47.446225 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.446246 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.446287 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.446300 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=111
2021.03.24 11:22:47.452885 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=110, LastLogTerm=1, EntriesLength=1, CommitIndex=110 and Term=1
2021.03.24 11:22:47.452951 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 110 (1), req c idx: 110, my term: 1, my role: 1
2021.03.24 11:22:47.452963 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.452976 [ 4030 ] {} <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.452987 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 111, count: 0, log_store_->next_slot(): 111, req.log_entries().size(): 1
2021.03.24 11:22:47.453000 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 111, count: 0
2021.03.24 11:22:47.453017 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 111, count: 0
2021.03.24 11:22:47.453030 [ 4030 ] {} <Trace> RaftInstance: append at 111
2021.03.24 11:22:47.453054 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 110
2021.03.24 11:22:47.453063 [ 4030 ] {} <Trace> RaftInstance: local log idx 111, target_commit_idx 110, quick_commit_index_ 110, state_->get_commit_idx() 109
2021.03.24 11:22:47.453071 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.453114 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.453146 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.453150 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.453203 [ 4034 ] {} <Debug> RaftInstance: commit upto 110, current idx 109
2021.03.24 11:22:47.453224 [ 4034 ] {} <Trace> RaftInstance: commit upto 110, current idx 110
2021.03.24 11:22:47.453170 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.453262 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=112
2021.03.24 11:22:47.453284 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 110, current idx 110
2021.03.24 11:22:47.453296 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.459832 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=111, LastLogTerm=1, EntriesLength=2, CommitIndex=111 and Term=1
2021.03.24 11:22:47.459854 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 111 (2), req c idx: 111, my term: 1, my role: 1
2021.03.24 11:22:47.459881 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.459897 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 111, req log term: 1, my last log idx: 111, my log (111) term: 1
2021.03.24 11:22:47.459914 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 112, count: 0, log_store_->next_slot(): 112, req.log_entries().size(): 2
2021.03.24 11:22:47.459923 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 112, count: 0
2021.03.24 11:22:47.459932 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 112, count: 0
2021.03.24 11:22:47.459942 [ 4032 ] {} <Trace> RaftInstance: append at 112
2021.03.24 11:22:47.459964 [ 4032 ] {} <Trace> RaftInstance: append at 113
2021.03.24 11:22:47.459979 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 111
2021.03.24 11:22:47.459988 [ 4032 ] {} <Trace> RaftInstance: local log idx 113, target_commit_idx 111, quick_commit_index_ 111, state_->get_commit_idx() 110
2021.03.24 11:22:47.459996 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.460014 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.460034 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.460033 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.460054 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.460066 [ 4034 ] {} <Debug> RaftInstance: commit upto 111, current idx 110
2021.03.24 11:22:47.460075 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=114
2021.03.24 11:22:47.460107 [ 4034 ] {} <Trace> RaftInstance: commit upto 111, current idx 111
2021.03.24 11:22:47.460141 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 111, current idx 111
2021.03.24 11:22:47.460148 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.466765 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=113, LastLogTerm=1, EntriesLength=0, CommitIndex=113 and Term=1
2021.03.24 11:22:47.466809 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 113 (0), req c idx: 113, my term: 1, my role: 1
2021.03.24 11:22:47.466822 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.466834 [ 4033 ] {} <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.466862 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 113
2021.03.24 11:22:47.466871 [ 4033 ] {} <Trace> RaftInstance: local log idx 113, target_commit_idx 113, quick_commit_index_ 113, state_->get_commit_idx() 111
2021.03.24 11:22:47.466879 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.466898 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.466920 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.466952 [ 4034 ] {} <Debug> RaftInstance: commit upto 113, current idx 111
2021.03.24 11:22:47.466932 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.466983 [ 4034 ] {} <Trace> RaftInstance: commit upto 113, current idx 112
2021.03.24 11:22:47.467001 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.467013 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=114
2021.03.24 11:22:47.467077 [ 4034 ] {} <Trace> RaftInstance: commit upto 113, current idx 113
2021.03.24 11:22:47.467128 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 113, current idx 113
2021.03.24 11:22:47.467137 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.475700 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=113, LastLogTerm=1, EntriesLength=1, CommitIndex=113 and Term=1
2021.03.24 11:22:47.475737 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 113 (1), req c idx: 113, my term: 1, my role: 1
2021.03.24 11:22:47.475748 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.475762 [ 4033 ] {} <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.475775 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 114, count: 0, log_store_->next_slot(): 114, req.log_entries().size(): 1
2021.03.24 11:22:47.475784 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 114, count: 0
2021.03.24 11:22:47.475792 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 114, count: 0
2021.03.24 11:22:47.475799 [ 4033 ] {} <Trace> RaftInstance: append at 114
2021.03.24 11:22:47.475821 [ 4033 ] {} <Trace> RaftInstance: local log idx 114, target_commit_idx 113, quick_commit_index_ 113, state_->get_commit_idx() 113
2021.03.24 11:22:47.475829 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.475853 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.475872 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.475882 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=115
2021.03.24 11:22:47.482576 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=114, LastLogTerm=1, EntriesLength=1, CommitIndex=114 and Term=1
2021.03.24 11:22:47.482621 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 114 (1), req c idx: 114, my term: 1, my role: 1
2021.03.24 11:22:47.482632 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.482644 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 114, req log term: 1, my last log idx: 114, my log (114) term: 1
2021.03.24 11:22:47.482654 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 115, count: 0, log_store_->next_slot(): 115, req.log_entries().size(): 1
2021.03.24 11:22:47.482663 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 115, count: 0
2021.03.24 11:22:47.482671 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 115, count: 0
2021.03.24 11:22:47.482707 [ 4030 ] {} <Trace> RaftInstance: append at 115
2021.03.24 11:22:47.482738 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 114
2021.03.24 11:22:47.482748 [ 4030 ] {} <Trace> RaftInstance: local log idx 115, target_commit_idx 114, quick_commit_index_ 114, state_->get_commit_idx() 113
2021.03.24 11:22:47.482756 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.482792 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.482819 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.482824 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.482844 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.482867 [ 4034 ] {} <Debug> RaftInstance: commit upto 114, current idx 113
2021.03.24 11:22:47.482885 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=116
2021.03.24 11:22:47.482903 [ 4034 ] {} <Trace> RaftInstance: commit upto 114, current idx 114
2021.03.24 11:22:47.482944 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 114, current idx 114
2021.03.24 11:22:47.482964 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.489591 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=115, LastLogTerm=1, EntriesLength=1, CommitIndex=115 and Term=1
2021.03.24 11:22:47.489644 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 115 (1), req c idx: 115, my term: 1, my role: 1
2021.03.24 11:22:47.489662 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.489674 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 115, req log term: 1, my last log idx: 115, my log (115) term: 1
2021.03.24 11:22:47.489721 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 116, count: 0, log_store_->next_slot(): 116, req.log_entries().size(): 1
2021.03.24 11:22:47.489737 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 116, count: 0
2021.03.24 11:22:47.489746 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 116, count: 0
2021.03.24 11:22:47.489757 [ 4031 ] {} <Trace> RaftInstance: append at 116
2021.03.24 11:22:47.489780 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 115
2021.03.24 11:22:47.489790 [ 4031 ] {} <Trace> RaftInstance: local log idx 116, target_commit_idx 115, quick_commit_index_ 115, state_->get_commit_idx() 114
2021.03.24 11:22:47.489798 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.489816 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.489834 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.489843 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.489877 [ 4034 ] {} <Debug> RaftInstance: commit upto 115, current idx 114
2021.03.24 11:22:47.489890 [ 4034 ] {} <Trace> RaftInstance: commit upto 115, current idx 115
2021.03.24 11:22:47.489850 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.489927 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 115, current idx 115
2021.03.24 11:22:47.489947 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=117
2021.03.24 11:22:47.489949 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.496663 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=116, LastLogTerm=1, EntriesLength=0, CommitIndex=116 and Term=1
2021.03.24 11:22:47.496725 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 116 (0), req c idx: 116, my term: 1, my role: 1
2021.03.24 11:22:47.496785 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.496800 [ 4032 ] {} <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.496810 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 116
2021.03.24 11:22:47.496819 [ 4032 ] {} <Trace> RaftInstance: local log idx 116, target_commit_idx 116, quick_commit_index_ 116, state_->get_commit_idx() 115
2021.03.24 11:22:47.496827 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.496846 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.496864 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.496881 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.496879 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.496962 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=117
2021.03.24 11:22:47.496972 [ 4034 ] {} <Debug> RaftInstance: commit upto 116, current idx 115
2021.03.24 11:22:47.497002 [ 4034 ] {} <Trace> RaftInstance: commit upto 116, current idx 116
2021.03.24 11:22:47.497034 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 116, current idx 116
2021.03.24 11:22:47.497042 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.503780 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=116, LastLogTerm=1, EntriesLength=2, CommitIndex=116 and Term=1
2021.03.24 11:22:47.503829 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 116 (2), req c idx: 116, my term: 1, my role: 1
2021.03.24 11:22:47.503840 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.503853 [ 4031 ] {} <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.503863 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 117, count: 0, log_store_->next_slot(): 117, req.log_entries().size(): 2
2021.03.24 11:22:47.503871 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 117, count: 0
2021.03.24 11:22:47.503884 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 117, count: 0
2021.03.24 11:22:47.503911 [ 4031 ] {} <Trace> RaftInstance: append at 117
2021.03.24 11:22:47.503933 [ 4031 ] {} <Trace> RaftInstance: append at 118
2021.03.24 11:22:47.503968 [ 4031 ] {} <Trace> RaftInstance: local log idx 118, target_commit_idx 116, quick_commit_index_ 116, state_->get_commit_idx() 116
2021.03.24 11:22:47.503979 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.503998 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.504016 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.504026 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=119
2021.03.24 11:22:47.510663 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=118, LastLogTerm=1, EntriesLength=1, CommitIndex=118 and Term=1
2021.03.24 11:22:47.510744 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 118 (1), req c idx: 118, my term: 1, my role: 1
2021.03.24 11:22:47.510763 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.510776 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 118, req log term: 1, my last log idx: 118, my log (118) term: 1
2021.03.24 11:22:47.510786 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 119, count: 0, log_store_->next_slot(): 119, req.log_entries().size(): 1
2021.03.24 11:22:47.510794 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 119, count: 0
2021.03.24 11:22:47.510802 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 119, count: 0
2021.03.24 11:22:47.510832 [ 4030 ] {} <Trace> RaftInstance: append at 119
2021.03.24 11:22:47.510856 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 118
2021.03.24 11:22:47.510866 [ 4030 ] {} <Trace> RaftInstance: local log idx 119, target_commit_idx 118, quick_commit_index_ 118, state_->get_commit_idx() 116
2021.03.24 11:22:47.510873 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.510898 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.510914 [ 4034 ] {} <Debug> RaftInstance: commit upto 118, current idx 116
2021.03.24 11:22:47.510925 [ 4034 ] {} <Trace> RaftInstance: commit upto 118, current idx 117
2021.03.24 11:22:47.510963 [ 4034 ] {} <Trace> RaftInstance: commit upto 118, current idx 118
2021.03.24 11:22:47.510977 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 118, current idx 118
2021.03.24 11:22:47.510985 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.510998 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.511018 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.511036 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.511049 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=120
2021.03.24 11:22:47.517763 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=119, LastLogTerm=1, EntriesLength=1, CommitIndex=119 and Term=1
2021.03.24 11:22:47.517827 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 119 (1), req c idx: 119, my term: 1, my role: 1
2021.03.24 11:22:47.517839 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.517853 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 119, req log term: 1, my last log idx: 119, my log (119) term: 1
2021.03.24 11:22:47.517864 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 120, count: 0, log_store_->next_slot(): 120, req.log_entries().size(): 1
2021.03.24 11:22:47.517872 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 120, count: 0
2021.03.24 11:22:47.517880 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 120, count: 0
2021.03.24 11:22:47.517887 [ 4031 ] {} <Trace> RaftInstance: append at 120
2021.03.24 11:22:47.517911 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 119
2021.03.24 11:22:47.517920 [ 4031 ] {} <Trace> RaftInstance: local log idx 120, target_commit_idx 119, quick_commit_index_ 119, state_->get_commit_idx() 118
2021.03.24 11:22:47.517927 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.517947 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.517966 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.517984 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.517994 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.518031 [ 4034 ] {} <Debug> RaftInstance: commit upto 119, current idx 118
2021.03.24 11:22:47.518000 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=121
2021.03.24 11:22:47.518047 [ 4034 ] {} <Trace> RaftInstance: commit upto 119, current idx 119
2021.03.24 11:22:47.518176 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 119, current idx 119
2021.03.24 11:22:47.518191 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.524850 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=120, LastLogTerm=1, EntriesLength=0, CommitIndex=120 and Term=1
2021.03.24 11:22:47.524904 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 120 (0), req c idx: 120, my term: 1, my role: 1
2021.03.24 11:22:47.524918 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.524958 [ 4032 ] {} <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.524970 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 120
2021.03.24 11:22:47.524978 [ 4032 ] {} <Trace> RaftInstance: local log idx 120, target_commit_idx 120, quick_commit_index_ 120, state_->get_commit_idx() 119
2021.03.24 11:22:47.524987 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.525005 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.525018 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.525034 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.525045 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=121
2021.03.24 11:22:47.525052 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.525105 [ 4034 ] {} <Debug> RaftInstance: commit upto 120, current idx 119
2021.03.24 11:22:47.525123 [ 4034 ] {} <Trace> RaftInstance: commit upto 120, current idx 120
2021.03.24 11:22:47.525161 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 120, current idx 120
2021.03.24 11:22:47.525171 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.531986 [ 4033 ] {} <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.532042 [ 4033 ] {} <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.532054 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.532065 [ 4033 ] {} <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.532076 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 121, count: 0, log_store_->next_slot(): 121, req.log_entries().size(): 2
2021.03.24 11:22:47.532117 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 121, count: 0
2021.03.24 11:22:47.532127 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 121, count: 0
2021.03.24 11:22:47.532135 [ 4033 ] {} <Trace> RaftInstance: append at 121
2021.03.24 11:22:47.532157 [ 4033 ] {} <Trace> RaftInstance: append at 122
2021.03.24 11:22:47.532171 [ 4033 ] {} <Trace> RaftInstance: local log idx 122, target_commit_idx 120, quick_commit_index_ 120, state_->get_commit_idx() 120
2021.03.24 11:22:47.532181 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.532200 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.532217 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.532228 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=123
2021.03.24 11:22:47.538832 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=122, LastLogTerm=1, EntriesLength=1, CommitIndex=122 and Term=1
2021.03.24 11:22:47.538900 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 122 (1), req c idx: 122, my term: 1, my role: 1
2021.03.24 11:22:47.538914 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.538926 [ 4032 ] {} <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.538936 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 123, count: 0, log_store_->next_slot(): 123, req.log_entries().size(): 1
2021.03.24 11:22:47.538945 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 123, count: 0
2021.03.24 11:22:47.538952 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 123, count: 0
2021.03.24 11:22:47.538960 [ 4032 ] {} <Trace> RaftInstance: append at 123
2021.03.24 11:22:47.538988 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 122
2021.03.24 11:22:47.539021 [ 4032 ] {} <Trace> RaftInstance: local log idx 123, target_commit_idx 122, quick_commit_index_ 122, state_->get_commit_idx() 120
2021.03.24 11:22:47.539030 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.539049 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.539068 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.539082 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.539100 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.539107 [ 4034 ] {} <Debug> RaftInstance: commit upto 122, current idx 120
2021.03.24 11:22:47.539115 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=124
2021.03.24 11:22:47.539120 [ 4034 ] {} <Trace> RaftInstance: commit upto 122, current idx 121
2021.03.24 11:22:47.539188 [ 4034 ] {} <Trace> RaftInstance: commit upto 122, current idx 122
2021.03.24 11:22:47.539215 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 122, current idx 122
2021.03.24 11:22:47.539223 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.545775 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=123, LastLogTerm=1, EntriesLength=1, CommitIndex=123 and Term=1
2021.03.24 11:22:47.545825 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 123 (1), req c idx: 123, my term: 1, my role: 1
2021.03.24 11:22:47.545837 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.545850 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 123, req log term: 1, my last log idx: 123, my log (123) term: 1
2021.03.24 11:22:47.545860 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 124, count: 0, log_store_->next_slot(): 124, req.log_entries().size(): 1
2021.03.24 11:22:47.545868 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 124, count: 0
2021.03.24 11:22:47.545877 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 124, count: 0
2021.03.24 11:22:47.545884 [ 4030 ] {} <Trace> RaftInstance: append at 124
2021.03.24 11:22:47.545906 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 123
2021.03.24 11:22:47.545923 [ 4030 ] {} <Trace> RaftInstance: local log idx 124, target_commit_idx 123, quick_commit_index_ 123, state_->get_commit_idx() 122
2021.03.24 11:22:47.545930 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.545948 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.545966 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.545984 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.545995 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=125
2021.03.24 11:22:47.545994 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.546041 [ 4034 ] {} <Debug> RaftInstance: commit upto 123, current idx 122
2021.03.24 11:22:47.546055 [ 4034 ] {} <Trace> RaftInstance: commit upto 123, current idx 123
2021.03.24 11:22:47.546107 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 123, current idx 123
2021.03.24 11:22:47.546116 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.552680 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=124, LastLogTerm=1, EntriesLength=0, CommitIndex=124 and Term=1
2021.03.24 11:22:47.552740 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 124 (0), req c idx: 124, my term: 1, my role: 1
2021.03.24 11:22:47.552752 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.552790 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 124, req log term: 1, my last log idx: 124, my log (124) term: 1
2021.03.24 11:22:47.552807 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 124
2021.03.24 11:22:47.552815 [ 4032 ] {} <Trace> RaftInstance: local log idx 124, target_commit_idx 124, quick_commit_index_ 124, state_->get_commit_idx() 123
2021.03.24 11:22:47.552823 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.552845 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.552865 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.552888 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.552944 [ 4034 ] {} <Debug> RaftInstance: commit upto 124, current idx 123
2021.03.24 11:22:47.552911 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.552958 [ 4034 ] {} <Trace> RaftInstance: commit upto 124, current idx 124
2021.03.24 11:22:47.552975 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=125
2021.03.24 11:22:47.553040 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 124, current idx 124
2021.03.24 11:22:47.553054 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.559805 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=124, LastLogTerm=1, EntriesLength=1, CommitIndex=124 and Term=1
2021.03.24 11:22:47.559864 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 124 (1), req c idx: 124, my term: 1, my role: 1
2021.03.24 11:22:47.559885 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.559898 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 124, req log term: 1, my last log idx: 124, my log (124) term: 1
2021.03.24 11:22:47.559914 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 125, count: 0, log_store_->next_slot(): 125, req.log_entries().size(): 1
2021.03.24 11:22:47.559923 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 125, count: 0
2021.03.24 11:22:47.559931 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 125, count: 0
2021.03.24 11:22:47.559939 [ 4030 ] {} <Trace> RaftInstance: append at 125
2021.03.24 11:22:47.559962 [ 4030 ] {} <Trace> RaftInstance: local log idx 125, target_commit_idx 124, quick_commit_index_ 124, state_->get_commit_idx() 124
2021.03.24 11:22:47.559972 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.559992 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.560009 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.560020 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=126
2021.03.24 11:22:47.566593 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=125, LastLogTerm=1, EntriesLength=1, CommitIndex=125 and Term=1
2021.03.24 11:22:47.566640 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 125 (1), req c idx: 125, my term: 1, my role: 1
2021.03.24 11:22:47.566651 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.566664 [ 4033 ] {} <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.566674 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 126, count: 0, log_store_->next_slot(): 126, req.log_entries().size(): 1
2021.03.24 11:22:47.566683 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 126, count: 0
2021.03.24 11:22:47.566690 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 126, count: 0
2021.03.24 11:22:47.566698 [ 4033 ] {} <Trace> RaftInstance: append at 126
2021.03.24 11:22:47.566719 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 125
2021.03.24 11:22:47.566746 [ 4033 ] {} <Trace> RaftInstance: local log idx 126, target_commit_idx 125, quick_commit_index_ 125, state_->get_commit_idx() 124
2021.03.24 11:22:47.566754 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.566772 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.566790 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.566808 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.566807 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.566865 [ 4034 ] {} <Debug> RaftInstance: commit upto 125, current idx 124
2021.03.24 11:22:47.566818 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=127
2021.03.24 11:22:47.566880 [ 4034 ] {} <Trace> RaftInstance: commit upto 125, current idx 125
2021.03.24 11:22:47.566986 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 125, current idx 125
2021.03.24 11:22:47.566999 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.573673 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=126, LastLogTerm=1, EntriesLength=2, CommitIndex=126 and Term=1
2021.03.24 11:22:47.573727 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 126 (2), req c idx: 126, my term: 1, my role: 1
2021.03.24 11:22:47.573739 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.573752 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 126, req log term: 1, my last log idx: 126, my log (126) term: 1
2021.03.24 11:22:47.573762 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 127, count: 0, log_store_->next_slot(): 127, req.log_entries().size(): 2
2021.03.24 11:22:47.573770 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 127, count: 0
2021.03.24 11:22:47.573778 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 127, count: 0
2021.03.24 11:22:47.573786 [ 4031 ] {} <Trace> RaftInstance: append at 127
2021.03.24 11:22:47.573831 [ 4031 ] {} <Trace> RaftInstance: append at 128
2021.03.24 11:22:47.573853 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 126
2021.03.24 11:22:47.573863 [ 4031 ] {} <Trace> RaftInstance: local log idx 128, target_commit_idx 126, quick_commit_index_ 126, state_->get_commit_idx() 125
2021.03.24 11:22:47.573871 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.573890 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.573930 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.573942 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.574013 [ 4034 ] {} <Debug> RaftInstance: commit upto 126, current idx 125
2021.03.24 11:22:47.573950 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.574048 [ 4034 ] {} <Trace> RaftInstance: commit upto 126, current idx 126
2021.03.24 11:22:47.574071 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=129
2021.03.24 11:22:47.574130 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 126, current idx 126
2021.03.24 11:22:47.574147 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.580769 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=128, LastLogTerm=1, EntriesLength=0, CommitIndex=128 and Term=1
2021.03.24 11:22:47.580807 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 128 (0), req c idx: 128, my term: 1, my role: 1
2021.03.24 11:22:47.580821 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.580837 [ 4030 ] {} <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.580866 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 128
2021.03.24 11:22:47.580875 [ 4030 ] {} <Trace> RaftInstance: local log idx 128, target_commit_idx 128, quick_commit_index_ 128, state_->get_commit_idx() 126
2021.03.24 11:22:47.580883 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.580902 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.580927 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.580931 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.580944 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.580972 [ 4034 ] {} <Debug> RaftInstance: commit upto 128, current idx 126
2021.03.24 11:22:47.580980 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=129
2021.03.24 11:22:47.580995 [ 4034 ] {} <Trace> RaftInstance: commit upto 128, current idx 127
2021.03.24 11:22:47.581061 [ 4034 ] {} <Trace> RaftInstance: commit upto 128, current idx 128
2021.03.24 11:22:47.581084 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 128, current idx 128
2021.03.24 11:22:47.581093 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.594083 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=128, LastLogTerm=1, EntriesLength=1, CommitIndex=128 and Term=1
2021.03.24 11:22:47.594121 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 128 (1), req c idx: 128, my term: 1, my role: 1
2021.03.24 11:22:47.594132 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.594148 [ 4031 ] {} <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.594159 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 129, count: 0, log_store_->next_slot(): 129, req.log_entries().size(): 1
2021.03.24 11:22:47.594167 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 129, count: 0
2021.03.24 11:22:47.594175 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 129, count: 0
2021.03.24 11:22:47.594183 [ 4031 ] {} <Trace> RaftInstance: append at 129
2021.03.24 11:22:47.594208 [ 4031 ] {} <Trace> RaftInstance: local log idx 129, target_commit_idx 128, quick_commit_index_ 128, state_->get_commit_idx() 128
2021.03.24 11:22:47.594218 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.594239 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.594255 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.594265 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=130
2021.03.24 11:22:47.601008 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=129, LastLogTerm=1, EntriesLength=1, CommitIndex=129 and Term=1
2021.03.24 11:22:47.601039 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 129 (1), req c idx: 129, my term: 1, my role: 1
2021.03.24 11:22:47.601050 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.601061 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 129, req log term: 1, my last log idx: 129, my log (129) term: 1
2021.03.24 11:22:47.601070 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 130, count: 0, log_store_->next_slot(): 130, req.log_entries().size(): 1
2021.03.24 11:22:47.601079 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 130, count: 0
2021.03.24 11:22:47.601086 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 130, count: 0
2021.03.24 11:22:47.601094 [ 4032 ] {} <Trace> RaftInstance: append at 130
2021.03.24 11:22:47.601110 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 129
2021.03.24 11:22:47.601135 [ 4032 ] {} <Trace> RaftInstance: local log idx 130, target_commit_idx 129, quick_commit_index_ 129, state_->get_commit_idx() 128
2021.03.24 11:22:47.601143 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.601162 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.601180 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.601188 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.601194 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.601223 [ 4034 ] {} <Debug> RaftInstance: commit upto 129, current idx 128
2021.03.24 11:22:47.601243 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=131
2021.03.24 11:22:47.601256 [ 4034 ] {} <Trace> RaftInstance: commit upto 129, current idx 129
2021.03.24 11:22:47.601291 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 129, current idx 129
2021.03.24 11:22:47.601305 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.607857 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=130, LastLogTerm=1, EntriesLength=1, CommitIndex=130 and Term=1
2021.03.24 11:22:47.607910 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 130 (1), req c idx: 130, my term: 1, my role: 1
2021.03.24 11:22:47.607923 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.607935 [ 4033 ] {} <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.607944 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 131, count: 0, log_store_->next_slot(): 131, req.log_entries().size(): 1
2021.03.24 11:22:47.607953 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 131, count: 0
2021.03.24 11:22:47.607961 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 131, count: 0
2021.03.24 11:22:47.607969 [ 4033 ] {} <Trace> RaftInstance: append at 131
2021.03.24 11:22:47.607988 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 130
2021.03.24 11:22:47.607997 [ 4033 ] {} <Trace> RaftInstance: local log idx 131, target_commit_idx 130, quick_commit_index_ 130, state_->get_commit_idx() 129
2021.03.24 11:22:47.608012 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.608035 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.608057 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.608075 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.608127 [ 4034 ] {} <Debug> RaftInstance: commit upto 130, current idx 129
2021.03.24 11:22:47.608156 [ 4034 ] {} <Trace> RaftInstance: commit upto 130, current idx 130
2021.03.24 11:22:47.608156 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.608196 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=132
2021.03.24 11:22:47.608246 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 130, current idx 130
2021.03.24 11:22:47.608258 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.614938 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=131, LastLogTerm=1, EntriesLength=0, CommitIndex=131 and Term=1
2021.03.24 11:22:47.615011 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 131 (0), req c idx: 131, my term: 1, my role: 1
2021.03.24 11:22:47.615032 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.615053 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 131, req log term: 1, my last log idx: 131, my log (131) term: 1
2021.03.24 11:22:47.615099 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 131
2021.03.24 11:22:47.615110 [ 4032 ] {} <Trace> RaftInstance: local log idx 131, target_commit_idx 131, quick_commit_index_ 131, state_->get_commit_idx() 130
2021.03.24 11:22:47.615119 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.615141 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.615158 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.615175 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.615187 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=132
2021.03.24 11:22:47.615208 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.615234 [ 4034 ] {} <Debug> RaftInstance: commit upto 131, current idx 130
2021.03.24 11:22:47.615247 [ 4034 ] {} <Trace> RaftInstance: commit upto 131, current idx 131
2021.03.24 11:22:47.615289 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 131, current idx 131
2021.03.24 11:22:47.615299 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.621977 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=131, LastLogTerm=1, EntriesLength=2, CommitIndex=131 and Term=1
2021.03.24 11:22:47.622036 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 131 (2), req c idx: 131, my term: 1, my role: 1
2021.03.24 11:22:47.622047 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.622059 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 131, req log term: 1, my last log idx: 131, my log (131) term: 1
2021.03.24 11:22:47.622070 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 132, count: 0, log_store_->next_slot(): 132, req.log_entries().size(): 2
2021.03.24 11:22:47.622078 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 132, count: 0
2021.03.24 11:22:47.622086 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 132, count: 0
2021.03.24 11:22:47.622094 [ 4032 ] {} <Trace> RaftInstance: append at 132
2021.03.24 11:22:47.622115 [ 4032 ] {} <Trace> RaftInstance: append at 133
2021.03.24 11:22:47.622130 [ 4032 ] {} <Trace> RaftInstance: local log idx 133, target_commit_idx 131, quick_commit_index_ 131, state_->get_commit_idx() 131
2021.03.24 11:22:47.622139 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.622159 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.622176 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.622186 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=134
2021.03.24 11:22:47.628925 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=133, LastLogTerm=1, EntriesLength=0, CommitIndex=133 and Term=1
2021.03.24 11:22:47.628992 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 133 (0), req c idx: 133, my term: 1, my role: 1
2021.03.24 11:22:47.629027 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.629042 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 133, req log term: 1, my last log idx: 133, my log (133) term: 1
2021.03.24 11:22:47.629052 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 133
2021.03.24 11:22:47.629068 [ 4033 ] {} <Trace> RaftInstance: local log idx 133, target_commit_idx 133, quick_commit_index_ 133, state_->get_commit_idx() 131
2021.03.24 11:22:47.629076 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.629095 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.629113 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.629130 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.629141 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=134
2021.03.24 11:22:47.629152 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.629239 [ 4034 ] {} <Debug> RaftInstance: commit upto 133, current idx 131
2021.03.24 11:22:47.629253 [ 4034 ] {} <Trace> RaftInstance: commit upto 133, current idx 132
2021.03.24 11:22:47.629326 [ 4034 ] {} <Trace> RaftInstance: commit upto 133, current idx 133
2021.03.24 11:22:47.629365 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 133, current idx 133
2021.03.24 11:22:47.629374 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.636254 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=133, LastLogTerm=1, EntriesLength=2, CommitIndex=133 and Term=1
2021.03.24 11:22:47.636314 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 133 (2), req c idx: 133, my term: 1, my role: 1
2021.03.24 11:22:47.636325 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.636336 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 133, req log term: 1, my last log idx: 133, my log (133) term: 1
2021.03.24 11:22:47.636348 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 134, count: 0, log_store_->next_slot(): 134, req.log_entries().size(): 2
2021.03.24 11:22:47.636356 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 134, count: 0
2021.03.24 11:22:47.636364 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 134, count: 0
2021.03.24 11:22:47.636371 [ 4032 ] {} <Trace> RaftInstance: append at 134
2021.03.24 11:22:47.636392 [ 4032 ] {} <Trace> RaftInstance: append at 135
2021.03.24 11:22:47.636406 [ 4032 ] {} <Trace> RaftInstance: local log idx 135, target_commit_idx 133, quick_commit_index_ 133, state_->get_commit_idx() 133
2021.03.24 11:22:47.636415 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.636436 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.636454 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.636464 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=136
2021.03.24 11:22:47.643128 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=135, LastLogTerm=1, EntriesLength=0, CommitIndex=135 and Term=1
2021.03.24 11:22:47.643180 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 135 (0), req c idx: 135, my term: 1, my role: 1
2021.03.24 11:22:47.643192 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.643205 [ 4033 ] {} <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.643215 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 135
2021.03.24 11:22:47.643230 [ 4033 ] {} <Trace> RaftInstance: local log idx 135, target_commit_idx 135, quick_commit_index_ 135, state_->get_commit_idx() 133
2021.03.24 11:22:47.643239 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.643258 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.643277 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.643295 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.643305 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=136
2021.03.24 11:22:47.643311 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.643365 [ 4034 ] {} <Debug> RaftInstance: commit upto 135, current idx 133
2021.03.24 11:22:47.643394 [ 4034 ] {} <Trace> RaftInstance: commit upto 135, current idx 134
2021.03.24 11:22:47.643516 [ 4034 ] {} <Trace> RaftInstance: commit upto 135, current idx 135
2021.03.24 11:22:47.643572 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 135, current idx 135
2021.03.24 11:22:47.643582 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.649973 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=135, LastLogTerm=1, EntriesLength=2, CommitIndex=135 and Term=1
2021.03.24 11:22:47.650047 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 135 (2), req c idx: 135, my term: 1, my role: 1
2021.03.24 11:22:47.650061 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.650073 [ 4030 ] {} <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.650086 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 136, count: 0, log_store_->next_slot(): 136, req.log_entries().size(): 2
2021.03.24 11:22:47.650101 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 136, count: 0
2021.03.24 11:22:47.650111 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 136, count: 0
2021.03.24 11:22:47.650118 [ 4030 ] {} <Trace> RaftInstance: append at 136
2021.03.24 11:22:47.650139 [ 4030 ] {} <Trace> RaftInstance: append at 137
2021.03.24 11:22:47.650153 [ 4030 ] {} <Trace> RaftInstance: local log idx 137, target_commit_idx 135, quick_commit_index_ 135, state_->get_commit_idx() 135
2021.03.24 11:22:47.650174 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.650198 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.650217 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.650227 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=138
2021.03.24 11:22:47.656929 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=137, LastLogTerm=1, EntriesLength=1, CommitIndex=137 and Term=1
2021.03.24 11:22:47.657031 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 137 (1), req c idx: 137, my term: 1, my role: 1
2021.03.24 11:22:47.657054 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.657075 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 137, req log term: 1, my last log idx: 137, my log (137) term: 1
2021.03.24 11:22:47.657102 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 138, count: 0, log_store_->next_slot(): 138, req.log_entries().size(): 1
2021.03.24 11:22:47.657118 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 138, count: 0
2021.03.24 11:22:47.657130 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 138, count: 0
2021.03.24 11:22:47.657137 [ 4033 ] {} <Trace> RaftInstance: append at 138
2021.03.24 11:22:47.657159 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 137
2021.03.24 11:22:47.657168 [ 4033 ] {} <Trace> RaftInstance: local log idx 138, target_commit_idx 137, quick_commit_index_ 137, state_->get_commit_idx() 135
2021.03.24 11:22:47.657176 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.657199 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.657219 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.657238 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.657237 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.657300 [ 4034 ] {} <Debug> RaftInstance: commit upto 137, current idx 135
2021.03.24 11:22:47.657248 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=139
2021.03.24 11:22:47.657315 [ 4034 ] {} <Trace> RaftInstance: commit upto 137, current idx 136
2021.03.24 11:22:47.657437 [ 4034 ] {} <Trace> RaftInstance: commit upto 137, current idx 137
2021.03.24 11:22:47.657487 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 137, current idx 137
2021.03.24 11:22:47.657497 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.664023 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=138, LastLogTerm=1, EntriesLength=1, CommitIndex=138 and Term=1
2021.03.24 11:22:47.664073 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 138 (1), req c idx: 138, my term: 1, my role: 1
2021.03.24 11:22:47.664112 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.664134 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 138, req log term: 1, my last log idx: 138, my log (138) term: 1
2021.03.24 11:22:47.664146 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 139, count: 0, log_store_->next_slot(): 139, req.log_entries().size(): 1
2021.03.24 11:22:47.664154 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 139, count: 0
2021.03.24 11:22:47.664163 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 139, count: 0
2021.03.24 11:22:47.664170 [ 4031 ] {} <Trace> RaftInstance: append at 139
2021.03.24 11:22:47.664192 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 138
2021.03.24 11:22:47.664201 [ 4031 ] {} <Trace> RaftInstance: local log idx 139, target_commit_idx 138, quick_commit_index_ 138, state_->get_commit_idx() 137
2021.03.24 11:22:47.664208 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.664231 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.664253 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.664278 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.664280 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.664344 [ 4034 ] {} <Debug> RaftInstance: commit upto 138, current idx 137
2021.03.24 11:22:47.664295 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=140
2021.03.24 11:22:47.664363 [ 4034 ] {} <Trace> RaftInstance: commit upto 138, current idx 138
2021.03.24 11:22:47.664422 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 138, current idx 138
2021.03.24 11:22:47.664472 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.670975 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=139, LastLogTerm=1, EntriesLength=0, CommitIndex=139 and Term=1
2021.03.24 11:22:47.671027 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 139 (0), req c idx: 139, my term: 1, my role: 1
2021.03.24 11:22:47.671039 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.671051 [ 4032 ] {} <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.671061 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 139
2021.03.24 11:22:47.671069 [ 4032 ] {} <Trace> RaftInstance: local log idx 139, target_commit_idx 139, quick_commit_index_ 139, state_->get_commit_idx() 138
2021.03.24 11:22:47.671078 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.671090 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.671103 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.671119 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.671129 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=140
2021.03.24 11:22:47.671194 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.671208 [ 4034 ] {} <Debug> RaftInstance: commit upto 139, current idx 138
2021.03.24 11:22:47.671241 [ 4034 ] {} <Trace> RaftInstance: commit upto 139, current idx 139
2021.03.24 11:22:47.671342 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 139, current idx 139
2021.03.24 11:22:47.671351 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.697536 [ 4033 ] {} <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.697595 [ 4033 ] {} <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.697607 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.697620 [ 4033 ] {} <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.697630 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 140, count: 0, log_store_->next_slot(): 140, req.log_entries().size(): 2
2021.03.24 11:22:47.697639 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 140, count: 0
2021.03.24 11:22:47.697647 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 140, count: 0
2021.03.24 11:22:47.697654 [ 4033 ] {} <Trace> RaftInstance: append at 140
2021.03.24 11:22:47.697674 [ 4033 ] {} <Trace> RaftInstance: append at 141
2021.03.24 11:22:47.697689 [ 4033 ] {} <Trace> RaftInstance: local log idx 141, target_commit_idx 139, quick_commit_index_ 139, state_->get_commit_idx() 139
2021.03.24 11:22:47.697698 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.697740 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.697758 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.697768 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=142
2021.03.24 11:22:47.704381 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=141, LastLogTerm=1, EntriesLength=0, CommitIndex=141 and Term=1
2021.03.24 11:22:47.704442 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 141 (0), req c idx: 141, my term: 1, my role: 1
2021.03.24 11:22:47.704486 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.704531 [ 4031 ] {} <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.704558 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 141
2021.03.24 11:22:47.704579 [ 4031 ] {} <Trace> RaftInstance: local log idx 141, target_commit_idx 141, quick_commit_index_ 141, state_->get_commit_idx() 139
2021.03.24 11:22:47.704603 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.704636 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.704648 [ 4034 ] {} <Debug> RaftInstance: commit upto 141, current idx 139
2021.03.24 11:22:47.704658 [ 4034 ] {} <Trace> RaftInstance: commit upto 141, current idx 140
2021.03.24 11:22:47.704719 [ 4034 ] {} <Trace> RaftInstance: commit upto 141, current idx 141
2021.03.24 11:22:47.704755 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 141, current idx 141
2021.03.24 11:22:47.704763 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.704776 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.704806 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.704823 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.704833 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=142
2021.03.24 11:22:47.713072 [ 4032 ] {} <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.713134 [ 4032 ] {} <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.713154 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.713175 [ 4032 ] {} <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.713191 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 142, count: 0, log_store_->next_slot(): 142, req.log_entries().size(): 1
2021.03.24 11:22:47.713200 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 142, count: 0
2021.03.24 11:22:47.713208 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 142, count: 0
2021.03.24 11:22:47.713215 [ 4032 ] {} <Trace> RaftInstance: append at 142
2021.03.24 11:22:47.713247 [ 4032 ] {} <Trace> RaftInstance: local log idx 142, target_commit_idx 141, quick_commit_index_ 141, state_->get_commit_idx() 141
2021.03.24 11:22:47.713257 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.713271 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.713287 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.713298 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=143
2021.03.24 11:22:47.743378 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=141, LastLogTerm=1, EntriesLength=2, CommitIndex=141 and Term=1
2021.03.24 11:22:47.743478 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 141 (2), req c idx: 141, my term: 1, my role: 1
2021.03.24 11:22:47.743497 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.743511 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 141, req log term: 1, my last log idx: 142, my log (141) term: 1
2021.03.24 11:22:47.743522 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 142, count: 0, log_store_->next_slot(): 143, req.log_entries().size(): 2
2021.03.24 11:22:47.743538 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 143, count: 1
2021.03.24 11:22:47.743547 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 143, count: 1
2021.03.24 11:22:47.743555 [ 4031 ] {} <Trace> RaftInstance: append at 143
2021.03.24 11:22:47.743579 [ 4031 ] {} <Trace> RaftInstance: local log idx 143, target_commit_idx 141, quick_commit_index_ 141, state_->get_commit_idx() 141
2021.03.24 11:22:47.743588 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.743673 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.743698 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.743709 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=144
2021.03.24 11:22:47.750457 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=143, LastLogTerm=1, EntriesLength=0, CommitIndex=143 and Term=1
2021.03.24 11:22:47.750513 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 143 (0), req c idx: 143, my term: 1, my role: 1
2021.03.24 11:22:47.750525 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.750537 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 143, req log term: 1, my last log idx: 143, my log (143) term: 1
2021.03.24 11:22:47.750571 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 143
2021.03.24 11:22:47.750580 [ 4030 ] {} <Trace> RaftInstance: local log idx 143, target_commit_idx 143, quick_commit_index_ 143, state_->get_commit_idx() 141
2021.03.24 11:22:47.750595 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.750628 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.750640 [ 4034 ] {} <Debug> RaftInstance: commit upto 143, current idx 141
2021.03.24 11:22:47.750650 [ 4034 ] {} <Trace> RaftInstance: commit upto 143, current idx 142
2021.03.24 11:22:47.750726 [ 4034 ] {} <Trace> RaftInstance: commit upto 143, current idx 143
2021.03.24 11:22:47.750754 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 143, current idx 143
2021.03.24 11:22:47.750762 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.750775 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.750789 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.750804 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.750814 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=144
2021.03.24 11:22:47.757483 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=143, LastLogTerm=1, EntriesLength=1, CommitIndex=143 and Term=1
2021.03.24 11:22:47.757538 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 143 (1), req c idx: 143, my term: 1, my role: 1
2021.03.24 11:22:47.757557 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.757569 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 143, req log term: 1, my last log idx: 143, my log (143) term: 1
2021.03.24 11:22:47.757579 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 144, count: 0, log_store_->next_slot(): 144, req.log_entries().size(): 1
2021.03.24 11:22:47.757593 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 144, count: 0
2021.03.24 11:22:47.757601 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 144, count: 0
2021.03.24 11:22:47.757609 [ 4031 ] {} <Trace> RaftInstance: append at 144
2021.03.24 11:22:47.757632 [ 4031 ] {} <Trace> RaftInstance: local log idx 144, target_commit_idx 143, quick_commit_index_ 143, state_->get_commit_idx() 143
2021.03.24 11:22:47.757641 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.757655 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.757670 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.757679 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=145
2021.03.24 11:22:47.789986 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=144, LastLogTerm=1, EntriesLength=2, CommitIndex=144 and Term=1
2021.03.24 11:22:47.790016 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 144 (2), req c idx: 144, my term: 1, my role: 1
2021.03.24 11:22:47.790036 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.790049 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 144, req log term: 1, my last log idx: 144, my log (144) term: 1
2021.03.24 11:22:47.790059 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 145, count: 0, log_store_->next_slot(): 145, req.log_entries().size(): 2
2021.03.24 11:22:47.790067 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 145, count: 0
2021.03.24 11:22:47.790094 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 145, count: 0
2021.03.24 11:22:47.790102 [ 4032 ] {} <Trace> RaftInstance: append at 145
2021.03.24 11:22:47.790123 [ 4032 ] {} <Trace> RaftInstance: append at 146
2021.03.24 11:22:47.790136 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 144
2021.03.24 11:22:47.790145 [ 4032 ] {} <Trace> RaftInstance: local log idx 146, target_commit_idx 144, quick_commit_index_ 144, state_->get_commit_idx() 143
2021.03.24 11:22:47.790153 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.790165 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.790176 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.790192 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.790202 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=147
2021.03.24 11:22:47.790333 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.790349 [ 4034 ] {} <Debug> RaftInstance: commit upto 144, current idx 143
2021.03.24 11:22:47.790359 [ 4034 ] {} <Trace> RaftInstance: commit upto 144, current idx 144
2021.03.24 11:22:47.790397 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 144, current idx 144
2021.03.24 11:22:47.790406 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.796909 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=146, LastLogTerm=1, EntriesLength=0, CommitIndex=146 and Term=1
2021.03.24 11:22:47.796964 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 146 (0), req c idx: 146, my term: 1, my role: 1
2021.03.24 11:22:47.796978 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.796990 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 146, req log term: 1, my last log idx: 146, my log (146) term: 1
2021.03.24 11:22:47.797000 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 146
2021.03.24 11:22:47.797009 [ 4032 ] {} <Trace> RaftInstance: local log idx 146, target_commit_idx 146, quick_commit_index_ 146, state_->get_commit_idx() 144
2021.03.24 11:22:47.797016 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.797030 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.797043 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.797060 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.797069 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=147
2021.03.24 11:22:47.797143 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.797158 [ 4034 ] {} <Debug> RaftInstance: commit upto 146, current idx 144
2021.03.24 11:22:47.797175 [ 4034 ] {} <Trace> RaftInstance: commit upto 146, current idx 145
2021.03.24 11:22:47.797210 [ 4034 ] {} <Trace> RaftInstance: commit upto 146, current idx 146
2021.03.24 11:22:47.797226 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 146, current idx 146
2021.03.24 11:22:47.797234 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.803763 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=146, LastLogTerm=1, EntriesLength=2, CommitIndex=146 and Term=1
2021.03.24 11:22:47.803819 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 146 (2), req c idx: 146, my term: 1, my role: 1
2021.03.24 11:22:47.803832 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.803844 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 146, req log term: 1, my last log idx: 146, my log (146) term: 1
2021.03.24 11:22:47.803884 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 147, count: 0, log_store_->next_slot(): 147, req.log_entries().size(): 2
2021.03.24 11:22:47.803911 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 147, count: 0
2021.03.24 11:22:47.803961 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 147, count: 0
2021.03.24 11:22:47.803969 [ 4033 ] {} <Trace> RaftInstance: append at 147
2021.03.24 11:22:47.803992 [ 4033 ] {} <Trace> RaftInstance: append at 148
2021.03.24 11:22:47.804007 [ 4033 ] {} <Trace> RaftInstance: local log idx 148, target_commit_idx 146, quick_commit_index_ 146, state_->get_commit_idx() 146
2021.03.24 11:22:47.804016 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.804026 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.804042 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.804051 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=149
2021.03.24 11:22:47.811088 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=1, EntriesLength=0, CommitIndex=148 and Term=1
2021.03.24 11:22:47.811177 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 148 (0), req c idx: 148, my term: 1, my role: 1
2021.03.24 11:22:47.811193 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.811205 [ 4031 ] {} <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.811216 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 148
2021.03.24 11:22:47.811225 [ 4031 ] {} <Trace> RaftInstance: local log idx 148, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 146
2021.03.24 11:22:47.811233 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.811254 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.811272 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.811290 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.811287 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.811360 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=149
2021.03.24 11:22:47.811395 [ 4034 ] {} <Debug> RaftInstance: commit upto 148, current idx 146
2021.03.24 11:22:47.811434 [ 4034 ] {} <Trace> RaftInstance: commit upto 148, current idx 147
2021.03.24 11:22:47.811553 [ 4034 ] {} <Trace> RaftInstance: commit upto 148, current idx 148
2021.03.24 11:22:47.811583 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 148, current idx 148
2021.03.24 11:22:47.811591 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.818036 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=148, LastLogTerm=1, EntriesLength=1, CommitIndex=148 and Term=1
2021.03.24 11:22:47.818089 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 148 (1), req c idx: 148, my term: 1, my role: 1
2021.03.24 11:22:47.818101 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.818113 [ 4031 ] {} <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.818123 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 149, count: 0, log_store_->next_slot(): 149, req.log_entries().size(): 1
2021.03.24 11:22:47.818132 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 149, count: 0
2021.03.24 11:22:47.818141 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 149, count: 0
2021.03.24 11:22:47.818166 [ 4031 ] {} <Trace> RaftInstance: append at 149
2021.03.24 11:22:47.818189 [ 4031 ] {} <Trace> RaftInstance: local log idx 149, target_commit_idx 148, quick_commit_index_ 148, state_->get_commit_idx() 148
2021.03.24 11:22:47.818198 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.818318 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.818370 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.818385 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=150
2021.03.24 11:22:47.825108 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=149, LastLogTerm=1, EntriesLength=1, CommitIndex=149 and Term=1
2021.03.24 11:22:47.825166 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 149 (1), req c idx: 149, my term: 1, my role: 1
2021.03.24 11:22:47.825185 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.825197 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 149, req log term: 1, my last log idx: 149, my log (149) term: 1
2021.03.24 11:22:47.825207 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 150, count: 0, log_store_->next_slot(): 150, req.log_entries().size(): 1
2021.03.24 11:22:47.825215 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 150, count: 0
2021.03.24 11:22:47.825224 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 150, count: 0
2021.03.24 11:22:47.825231 [ 4033 ] {} <Trace> RaftInstance: append at 150
2021.03.24 11:22:47.825254 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 149
2021.03.24 11:22:47.825263 [ 4033 ] {} <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.825275 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.825288 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.825313 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.825339 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.825351 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=151
2021.03.24 11:22:47.825383 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.825423 [ 4034 ] {} <Debug> RaftInstance: commit upto 149, current idx 148
2021.03.24 11:22:47.825444 [ 4034 ] {} <Trace> RaftInstance: commit upto 149, current idx 149
2021.03.24 11:22:47.825497 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 149, current idx 149
2021.03.24 11:22:47.825508 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.831979 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=150, LastLogTerm=1, EntriesLength=0, CommitIndex=150 and Term=1
2021.03.24 11:22:47.832031 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 150 (0), req c idx: 150, my term: 1, my role: 1
2021.03.24 11:22:47.832045 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.832057 [ 4032 ] {} <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.832066 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 150
2021.03.24 11:22:47.832075 [ 4032 ] {} <Trace> RaftInstance: local log idx 150, target_commit_idx 150, quick_commit_index_ 150, state_->get_commit_idx() 149
2021.03.24 11:22:47.832110 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.832125 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.832168 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.832195 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.832206 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=151
2021.03.24 11:22:47.832233 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.832256 [ 4034 ] {} <Debug> RaftInstance: commit upto 150, current idx 149
2021.03.24 11:22:47.832268 [ 4034 ] {} <Trace> RaftInstance: commit upto 150, current idx 150
2021.03.24 11:22:47.832297 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 150, current idx 150
2021.03.24 11:22:47.832313 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.838851 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=150, LastLogTerm=1, EntriesLength=1, CommitIndex=150 and Term=1
2021.03.24 11:22:47.838902 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 150 (1), req c idx: 150, my term: 1, my role: 1
2021.03.24 11:22:47.838914 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.838926 [ 4031 ] {} <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.838936 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 151, count: 0, log_store_->next_slot(): 151, req.log_entries().size(): 1
2021.03.24 11:22:47.838945 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 151, count: 0
2021.03.24 11:22:47.838953 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 151, count: 0
2021.03.24 11:22:47.838960 [ 4031 ] {} <Trace> RaftInstance: append at 151
2021.03.24 11:22:47.838992 [ 4031 ] {} <Trace> RaftInstance: local log idx 151, target_commit_idx 150, quick_commit_index_ 150, state_->get_commit_idx() 150
2021.03.24 11:22:47.839008 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.839027 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.839045 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.839055 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=152
2021.03.24 11:22:47.845760 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=151, LastLogTerm=1, EntriesLength=2, CommitIndex=151 and Term=1
2021.03.24 11:22:47.845828 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 151 (2), req c idx: 151, my term: 1, my role: 1
2021.03.24 11:22:47.845843 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.845858 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 151, req log term: 1, my last log idx: 151, my log (151) term: 1
2021.03.24 11:22:47.845871 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 152, count: 0, log_store_->next_slot(): 152, req.log_entries().size(): 2
2021.03.24 11:22:47.845881 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 152, count: 0
2021.03.24 11:22:47.845889 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 152, count: 0
2021.03.24 11:22:47.845896 [ 4033 ] {} <Trace> RaftInstance: append at 152
2021.03.24 11:22:47.845928 [ 4033 ] {} <Trace> RaftInstance: append at 153
2021.03.24 11:22:47.845978 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 151
2021.03.24 11:22:47.845999 [ 4033 ] {} <Trace> RaftInstance: local log idx 153, target_commit_idx 151, quick_commit_index_ 151, state_->get_commit_idx() 150
2021.03.24 11:22:47.846009 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.846023 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.846036 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.846078 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.846092 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=154
2021.03.24 11:22:47.846154 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.846169 [ 4034 ] {} <Debug> RaftInstance: commit upto 151, current idx 150
2021.03.24 11:22:47.846179 [ 4034 ] {} <Trace> RaftInstance: commit upto 151, current idx 151
2021.03.24 11:22:47.846214 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 151, current idx 151
2021.03.24 11:22:47.846227 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.852785 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=153, LastLogTerm=1, EntriesLength=1, CommitIndex=153 and Term=1
2021.03.24 11:22:47.852825 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 153 (1), req c idx: 153, my term: 1, my role: 1
2021.03.24 11:22:47.852837 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.852848 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 153, req log term: 1, my last log idx: 153, my log (153) term: 1
2021.03.24 11:22:47.852858 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 154, count: 0, log_store_->next_slot(): 154, req.log_entries().size(): 1
2021.03.24 11:22:47.852878 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 154, count: 0
2021.03.24 11:22:47.852889 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 154, count: 0
2021.03.24 11:22:47.852896 [ 4031 ] {} <Trace> RaftInstance: append at 154
2021.03.24 11:22:47.852922 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 153
2021.03.24 11:22:47.852932 [ 4031 ] {} <Trace> RaftInstance: local log idx 154, target_commit_idx 153, quick_commit_index_ 153, state_->get_commit_idx() 151
2021.03.24 11:22:47.852940 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.852958 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.852980 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.852996 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.853007 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=155
2021.03.24 11:22:47.853029 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.853090 [ 4034 ] {} <Debug> RaftInstance: commit upto 153, current idx 151
2021.03.24 11:22:47.853106 [ 4034 ] {} <Trace> RaftInstance: commit upto 153, current idx 152
2021.03.24 11:22:47.853160 [ 4034 ] {} <Trace> RaftInstance: commit upto 153, current idx 153
2021.03.24 11:22:47.853178 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 153, current idx 153
2021.03.24 11:22:47.853188 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.859652 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=154, LastLogTerm=1, EntriesLength=0, CommitIndex=154 and Term=1
2021.03.24 11:22:47.859683 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 154 (0), req c idx: 154, my term: 1, my role: 1
2021.03.24 11:22:47.859694 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.859730 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 154, req log term: 1, my last log idx: 154, my log (154) term: 1
2021.03.24 11:22:47.859744 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 154
2021.03.24 11:22:47.859752 [ 4032 ] {} <Trace> RaftInstance: local log idx 154, target_commit_idx 154, quick_commit_index_ 154, state_->get_commit_idx() 153
2021.03.24 11:22:47.859760 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.859777 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.859806 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.859821 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.859831 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=155
2021.03.24 11:22:47.859843 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.859903 [ 4034 ] {} <Debug> RaftInstance: commit upto 154, current idx 153
2021.03.24 11:22:47.859916 [ 4034 ] {} <Trace> RaftInstance: commit upto 154, current idx 154
2021.03.24 11:22:47.860048 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 154, current idx 154
2021.03.24 11:22:47.860066 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.866531 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=154, LastLogTerm=1, EntriesLength=1, CommitIndex=154 and Term=1
2021.03.24 11:22:47.866587 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 154 (1), req c idx: 154, my term: 1, my role: 1
2021.03.24 11:22:47.866598 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.866610 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 154, req log term: 1, my last log idx: 154, my log (154) term: 1
2021.03.24 11:22:47.866620 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 155, count: 0, log_store_->next_slot(): 155, req.log_entries().size(): 1
2021.03.24 11:22:47.866629 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 155, count: 0
2021.03.24 11:22:47.866637 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 155, count: 0
2021.03.24 11:22:47.866644 [ 4031 ] {} <Trace> RaftInstance: append at 155
2021.03.24 11:22:47.866702 [ 4031 ] {} <Trace> RaftInstance: local log idx 155, target_commit_idx 154, quick_commit_index_ 154, state_->get_commit_idx() 154
2021.03.24 11:22:47.866713 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.866724 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.866739 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.866749 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=156
2021.03.24 11:22:47.873472 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=155, LastLogTerm=1, EntriesLength=1, CommitIndex=155 and Term=1
2021.03.24 11:22:47.873522 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 155 (1), req c idx: 155, my term: 1, my role: 1
2021.03.24 11:22:47.873534 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.873546 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 155, req log term: 1, my last log idx: 155, my log (155) term: 1
2021.03.24 11:22:47.873556 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 156, count: 0, log_store_->next_slot(): 156, req.log_entries().size(): 1
2021.03.24 11:22:47.873564 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 156, count: 0
2021.03.24 11:22:47.873573 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 156, count: 0
2021.03.24 11:22:47.873580 [ 4031 ] {} <Trace> RaftInstance: append at 156
2021.03.24 11:22:47.873602 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 155
2021.03.24 11:22:47.873612 [ 4031 ] {} <Trace> RaftInstance: local log idx 156, target_commit_idx 155, quick_commit_index_ 155, state_->get_commit_idx() 154
2021.03.24 11:22:47.873624 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.873646 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.873657 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.873690 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.873701 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=157
2021.03.24 11:22:47.873702 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.873758 [ 4034 ] {} <Debug> RaftInstance: commit upto 155, current idx 154
2021.03.24 11:22:47.873772 [ 4034 ] {} <Trace> RaftInstance: commit upto 155, current idx 155
2021.03.24 11:22:47.873809 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 155, current idx 155
2021.03.24 11:22:47.873817 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.880330 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=156, LastLogTerm=1, EntriesLength=0, CommitIndex=156 and Term=1
2021.03.24 11:22:47.880373 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 156 (0), req c idx: 156, my term: 1, my role: 1
2021.03.24 11:22:47.880385 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.880397 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 156, req log term: 1, my last log idx: 156, my log (156) term: 1
2021.03.24 11:22:47.880413 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 156
2021.03.24 11:22:47.880422 [ 4031 ] {} <Trace> RaftInstance: local log idx 156, target_commit_idx 156, quick_commit_index_ 156, state_->get_commit_idx() 155
2021.03.24 11:22:47.880430 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.880453 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.880474 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.880493 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.880506 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=157
2021.03.24 11:22:47.880531 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.880580 [ 4034 ] {} <Debug> RaftInstance: commit upto 156, current idx 155
2021.03.24 11:22:47.880591 [ 4034 ] {} <Trace> RaftInstance: commit upto 156, current idx 156
2021.03.24 11:22:47.880647 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 156, current idx 156
2021.03.24 11:22:47.880657 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.887134 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=156, LastLogTerm=1, EntriesLength=1, CommitIndex=156 and Term=1
2021.03.24 11:22:47.887168 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 156 (1), req c idx: 156, my term: 1, my role: 1
2021.03.24 11:22:47.887179 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.887190 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 156, req log term: 1, my last log idx: 156, my log (156) term: 1
2021.03.24 11:22:47.887200 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 157, count: 0, log_store_->next_slot(): 157, req.log_entries().size(): 1
2021.03.24 11:22:47.887209 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 157, count: 0
2021.03.24 11:22:47.887217 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 157, count: 0
2021.03.24 11:22:47.887225 [ 4032 ] {} <Trace> RaftInstance: append at 157
2021.03.24 11:22:47.887246 [ 4032 ] {} <Trace> RaftInstance: local log idx 157, target_commit_idx 156, quick_commit_index_ 156, state_->get_commit_idx() 156
2021.03.24 11:22:47.887255 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.887264 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.887277 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.887315 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=158
2021.03.24 11:22:47.893897 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=157, LastLogTerm=1, EntriesLength=0, CommitIndex=157 and Term=1
2021.03.24 11:22:47.893928 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 157 (0), req c idx: 157, my term: 1, my role: 1
2021.03.24 11:22:47.893939 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.893950 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 157, req log term: 1, my last log idx: 157, my log (157) term: 1
2021.03.24 11:22:47.893959 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 157
2021.03.24 11:22:47.893968 [ 4032 ] {} <Trace> RaftInstance: local log idx 157, target_commit_idx 157, quick_commit_index_ 157, state_->get_commit_idx() 156
2021.03.24 11:22:47.893976 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.893994 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.894008 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.894022 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.894032 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=158
2021.03.24 11:22:47.894068 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.894126 [ 4034 ] {} <Debug> RaftInstance: commit upto 157, current idx 156
2021.03.24 11:22:47.894141 [ 4034 ] {} <Trace> RaftInstance: commit upto 157, current idx 157
2021.03.24 11:22:47.894183 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 157, current idx 157
2021.03.24 11:22:47.894193 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.900846 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=157, LastLogTerm=1, EntriesLength=1, CommitIndex=157 and Term=1
2021.03.24 11:22:47.900888 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 157 (1), req c idx: 157, my term: 1, my role: 1
2021.03.24 11:22:47.900900 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.900911 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 157, req log term: 1, my last log idx: 157, my log (157) term: 1
2021.03.24 11:22:47.900921 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 158, count: 0, log_store_->next_slot(): 158, req.log_entries().size(): 1
2021.03.24 11:22:47.900930 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 158, count: 0
2021.03.24 11:22:47.900938 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 158, count: 0
2021.03.24 11:22:47.900945 [ 4032 ] {} <Trace> RaftInstance: append at 158
2021.03.24 11:22:47.900968 [ 4032 ] {} <Trace> RaftInstance: local log idx 158, target_commit_idx 157, quick_commit_index_ 157, state_->get_commit_idx() 157
2021.03.24 11:22:47.900977 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.900986 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.901000 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.901010 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=159
2021.03.24 11:22:47.907701 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=158, LastLogTerm=1, EntriesLength=1, CommitIndex=158 and Term=1
2021.03.24 11:22:47.907739 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 158 (1), req c idx: 158, my term: 1, my role: 1
2021.03.24 11:22:47.907751 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.907762 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 158, req log term: 1, my last log idx: 158, my log (158) term: 1
2021.03.24 11:22:47.907789 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 159, count: 0, log_store_->next_slot(): 159, req.log_entries().size(): 1
2021.03.24 11:22:47.907799 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 159, count: 0
2021.03.24 11:22:47.907807 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 159, count: 0
2021.03.24 11:22:47.907815 [ 4032 ] {} <Trace> RaftInstance: append at 159
2021.03.24 11:22:47.907834 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 158
2021.03.24 11:22:47.907843 [ 4032 ] {} <Trace> RaftInstance: local log idx 159, target_commit_idx 158, quick_commit_index_ 158, state_->get_commit_idx() 157
2021.03.24 11:22:47.907851 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.907894 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.907904 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.907937 [ 4034 ] {} <Debug> RaftInstance: commit upto 158, current idx 157
2021.03.24 11:22:47.907951 [ 4034 ] {} <Trace> RaftInstance: commit upto 158, current idx 158
2021.03.24 11:22:47.907911 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.907985 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.907997 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=160
2021.03.24 11:22:47.908042 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 158, current idx 158
2021.03.24 11:22:47.908058 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.914675 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=159, LastLogTerm=1, EntriesLength=0, CommitIndex=159 and Term=1
2021.03.24 11:22:47.914720 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 159 (0), req c idx: 159, my term: 1, my role: 1
2021.03.24 11:22:47.914732 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.914745 [ 4030 ] {} <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.914763 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 159
2021.03.24 11:22:47.914772 [ 4030 ] {} <Trace> RaftInstance: local log idx 159, target_commit_idx 159, quick_commit_index_ 159, state_->get_commit_idx() 158
2021.03.24 11:22:47.914788 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.914809 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.914833 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.914869 [ 4034 ] {} <Debug> RaftInstance: commit upto 159, current idx 158
2021.03.24 11:22:47.914883 [ 4034 ] {} <Trace> RaftInstance: commit upto 159, current idx 159
2021.03.24 11:22:47.914837 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.914917 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.914919 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 159, current idx 159
2021.03.24 11:22:47.914932 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=160
2021.03.24 11:22:47.914941 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.923647 [ 4032 ] {} <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.923713 [ 4032 ] {} <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.923756 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.923778 [ 4032 ] {} <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.923791 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 160, count: 0, log_store_->next_slot(): 160, req.log_entries().size(): 1
2021.03.24 11:22:47.923799 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 160, count: 0
2021.03.24 11:22:47.923808 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 160, count: 0
2021.03.24 11:22:47.923815 [ 4032 ] {} <Trace> RaftInstance: append at 160
2021.03.24 11:22:47.923839 [ 4032 ] {} <Trace> RaftInstance: local log idx 160, target_commit_idx 159, quick_commit_index_ 159, state_->get_commit_idx() 159
2021.03.24 11:22:47.923848 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.923866 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.923886 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.923902 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=161
2021.03.24 11:22:47.931080 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=160, LastLogTerm=1, EntriesLength=1, CommitIndex=160 and Term=1
2021.03.24 11:22:47.931142 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 160 (1), req c idx: 160, my term: 1, my role: 1
2021.03.24 11:22:47.931154 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.931168 [ 4030 ] {} <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.931178 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 161, count: 0, log_store_->next_slot(): 161, req.log_entries().size(): 1
2021.03.24 11:22:47.931187 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 161, count: 0
2021.03.24 11:22:47.931195 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 161, count: 0
2021.03.24 11:22:47.931202 [ 4030 ] {} <Trace> RaftInstance: append at 161
2021.03.24 11:22:47.931224 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 160
2021.03.24 11:22:47.931233 [ 4030 ] {} <Trace> RaftInstance: local log idx 161, target_commit_idx 160, quick_commit_index_ 160, state_->get_commit_idx() 159
2021.03.24 11:22:47.931241 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.931255 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.931268 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.931284 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.931294 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=162
2021.03.24 11:22:47.931397 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.931422 [ 4034 ] {} <Debug> RaftInstance: commit upto 160, current idx 159
2021.03.24 11:22:47.931433 [ 4034 ] {} <Trace> RaftInstance: commit upto 160, current idx 160
2021.03.24 11:22:47.931496 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 160, current idx 160
2021.03.24 11:22:47.931509 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.938021 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=161, LastLogTerm=1, EntriesLength=0, CommitIndex=161 and Term=1
2021.03.24 11:22:47.938079 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 161 (0), req c idx: 161, my term: 1, my role: 1
2021.03.24 11:22:47.938093 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.938113 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 161, req log term: 1, my last log idx: 161, my log (161) term: 1
2021.03.24 11:22:47.938123 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 161
2021.03.24 11:22:47.938149 [ 4031 ] {} <Trace> RaftInstance: local log idx 161, target_commit_idx 161, quick_commit_index_ 161, state_->get_commit_idx() 160
2021.03.24 11:22:47.938157 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.938176 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.938192 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.938213 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.938248 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.938265 [ 4034 ] {} <Debug> RaftInstance: commit upto 161, current idx 160
2021.03.24 11:22:47.938274 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=162
2021.03.24 11:22:47.938280 [ 4034 ] {} <Trace> RaftInstance: commit upto 161, current idx 161
2021.03.24 11:22:47.938333 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 161, current idx 161
2021.03.24 11:22:47.938363 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.945023 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=161, LastLogTerm=1, EntriesLength=1, CommitIndex=161 and Term=1
2021.03.24 11:22:47.945092 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 161 (1), req c idx: 161, my term: 1, my role: 1
2021.03.24 11:22:47.945111 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.945130 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 161, req log term: 1, my last log idx: 161, my log (161) term: 1
2021.03.24 11:22:47.945147 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 162, count: 0, log_store_->next_slot(): 162, req.log_entries().size(): 1
2021.03.24 11:22:47.945162 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 162, count: 0
2021.03.24 11:22:47.945174 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 162, count: 0
2021.03.24 11:22:47.945186 [ 4030 ] {} <Trace> RaftInstance: append at 162
2021.03.24 11:22:47.945218 [ 4030 ] {} <Trace> RaftInstance: local log idx 162, target_commit_idx 161, quick_commit_index_ 161, state_->get_commit_idx() 161
2021.03.24 11:22:47.945233 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.945270 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.945297 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.945313 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=163
2021.03.24 11:22:47.951918 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=162, LastLogTerm=1, EntriesLength=1, CommitIndex=162 and Term=1
2021.03.24 11:22:47.951975 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 162 (1), req c idx: 162, my term: 1, my role: 1
2021.03.24 11:22:47.951995 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.952007 [ 4033 ] {} <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.952017 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 163, count: 0, log_store_->next_slot(): 163, req.log_entries().size(): 1
2021.03.24 11:22:47.952026 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 163, count: 0
2021.03.24 11:22:47.952034 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 163, count: 0
2021.03.24 11:22:47.952041 [ 4033 ] {} <Trace> RaftInstance: append at 163
2021.03.24 11:22:47.952064 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 162
2021.03.24 11:22:47.952073 [ 4033 ] {} <Trace> RaftInstance: local log idx 163, target_commit_idx 162, quick_commit_index_ 162, state_->get_commit_idx() 161
2021.03.24 11:22:47.952115 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.952133 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.952178 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.952198 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.952209 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=164
2021.03.24 11:22:47.952258 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.952320 [ 4034 ] {} <Debug> RaftInstance: commit upto 162, current idx 161
2021.03.24 11:22:47.952336 [ 4034 ] {} <Trace> RaftInstance: commit upto 162, current idx 162
2021.03.24 11:22:47.952418 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 162, current idx 162
2021.03.24 11:22:47.952428 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.958898 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=163, LastLogTerm=1, EntriesLength=1, CommitIndex=163 and Term=1
2021.03.24 11:22:47.958944 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 163 (1), req c idx: 163, my term: 1, my role: 1
2021.03.24 11:22:47.958956 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.958992 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 163, req log term: 1, my last log idx: 163, my log (163) term: 1
2021.03.24 11:22:47.959009 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 164, count: 0, log_store_->next_slot(): 164, req.log_entries().size(): 1
2021.03.24 11:22:47.959022 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 164, count: 0
2021.03.24 11:22:47.959031 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 164, count: 0
2021.03.24 11:22:47.959039 [ 4030 ] {} <Trace> RaftInstance: append at 164
2021.03.24 11:22:47.959065 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 163
2021.03.24 11:22:47.959075 [ 4030 ] {} <Trace> RaftInstance: local log idx 164, target_commit_idx 163, quick_commit_index_ 163, state_->get_commit_idx() 162
2021.03.24 11:22:47.959082 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.959095 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.959111 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.959123 [ 4034 ] {} <Debug> RaftInstance: commit upto 163, current idx 162
2021.03.24 11:22:47.959132 [ 4034 ] {} <Trace> RaftInstance: commit upto 163, current idx 163
2021.03.24 11:22:47.959167 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 163, current idx 163
2021.03.24 11:22:47.959177 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.959207 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.959226 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.959237 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=165
2021.03.24 11:22:47.965871 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=164, LastLogTerm=1, EntriesLength=2, CommitIndex=164 and Term=1
2021.03.24 11:22:47.965954 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 164 (2), req c idx: 164, my term: 1, my role: 1
2021.03.24 11:22:47.965975 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.965988 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 164, req log term: 1, my last log idx: 164, my log (164) term: 1
2021.03.24 11:22:47.965999 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 165, count: 0, log_store_->next_slot(): 165, req.log_entries().size(): 2
2021.03.24 11:22:47.966007 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 165, count: 0
2021.03.24 11:22:47.966016 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 165, count: 0
2021.03.24 11:22:47.966040 [ 4031 ] {} <Trace> RaftInstance: append at 165
2021.03.24 11:22:47.966066 [ 4031 ] {} <Trace> RaftInstance: append at 166
2021.03.24 11:22:47.966079 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 164
2021.03.24 11:22:47.966088 [ 4031 ] {} <Trace> RaftInstance: local log idx 166, target_commit_idx 164, quick_commit_index_ 164, state_->get_commit_idx() 163
2021.03.24 11:22:47.966096 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.966109 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.966128 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.966144 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.966154 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=167
2021.03.24 11:22:47.966242 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.966265 [ 4034 ] {} <Debug> RaftInstance: commit upto 164, current idx 163
2021.03.24 11:22:47.966276 [ 4034 ] {} <Trace> RaftInstance: commit upto 164, current idx 164
2021.03.24 11:22:47.966303 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 164, current idx 164
2021.03.24 11:22:47.966311 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.972833 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=166, LastLogTerm=1, EntriesLength=0, CommitIndex=166 and Term=1
2021.03.24 11:22:47.972861 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 166 (0), req c idx: 166, my term: 1, my role: 1
2021.03.24 11:22:47.972872 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.972882 [ 4032 ] {} <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.972891 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 166
2021.03.24 11:22:47.972899 [ 4032 ] {} <Trace> RaftInstance: local log idx 166, target_commit_idx 166, quick_commit_index_ 166, state_->get_commit_idx() 164
2021.03.24 11:22:47.972907 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.972942 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.972962 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.973011 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.973012 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.973028 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=167
2021.03.24 11:22:47.973090 [ 4034 ] {} <Debug> RaftInstance: commit upto 166, current idx 164
2021.03.24 11:22:47.973127 [ 4034 ] {} <Trace> RaftInstance: commit upto 166, current idx 165
2021.03.24 11:22:47.973201 [ 4034 ] {} <Trace> RaftInstance: commit upto 166, current idx 166
2021.03.24 11:22:47.973224 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 166, current idx 166
2021.03.24 11:22:47.973232 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.979702 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=166, LastLogTerm=1, EntriesLength=1, CommitIndex=166 and Term=1
2021.03.24 11:22:47.979741 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 166 (1), req c idx: 166, my term: 1, my role: 1
2021.03.24 11:22:47.979752 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.979815 [ 4030 ] {} <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.979833 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 167, count: 0, log_store_->next_slot(): 167, req.log_entries().size(): 1
2021.03.24 11:22:47.979842 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 167, count: 0
2021.03.24 11:22:47.979851 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 167, count: 0
2021.03.24 11:22:47.979858 [ 4030 ] {} <Trace> RaftInstance: append at 167
2021.03.24 11:22:47.979878 [ 4030 ] {} <Trace> RaftInstance: local log idx 167, target_commit_idx 166, quick_commit_index_ 166, state_->get_commit_idx() 166
2021.03.24 11:22:47.979886 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.979905 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.979920 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.979930 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=168
2021.03.24 11:22:47.986674 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=167, LastLogTerm=1, EntriesLength=2, CommitIndex=167 and Term=1
2021.03.24 11:22:47.986730 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 167 (2), req c idx: 167, my term: 1, my role: 1
2021.03.24 11:22:47.986742 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.986754 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 167, req log term: 1, my last log idx: 167, my log (167) term: 1
2021.03.24 11:22:47.986764 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 168, count: 0, log_store_->next_slot(): 168, req.log_entries().size(): 2
2021.03.24 11:22:47.986772 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 168, count: 0
2021.03.24 11:22:47.986780 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 168, count: 0
2021.03.24 11:22:47.986787 [ 4032 ] {} <Trace> RaftInstance: append at 168
2021.03.24 11:22:47.986809 [ 4032 ] {} <Trace> RaftInstance: append at 169
2021.03.24 11:22:47.986822 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 167
2021.03.24 11:22:47.986830 [ 4032 ] {} <Trace> RaftInstance: local log idx 169, target_commit_idx 167, quick_commit_index_ 167, state_->get_commit_idx() 166
2021.03.24 11:22:47.986838 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.986856 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.986873 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.986883 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.986924 [ 4034 ] {} <Debug> RaftInstance: commit upto 167, current idx 166
2021.03.24 11:22:47.986938 [ 4034 ] {} <Trace> RaftInstance: commit upto 167, current idx 167
2021.03.24 11:22:47.986890 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.986976 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=170
2021.03.24 11:22:47.986998 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 167, current idx 167
2021.03.24 11:22:47.987005 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:47.993643 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=169, LastLogTerm=1, EntriesLength=1, CommitIndex=169 and Term=1
2021.03.24 11:22:47.993681 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 169 (1), req c idx: 169, my term: 1, my role: 1
2021.03.24 11:22:47.993693 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:47.993705 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 169, req log term: 1, my last log idx: 169, my log (169) term: 1
2021.03.24 11:22:47.993733 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 170, count: 0, log_store_->next_slot(): 170, req.log_entries().size(): 1
2021.03.24 11:22:47.993742 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 170, count: 0
2021.03.24 11:22:47.993750 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 170, count: 0
2021.03.24 11:22:47.993758 [ 4031 ] {} <Trace> RaftInstance: append at 170
2021.03.24 11:22:47.993779 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 169
2021.03.24 11:22:47.993788 [ 4031 ] {} <Trace> RaftInstance: local log idx 170, target_commit_idx 169, quick_commit_index_ 169, state_->get_commit_idx() 167
2021.03.24 11:22:47.993795 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:47.993814 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:47.993832 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:47.993833 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:47.993849 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:47.993857 [ 4034 ] {} <Debug> RaftInstance: commit upto 169, current idx 167
2021.03.24 11:22:47.993901 [ 4034 ] {} <Trace> RaftInstance: commit upto 169, current idx 168
2021.03.24 11:22:47.993861 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=171
2021.03.24 11:22:47.993956 [ 4034 ] {} <Trace> RaftInstance: commit upto 169, current idx 169
2021.03.24 11:22:47.993972 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 169, current idx 169
2021.03.24 11:22:47.993989 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.000578 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=170, LastLogTerm=1, EntriesLength=0, CommitIndex=170 and Term=1
2021.03.24 11:22:48.000640 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 170 (0), req c idx: 170, my term: 1, my role: 1
2021.03.24 11:22:48.000673 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.000690 [ 4033 ] {} <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.000714 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 170
2021.03.24 11:22:48.000726 [ 4033 ] {} <Trace> RaftInstance: local log idx 170, target_commit_idx 170, quick_commit_index_ 170, state_->get_commit_idx() 169
2021.03.24 11:22:48.000735 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.000756 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.000776 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.000794 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.000798 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.000843 [ 4034 ] {} <Debug> RaftInstance: commit upto 170, current idx 169
2021.03.24 11:22:48.000805 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=171
2021.03.24 11:22:48.000858 [ 4034 ] {} <Trace> RaftInstance: commit upto 170, current idx 170
2021.03.24 11:22:48.000913 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 170, current idx 170
2021.03.24 11:22:48.000931 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.007641 [ 4030 ] {} <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.007704 [ 4030 ] {} <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.007726 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.007746 [ 4030 ] {} <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.007789 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 171, count: 0, log_store_->next_slot(): 171, req.log_entries().size(): 2
2021.03.24 11:22:48.007808 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 171, count: 0
2021.03.24 11:22:48.007823 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 171, count: 0
2021.03.24 11:22:48.007838 [ 4030 ] {} <Trace> RaftInstance: append at 171
2021.03.24 11:22:48.007901 [ 4030 ] {} <Trace> RaftInstance: append at 172
2021.03.24 11:22:48.007926 [ 4030 ] {} <Trace> RaftInstance: local log idx 172, target_commit_idx 170, quick_commit_index_ 170, state_->get_commit_idx() 170
2021.03.24 11:22:48.007941 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.007961 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.007988 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.008008 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=173
2021.03.24 11:22:48.014660 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=172, LastLogTerm=1, EntriesLength=1, CommitIndex=172 and Term=1
2021.03.24 11:22:48.014700 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 172 (1), req c idx: 172, my term: 1, my role: 1
2021.03.24 11:22:48.014712 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.014723 [ 4033 ] {} <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.014733 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 173, count: 0, log_store_->next_slot(): 173, req.log_entries().size(): 1
2021.03.24 11:22:48.014741 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 173, count: 0
2021.03.24 11:22:48.014749 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 173, count: 0
2021.03.24 11:22:48.014756 [ 4033 ] {} <Trace> RaftInstance: append at 173
2021.03.24 11:22:48.014797 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 172
2021.03.24 11:22:48.014813 [ 4033 ] {} <Trace> RaftInstance: local log idx 173, target_commit_idx 172, quick_commit_index_ 172, state_->get_commit_idx() 170
2021.03.24 11:22:48.014827 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.014855 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.014875 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.014879 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.014898 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.014903 [ 4034 ] {} <Debug> RaftInstance: commit upto 172, current idx 170
2021.03.24 11:22:48.014911 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=174
2021.03.24 11:22:48.014920 [ 4034 ] {} <Trace> RaftInstance: commit upto 172, current idx 171
2021.03.24 11:22:48.014966 [ 4034 ] {} <Trace> RaftInstance: commit upto 172, current idx 172
2021.03.24 11:22:48.015000 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 172, current idx 172
2021.03.24 11:22:48.015008 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.021555 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=173, LastLogTerm=1, EntriesLength=1, CommitIndex=173 and Term=1
2021.03.24 11:22:48.021586 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 173 (1), req c idx: 173, my term: 1, my role: 1
2021.03.24 11:22:48.021597 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.021623 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 173, req log term: 1, my last log idx: 173, my log (173) term: 1
2021.03.24 11:22:48.021633 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 174, count: 0, log_store_->next_slot(): 174, req.log_entries().size(): 1
2021.03.24 11:22:48.021642 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 174, count: 0
2021.03.24 11:22:48.021650 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 174, count: 0
2021.03.24 11:22:48.021657 [ 4032 ] {} <Trace> RaftInstance: append at 174
2021.03.24 11:22:48.021676 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 173
2021.03.24 11:22:48.021685 [ 4032 ] {} <Trace> RaftInstance: local log idx 174, target_commit_idx 173, quick_commit_index_ 173, state_->get_commit_idx() 172
2021.03.24 11:22:48.021692 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.021704 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.021722 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.021739 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.021749 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=175
2021.03.24 11:22:48.021799 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.021821 [ 4034 ] {} <Debug> RaftInstance: commit upto 173, current idx 172
2021.03.24 11:22:48.021832 [ 4034 ] {} <Trace> RaftInstance: commit upto 173, current idx 173
2021.03.24 11:22:48.021893 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 173, current idx 173
2021.03.24 11:22:48.021907 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.028263 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=174, LastLogTerm=1, EntriesLength=0, CommitIndex=174 and Term=1
2021.03.24 11:22:48.028300 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 174 (0), req c idx: 174, my term: 1, my role: 1
2021.03.24 11:22:48.028311 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.028323 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 174, req log term: 1, my last log idx: 174, my log (174) term: 1
2021.03.24 11:22:48.028332 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 174
2021.03.24 11:22:48.028340 [ 4033 ] {} <Trace> RaftInstance: local log idx 174, target_commit_idx 174, quick_commit_index_ 174, state_->get_commit_idx() 173
2021.03.24 11:22:48.028348 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.028367 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.028381 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.028396 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.028405 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=175
2021.03.24 11:22:48.028475 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.028491 [ 4034 ] {} <Debug> RaftInstance: commit upto 174, current idx 173
2021.03.24 11:22:48.028500 [ 4034 ] {} <Trace> RaftInstance: commit upto 174, current idx 174
2021.03.24 11:22:48.028566 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 174, current idx 174
2021.03.24 11:22:48.028577 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.035041 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=174, LastLogTerm=1, EntriesLength=2, CommitIndex=174 and Term=1
2021.03.24 11:22:48.035070 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 174 (2), req c idx: 174, my term: 1, my role: 1
2021.03.24 11:22:48.035100 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.035111 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 174, req log term: 1, my last log idx: 174, my log (174) term: 1
2021.03.24 11:22:48.035120 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 175, count: 0, log_store_->next_slot(): 175, req.log_entries().size(): 2
2021.03.24 11:22:48.035129 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 175, count: 0
2021.03.24 11:22:48.035137 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 175, count: 0
2021.03.24 11:22:48.035144 [ 4032 ] {} <Trace> RaftInstance: append at 175
2021.03.24 11:22:48.035200 [ 4032 ] {} <Trace> RaftInstance: append at 176
2021.03.24 11:22:48.035221 [ 4032 ] {} <Trace> RaftInstance: local log idx 176, target_commit_idx 174, quick_commit_index_ 174, state_->get_commit_idx() 174
2021.03.24 11:22:48.035230 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.035249 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.035264 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.035274 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=177
2021.03.24 11:22:48.042159 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=176, LastLogTerm=1, EntriesLength=1, CommitIndex=176 and Term=1
2021.03.24 11:22:48.042196 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 176 (1), req c idx: 176, my term: 1, my role: 1
2021.03.24 11:22:48.042208 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.042220 [ 4033 ] {} <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.042229 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 177, count: 0, log_store_->next_slot(): 177, req.log_entries().size(): 1
2021.03.24 11:22:48.042238 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 177, count: 0
2021.03.24 11:22:48.042246 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 177, count: 0
2021.03.24 11:22:48.042254 [ 4033 ] {} <Trace> RaftInstance: append at 177
2021.03.24 11:22:48.042272 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 176
2021.03.24 11:22:48.042281 [ 4033 ] {} <Trace> RaftInstance: local log idx 177, target_commit_idx 176, quick_commit_index_ 176, state_->get_commit_idx() 174
2021.03.24 11:22:48.042289 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.042333 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.042356 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.042372 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.042383 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=178
2021.03.24 11:22:48.042390 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.042417 [ 4034 ] {} <Debug> RaftInstance: commit upto 176, current idx 174
2021.03.24 11:22:48.042445 [ 4034 ] {} <Trace> RaftInstance: commit upto 176, current idx 175
2021.03.24 11:22:48.042509 [ 4034 ] {} <Trace> RaftInstance: commit upto 176, current idx 176
2021.03.24 11:22:48.042528 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 176, current idx 176
2021.03.24 11:22:48.042536 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.049229 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=177, LastLogTerm=1, EntriesLength=0, CommitIndex=177 and Term=1
2021.03.24 11:22:48.049277 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 177 (0), req c idx: 177, my term: 1, my role: 1
2021.03.24 11:22:48.049293 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.049332 [ 4033 ] {} <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.049348 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 177
2021.03.24 11:22:48.049362 [ 4033 ] {} <Trace> RaftInstance: local log idx 177, target_commit_idx 177, quick_commit_index_ 177, state_->get_commit_idx() 176
2021.03.24 11:22:48.049375 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.049402 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.049433 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.049458 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.049424 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.049484 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=178
2021.03.24 11:22:48.049542 [ 4034 ] {} <Debug> RaftInstance: commit upto 177, current idx 176
2021.03.24 11:22:48.049577 [ 4034 ] {} <Trace> RaftInstance: commit upto 177, current idx 177
2021.03.24 11:22:48.049616 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 177, current idx 177
2021.03.24 11:22:48.049629 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.058465 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=177, LastLogTerm=1, EntriesLength=1, CommitIndex=177 and Term=1
2021.03.24 11:22:48.058524 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 177 (1), req c idx: 177, my term: 1, my role: 1
2021.03.24 11:22:48.058537 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.058549 [ 4033 ] {} <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.058560 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 178, count: 0, log_store_->next_slot(): 178, req.log_entries().size(): 1
2021.03.24 11:22:48.058568 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 178, count: 0
2021.03.24 11:22:48.058576 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 178, count: 0
2021.03.24 11:22:48.058584 [ 4033 ] {} <Trace> RaftInstance: append at 178
2021.03.24 11:22:48.058607 [ 4033 ] {} <Trace> RaftInstance: local log idx 178, target_commit_idx 177, quick_commit_index_ 177, state_->get_commit_idx() 177
2021.03.24 11:22:48.058618 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.058729 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.058753 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.058763 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=179
2021.03.24 11:22:48.067029 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=178, LastLogTerm=1, EntriesLength=0, CommitIndex=178 and Term=1
2021.03.24 11:22:48.067106 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 178 (0), req c idx: 178, my term: 1, my role: 1
2021.03.24 11:22:48.067121 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.067135 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 178, req log term: 1, my last log idx: 178, my log (178) term: 1
2021.03.24 11:22:48.067145 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 178
2021.03.24 11:22:48.067154 [ 4031 ] {} <Trace> RaftInstance: local log idx 178, target_commit_idx 178, quick_commit_index_ 178, state_->get_commit_idx() 177
2021.03.24 11:22:48.067162 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.067176 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.067199 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.067223 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.067252 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=179
2021.03.24 11:22:48.067296 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.067346 [ 4034 ] {} <Debug> RaftInstance: commit upto 178, current idx 177
2021.03.24 11:22:48.067359 [ 4034 ] {} <Trace> RaftInstance: commit upto 178, current idx 178
2021.03.24 11:22:48.067434 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 178, current idx 178
2021.03.24 11:22:48.067443 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.074049 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=178, LastLogTerm=1, EntriesLength=1, CommitIndex=178 and Term=1
2021.03.24 11:22:48.074095 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 178 (1), req c idx: 178, my term: 1, my role: 1
2021.03.24 11:22:48.074107 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.074119 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 178, req log term: 1, my last log idx: 178, my log (178) term: 1
2021.03.24 11:22:48.074129 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 179, count: 0, log_store_->next_slot(): 179, req.log_entries().size(): 1
2021.03.24 11:22:48.074138 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 179, count: 0
2021.03.24 11:22:48.074146 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 179, count: 0
2021.03.24 11:22:48.074154 [ 4030 ] {} <Trace> RaftInstance: append at 179
2021.03.24 11:22:48.074175 [ 4030 ] {} <Trace> RaftInstance: local log idx 179, target_commit_idx 178, quick_commit_index_ 178, state_->get_commit_idx() 178
2021.03.24 11:22:48.074184 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.074202 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.074218 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.074228 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=180
2021.03.24 11:22:48.081080 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=179, LastLogTerm=1, EntriesLength=1, CommitIndex=179 and Term=1
2021.03.24 11:22:48.081161 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 179 (1), req c idx: 179, my term: 1, my role: 1
2021.03.24 11:22:48.081177 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.081189 [ 4032 ] {} <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.081200 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 180, count: 0, log_store_->next_slot(): 180, req.log_entries().size(): 1
2021.03.24 11:22:48.081208 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 180, count: 0
2021.03.24 11:22:48.081217 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 180, count: 0
2021.03.24 11:22:48.081224 [ 4032 ] {} <Trace> RaftInstance: append at 180
2021.03.24 11:22:48.081247 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 179
2021.03.24 11:22:48.081256 [ 4032 ] {} <Trace> RaftInstance: local log idx 180, target_commit_idx 179, quick_commit_index_ 179, state_->get_commit_idx() 178
2021.03.24 11:22:48.081307 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.081330 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.081364 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.081364 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.081398 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.081422 [ 4034 ] {} <Debug> RaftInstance: commit upto 179, current idx 178
2021.03.24 11:22:48.081431 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=181
2021.03.24 11:22:48.081465 [ 4034 ] {} <Trace> RaftInstance: commit upto 179, current idx 179
2021.03.24 11:22:48.081527 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 179, current idx 179
2021.03.24 11:22:48.081581 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.088267 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=180, LastLogTerm=1, EntriesLength=0, CommitIndex=180 and Term=1
2021.03.24 11:22:48.088341 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 180 (0), req c idx: 180, my term: 1, my role: 1
2021.03.24 11:22:48.088356 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.088369 [ 4030 ] {} <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.088379 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 180
2021.03.24 11:22:48.088388 [ 4030 ] {} <Trace> RaftInstance: local log idx 180, target_commit_idx 180, quick_commit_index_ 180, state_->get_commit_idx() 179
2021.03.24 11:22:48.088396 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.088410 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.088430 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.088441 [ 4034 ] {} <Debug> RaftInstance: commit upto 180, current idx 179
2021.03.24 11:22:48.088451 [ 4034 ] {} <Trace> RaftInstance: commit upto 180, current idx 180
2021.03.24 11:22:48.088487 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 180, current idx 180
2021.03.24 11:22:48.088497 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.088526 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.088546 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.088556 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=181
2021.03.24 11:22:48.097816 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=180, LastLogTerm=1, EntriesLength=1, CommitIndex=180 and Term=1
2021.03.24 11:22:48.097877 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 180 (1), req c idx: 180, my term: 1, my role: 1
2021.03.24 11:22:48.097889 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.097901 [ 4032 ] {} <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.097911 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 181, count: 0, log_store_->next_slot(): 181, req.log_entries().size(): 1
2021.03.24 11:22:48.097920 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 181, count: 0
2021.03.24 11:22:48.097928 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 181, count: 0
2021.03.24 11:22:48.097936 [ 4032 ] {} <Trace> RaftInstance: append at 181
2021.03.24 11:22:48.097959 [ 4032 ] {} <Trace> RaftInstance: local log idx 181, target_commit_idx 180, quick_commit_index_ 180, state_->get_commit_idx() 180
2021.03.24 11:22:48.097970 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.097991 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.098026 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.098037 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=182
2021.03.24 11:22:48.104717 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=181, LastLogTerm=1, EntriesLength=1, CommitIndex=181 and Term=1
2021.03.24 11:22:48.104770 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 181 (1), req c idx: 181, my term: 1, my role: 1
2021.03.24 11:22:48.104805 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.104828 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 181, req log term: 1, my last log idx: 181, my log (181) term: 1
2021.03.24 11:22:48.104850 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 182, count: 0, log_store_->next_slot(): 182, req.log_entries().size(): 1
2021.03.24 11:22:48.104867 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 182, count: 0
2021.03.24 11:22:48.104891 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 182, count: 0
2021.03.24 11:22:48.104902 [ 4031 ] {} <Trace> RaftInstance: append at 182
2021.03.24 11:22:48.104925 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 181
2021.03.24 11:22:48.104934 [ 4031 ] {} <Trace> RaftInstance: local log idx 182, target_commit_idx 181, quick_commit_index_ 181, state_->get_commit_idx() 180
2021.03.24 11:22:48.104941 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.104954 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.104974 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.104993 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.105003 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=183
2021.03.24 11:22:48.105026 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.105072 [ 4034 ] {} <Debug> RaftInstance: commit upto 181, current idx 180
2021.03.24 11:22:48.105097 [ 4034 ] {} <Trace> RaftInstance: commit upto 181, current idx 181
2021.03.24 11:22:48.105169 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 181, current idx 181
2021.03.24 11:22:48.105189 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.111654 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=182, LastLogTerm=1, EntriesLength=0, CommitIndex=182 and Term=1
2021.03.24 11:22:48.111714 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 182 (0), req c idx: 182, my term: 1, my role: 1
2021.03.24 11:22:48.111725 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.111736 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 182, req log term: 1, my last log idx: 182, my log (182) term: 1
2021.03.24 11:22:48.111747 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 182
2021.03.24 11:22:48.111755 [ 4032 ] {} <Trace> RaftInstance: local log idx 182, target_commit_idx 182, quick_commit_index_ 182, state_->get_commit_idx() 181
2021.03.24 11:22:48.111769 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.111781 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.111799 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.111823 [ 4034 ] {} <Debug> RaftInstance: commit upto 182, current idx 181
2021.03.24 11:22:48.111838 [ 4034 ] {} <Trace> RaftInstance: commit upto 182, current idx 182
2021.03.24 11:22:48.111889 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 182, current idx 182
2021.03.24 11:22:48.111898 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.111927 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.111945 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.111956 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=183
2021.03.24 11:22:48.118568 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=182, LastLogTerm=1, EntriesLength=1, CommitIndex=182 and Term=1
2021.03.24 11:22:48.118612 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 182 (1), req c idx: 182, my term: 1, my role: 1
2021.03.24 11:22:48.118642 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.118654 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 182, req log term: 1, my last log idx: 182, my log (182) term: 1
2021.03.24 11:22:48.118664 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 183, count: 0, log_store_->next_slot(): 183, req.log_entries().size(): 1
2021.03.24 11:22:48.118672 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 183, count: 0
2021.03.24 11:22:48.118681 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 183, count: 0
2021.03.24 11:22:48.118689 [ 4033 ] {} <Trace> RaftInstance: append at 183
2021.03.24 11:22:48.118711 [ 4033 ] {} <Trace> RaftInstance: local log idx 183, target_commit_idx 182, quick_commit_index_ 182, state_->get_commit_idx() 182
2021.03.24 11:22:48.118720 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.118742 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.118758 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.118768 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=184
2021.03.24 11:22:48.125375 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=183, LastLogTerm=1, EntriesLength=1, CommitIndex=183 and Term=1
2021.03.24 11:22:48.125462 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 183 (1), req c idx: 183, my term: 1, my role: 1
2021.03.24 11:22:48.125478 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.125490 [ 4030 ] {} <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.125500 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 184, count: 0, log_store_->next_slot(): 184, req.log_entries().size(): 1
2021.03.24 11:22:48.125509 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 184, count: 0
2021.03.24 11:22:48.125517 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 184, count: 0
2021.03.24 11:22:48.125524 [ 4030 ] {} <Trace> RaftInstance: append at 184
2021.03.24 11:22:48.125545 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 183
2021.03.24 11:22:48.125554 [ 4030 ] {} <Trace> RaftInstance: local log idx 184, target_commit_idx 183, quick_commit_index_ 183, state_->get_commit_idx() 182
2021.03.24 11:22:48.125561 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.125589 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.125610 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.125627 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.125637 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=185
2021.03.24 11:22:48.125649 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.125673 [ 4034 ] {} <Debug> RaftInstance: commit upto 183, current idx 182
2021.03.24 11:22:48.125685 [ 4034 ] {} <Trace> RaftInstance: commit upto 183, current idx 183
2021.03.24 11:22:48.125770 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 183, current idx 183
2021.03.24 11:22:48.125782 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.132211 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=184, LastLogTerm=1, EntriesLength=1, CommitIndex=184 and Term=1
2021.03.24 11:22:48.132253 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 184 (1), req c idx: 184, my term: 1, my role: 1
2021.03.24 11:22:48.132274 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.132318 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 184, req log term: 1, my last log idx: 184, my log (184) term: 1
2021.03.24 11:22:48.132339 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 185, count: 0, log_store_->next_slot(): 185, req.log_entries().size(): 1
2021.03.24 11:22:48.132357 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 185, count: 0
2021.03.24 11:22:48.132374 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 185, count: 0
2021.03.24 11:22:48.132391 [ 4030 ] {} <Trace> RaftInstance: append at 185
2021.03.24 11:22:48.132420 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 184
2021.03.24 11:22:48.132439 [ 4030 ] {} <Trace> RaftInstance: local log idx 185, target_commit_idx 184, quick_commit_index_ 184, state_->get_commit_idx() 183
2021.03.24 11:22:48.132453 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.132490 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.132505 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.132517 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.132528 [ 4034 ] {} <Debug> RaftInstance: commit upto 184, current idx 183
2021.03.24 11:22:48.132567 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.132574 [ 4034 ] {} <Trace> RaftInstance: commit upto 184, current idx 184
2021.03.24 11:22:48.132593 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=186
2021.03.24 11:22:48.132626 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 184, current idx 184
2021.03.24 11:22:48.132638 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.139478 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=185, LastLogTerm=1, EntriesLength=2, CommitIndex=185 and Term=1
2021.03.24 11:22:48.139511 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 185 (2), req c idx: 185, my term: 1, my role: 1
2021.03.24 11:22:48.139523 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.139540 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 185, req log term: 1, my last log idx: 185, my log (185) term: 1
2021.03.24 11:22:48.139551 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 186, count: 0, log_store_->next_slot(): 186, req.log_entries().size(): 2
2021.03.24 11:22:48.139560 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 186, count: 0
2021.03.24 11:22:48.139568 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 186, count: 0
2021.03.24 11:22:48.139575 [ 4031 ] {} <Trace> RaftInstance: append at 186
2021.03.24 11:22:48.139592 [ 4031 ] {} <Trace> RaftInstance: append at 187
2021.03.24 11:22:48.139629 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 185
2021.03.24 11:22:48.139642 [ 4031 ] {} <Trace> RaftInstance: local log idx 187, target_commit_idx 185, quick_commit_index_ 185, state_->get_commit_idx() 184
2021.03.24 11:22:48.139650 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.139671 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.139690 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.139705 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.139715 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=188
2021.03.24 11:22:48.139737 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.139761 [ 4034 ] {} <Debug> RaftInstance: commit upto 185, current idx 184
2021.03.24 11:22:48.139780 [ 4034 ] {} <Trace> RaftInstance: commit upto 185, current idx 185
2021.03.24 11:22:48.139846 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 185, current idx 185
2021.03.24 11:22:48.139866 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.146366 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=187, LastLogTerm=1, EntriesLength=0, CommitIndex=187 and Term=1
2021.03.24 11:22:48.146413 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 187 (0), req c idx: 187, my term: 1, my role: 1
2021.03.24 11:22:48.146425 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.146437 [ 4033 ] {} <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.146447 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 187
2021.03.24 11:22:48.146456 [ 4033 ] {} <Trace> RaftInstance: local log idx 187, target_commit_idx 187, quick_commit_index_ 187, state_->get_commit_idx() 185
2021.03.24 11:22:48.146464 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.146484 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.146499 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.146515 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.146525 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=188
2021.03.24 11:22:48.146562 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.146625 [ 4034 ] {} <Debug> RaftInstance: commit upto 187, current idx 185
2021.03.24 11:22:48.146662 [ 4034 ] {} <Trace> RaftInstance: commit upto 187, current idx 186
2021.03.24 11:22:48.146757 [ 4034 ] {} <Trace> RaftInstance: commit upto 187, current idx 187
2021.03.24 11:22:48.146811 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 187, current idx 187
2021.03.24 11:22:48.146822 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.153129 [ 4033 ] {} <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.153168 [ 4033 ] {} <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.153181 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.153193 [ 4033 ] {} <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.153203 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 188, count: 0, log_store_->next_slot(): 188, req.log_entries().size(): 1
2021.03.24 11:22:48.153211 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 188, count: 0
2021.03.24 11:22:48.153220 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 188, count: 0
2021.03.24 11:22:48.153247 [ 4033 ] {} <Trace> RaftInstance: append at 188
2021.03.24 11:22:48.153275 [ 4033 ] {} <Trace> RaftInstance: local log idx 188, target_commit_idx 187, quick_commit_index_ 187, state_->get_commit_idx() 187
2021.03.24 11:22:48.153284 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.153303 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.153320 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.153329 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=189
2021.03.24 11:22:48.159942 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=188, LastLogTerm=1, EntriesLength=1, CommitIndex=188 and Term=1
2021.03.24 11:22:48.160003 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 188 (1), req c idx: 188, my term: 1, my role: 1
2021.03.24 11:22:48.160016 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.160052 [ 4030 ] {} <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.160076 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 189, count: 0, log_store_->next_slot(): 189, req.log_entries().size(): 1
2021.03.24 11:22:48.160085 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 189, count: 0
2021.03.24 11:22:48.160116 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 189, count: 0
2021.03.24 11:22:48.160126 [ 4030 ] {} <Trace> RaftInstance: append at 189
2021.03.24 11:22:48.160147 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 188
2021.03.24 11:22:48.160156 [ 4030 ] {} <Trace> RaftInstance: local log idx 189, target_commit_idx 188, quick_commit_index_ 188, state_->get_commit_idx() 187
2021.03.24 11:22:48.160163 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.160181 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.160201 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.160203 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.160218 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.160227 [ 4034 ] {} <Debug> RaftInstance: commit upto 188, current idx 187
2021.03.24 11:22:48.160231 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=190
2021.03.24 11:22:48.160258 [ 4034 ] {} <Trace> RaftInstance: commit upto 188, current idx 188
2021.03.24 11:22:48.160317 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 188, current idx 188
2021.03.24 11:22:48.160328 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.166892 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=189, LastLogTerm=1, EntriesLength=1, CommitIndex=189 and Term=1
2021.03.24 11:22:48.166943 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 189 (1), req c idx: 189, my term: 1, my role: 1
2021.03.24 11:22:48.166955 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.166967 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 189, req log term: 1, my last log idx: 189, my log (189) term: 1
2021.03.24 11:22:48.166976 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 190, count: 0, log_store_->next_slot(): 190, req.log_entries().size(): 1
2021.03.24 11:22:48.166985 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 190, count: 0
2021.03.24 11:22:48.166993 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 190, count: 0
2021.03.24 11:22:48.167000 [ 4033 ] {} <Trace> RaftInstance: append at 190
2021.03.24 11:22:48.167021 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 189
2021.03.24 11:22:48.167029 [ 4033 ] {} <Trace> RaftInstance: local log idx 190, target_commit_idx 189, quick_commit_index_ 189, state_->get_commit_idx() 188
2021.03.24 11:22:48.167037 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.167054 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.167092 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.167113 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.167140 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=191
2021.03.24 11:22:48.167106 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.167202 [ 4034 ] {} <Debug> RaftInstance: commit upto 189, current idx 188
2021.03.24 11:22:48.167217 [ 4034 ] {} <Trace> RaftInstance: commit upto 189, current idx 189
2021.03.24 11:22:48.167286 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 189, current idx 189
2021.03.24 11:22:48.167323 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.173784 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=190, LastLogTerm=1, EntriesLength=0, CommitIndex=190 and Term=1
2021.03.24 11:22:48.173861 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 190 (0), req c idx: 190, my term: 1, my role: 1
2021.03.24 11:22:48.173874 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.173886 [ 4030 ] {} <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.173896 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 190
2021.03.24 11:22:48.173904 [ 4030 ] {} <Trace> RaftInstance: local log idx 190, target_commit_idx 190, quick_commit_index_ 190, state_->get_commit_idx() 189
2021.03.24 11:22:48.173912 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.173934 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.173953 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.173963 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.173995 [ 4034 ] {} <Debug> RaftInstance: commit upto 190, current idx 189
2021.03.24 11:22:48.174007 [ 4034 ] {} <Trace> RaftInstance: commit upto 190, current idx 190
2021.03.24 11:22:48.173971 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.174058 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=191
2021.03.24 11:22:48.174121 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 190, current idx 190
2021.03.24 11:22:48.174131 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.187407 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=190, LastLogTerm=1, EntriesLength=1, CommitIndex=190 and Term=1
2021.03.24 11:22:48.187493 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 190 (1), req c idx: 190, my term: 1, my role: 1
2021.03.24 11:22:48.187514 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.187526 [ 4030 ] {} <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.187537 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 191, count: 0, log_store_->next_slot(): 191, req.log_entries().size(): 1
2021.03.24 11:22:48.187569 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 191, count: 0
2021.03.24 11:22:48.187581 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 191, count: 0
2021.03.24 11:22:48.187589 [ 4030 ] {} <Trace> RaftInstance: append at 191
2021.03.24 11:22:48.187612 [ 4030 ] {} <Trace> RaftInstance: local log idx 191, target_commit_idx 190, quick_commit_index_ 190, state_->get_commit_idx() 190
2021.03.24 11:22:48.187622 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.187642 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.187660 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.187670 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=192
2021.03.24 11:22:48.194351 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=191, LastLogTerm=1, EntriesLength=1, CommitIndex=191 and Term=1
2021.03.24 11:22:48.194402 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 191 (1), req c idx: 191, my term: 1, my role: 1
2021.03.24 11:22:48.194414 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.194426 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 191, req log term: 1, my last log idx: 191, my log (191) term: 1
2021.03.24 11:22:48.194454 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 192, count: 0, log_store_->next_slot(): 192, req.log_entries().size(): 1
2021.03.24 11:22:48.194463 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 192, count: 0
2021.03.24 11:22:48.194471 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 192, count: 0
2021.03.24 11:22:48.194478 [ 4033 ] {} <Trace> RaftInstance: append at 192
2021.03.24 11:22:48.194519 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 191
2021.03.24 11:22:48.194529 [ 4033 ] {} <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.194537 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.194553 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.194571 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.194588 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.194599 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=193
2021.03.24 11:22:48.194612 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.194659 [ 4034 ] {} <Debug> RaftInstance: commit upto 191, current idx 190
2021.03.24 11:22:48.194672 [ 4034 ] {} <Trace> RaftInstance: commit upto 191, current idx 191
2021.03.24 11:22:48.194744 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 191, current idx 191
2021.03.24 11:22:48.194754 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.201247 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=192, LastLogTerm=1, EntriesLength=0, CommitIndex=192 and Term=1
2021.03.24 11:22:48.201300 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 192 (0), req c idx: 192, my term: 1, my role: 1
2021.03.24 11:22:48.201313 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.201325 [ 4031 ] {} <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.201335 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 192
2021.03.24 11:22:48.201344 [ 4031 ] {} <Trace> RaftInstance: local log idx 192, target_commit_idx 192, quick_commit_index_ 192, state_->get_commit_idx() 191
2021.03.24 11:22:48.201352 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.201367 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.201387 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.201406 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.201417 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=193
2021.03.24 11:22:48.201481 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.201516 [ 4034 ] {} <Debug> RaftInstance: commit upto 192, current idx 191
2021.03.24 11:22:48.201527 [ 4034 ] {} <Trace> RaftInstance: commit upto 192, current idx 192
2021.03.24 11:22:48.201576 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 192, current idx 192
2021.03.24 11:22:48.201587 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.214903 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=192, LastLogTerm=1, EntriesLength=1, CommitIndex=192 and Term=1
2021.03.24 11:22:48.214963 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 192 (1), req c idx: 192, my term: 1, my role: 1
2021.03.24 11:22:48.214980 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.214999 [ 4030 ] {} <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.215039 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 193, count: 0, log_store_->next_slot(): 193, req.log_entries().size(): 1
2021.03.24 11:22:48.215057 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 193, count: 0
2021.03.24 11:22:48.215074 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 193, count: 0
2021.03.24 11:22:48.215089 [ 4030 ] {} <Trace> RaftInstance: append at 193
2021.03.24 11:22:48.215114 [ 4030 ] {} <Trace> RaftInstance: local log idx 193, target_commit_idx 192, quick_commit_index_ 192, state_->get_commit_idx() 192
2021.03.24 11:22:48.215123 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.215144 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.215164 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.215174 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=194
2021.03.24 11:22:48.221716 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=193, LastLogTerm=1, EntriesLength=1, CommitIndex=193 and Term=1
2021.03.24 11:22:48.221761 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 193 (1), req c idx: 193, my term: 1, my role: 1
2021.03.24 11:22:48.221773 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.221785 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 193, req log term: 1, my last log idx: 193, my log (193) term: 1
2021.03.24 11:22:48.221794 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 194, count: 0, log_store_->next_slot(): 194, req.log_entries().size(): 1
2021.03.24 11:22:48.221803 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 194, count: 0
2021.03.24 11:22:48.221811 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 194, count: 0
2021.03.24 11:22:48.221818 [ 4031 ] {} <Trace> RaftInstance: append at 194
2021.03.24 11:22:48.221848 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 193
2021.03.24 11:22:48.221858 [ 4031 ] {} <Trace> RaftInstance: local log idx 194, target_commit_idx 193, quick_commit_index_ 193, state_->get_commit_idx() 192
2021.03.24 11:22:48.221866 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.221884 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.221900 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.221915 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.221925 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=195
2021.03.24 11:22:48.221925 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.221955 [ 4034 ] {} <Debug> RaftInstance: commit upto 193, current idx 192
2021.03.24 11:22:48.221972 [ 4034 ] {} <Trace> RaftInstance: commit upto 193, current idx 193
2021.03.24 11:22:48.222096 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 193, current idx 193
2021.03.24 11:22:48.222115 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.228584 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=194, LastLogTerm=1, EntriesLength=0, CommitIndex=194 and Term=1
2021.03.24 11:22:48.228630 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 194 (0), req c idx: 194, my term: 1, my role: 1
2021.03.24 11:22:48.228643 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.228655 [ 4033 ] {} <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.228665 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 194
2021.03.24 11:22:48.228673 [ 4033 ] {} <Trace> RaftInstance: local log idx 194, target_commit_idx 194, quick_commit_index_ 194, state_->get_commit_idx() 193
2021.03.24 11:22:48.228700 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.228722 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.228738 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.228753 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.228757 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.228787 [ 4034 ] {} <Debug> RaftInstance: commit upto 194, current idx 193
2021.03.24 11:22:48.228763 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=195
2021.03.24 11:22:48.228799 [ 4034 ] {} <Trace> RaftInstance: commit upto 194, current idx 194
2021.03.24 11:22:48.228912 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 194, current idx 194
2021.03.24 11:22:48.228931 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.237752 [ 4030 ] {} <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.237811 [ 4030 ] {} <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.237823 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.237835 [ 4030 ] {} <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.237846 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 195, count: 0, log_store_->next_slot(): 195, req.log_entries().size(): 1
2021.03.24 11:22:48.237855 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 195, count: 0
2021.03.24 11:22:48.237863 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 195, count: 0
2021.03.24 11:22:48.237870 [ 4030 ] {} <Trace> RaftInstance: append at 195
2021.03.24 11:22:48.237893 [ 4030 ] {} <Trace> RaftInstance: local log idx 195, target_commit_idx 194, quick_commit_index_ 194, state_->get_commit_idx() 194
2021.03.24 11:22:48.237902 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.237932 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.237951 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.237961 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=196
2021.03.24 11:22:48.244580 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=195, LastLogTerm=1, EntriesLength=1, CommitIndex=195 and Term=1
2021.03.24 11:22:48.244633 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 195 (1), req c idx: 195, my term: 1, my role: 1
2021.03.24 11:22:48.244646 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.244659 [ 4032 ] {} <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.244668 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 196, count: 0, log_store_->next_slot(): 196, req.log_entries().size(): 1
2021.03.24 11:22:48.244678 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 196, count: 0
2021.03.24 11:22:48.244686 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 196, count: 0
2021.03.24 11:22:48.244694 [ 4032 ] {} <Trace> RaftInstance: append at 196
2021.03.24 11:22:48.244716 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 195
2021.03.24 11:22:48.244725 [ 4032 ] {} <Trace> RaftInstance: local log idx 196, target_commit_idx 195, quick_commit_index_ 195, state_->get_commit_idx() 194
2021.03.24 11:22:48.244733 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.244768 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.244799 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.244802 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.244828 [ 4034 ] {} <Debug> RaftInstance: commit upto 195, current idx 194
2021.03.24 11:22:48.244869 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.244887 [ 4034 ] {} <Trace> RaftInstance: commit upto 195, current idx 195
2021.03.24 11:22:48.244902 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=197
2021.03.24 11:22:48.244941 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 195, current idx 195
2021.03.24 11:22:48.244952 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.251617 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=196, LastLogTerm=1, EntriesLength=0, CommitIndex=196 and Term=1
2021.03.24 11:22:48.251667 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 196 (0), req c idx: 196, my term: 1, my role: 1
2021.03.24 11:22:48.251680 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.251692 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 196, req log term: 1, my last log idx: 196, my log (196) term: 1
2021.03.24 11:22:48.251702 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 196
2021.03.24 11:22:48.251710 [ 4033 ] {} <Trace> RaftInstance: local log idx 196, target_commit_idx 196, quick_commit_index_ 196, state_->get_commit_idx() 195
2021.03.24 11:22:48.251718 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.251736 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.251754 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.251782 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.251792 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=197
2021.03.24 11:22:48.251804 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.251835 [ 4034 ] {} <Debug> RaftInstance: commit upto 196, current idx 195
2021.03.24 11:22:48.251858 [ 4034 ] {} <Trace> RaftInstance: commit upto 196, current idx 196
2021.03.24 11:22:48.251925 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 196, current idx 196
2021.03.24 11:22:48.251983 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.258589 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=196, LastLogTerm=1, EntriesLength=1, CommitIndex=196 and Term=1
2021.03.24 11:22:48.258649 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 196 (1), req c idx: 196, my term: 1, my role: 1
2021.03.24 11:22:48.258672 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.258694 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 196, req log term: 1, my last log idx: 196, my log (196) term: 1
2021.03.24 11:22:48.258713 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 197, count: 0, log_store_->next_slot(): 197, req.log_entries().size(): 1
2021.03.24 11:22:48.258732 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 197, count: 0
2021.03.24 11:22:48.258749 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 197, count: 0
2021.03.24 11:22:48.258766 [ 4030 ] {} <Trace> RaftInstance: append at 197
2021.03.24 11:22:48.258804 [ 4030 ] {} <Trace> RaftInstance: local log idx 197, target_commit_idx 196, quick_commit_index_ 196, state_->get_commit_idx() 196
2021.03.24 11:22:48.258825 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.258849 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.258876 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.258896 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=198
2021.03.24 11:22:48.265615 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=197, LastLogTerm=1, EntriesLength=1, CommitIndex=197 and Term=1
2021.03.24 11:22:48.265675 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 197 (1), req c idx: 197, my term: 1, my role: 1
2021.03.24 11:22:48.265687 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.265699 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 197, req log term: 1, my last log idx: 197, my log (197) term: 1
2021.03.24 11:22:48.265709 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 198, count: 0, log_store_->next_slot(): 198, req.log_entries().size(): 1
2021.03.24 11:22:48.265717 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 198, count: 0
2021.03.24 11:22:48.265725 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 198, count: 0
2021.03.24 11:22:48.265733 [ 4033 ] {} <Trace> RaftInstance: append at 198
2021.03.24 11:22:48.265824 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 197
2021.03.24 11:22:48.265837 [ 4033 ] {} <Trace> RaftInstance: local log idx 198, target_commit_idx 197, quick_commit_index_ 197, state_->get_commit_idx() 196
2021.03.24 11:22:48.265845 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.265866 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.265885 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.265903 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.265907 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.265958 [ 4034 ] {} <Debug> RaftInstance: commit upto 197, current idx 196
2021.03.24 11:22:48.265915 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=199
2021.03.24 11:22:48.265997 [ 4034 ] {} <Trace> RaftInstance: commit upto 197, current idx 197
2021.03.24 11:22:48.266091 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 197, current idx 197
2021.03.24 11:22:48.266102 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.272586 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=198, LastLogTerm=1, EntriesLength=2, CommitIndex=198 and Term=1
2021.03.24 11:22:48.272620 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 198 (2), req c idx: 198, my term: 1, my role: 1
2021.03.24 11:22:48.272633 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.272644 [ 4030 ] {} <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.272654 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 199, count: 0, log_store_->next_slot(): 199, req.log_entries().size(): 2
2021.03.24 11:22:48.272663 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 199, count: 0
2021.03.24 11:22:48.272671 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 199, count: 0
2021.03.24 11:22:48.272678 [ 4030 ] {} <Trace> RaftInstance: append at 199
2021.03.24 11:22:48.272698 [ 4030 ] {} <Trace> RaftInstance: append at 200
2021.03.24 11:22:48.272724 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 198
2021.03.24 11:22:48.272734 [ 4030 ] {} <Trace> RaftInstance: local log idx 200, target_commit_idx 198, quick_commit_index_ 198, state_->get_commit_idx() 197
2021.03.24 11:22:48.272742 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.272762 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.272780 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.272792 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.272826 [ 4034 ] {} <Debug> RaftInstance: commit upto 198, current idx 197
2021.03.24 11:22:48.272866 [ 4034 ] {} <Trace> RaftInstance: commit upto 198, current idx 198
2021.03.24 11:22:48.272796 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.272908 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=201
2021.03.24 11:22:48.272989 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 198, current idx 198
2021.03.24 11:22:48.273001 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.279643 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=200, LastLogTerm=1, EntriesLength=0, CommitIndex=200 and Term=1
2021.03.24 11:22:48.279704 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 200 (0), req c idx: 200, my term: 1, my role: 1
2021.03.24 11:22:48.279717 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.279729 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 200, req log term: 1, my last log idx: 200, my log (200) term: 1
2021.03.24 11:22:48.279739 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 200
2021.03.24 11:22:48.279748 [ 4033 ] {} <Trace> RaftInstance: local log idx 200, target_commit_idx 200, quick_commit_index_ 200, state_->get_commit_idx() 198
2021.03.24 11:22:48.279757 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.279778 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.279795 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.279812 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.279818 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.279855 [ 4034 ] {} <Debug> RaftInstance: commit upto 200, current idx 198
2021.03.24 11:22:48.279868 [ 4034 ] {} <Trace> RaftInstance: commit upto 200, current idx 199
2021.03.24 11:22:48.279823 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=201
2021.03.24 11:22:48.279932 [ 4034 ] {} <Trace> RaftInstance: commit upto 200, current idx 200
2021.03.24 11:22:48.279963 [ 4034 ] {} <Information> RaftInstance: creating a snapshot for index 200
2021.03.24 11:22:48.279973 [ 4034 ] {} <Information> RaftInstance: create snapshot idx 200 log_term 1
2021.03.24 11:22:48.280040 [ 4034 ] {} <Information> RaftInstance: create snapshot idx 200 log_term 1 done: 57 us elapsed
2021.03.24 11:22:48.280051 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 200, current idx 200
2021.03.24 11:22:48.280058 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.302428 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=200, LastLogTerm=1, EntriesLength=2, CommitIndex=200 and Term=1
2021.03.24 11:22:48.302513 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 200 (2), req c idx: 200, my term: 1, my role: 1
2021.03.24 11:22:48.302527 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.302541 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 200, req log term: 1, my last log idx: 200, my log (200) term: 1
2021.03.24 11:22:48.302551 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 201, count: 0, log_store_->next_slot(): 201, req.log_entries().size(): 2
2021.03.24 11:22:48.302559 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 201, count: 0
2021.03.24 11:22:48.302567 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 201, count: 0
2021.03.24 11:22:48.302609 [ 4030 ] {} <Trace> RaftInstance: append at 201
2021.03.24 11:22:48.302633 [ 4030 ] {} <Trace> RaftInstance: append at 202
2021.03.24 11:22:48.302646 [ 4030 ] {} <Trace> RaftInstance: local log idx 202, target_commit_idx 200, quick_commit_index_ 200, state_->get_commit_idx() 200
2021.03.24 11:22:48.302656 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.302677 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.302701 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.302712 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=203
2021.03.24 11:22:48.309673 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=202, LastLogTerm=1, EntriesLength=0, CommitIndex=202 and Term=1
2021.03.24 11:22:48.309726 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 202 (0), req c idx: 202, my term: 1, my role: 1
2021.03.24 11:22:48.309739 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.309752 [ 4033 ] {} <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.309762 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 202
2021.03.24 11:22:48.309771 [ 4033 ] {} <Trace> RaftInstance: local log idx 202, target_commit_idx 202, quick_commit_index_ 202, state_->get_commit_idx() 200
2021.03.24 11:22:48.309781 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.309803 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.309825 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.309842 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.309853 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=203
2021.03.24 11:22:48.309879 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.309945 [ 4034 ] {} <Debug> RaftInstance: commit upto 202, current idx 200
2021.03.24 11:22:48.309968 [ 4034 ] {} <Trace> RaftInstance: commit upto 202, current idx 201
2021.03.24 11:22:48.310109 [ 4034 ] {} <Trace> RaftInstance: commit upto 202, current idx 202
2021.03.24 11:22:48.310164 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 202, current idx 202
2021.03.24 11:22:48.310187 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.316436 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=202, LastLogTerm=1, EntriesLength=1, CommitIndex=202 and Term=1
2021.03.24 11:22:48.316473 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 202 (1), req c idx: 202, my term: 1, my role: 1
2021.03.24 11:22:48.316487 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.316507 [ 4031 ] {} <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.316521 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 203, count: 0, log_store_->next_slot(): 203, req.log_entries().size(): 1
2021.03.24 11:22:48.316530 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 203, count: 0
2021.03.24 11:22:48.316563 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 203, count: 0
2021.03.24 11:22:48.316573 [ 4031 ] {} <Trace> RaftInstance: append at 203
2021.03.24 11:22:48.316596 [ 4031 ] {} <Trace> RaftInstance: local log idx 203, target_commit_idx 202, quick_commit_index_ 202, state_->get_commit_idx() 202
2021.03.24 11:22:48.316605 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.316670 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.316702 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.316734 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=204
2021.03.24 11:22:48.323233 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=203, LastLogTerm=1, EntriesLength=1, CommitIndex=203 and Term=1
2021.03.24 11:22:48.323273 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 203 (1), req c idx: 203, my term: 1, my role: 1
2021.03.24 11:22:48.323285 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.323296 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 203, req log term: 1, my last log idx: 203, my log (203) term: 1
2021.03.24 11:22:48.323306 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 204, count: 0, log_store_->next_slot(): 204, req.log_entries().size(): 1
2021.03.24 11:22:48.323314 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 204, count: 0
2021.03.24 11:22:48.323322 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 204, count: 0
2021.03.24 11:22:48.323329 [ 4033 ] {} <Trace> RaftInstance: append at 204
2021.03.24 11:22:48.323347 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 203
2021.03.24 11:22:48.323356 [ 4033 ] {} <Trace> RaftInstance: local log idx 204, target_commit_idx 203, quick_commit_index_ 203, state_->get_commit_idx() 202
2021.03.24 11:22:48.323364 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.323381 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.323398 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.323414 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.323415 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.323450 [ 4034 ] {} <Debug> RaftInstance: commit upto 203, current idx 202
2021.03.24 11:22:48.323423 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=205
2021.03.24 11:22:48.323507 [ 4034 ] {} <Trace> RaftInstance: commit upto 203, current idx 203
2021.03.24 11:22:48.323561 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 203, current idx 203
2021.03.24 11:22:48.323572 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.330029 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=204, LastLogTerm=1, EntriesLength=2, CommitIndex=204 and Term=1
2021.03.24 11:22:48.330061 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 204 (2), req c idx: 204, my term: 1, my role: 1
2021.03.24 11:22:48.330072 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.330083 [ 4031 ] {} <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.330092 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 205, count: 0, log_store_->next_slot(): 205, req.log_entries().size(): 2
2021.03.24 11:22:48.330100 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 205, count: 0
2021.03.24 11:22:48.330109 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 205, count: 0
2021.03.24 11:22:48.330116 [ 4031 ] {} <Trace> RaftInstance: append at 205
2021.03.24 11:22:48.330133 [ 4031 ] {} <Trace> RaftInstance: append at 206
2021.03.24 11:22:48.330161 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 204
2021.03.24 11:22:48.330171 [ 4031 ] {} <Trace> RaftInstance: local log idx 206, target_commit_idx 204, quick_commit_index_ 204, state_->get_commit_idx() 203
2021.03.24 11:22:48.330179 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.330197 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.330215 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.330229 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.330233 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.330273 [ 4034 ] {} <Debug> RaftInstance: commit upto 204, current idx 203
2021.03.24 11:22:48.330286 [ 4034 ] {} <Trace> RaftInstance: commit upto 204, current idx 204
2021.03.24 11:22:48.330239 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=207
2021.03.24 11:22:48.330344 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 204, current idx 204
2021.03.24 11:22:48.330439 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.337061 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=206, LastLogTerm=1, EntriesLength=0, CommitIndex=206 and Term=1
2021.03.24 11:22:48.337122 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 206 (0), req c idx: 206, my term: 1, my role: 1
2021.03.24 11:22:48.337134 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.337146 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 206, req log term: 1, my last log idx: 206, my log (206) term: 1
2021.03.24 11:22:48.337156 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 206
2021.03.24 11:22:48.337165 [ 4033 ] {} <Trace> RaftInstance: local log idx 206, target_commit_idx 206, quick_commit_index_ 206, state_->get_commit_idx() 204
2021.03.24 11:22:48.337174 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.337193 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.337209 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.337226 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.337231 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.337236 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=207
2021.03.24 11:22:48.337271 [ 4034 ] {} <Debug> RaftInstance: commit upto 206, current idx 204
2021.03.24 11:22:48.337345 [ 4034 ] {} <Trace> RaftInstance: commit upto 206, current idx 205
2021.03.24 11:22:48.337431 [ 4034 ] {} <Trace> RaftInstance: commit upto 206, current idx 206
2021.03.24 11:22:48.337520 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 206, current idx 206
2021.03.24 11:22:48.337532 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.343942 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=206, LastLogTerm=1, EntriesLength=2, CommitIndex=206 and Term=1
2021.03.24 11:22:48.343998 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 206 (2), req c idx: 206, my term: 1, my role: 1
2021.03.24 11:22:48.344011 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.344023 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 206, req log term: 1, my last log idx: 206, my log (206) term: 1
2021.03.24 11:22:48.344032 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 207, count: 0, log_store_->next_slot(): 207, req.log_entries().size(): 2
2021.03.24 11:22:48.344042 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 207, count: 0
2021.03.24 11:22:48.344050 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 207, count: 0
2021.03.24 11:22:48.344058 [ 4031 ] {} <Trace> RaftInstance: append at 207
2021.03.24 11:22:48.344115 [ 4031 ] {} <Trace> RaftInstance: append at 208
2021.03.24 11:22:48.344138 [ 4031 ] {} <Trace> RaftInstance: local log idx 208, target_commit_idx 206, quick_commit_index_ 206, state_->get_commit_idx() 206
2021.03.24 11:22:48.344147 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.344169 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.344215 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.344226 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=209
2021.03.24 11:22:48.350963 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=208, LastLogTerm=1, EntriesLength=0, CommitIndex=208 and Term=1
2021.03.24 11:22:48.351014 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 208 (0), req c idx: 208, my term: 1, my role: 1
2021.03.24 11:22:48.351027 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.351038 [ 4032 ] {} <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.351048 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 208
2021.03.24 11:22:48.351057 [ 4032 ] {} <Trace> RaftInstance: local log idx 208, target_commit_idx 208, quick_commit_index_ 208, state_->get_commit_idx() 206
2021.03.24 11:22:48.351065 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.351087 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.351108 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.351126 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.351136 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=209
2021.03.24 11:22:48.351133 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.351177 [ 4034 ] {} <Debug> RaftInstance: commit upto 208, current idx 206
2021.03.24 11:22:48.351212 [ 4034 ] {} <Trace> RaftInstance: commit upto 208, current idx 207
2021.03.24 11:22:48.351276 [ 4034 ] {} <Trace> RaftInstance: commit upto 208, current idx 208
2021.03.24 11:22:48.351339 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 208, current idx 208
2021.03.24 11:22:48.351349 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.357762 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=208, LastLogTerm=1, EntriesLength=2, CommitIndex=208 and Term=1
2021.03.24 11:22:48.357810 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 208 (2), req c idx: 208, my term: 1, my role: 1
2021.03.24 11:22:48.357822 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.357834 [ 4033 ] {} <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.357845 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 209, count: 0, log_store_->next_slot(): 209, req.log_entries().size(): 2
2021.03.24 11:22:48.357854 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 209, count: 0
2021.03.24 11:22:48.357862 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 209, count: 0
2021.03.24 11:22:48.357870 [ 4033 ] {} <Trace> RaftInstance: append at 209
2021.03.24 11:22:48.357891 [ 4033 ] {} <Trace> RaftInstance: append at 210
2021.03.24 11:22:48.357904 [ 4033 ] {} <Trace> RaftInstance: local log idx 210, target_commit_idx 208, quick_commit_index_ 208, state_->get_commit_idx() 208
2021.03.24 11:22:48.357914 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.357933 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.357950 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.357960 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=211
2021.03.24 11:22:48.364696 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=210, LastLogTerm=1, EntriesLength=1, CommitIndex=210 and Term=1
2021.03.24 11:22:48.364756 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 210 (1), req c idx: 210, my term: 1, my role: 1
2021.03.24 11:22:48.364800 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.364821 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 210, req log term: 1, my last log idx: 210, my log (210) term: 1
2021.03.24 11:22:48.364840 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 211, count: 0, log_store_->next_slot(): 211, req.log_entries().size(): 1
2021.03.24 11:22:48.364853 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 211, count: 0
2021.03.24 11:22:48.364861 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 211, count: 0
2021.03.24 11:22:48.364868 [ 4031 ] {} <Trace> RaftInstance: append at 211
2021.03.24 11:22:48.364891 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 210
2021.03.24 11:22:48.364900 [ 4031 ] {} <Trace> RaftInstance: local log idx 211, target_commit_idx 210, quick_commit_index_ 210, state_->get_commit_idx() 208
2021.03.24 11:22:48.364908 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.364932 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.364954 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.364972 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.364983 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=212
2021.03.24 11:22:48.364994 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.365044 [ 4034 ] {} <Debug> RaftInstance: commit upto 210, current idx 208
2021.03.24 11:22:48.365057 [ 4034 ] {} <Trace> RaftInstance: commit upto 210, current idx 209
2021.03.24 11:22:48.365201 [ 4034 ] {} <Trace> RaftInstance: commit upto 210, current idx 210
2021.03.24 11:22:48.365275 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 210, current idx 210
2021.03.24 11:22:48.365285 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.371640 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=211, LastLogTerm=1, EntriesLength=0, CommitIndex=211 and Term=1
2021.03.24 11:22:48.371694 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 211 (0), req c idx: 211, my term: 1, my role: 1
2021.03.24 11:22:48.371708 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.371722 [ 4030 ] {} <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.371737 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 211
2021.03.24 11:22:48.371752 [ 4030 ] {} <Trace> RaftInstance: local log idx 211, target_commit_idx 211, quick_commit_index_ 211, state_->get_commit_idx() 210
2021.03.24 11:22:48.371766 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.371800 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.371819 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.371828 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.371853 [ 4034 ] {} <Debug> RaftInstance: commit upto 211, current idx 210
2021.03.24 11:22:48.371858 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.371912 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=212
2021.03.24 11:22:48.371865 [ 4034 ] {} <Trace> RaftInstance: commit upto 211, current idx 211
2021.03.24 11:22:48.372015 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 211, current idx 211
2021.03.24 11:22:48.372028 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.380359 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=211, LastLogTerm=1, EntriesLength=1, CommitIndex=211 and Term=1
2021.03.24 11:22:48.380432 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 211 (1), req c idx: 211, my term: 1, my role: 1
2021.03.24 11:22:48.380450 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.380463 [ 4033 ] {} <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.380474 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 212, count: 0, log_store_->next_slot(): 212, req.log_entries().size(): 1
2021.03.24 11:22:48.380482 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 212, count: 0
2021.03.24 11:22:48.380491 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 212, count: 0
2021.03.24 11:22:48.380500 [ 4033 ] {} <Trace> RaftInstance: append at 212
2021.03.24 11:22:48.380587 [ 4033 ] {} <Trace> RaftInstance: local log idx 212, target_commit_idx 211, quick_commit_index_ 211, state_->get_commit_idx() 211
2021.03.24 11:22:48.380598 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.380616 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.380661 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.380674 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=213
2021.03.24 11:22:48.387143 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=212, LastLogTerm=1, EntriesLength=1, CommitIndex=212 and Term=1
2021.03.24 11:22:48.387203 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 212 (1), req c idx: 212, my term: 1, my role: 1
2021.03.24 11:22:48.387216 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.387228 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 212, req log term: 1, my last log idx: 212, my log (212) term: 1
2021.03.24 11:22:48.387237 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 213, count: 0, log_store_->next_slot(): 213, req.log_entries().size(): 1
2021.03.24 11:22:48.387246 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 213, count: 0
2021.03.24 11:22:48.387254 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 213, count: 0
2021.03.24 11:22:48.387261 [ 4032 ] {} <Trace> RaftInstance: append at 213
2021.03.24 11:22:48.387281 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 212
2021.03.24 11:22:48.387290 [ 4032 ] {} <Trace> RaftInstance: local log idx 213, target_commit_idx 212, quick_commit_index_ 212, state_->get_commit_idx() 211
2021.03.24 11:22:48.387297 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.387320 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.387339 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.387349 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.387380 [ 4034 ] {} <Debug> RaftInstance: commit upto 212, current idx 211
2021.03.24 11:22:48.387355 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.387393 [ 4034 ] {} <Trace> RaftInstance: commit upto 212, current idx 212
2021.03.24 11:22:48.387410 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=214
2021.03.24 11:22:48.387510 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 212, current idx 212
2021.03.24 11:22:48.387525 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.394266 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=213, LastLogTerm=1, EntriesLength=1, CommitIndex=213 and Term=1
2021.03.24 11:22:48.394313 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 213 (1), req c idx: 213, my term: 1, my role: 1
2021.03.24 11:22:48.394356 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.394377 [ 4030 ] {} <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.394393 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 214, count: 0, log_store_->next_slot(): 214, req.log_entries().size(): 1
2021.03.24 11:22:48.394409 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 214, count: 0
2021.03.24 11:22:48.394422 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 214, count: 0
2021.03.24 11:22:48.394434 [ 4030 ] {} <Trace> RaftInstance: append at 214
2021.03.24 11:22:48.394463 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 213
2021.03.24 11:22:48.394483 [ 4030 ] {} <Trace> RaftInstance: local log idx 214, target_commit_idx 213, quick_commit_index_ 213, state_->get_commit_idx() 212
2021.03.24 11:22:48.394499 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.394529 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.394556 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.394556 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.394577 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.394595 [ 4034 ] {} <Debug> RaftInstance: commit upto 213, current idx 212
2021.03.24 11:22:48.394606 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=215
2021.03.24 11:22:48.394613 [ 4034 ] {} <Trace> RaftInstance: commit upto 213, current idx 213
2021.03.24 11:22:48.394736 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 213, current idx 213
2021.03.24 11:22:48.394752 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.401407 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=214, LastLogTerm=1, EntriesLength=1, CommitIndex=214 and Term=1
2021.03.24 11:22:48.401489 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 214 (1), req c idx: 214, my term: 1, my role: 1
2021.03.24 11:22:48.401504 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.401516 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 214, req log term: 1, my last log idx: 214, my log (214) term: 1
2021.03.24 11:22:48.401528 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 215, count: 0, log_store_->next_slot(): 215, req.log_entries().size(): 1
2021.03.24 11:22:48.401537 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 215, count: 0
2021.03.24 11:22:48.401545 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 215, count: 0
2021.03.24 11:22:48.401553 [ 4033 ] {} <Trace> RaftInstance: append at 215
2021.03.24 11:22:48.401575 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 214
2021.03.24 11:22:48.401584 [ 4033 ] {} <Trace> RaftInstance: local log idx 215, target_commit_idx 214, quick_commit_index_ 214, state_->get_commit_idx() 213
2021.03.24 11:22:48.401591 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.401611 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.401628 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.401645 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.401656 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=216
2021.03.24 11:22:48.401658 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.401692 [ 4034 ] {} <Debug> RaftInstance: commit upto 214, current idx 213
2021.03.24 11:22:48.401704 [ 4034 ] {} <Trace> RaftInstance: commit upto 214, current idx 214
2021.03.24 11:22:48.401766 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 214, current idx 214
2021.03.24 11:22:48.401792 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.408341 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=215, LastLogTerm=1, EntriesLength=1, CommitIndex=215 and Term=1
2021.03.24 11:22:48.408398 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 215 (1), req c idx: 215, my term: 1, my role: 1
2021.03.24 11:22:48.408410 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.408422 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 215, req log term: 1, my last log idx: 215, my log (215) term: 1
2021.03.24 11:22:48.408432 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 216, count: 0, log_store_->next_slot(): 216, req.log_entries().size(): 1
2021.03.24 11:22:48.408440 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 216, count: 0
2021.03.24 11:22:48.408456 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 216, count: 0
2021.03.24 11:22:48.408463 [ 4032 ] {} <Trace> RaftInstance: append at 216
2021.03.24 11:22:48.408485 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 215
2021.03.24 11:22:48.408494 [ 4032 ] {} <Trace> RaftInstance: local log idx 216, target_commit_idx 215, quick_commit_index_ 215, state_->get_commit_idx() 214
2021.03.24 11:22:48.408502 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.408521 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.408535 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.408552 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.408562 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=217
2021.03.24 11:22:48.408590 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.408655 [ 4034 ] {} <Debug> RaftInstance: commit upto 215, current idx 214
2021.03.24 11:22:48.408675 [ 4034 ] {} <Trace> RaftInstance: commit upto 215, current idx 215
2021.03.24 11:22:48.408784 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 215, current idx 215
2021.03.24 11:22:48.408798 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.415322 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=216, LastLogTerm=1, EntriesLength=1, CommitIndex=216 and Term=1
2021.03.24 11:22:48.415373 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 216 (1), req c idx: 216, my term: 1, my role: 1
2021.03.24 11:22:48.415386 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.415398 [ 4031 ] {} <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.415408 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 217, count: 0, log_store_->next_slot(): 217, req.log_entries().size(): 1
2021.03.24 11:22:48.415416 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 217, count: 0
2021.03.24 11:22:48.415425 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 217, count: 0
2021.03.24 11:22:48.415432 [ 4031 ] {} <Trace> RaftInstance: append at 217
2021.03.24 11:22:48.415508 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 216
2021.03.24 11:22:48.415522 [ 4031 ] {} <Trace> RaftInstance: local log idx 217, target_commit_idx 216, quick_commit_index_ 216, state_->get_commit_idx() 215
2021.03.24 11:22:48.415530 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.415543 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.415562 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.415579 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.415589 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=218
2021.03.24 11:22:48.415597 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.415653 [ 4034 ] {} <Debug> RaftInstance: commit upto 216, current idx 215
2021.03.24 11:22:48.415667 [ 4034 ] {} <Trace> RaftInstance: commit upto 216, current idx 216
2021.03.24 11:22:48.415710 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 216, current idx 216
2021.03.24 11:22:48.415722 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.422368 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=217, LastLogTerm=1, EntriesLength=2, CommitIndex=217 and Term=1
2021.03.24 11:22:48.422429 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 217 (2), req c idx: 217, my term: 1, my role: 1
2021.03.24 11:22:48.422440 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.422453 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 217, req log term: 1, my last log idx: 217, my log (217) term: 1
2021.03.24 11:22:48.422464 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 218, count: 0, log_store_->next_slot(): 218, req.log_entries().size(): 2
2021.03.24 11:22:48.422472 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 218, count: 0
2021.03.24 11:22:48.422481 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 218, count: 0
2021.03.24 11:22:48.422488 [ 4030 ] {} <Trace> RaftInstance: append at 218
2021.03.24 11:22:48.422509 [ 4030 ] {} <Trace> RaftInstance: append at 219
2021.03.24 11:22:48.422522 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 217
2021.03.24 11:22:48.422531 [ 4030 ] {} <Trace> RaftInstance: local log idx 219, target_commit_idx 217, quick_commit_index_ 217, state_->get_commit_idx() 216
2021.03.24 11:22:48.422542 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.422560 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.422577 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.422596 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.422592 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.422726 [ 4034 ] {} <Debug> RaftInstance: commit upto 217, current idx 216
2021.03.24 11:22:48.422675 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=220
2021.03.24 11:22:48.422755 [ 4034 ] {} <Trace> RaftInstance: commit upto 217, current idx 217
2021.03.24 11:22:48.422844 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 217, current idx 217
2021.03.24 11:22:48.422855 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.429394 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=219, LastLogTerm=1, EntriesLength=0, CommitIndex=219 and Term=1
2021.03.24 11:22:48.429432 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 219 (0), req c idx: 219, my term: 1, my role: 1
2021.03.24 11:22:48.429449 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.429461 [ 4032 ] {} <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.429471 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 219
2021.03.24 11:22:48.429479 [ 4032 ] {} <Trace> RaftInstance: local log idx 219, target_commit_idx 219, quick_commit_index_ 219, state_->get_commit_idx() 217
2021.03.24 11:22:48.429488 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.429500 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.429535 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.429555 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.429571 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=220
2021.03.24 11:22:48.429686 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.429754 [ 4034 ] {} <Debug> RaftInstance: commit upto 219, current idx 217
2021.03.24 11:22:48.429776 [ 4034 ] {} <Trace> RaftInstance: commit upto 219, current idx 218
2021.03.24 11:22:48.429955 [ 4034 ] {} <Trace> RaftInstance: commit upto 219, current idx 219
2021.03.24 11:22:48.429982 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 219, current idx 219
2021.03.24 11:22:48.429990 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.436632 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=219, LastLogTerm=1, EntriesLength=1, CommitIndex=219 and Term=1
2021.03.24 11:22:48.436676 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 219 (1), req c idx: 219, my term: 1, my role: 1
2021.03.24 11:22:48.436688 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.436701 [ 4033 ] {} <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.436711 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 220, count: 0, log_store_->next_slot(): 220, req.log_entries().size(): 1
2021.03.24 11:22:48.436720 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 220, count: 0
2021.03.24 11:22:48.436728 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 220, count: 0
2021.03.24 11:22:48.436736 [ 4033 ] {} <Trace> RaftInstance: append at 220
2021.03.24 11:22:48.436758 [ 4033 ] {} <Trace> RaftInstance: local log idx 220, target_commit_idx 219, quick_commit_index_ 219, state_->get_commit_idx() 219
2021.03.24 11:22:48.436767 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.436789 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.436813 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.436825 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=221
2021.03.24 11:22:48.443537 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=220, LastLogTerm=1, EntriesLength=2, CommitIndex=220 and Term=1
2021.03.24 11:22:48.443570 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 220 (2), req c idx: 220, my term: 1, my role: 1
2021.03.24 11:22:48.443583 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.443594 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 220, req log term: 1, my last log idx: 220, my log (220) term: 1
2021.03.24 11:22:48.443603 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 221, count: 0, log_store_->next_slot(): 221, req.log_entries().size(): 2
2021.03.24 11:22:48.443615 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 221, count: 0
2021.03.24 11:22:48.443626 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 221, count: 0
2021.03.24 11:22:48.443633 [ 4031 ] {} <Trace> RaftInstance: append at 221
2021.03.24 11:22:48.443650 [ 4031 ] {} <Trace> RaftInstance: append at 222
2021.03.24 11:22:48.443663 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 220
2021.03.24 11:22:48.443672 [ 4031 ] {} <Trace> RaftInstance: local log idx 222, target_commit_idx 220, quick_commit_index_ 220, state_->get_commit_idx() 219
2021.03.24 11:22:48.443679 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.443696 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.443712 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.443735 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.443747 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=223
2021.03.24 11:22:48.443742 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.443831 [ 4034 ] {} <Debug> RaftInstance: commit upto 220, current idx 219
2021.03.24 11:22:48.443846 [ 4034 ] {} <Trace> RaftInstance: commit upto 220, current idx 220
2021.03.24 11:22:48.443905 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 220, current idx 220
2021.03.24 11:22:48.443915 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.450428 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=222, LastLogTerm=1, EntriesLength=1, CommitIndex=222 and Term=1
2021.03.24 11:22:48.450493 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 222 (1), req c idx: 222, my term: 1, my role: 1
2021.03.24 11:22:48.450504 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.450517 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 222, req log term: 1, my last log idx: 222, my log (222) term: 1
2021.03.24 11:22:48.450526 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 223, count: 0, log_store_->next_slot(): 223, req.log_entries().size(): 1
2021.03.24 11:22:48.450535 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 223, count: 0
2021.03.24 11:22:48.450543 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 223, count: 0
2021.03.24 11:22:48.450551 [ 4030 ] {} <Trace> RaftInstance: append at 223
2021.03.24 11:22:48.450574 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 222
2021.03.24 11:22:48.450584 [ 4030 ] {} <Trace> RaftInstance: local log idx 223, target_commit_idx 222, quick_commit_index_ 222, state_->get_commit_idx() 220
2021.03.24 11:22:48.450592 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.450605 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.450626 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.450644 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.450655 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=224
2021.03.24 11:22:48.450687 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.450736 [ 4034 ] {} <Debug> RaftInstance: commit upto 222, current idx 220
2021.03.24 11:22:48.450749 [ 4034 ] {} <Trace> RaftInstance: commit upto 222, current idx 221
2021.03.24 11:22:48.450816 [ 4034 ] {} <Trace> RaftInstance: commit upto 222, current idx 222
2021.03.24 11:22:48.450881 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 222, current idx 222
2021.03.24 11:22:48.450891 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.457379 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=223, LastLogTerm=1, EntriesLength=0, CommitIndex=223 and Term=1
2021.03.24 11:22:48.457439 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 223 (0), req c idx: 223, my term: 1, my role: 1
2021.03.24 11:22:48.457452 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.457464 [ 4031 ] {} <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.457474 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 223
2021.03.24 11:22:48.457482 [ 4031 ] {} <Trace> RaftInstance: local log idx 223, target_commit_idx 223, quick_commit_index_ 223, state_->get_commit_idx() 222
2021.03.24 11:22:48.457490 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.457505 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.457529 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.457573 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.457583 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=224
2021.03.24 11:22:48.457637 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.457680 [ 4034 ] {} <Debug> RaftInstance: commit upto 223, current idx 222
2021.03.24 11:22:48.457693 [ 4034 ] {} <Trace> RaftInstance: commit upto 223, current idx 223
2021.03.24 11:22:48.457730 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 223, current idx 223
2021.03.24 11:22:48.457742 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.464222 [ 4030 ] {} <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.464256 [ 4030 ] {} <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.464268 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.464279 [ 4030 ] {} <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.464290 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 224, count: 0, log_store_->next_slot(): 224, req.log_entries().size(): 2
2021.03.24 11:22:48.464299 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 224, count: 0
2021.03.24 11:22:48.464306 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 224, count: 0
2021.03.24 11:22:48.464314 [ 4030 ] {} <Trace> RaftInstance: append at 224
2021.03.24 11:22:48.464334 [ 4030 ] {} <Trace> RaftInstance: append at 225
2021.03.24 11:22:48.464347 [ 4030 ] {} <Trace> RaftInstance: local log idx 225, target_commit_idx 223, quick_commit_index_ 223, state_->get_commit_idx() 223
2021.03.24 11:22:48.464356 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.464375 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.464393 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.464402 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=226
2021.03.24 11:22:48.470952 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=225, LastLogTerm=1, EntriesLength=1, CommitIndex=225 and Term=1
2021.03.24 11:22:48.471010 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 225 (1), req c idx: 225, my term: 1, my role: 1
2021.03.24 11:22:48.471022 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.471034 [ 4031 ] {} <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.471044 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 226, count: 0, log_store_->next_slot(): 226, req.log_entries().size(): 1
2021.03.24 11:22:48.471053 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 226, count: 0
2021.03.24 11:22:48.471062 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 226, count: 0
2021.03.24 11:22:48.471069 [ 4031 ] {} <Trace> RaftInstance: append at 226
2021.03.24 11:22:48.471091 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 225
2021.03.24 11:22:48.471100 [ 4031 ] {} <Trace> RaftInstance: local log idx 226, target_commit_idx 225, quick_commit_index_ 225, state_->get_commit_idx() 223
2021.03.24 11:22:48.471108 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.471126 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.471143 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.471161 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.471171 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=227
2021.03.24 11:22:48.471174 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.471238 [ 4034 ] {} <Debug> RaftInstance: commit upto 225, current idx 223
2021.03.24 11:22:48.471255 [ 4034 ] {} <Trace> RaftInstance: commit upto 225, current idx 224
2021.03.24 11:22:48.471300 [ 4034 ] {} <Trace> RaftInstance: commit upto 225, current idx 225
2021.03.24 11:22:48.471349 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 225, current idx 225
2021.03.24 11:22:48.471358 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.477932 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=226, LastLogTerm=1, EntriesLength=1, CommitIndex=226 and Term=1
2021.03.24 11:22:48.477996 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 226 (1), req c idx: 226, my term: 1, my role: 1
2021.03.24 11:22:48.478008 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.478021 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 226, req log term: 1, my last log idx: 226, my log (226) term: 1
2021.03.24 11:22:48.478030 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 227, count: 0, log_store_->next_slot(): 227, req.log_entries().size(): 1
2021.03.24 11:22:48.478039 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 227, count: 0
2021.03.24 11:22:48.478047 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 227, count: 0
2021.03.24 11:22:48.478055 [ 4033 ] {} <Trace> RaftInstance: append at 227
2021.03.24 11:22:48.478079 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 226
2021.03.24 11:22:48.478088 [ 4033 ] {} <Trace> RaftInstance: local log idx 227, target_commit_idx 226, quick_commit_index_ 226, state_->get_commit_idx() 225
2021.03.24 11:22:48.478096 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.478110 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.478131 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.478143 [ 4034 ] {} <Debug> RaftInstance: commit upto 226, current idx 225
2021.03.24 11:22:48.478153 [ 4034 ] {} <Trace> RaftInstance: commit upto 226, current idx 226
2021.03.24 11:22:48.478205 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 226, current idx 226
2021.03.24 11:22:48.478215 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.478291 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.478312 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.478322 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=228
2021.03.24 11:22:48.484921 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=227, LastLogTerm=1, EntriesLength=1, CommitIndex=227 and Term=1
2021.03.24 11:22:48.484970 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 227 (1), req c idx: 227, my term: 1, my role: 1
2021.03.24 11:22:48.484983 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.484996 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 227, req log term: 1, my last log idx: 227, my log (227) term: 1
2021.03.24 11:22:48.485005 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 228, count: 0, log_store_->next_slot(): 228, req.log_entries().size(): 1
2021.03.24 11:22:48.485014 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 228, count: 0
2021.03.24 11:22:48.485022 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 228, count: 0
2021.03.24 11:22:48.485029 [ 4031 ] {} <Trace> RaftInstance: append at 228
2021.03.24 11:22:48.485051 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 227
2021.03.24 11:22:48.485060 [ 4031 ] {} <Trace> RaftInstance: local log idx 228, target_commit_idx 227, quick_commit_index_ 227, state_->get_commit_idx() 226
2021.03.24 11:22:48.485084 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.485101 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.485118 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.485135 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.485145 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=229
2021.03.24 11:22:48.485142 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.485191 [ 4034 ] {} <Debug> RaftInstance: commit upto 227, current idx 226
2021.03.24 11:22:48.485211 [ 4034 ] {} <Trace> RaftInstance: commit upto 227, current idx 227
2021.03.24 11:22:48.485311 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 227, current idx 227
2021.03.24 11:22:48.485322 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.491833 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=228, LastLogTerm=1, EntriesLength=1, CommitIndex=228 and Term=1
2021.03.24 11:22:48.491901 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 228 (1), req c idx: 228, my term: 1, my role: 1
2021.03.24 11:22:48.491924 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.491939 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 228, req log term: 1, my last log idx: 228, my log (228) term: 1
2021.03.24 11:22:48.491950 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 229, count: 0, log_store_->next_slot(): 229, req.log_entries().size(): 1
2021.03.24 11:22:48.491959 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 229, count: 0
2021.03.24 11:22:48.491967 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 229, count: 0
2021.03.24 11:22:48.491974 [ 4030 ] {} <Trace> RaftInstance: append at 229
2021.03.24 11:22:48.491995 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 228
2021.03.24 11:22:48.492004 [ 4030 ] {} <Trace> RaftInstance: local log idx 229, target_commit_idx 228, quick_commit_index_ 228, state_->get_commit_idx() 227
2021.03.24 11:22:48.492012 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.492026 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.492051 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.492068 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.492095 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=230
2021.03.24 11:22:48.492108 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.492136 [ 4034 ] {} <Debug> RaftInstance: commit upto 228, current idx 227
2021.03.24 11:22:48.492148 [ 4034 ] {} <Trace> RaftInstance: commit upto 228, current idx 228
2021.03.24 11:22:48.492208 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 228, current idx 228
2021.03.24 11:22:48.492218 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.498708 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=229, LastLogTerm=1, EntriesLength=1, CommitIndex=229 and Term=1
2021.03.24 11:22:48.498743 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 229 (1), req c idx: 229, my term: 1, my role: 1
2021.03.24 11:22:48.498754 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.498807 [ 4032 ] {} <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.498820 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 230, count: 0, log_store_->next_slot(): 230, req.log_entries().size(): 1
2021.03.24 11:22:48.498844 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 230, count: 0
2021.03.24 11:22:48.498852 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 230, count: 0
2021.03.24 11:22:48.498860 [ 4032 ] {} <Trace> RaftInstance: append at 230
2021.03.24 11:22:48.498880 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 229
2021.03.24 11:22:48.498889 [ 4032 ] {} <Trace> RaftInstance: local log idx 230, target_commit_idx 229, quick_commit_index_ 229, state_->get_commit_idx() 228
2021.03.24 11:22:48.498897 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.498915 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.498938 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.498950 [ 4034 ] {} <Debug> RaftInstance: commit upto 229, current idx 228
2021.03.24 11:22:48.498959 [ 4034 ] {} <Trace> RaftInstance: commit upto 229, current idx 229
2021.03.24 11:22:48.499003 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 229, current idx 229
2021.03.24 11:22:48.499019 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.499048 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.499065 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.499076 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=231
2021.03.24 11:22:48.505825 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=230, LastLogTerm=1, EntriesLength=2, CommitIndex=230 and Term=1
2021.03.24 11:22:48.505875 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 230 (2), req c idx: 230, my term: 1, my role: 1
2021.03.24 11:22:48.505897 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.505916 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 230, req log term: 1, my last log idx: 230, my log (230) term: 1
2021.03.24 11:22:48.505927 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 231, count: 0, log_store_->next_slot(): 231, req.log_entries().size(): 2
2021.03.24 11:22:48.505936 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 231, count: 0
2021.03.24 11:22:48.505943 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 231, count: 0
2021.03.24 11:22:48.505951 [ 4031 ] {} <Trace> RaftInstance: append at 231
2021.03.24 11:22:48.505976 [ 4031 ] {} <Trace> RaftInstance: append at 232
2021.03.24 11:22:48.505997 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 230
2021.03.24 11:22:48.506008 [ 4031 ] {} <Trace> RaftInstance: local log idx 232, target_commit_idx 230, quick_commit_index_ 230, state_->get_commit_idx() 229
2021.03.24 11:22:48.506016 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.506029 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.506047 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.506064 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.506074 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=233
2021.03.24 11:22:48.506158 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.506174 [ 4034 ] {} <Debug> RaftInstance: commit upto 230, current idx 229
2021.03.24 11:22:48.506184 [ 4034 ] {} <Trace> RaftInstance: commit upto 230, current idx 230
2021.03.24 11:22:48.506235 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 230, current idx 230
2021.03.24 11:22:48.506244 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.512653 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=232, LastLogTerm=1, EntriesLength=0, CommitIndex=232 and Term=1
2021.03.24 11:22:48.512741 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 232 (0), req c idx: 232, my term: 1, my role: 1
2021.03.24 11:22:48.512764 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.512777 [ 4033 ] {} <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.512787 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 232
2021.03.24 11:22:48.512795 [ 4033 ] {} <Trace> RaftInstance: local log idx 232, target_commit_idx 232, quick_commit_index_ 232, state_->get_commit_idx() 230
2021.03.24 11:22:48.512803 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.512829 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.512844 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.512859 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.512873 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=233
2021.03.24 11:22:48.512978 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.512994 [ 4034 ] {} <Debug> RaftInstance: commit upto 232, current idx 230
2021.03.24 11:22:48.513004 [ 4034 ] {} <Trace> RaftInstance: commit upto 232, current idx 231
2021.03.24 11:22:48.513038 [ 4034 ] {} <Trace> RaftInstance: commit upto 232, current idx 232
2021.03.24 11:22:48.513086 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 232, current idx 232
2021.03.24 11:22:48.513180 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.519664 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=232, LastLogTerm=1, EntriesLength=1, CommitIndex=232 and Term=1
2021.03.24 11:22:48.519724 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 232 (1), req c idx: 232, my term: 1, my role: 1
2021.03.24 11:22:48.519738 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.519750 [ 4031 ] {} <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.519760 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 233, count: 0, log_store_->next_slot(): 233, req.log_entries().size(): 1
2021.03.24 11:22:48.519768 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 233, count: 0
2021.03.24 11:22:48.519777 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 233, count: 0
2021.03.24 11:22:48.519784 [ 4031 ] {} <Trace> RaftInstance: append at 233
2021.03.24 11:22:48.519808 [ 4031 ] {} <Trace> RaftInstance: local log idx 233, target_commit_idx 232, quick_commit_index_ 232, state_->get_commit_idx() 232
2021.03.24 11:22:48.519818 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.519929 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.519968 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.519987 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=234
2021.03.24 11:22:48.526700 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=233, LastLogTerm=1, EntriesLength=2, CommitIndex=233 and Term=1
2021.03.24 11:22:48.526756 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 233 (2), req c idx: 233, my term: 1, my role: 1
2021.03.24 11:22:48.526793 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.526807 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 233, req log term: 1, my last log idx: 233, my log (233) term: 1
2021.03.24 11:22:48.526817 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 234, count: 0, log_store_->next_slot(): 234, req.log_entries().size(): 2
2021.03.24 11:22:48.526843 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 234, count: 0
2021.03.24 11:22:48.526851 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 234, count: 0
2021.03.24 11:22:48.526859 [ 4033 ] {} <Trace> RaftInstance: append at 234
2021.03.24 11:22:48.526880 [ 4033 ] {} <Trace> RaftInstance: append at 235
2021.03.24 11:22:48.526893 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 233
2021.03.24 11:22:48.526901 [ 4033 ] {} <Trace> RaftInstance: local log idx 235, target_commit_idx 233, quick_commit_index_ 233, state_->get_commit_idx() 232
2021.03.24 11:22:48.526909 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.526924 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.526938 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.526955 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.526965 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=236
2021.03.24 11:22:48.527071 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.527098 [ 4034 ] {} <Debug> RaftInstance: commit upto 233, current idx 232
2021.03.24 11:22:48.527109 [ 4034 ] {} <Trace> RaftInstance: commit upto 233, current idx 233
2021.03.24 11:22:48.527147 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 233, current idx 233
2021.03.24 11:22:48.527157 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.533528 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=235, LastLogTerm=1, EntriesLength=1, CommitIndex=235 and Term=1
2021.03.24 11:22:48.533574 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 235 (1), req c idx: 235, my term: 1, my role: 1
2021.03.24 11:22:48.533586 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.533599 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 235, req log term: 1, my last log idx: 235, my log (235) term: 1
2021.03.24 11:22:48.533609 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 236, count: 0, log_store_->next_slot(): 236, req.log_entries().size(): 1
2021.03.24 11:22:48.533618 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 236, count: 0
2021.03.24 11:22:48.533636 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 236, count: 0
2021.03.24 11:22:48.533644 [ 4030 ] {} <Trace> RaftInstance: append at 236
2021.03.24 11:22:48.533672 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 235
2021.03.24 11:22:48.533681 [ 4030 ] {} <Trace> RaftInstance: local log idx 236, target_commit_idx 235, quick_commit_index_ 235, state_->get_commit_idx() 233
2021.03.24 11:22:48.533689 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.533706 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.533722 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.533735 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.533739 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.533761 [ 4034 ] {} <Debug> RaftInstance: commit upto 235, current idx 233
2021.03.24 11:22:48.533777 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=237
2021.03.24 11:22:48.533797 [ 4034 ] {} <Trace> RaftInstance: commit upto 235, current idx 234
2021.03.24 11:22:48.533853 [ 4034 ] {} <Trace> RaftInstance: commit upto 235, current idx 235
2021.03.24 11:22:48.533881 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 235, current idx 235
2021.03.24 11:22:48.533897 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.540411 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=236, LastLogTerm=1, EntriesLength=0, CommitIndex=236 and Term=1
2021.03.24 11:22:48.540465 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 236 (0), req c idx: 236, my term: 1, my role: 1
2021.03.24 11:22:48.540478 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.540488 [ 4032 ] {} <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.540508 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 236
2021.03.24 11:22:48.540519 [ 4032 ] {} <Trace> RaftInstance: local log idx 236, target_commit_idx 236, quick_commit_index_ 236, state_->get_commit_idx() 235
2021.03.24 11:22:48.540534 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.540547 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.540564 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.540579 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.540589 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=237
2021.03.24 11:22:48.540714 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.540779 [ 4034 ] {} <Debug> RaftInstance: commit upto 236, current idx 235
2021.03.24 11:22:48.540841 [ 4034 ] {} <Trace> RaftInstance: commit upto 236, current idx 236
2021.03.24 11:22:48.540970 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 236, current idx 236
2021.03.24 11:22:48.540986 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.547431 [ 4030 ] {} <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.547533 [ 4030 ] {} <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.547558 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.547581 [ 4030 ] {} <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.547599 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 237, count: 0, log_store_->next_slot(): 237, req.log_entries().size(): 2
2021.03.24 11:22:48.547611 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 237, count: 0
2021.03.24 11:22:48.547624 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 237, count: 0
2021.03.24 11:22:48.547637 [ 4030 ] {} <Trace> RaftInstance: append at 237
2021.03.24 11:22:48.547667 [ 4030 ] {} <Trace> RaftInstance: append at 238
2021.03.24 11:22:48.547717 [ 4030 ] {} <Trace> RaftInstance: local log idx 238, target_commit_idx 236, quick_commit_index_ 236, state_->get_commit_idx() 236
2021.03.24 11:22:48.547737 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.547769 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.547797 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.547810 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=239
2021.03.24 11:22:48.554376 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=238, LastLogTerm=1, EntriesLength=1, CommitIndex=238 and Term=1
2021.03.24 11:22:48.554501 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 238 (1), req c idx: 238, my term: 1, my role: 1
2021.03.24 11:22:48.554518 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.554531 [ 4032 ] {} <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.554558 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 239, count: 0, log_store_->next_slot(): 239, req.log_entries().size(): 1
2021.03.24 11:22:48.554573 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 239, count: 0
2021.03.24 11:22:48.554581 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 239, count: 0
2021.03.24 11:22:48.554588 [ 4032 ] {} <Trace> RaftInstance: append at 239
2021.03.24 11:22:48.554610 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 238
2021.03.24 11:22:48.554619 [ 4032 ] {} <Trace> RaftInstance: local log idx 239, target_commit_idx 238, quick_commit_index_ 238, state_->get_commit_idx() 236
2021.03.24 11:22:48.554627 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.554644 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.554674 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.554683 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.554741 [ 4034 ] {} <Debug> RaftInstance: commit upto 238, current idx 236
2021.03.24 11:22:48.554692 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.554757 [ 4034 ] {} <Trace> RaftInstance: commit upto 238, current idx 237
2021.03.24 11:22:48.554779 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=240
2021.03.24 11:22:48.554849 [ 4034 ] {} <Trace> RaftInstance: commit upto 238, current idx 238
2021.03.24 11:22:48.554899 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 238, current idx 238
2021.03.24 11:22:48.554910 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.561494 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=239, LastLogTerm=1, EntriesLength=1, CommitIndex=239 and Term=1
2021.03.24 11:22:48.561549 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 239 (1), req c idx: 239, my term: 1, my role: 1
2021.03.24 11:22:48.561561 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.561573 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 239, req log term: 1, my last log idx: 239, my log (239) term: 1
2021.03.24 11:22:48.561583 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 240, count: 0, log_store_->next_slot(): 240, req.log_entries().size(): 1
2021.03.24 11:22:48.561592 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 240, count: 0
2021.03.24 11:22:48.561600 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 240, count: 0
2021.03.24 11:22:48.561607 [ 4031 ] {} <Trace> RaftInstance: append at 240
2021.03.24 11:22:48.561629 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 239
2021.03.24 11:22:48.561638 [ 4031 ] {} <Trace> RaftInstance: local log idx 240, target_commit_idx 239, quick_commit_index_ 239, state_->get_commit_idx() 238
2021.03.24 11:22:48.561647 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.561661 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.561674 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.561690 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.561700 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=241
2021.03.24 11:22:48.561787 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.561803 [ 4034 ] {} <Debug> RaftInstance: commit upto 239, current idx 238
2021.03.24 11:22:48.561813 [ 4034 ] {} <Trace> RaftInstance: commit upto 239, current idx 239
2021.03.24 11:22:48.561850 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 239, current idx 239
2021.03.24 11:22:48.561859 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.568332 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=240, LastLogTerm=1, EntriesLength=1, CommitIndex=240 and Term=1
2021.03.24 11:22:48.568409 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 240 (1), req c idx: 240, my term: 1, my role: 1
2021.03.24 11:22:48.568421 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.568434 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 240, req log term: 1, my last log idx: 240, my log (240) term: 1
2021.03.24 11:22:48.568452 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 241, count: 0, log_store_->next_slot(): 241, req.log_entries().size(): 1
2021.03.24 11:22:48.568461 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 241, count: 0
2021.03.24 11:22:48.568469 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 241, count: 0
2021.03.24 11:22:48.568476 [ 4032 ] {} <Trace> RaftInstance: append at 241
2021.03.24 11:22:48.568503 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 240
2021.03.24 11:22:48.568514 [ 4032 ] {} <Trace> RaftInstance: local log idx 241, target_commit_idx 240, quick_commit_index_ 240, state_->get_commit_idx() 239
2021.03.24 11:22:48.568522 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.568539 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.568561 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.568579 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.568589 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=242
2021.03.24 11:22:48.568582 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.568653 [ 4034 ] {} <Debug> RaftInstance: commit upto 240, current idx 239
2021.03.24 11:22:48.568670 [ 4034 ] {} <Trace> RaftInstance: commit upto 240, current idx 240
2021.03.24 11:22:48.568725 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 240, current idx 240
2021.03.24 11:22:48.568735 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.575133 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=241, LastLogTerm=1, EntriesLength=1, CommitIndex=241 and Term=1
2021.03.24 11:22:48.575194 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 241 (1), req c idx: 241, my term: 1, my role: 1
2021.03.24 11:22:48.575207 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.575219 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 241, req log term: 1, my last log idx: 241, my log (241) term: 1
2021.03.24 11:22:48.575229 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 242, count: 0, log_store_->next_slot(): 242, req.log_entries().size(): 1
2021.03.24 11:22:48.575243 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 242, count: 0
2021.03.24 11:22:48.575251 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 242, count: 0
2021.03.24 11:22:48.575259 [ 4031 ] {} <Trace> RaftInstance: append at 242
2021.03.24 11:22:48.575280 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 241
2021.03.24 11:22:48.575289 [ 4031 ] {} <Trace> RaftInstance: local log idx 242, target_commit_idx 241, quick_commit_index_ 241, state_->get_commit_idx() 240
2021.03.24 11:22:48.575307 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.575322 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.575343 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.575362 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.575372 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=243
2021.03.24 11:22:48.575390 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.575418 [ 4034 ] {} <Debug> RaftInstance: commit upto 241, current idx 240
2021.03.24 11:22:48.575440 [ 4034 ] {} <Trace> RaftInstance: commit upto 241, current idx 241
2021.03.24 11:22:48.575512 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 241, current idx 241
2021.03.24 11:22:48.575526 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.581942 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=242, LastLogTerm=1, EntriesLength=1, CommitIndex=242 and Term=1
2021.03.24 11:22:48.581991 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 242 (1), req c idx: 242, my term: 1, my role: 1
2021.03.24 11:22:48.582015 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.582038 [ 4033 ] {} <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.582056 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 243, count: 0, log_store_->next_slot(): 243, req.log_entries().size(): 1
2021.03.24 11:22:48.582072 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 243, count: 0
2021.03.24 11:22:48.582088 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 243, count: 0
2021.03.24 11:22:48.582105 [ 4033 ] {} <Trace> RaftInstance: append at 243
2021.03.24 11:22:48.582139 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 242
2021.03.24 11:22:48.582159 [ 4033 ] {} <Trace> RaftInstance: local log idx 243, target_commit_idx 242, quick_commit_index_ 242, state_->get_commit_idx() 241
2021.03.24 11:22:48.582176 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.582198 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.582225 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.582245 [ 4034 ] {} <Debug> RaftInstance: commit upto 242, current idx 241
2021.03.24 11:22:48.582265 [ 4034 ] {} <Trace> RaftInstance: commit upto 242, current idx 242
2021.03.24 11:22:48.582321 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 242, current idx 242
2021.03.24 11:22:48.582341 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.582401 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.582439 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.582462 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=244
2021.03.24 11:22:48.589220 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=243, LastLogTerm=1, EntriesLength=2, CommitIndex=243 and Term=1
2021.03.24 11:22:48.589255 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 243 (2), req c idx: 243, my term: 1, my role: 1
2021.03.24 11:22:48.589266 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.589277 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 243, req log term: 1, my last log idx: 243, my log (243) term: 1
2021.03.24 11:22:48.589287 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 244, count: 0, log_store_->next_slot(): 244, req.log_entries().size(): 2
2021.03.24 11:22:48.589295 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 244, count: 0
2021.03.24 11:22:48.589305 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 244, count: 0
2021.03.24 11:22:48.589313 [ 4032 ] {} <Trace> RaftInstance: append at 244
2021.03.24 11:22:48.589329 [ 4032 ] {} <Trace> RaftInstance: append at 245
2021.03.24 11:22:48.589342 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 243
2021.03.24 11:22:48.589351 [ 4032 ] {} <Trace> RaftInstance: local log idx 245, target_commit_idx 243, quick_commit_index_ 243, state_->get_commit_idx() 242
2021.03.24 11:22:48.589359 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.589370 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.589392 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.589468 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.589482 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=246
2021.03.24 11:22:48.589480 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.589546 [ 4034 ] {} <Debug> RaftInstance: commit upto 243, current idx 242
2021.03.24 11:22:48.589570 [ 4034 ] {} <Trace> RaftInstance: commit upto 243, current idx 243
2021.03.24 11:22:48.589610 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 243, current idx 243
2021.03.24 11:22:48.589641 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.596073 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=245, LastLogTerm=1, EntriesLength=0, CommitIndex=245 and Term=1
2021.03.24 11:22:48.596150 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 245 (0), req c idx: 245, my term: 1, my role: 1
2021.03.24 11:22:48.596172 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.596194 [ 4030 ] {} <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.596212 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 245
2021.03.24 11:22:48.596232 [ 4030 ] {} <Trace> RaftInstance: local log idx 245, target_commit_idx 245, quick_commit_index_ 245, state_->get_commit_idx() 243
2021.03.24 11:22:48.596248 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.596275 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.596302 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.596333 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.596340 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.596406 [ 4034 ] {} <Debug> RaftInstance: commit upto 245, current idx 243
2021.03.24 11:22:48.596421 [ 4034 ] {} <Trace> RaftInstance: commit upto 245, current idx 244
2021.03.24 11:22:48.596354 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=246
2021.03.24 11:22:48.596553 [ 4034 ] {} <Trace> RaftInstance: commit upto 245, current idx 245
2021.03.24 11:22:48.596578 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 245, current idx 245
2021.03.24 11:22:48.596586 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.603114 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=245, LastLogTerm=1, EntriesLength=1, CommitIndex=245 and Term=1
2021.03.24 11:22:48.603194 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 245 (1), req c idx: 245, my term: 1, my role: 1
2021.03.24 11:22:48.603212 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.603225 [ 4033 ] {} <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.603235 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 246, count: 0, log_store_->next_slot(): 246, req.log_entries().size(): 1
2021.03.24 11:22:48.603243 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 246, count: 0
2021.03.24 11:22:48.603252 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 246, count: 0
2021.03.24 11:22:48.603259 [ 4033 ] {} <Trace> RaftInstance: append at 246
2021.03.24 11:22:48.603281 [ 4033 ] {} <Trace> RaftInstance: local log idx 246, target_commit_idx 245, quick_commit_index_ 245, state_->get_commit_idx() 245
2021.03.24 11:22:48.603290 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.603342 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.603360 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.603370 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=247
2021.03.24 11:22:48.610113 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=246, LastLogTerm=1, EntriesLength=1, CommitIndex=246 and Term=1
2021.03.24 11:22:48.610195 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 246 (1), req c idx: 246, my term: 1, my role: 1
2021.03.24 11:22:48.610209 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.610221 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 246, req log term: 1, my last log idx: 246, my log (246) term: 1
2021.03.24 11:22:48.610232 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 247, count: 0, log_store_->next_slot(): 247, req.log_entries().size(): 1
2021.03.24 11:22:48.610241 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 247, count: 0
2021.03.24 11:22:48.610249 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 247, count: 0
2021.03.24 11:22:48.610257 [ 4032 ] {} <Trace> RaftInstance: append at 247
2021.03.24 11:22:48.610280 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 246
2021.03.24 11:22:48.610289 [ 4032 ] {} <Trace> RaftInstance: local log idx 247, target_commit_idx 246, quick_commit_index_ 246, state_->get_commit_idx() 245
2021.03.24 11:22:48.610297 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.610312 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.610332 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.610350 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.610361 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=248
2021.03.24 11:22:48.610385 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.610470 [ 4034 ] {} <Debug> RaftInstance: commit upto 246, current idx 245
2021.03.24 11:22:48.610484 [ 4034 ] {} <Trace> RaftInstance: commit upto 246, current idx 246
2021.03.24 11:22:48.610528 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 246, current idx 246
2021.03.24 11:22:48.610538 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.616883 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=247, LastLogTerm=1, EntriesLength=2, CommitIndex=247 and Term=1
2021.03.24 11:22:48.616915 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 247 (2), req c idx: 247, my term: 1, my role: 1
2021.03.24 11:22:48.616927 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.616938 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 247, req log term: 1, my last log idx: 247, my log (247) term: 1
2021.03.24 11:22:48.616948 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 248, count: 0, log_store_->next_slot(): 248, req.log_entries().size(): 2
2021.03.24 11:22:48.616957 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 248, count: 0
2021.03.24 11:22:48.616965 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 248, count: 0
2021.03.24 11:22:48.616973 [ 4031 ] {} <Trace> RaftInstance: append at 248
2021.03.24 11:22:48.616993 [ 4031 ] {} <Trace> RaftInstance: append at 249
2021.03.24 11:22:48.617006 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 247
2021.03.24 11:22:48.617021 [ 4031 ] {} <Trace> RaftInstance: local log idx 249, target_commit_idx 247, quick_commit_index_ 247, state_->get_commit_idx() 246
2021.03.24 11:22:48.617029 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.617041 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.617060 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.617096 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.617106 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=250
2021.03.24 11:22:48.617138 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.617198 [ 4034 ] {} <Debug> RaftInstance: commit upto 247, current idx 246
2021.03.24 11:22:48.617213 [ 4034 ] {} <Trace> RaftInstance: commit upto 247, current idx 247
2021.03.24 11:22:48.617275 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 247, current idx 247
2021.03.24 11:22:48.617287 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.623675 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=249, LastLogTerm=1, EntriesLength=0, CommitIndex=249 and Term=1
2021.03.24 11:22:48.623730 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 249 (0), req c idx: 249, my term: 1, my role: 1
2021.03.24 11:22:48.623742 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.623754 [ 4032 ] {} <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.623764 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 249
2021.03.24 11:22:48.623773 [ 4032 ] {} <Trace> RaftInstance: local log idx 249, target_commit_idx 249, quick_commit_index_ 249, state_->get_commit_idx() 247
2021.03.24 11:22:48.623781 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.623796 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.623809 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.623825 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.623834 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=250
2021.03.24 11:22:48.623937 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.623968 [ 4034 ] {} <Debug> RaftInstance: commit upto 249, current idx 247
2021.03.24 11:22:48.623985 [ 4034 ] {} <Trace> RaftInstance: commit upto 249, current idx 248
2021.03.24 11:22:48.624063 [ 4034 ] {} <Trace> RaftInstance: commit upto 249, current idx 249
2021.03.24 11:22:48.624116 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 249, current idx 249
2021.03.24 11:22:48.624128 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.630568 [ 4030 ] {} <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.630598 [ 4030 ] {} <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.630609 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.630639 [ 4030 ] {} <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.630653 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 250, count: 0, log_store_->next_slot(): 250, req.log_entries().size(): 2
2021.03.24 11:22:48.630661 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 250, count: 0
2021.03.24 11:22:48.630669 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 250, count: 0
2021.03.24 11:22:48.630677 [ 4030 ] {} <Trace> RaftInstance: append at 250
2021.03.24 11:22:48.630701 [ 4030 ] {} <Trace> RaftInstance: append at 251
2021.03.24 11:22:48.630715 [ 4030 ] {} <Trace> RaftInstance: local log idx 251, target_commit_idx 249, quick_commit_index_ 249, state_->get_commit_idx() 249
2021.03.24 11:22:48.630723 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.630733 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.630764 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.630794 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=252
2021.03.24 11:22:48.637552 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=251, LastLogTerm=1, EntriesLength=0, CommitIndex=251 and Term=1
2021.03.24 11:22:48.637591 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 251 (0), req c idx: 251, my term: 1, my role: 1
2021.03.24 11:22:48.637602 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.637613 [ 4030 ] {} <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.637627 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 251
2021.03.24 11:22:48.637636 [ 4030 ] {} <Trace> RaftInstance: local log idx 251, target_commit_idx 251, quick_commit_index_ 251, state_->get_commit_idx() 249
2021.03.24 11:22:48.637644 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.637663 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.637709 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.637763 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.637708 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.637786 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=252
2021.03.24 11:22:48.637815 [ 4034 ] {} <Debug> RaftInstance: commit upto 251, current idx 249
2021.03.24 11:22:48.637830 [ 4034 ] {} <Trace> RaftInstance: commit upto 251, current idx 250
2021.03.24 11:22:48.637922 [ 4034 ] {} <Trace> RaftInstance: commit upto 251, current idx 251
2021.03.24 11:22:48.637943 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 251, current idx 251
2021.03.24 11:22:48.637951 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.644441 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=251, LastLogTerm=1, EntriesLength=2, CommitIndex=251 and Term=1
2021.03.24 11:22:48.644501 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 251 (2), req c idx: 251, my term: 1, my role: 1
2021.03.24 11:22:48.644513 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.644526 [ 4033 ] {} <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.644536 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 252, count: 0, log_store_->next_slot(): 252, req.log_entries().size(): 2
2021.03.24 11:22:48.644544 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 252, count: 0
2021.03.24 11:22:48.644553 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 252, count: 0
2021.03.24 11:22:48.644560 [ 4033 ] {} <Trace> RaftInstance: append at 252
2021.03.24 11:22:48.644581 [ 4033 ] {} <Trace> RaftInstance: append at 253
2021.03.24 11:22:48.644595 [ 4033 ] {} <Trace> RaftInstance: local log idx 253, target_commit_idx 251, quick_commit_index_ 251, state_->get_commit_idx() 251
2021.03.24 11:22:48.644604 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.644722 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.644748 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.644759 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=254
2021.03.24 11:22:48.651644 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=253, LastLogTerm=1, EntriesLength=1, CommitIndex=253 and Term=1
2021.03.24 11:22:48.651741 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 253 (1), req c idx: 253, my term: 1, my role: 1
2021.03.24 11:22:48.651762 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.651778 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 253, req log term: 1, my last log idx: 253, my log (253) term: 1
2021.03.24 11:22:48.651792 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 254, count: 0, log_store_->next_slot(): 254, req.log_entries().size(): 1
2021.03.24 11:22:48.651804 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 254, count: 0
2021.03.24 11:22:48.651848 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 254, count: 0
2021.03.24 11:22:48.651861 [ 4032 ] {} <Trace> RaftInstance: append at 254
2021.03.24 11:22:48.651896 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 253
2021.03.24 11:22:48.651914 [ 4032 ] {} <Trace> RaftInstance: local log idx 254, target_commit_idx 253, quick_commit_index_ 253, state_->get_commit_idx() 251
2021.03.24 11:22:48.651930 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.651951 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.651982 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.652034 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.652047 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.652059 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=255
2021.03.24 11:22:48.652129 [ 4034 ] {} <Debug> RaftInstance: commit upto 253, current idx 251
2021.03.24 11:22:48.652187 [ 4034 ] {} <Trace> RaftInstance: commit upto 253, current idx 252
2021.03.24 11:22:48.652248 [ 4034 ] {} <Trace> RaftInstance: commit upto 253, current idx 253
2021.03.24 11:22:48.652308 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 253, current idx 253
2021.03.24 11:22:48.652316 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.658984 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=254, LastLogTerm=1, EntriesLength=1, CommitIndex=254 and Term=1
2021.03.24 11:22:48.659028 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 254 (1), req c idx: 254, my term: 1, my role: 1
2021.03.24 11:22:48.659041 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.659052 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 254, req log term: 1, my last log idx: 254, my log (254) term: 1
2021.03.24 11:22:48.659067 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 255, count: 0, log_store_->next_slot(): 255, req.log_entries().size(): 1
2021.03.24 11:22:48.659075 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 255, count: 0
2021.03.24 11:22:48.659083 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 255, count: 0
2021.03.24 11:22:48.659091 [ 4030 ] {} <Trace> RaftInstance: append at 255
2021.03.24 11:22:48.659151 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 254
2021.03.24 11:22:48.659161 [ 4030 ] {} <Trace> RaftInstance: local log idx 255, target_commit_idx 254, quick_commit_index_ 254, state_->get_commit_idx() 253
2021.03.24 11:22:48.659169 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.659182 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.659200 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.659218 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.659238 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=256
2021.03.24 11:22:48.659298 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.659346 [ 4034 ] {} <Debug> RaftInstance: commit upto 254, current idx 253
2021.03.24 11:22:48.659360 [ 4034 ] {} <Trace> RaftInstance: commit upto 254, current idx 254
2021.03.24 11:22:48.659415 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 254, current idx 254
2021.03.24 11:22:48.659425 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.665947 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=255, LastLogTerm=1, EntriesLength=0, CommitIndex=255 and Term=1
2021.03.24 11:22:48.666010 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 255 (0), req c idx: 255, my term: 1, my role: 1
2021.03.24 11:22:48.666024 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.666036 [ 4032 ] {} <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.666046 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 255
2021.03.24 11:22:48.666055 [ 4032 ] {} <Trace> RaftInstance: local log idx 255, target_commit_idx 255, quick_commit_index_ 255, state_->get_commit_idx() 254
2021.03.24 11:22:48.666063 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.666079 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.666101 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.666120 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.666130 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=256
2021.03.24 11:22:48.666185 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.666218 [ 4034 ] {} <Debug> RaftInstance: commit upto 255, current idx 254
2021.03.24 11:22:48.666231 [ 4034 ] {} <Trace> RaftInstance: commit upto 255, current idx 255
2021.03.24 11:22:48.666281 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 255, current idx 255
2021.03.24 11:22:48.666291 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.672886 [ 4030 ] {} <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.672940 [ 4030 ] {} <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.672952 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.672983 [ 4030 ] {} <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.672994 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 256, count: 0, log_store_->next_slot(): 256, req.log_entries().size(): 2
2021.03.24 11:22:48.673003 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 256, count: 0
2021.03.24 11:22:48.673011 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 256, count: 0
2021.03.24 11:22:48.673018 [ 4030 ] {} <Trace> RaftInstance: append at 256
2021.03.24 11:22:48.673040 [ 4030 ] {} <Trace> RaftInstance: append at 257
2021.03.24 11:22:48.673059 [ 4030 ] {} <Trace> RaftInstance: local log idx 257, target_commit_idx 255, quick_commit_index_ 255, state_->get_commit_idx() 255
2021.03.24 11:22:48.673073 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.673094 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.673112 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.673122 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=258
2021.03.24 11:22:48.680162 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=257, LastLogTerm=1, EntriesLength=0, CommitIndex=257 and Term=1
2021.03.24 11:22:48.680242 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 257 (0), req c idx: 257, my term: 1, my role: 1
2021.03.24 11:22:48.680255 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.680274 [ 4031 ] {} <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.680284 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 257
2021.03.24 11:22:48.680292 [ 4031 ] {} <Trace> RaftInstance: local log idx 257, target_commit_idx 257, quick_commit_index_ 257, state_->get_commit_idx() 255
2021.03.24 11:22:48.680300 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.680315 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.680337 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.680355 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.680365 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=258
2021.03.24 11:22:48.680410 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.680439 [ 4034 ] {} <Debug> RaftInstance: commit upto 257, current idx 255
2021.03.24 11:22:48.680459 [ 4034 ] {} <Trace> RaftInstance: commit upto 257, current idx 256
2021.03.24 11:22:48.680539 [ 4034 ] {} <Trace> RaftInstance: commit upto 257, current idx 257
2021.03.24 11:22:48.680560 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 257, current idx 257
2021.03.24 11:22:48.680569 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.687022 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=257, LastLogTerm=1, EntriesLength=1, CommitIndex=257 and Term=1
2021.03.24 11:22:48.687078 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 257 (1), req c idx: 257, my term: 1, my role: 1
2021.03.24 11:22:48.687112 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.687129 [ 4030 ] {} <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.687140 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 258, count: 0, log_store_->next_slot(): 258, req.log_entries().size(): 1
2021.03.24 11:22:48.687155 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 258, count: 0
2021.03.24 11:22:48.687171 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 258, count: 0
2021.03.24 11:22:48.687179 [ 4030 ] {} <Trace> RaftInstance: append at 258
2021.03.24 11:22:48.687203 [ 4030 ] {} <Trace> RaftInstance: local log idx 258, target_commit_idx 257, quick_commit_index_ 257, state_->get_commit_idx() 257
2021.03.24 11:22:48.687212 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.687233 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.687251 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.687261 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=259
2021.03.24 11:22:48.693938 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=258, LastLogTerm=1, EntriesLength=1, CommitIndex=258 and Term=1
2021.03.24 11:22:48.693999 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 258 (1), req c idx: 258, my term: 1, my role: 1
2021.03.24 11:22:48.694013 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.694025 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 258, req log term: 1, my last log idx: 258, my log (258) term: 1
2021.03.24 11:22:48.694053 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 259, count: 0, log_store_->next_slot(): 259, req.log_entries().size(): 1
2021.03.24 11:22:48.694062 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 259, count: 0
2021.03.24 11:22:48.694076 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 259, count: 0
2021.03.24 11:22:48.694085 [ 4033 ] {} <Trace> RaftInstance: append at 259
2021.03.24 11:22:48.694113 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 258
2021.03.24 11:22:48.694122 [ 4033 ] {} <Trace> RaftInstance: local log idx 259, target_commit_idx 258, quick_commit_index_ 258, state_->get_commit_idx() 257
2021.03.24 11:22:48.694130 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.694149 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.694182 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.694211 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.694224 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=260
2021.03.24 11:22:48.694221 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.694289 [ 4034 ] {} <Debug> RaftInstance: commit upto 258, current idx 257
2021.03.24 11:22:48.694317 [ 4034 ] {} <Trace> RaftInstance: commit upto 258, current idx 258
2021.03.24 11:22:48.694410 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 258, current idx 258
2021.03.24 11:22:48.694431 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.700936 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=259, LastLogTerm=1, EntriesLength=1, CommitIndex=259 and Term=1
2021.03.24 11:22:48.700989 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 259 (1), req c idx: 259, my term: 1, my role: 1
2021.03.24 11:22:48.701002 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.701020 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 259, req log term: 1, my last log idx: 259, my log (259) term: 1
2021.03.24 11:22:48.701029 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 260, count: 0, log_store_->next_slot(): 260, req.log_entries().size(): 1
2021.03.24 11:22:48.701038 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 260, count: 0
2021.03.24 11:22:48.701046 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 260, count: 0
2021.03.24 11:22:48.701053 [ 4030 ] {} <Trace> RaftInstance: append at 260
2021.03.24 11:22:48.701074 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 259
2021.03.24 11:22:48.701089 [ 4030 ] {} <Trace> RaftInstance: local log idx 260, target_commit_idx 259, quick_commit_index_ 259, state_->get_commit_idx() 258
2021.03.24 11:22:48.701099 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.701114 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.701133 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.701150 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.701161 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=261
2021.03.24 11:22:48.701167 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.701202 [ 4034 ] {} <Debug> RaftInstance: commit upto 259, current idx 258
2021.03.24 11:22:48.701221 [ 4034 ] {} <Trace> RaftInstance: commit upto 259, current idx 259
2021.03.24 11:22:48.701283 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 259, current idx 259
2021.03.24 11:22:48.701294 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.708213 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=260, LastLogTerm=1, EntriesLength=0, CommitIndex=260 and Term=1
2021.03.24 11:22:48.708296 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 260 (0), req c idx: 260, my term: 1, my role: 1
2021.03.24 11:22:48.708330 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.708344 [ 4033 ] {} <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.708354 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 260
2021.03.24 11:22:48.708362 [ 4033 ] {} <Trace> RaftInstance: local log idx 260, target_commit_idx 260, quick_commit_index_ 260, state_->get_commit_idx() 259
2021.03.24 11:22:48.708371 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.708406 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.708424 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.708441 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.708451 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=261
2021.03.24 11:22:48.708516 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.708532 [ 4034 ] {} <Debug> RaftInstance: commit upto 260, current idx 259
2021.03.24 11:22:48.708543 [ 4034 ] {} <Trace> RaftInstance: commit upto 260, current idx 260
2021.03.24 11:22:48.708582 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 260, current idx 260
2021.03.24 11:22:48.708592 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.715184 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=260, LastLogTerm=1, EntriesLength=2, CommitIndex=260 and Term=1
2021.03.24 11:22:48.715236 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 260 (2), req c idx: 260, my term: 1, my role: 1
2021.03.24 11:22:48.715254 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.715268 [ 4032 ] {} <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.715278 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 261, count: 0, log_store_->next_slot(): 261, req.log_entries().size(): 2
2021.03.24 11:22:48.715287 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 261, count: 0
2021.03.24 11:22:48.715295 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 261, count: 0
2021.03.24 11:22:48.715302 [ 4032 ] {} <Trace> RaftInstance: append at 261
2021.03.24 11:22:48.715323 [ 4032 ] {} <Trace> RaftInstance: append at 262
2021.03.24 11:22:48.715336 [ 4032 ] {} <Trace> RaftInstance: local log idx 262, target_commit_idx 260, quick_commit_index_ 260, state_->get_commit_idx() 260
2021.03.24 11:22:48.715345 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.715365 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.715389 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.715401 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=263
2021.03.24 11:22:48.722072 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=262, LastLogTerm=1, EntriesLength=1, CommitIndex=262 and Term=1
2021.03.24 11:22:48.722121 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 262 (1), req c idx: 262, my term: 1, my role: 1
2021.03.24 11:22:48.722140 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.722154 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 262, req log term: 1, my last log idx: 262, my log (262) term: 1
2021.03.24 11:22:48.722164 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 263, count: 0, log_store_->next_slot(): 263, req.log_entries().size(): 1
2021.03.24 11:22:48.722172 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 263, count: 0
2021.03.24 11:22:48.722199 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 263, count: 0
2021.03.24 11:22:48.722207 [ 4030 ] {} <Trace> RaftInstance: append at 263
2021.03.24 11:22:48.722229 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 262
2021.03.24 11:22:48.722242 [ 4030 ] {} <Trace> RaftInstance: local log idx 263, target_commit_idx 262, quick_commit_index_ 262, state_->get_commit_idx() 260
2021.03.24 11:22:48.722256 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.722274 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.722291 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.722302 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.722308 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.722339 [ 4034 ] {} <Debug> RaftInstance: commit upto 262, current idx 260
2021.03.24 11:22:48.722358 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=264
2021.03.24 11:22:48.722403 [ 4034 ] {} <Trace> RaftInstance: commit upto 262, current idx 261
2021.03.24 11:22:48.722459 [ 4034 ] {} <Trace> RaftInstance: commit upto 262, current idx 262
2021.03.24 11:22:48.722476 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 262, current idx 262
2021.03.24 11:22:48.722484 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.729259 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=263, LastLogTerm=1, EntriesLength=1, CommitIndex=263 and Term=1
2021.03.24 11:22:48.729320 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 263 (1), req c idx: 263, my term: 1, my role: 1
2021.03.24 11:22:48.729332 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.729345 [ 4030 ] {} <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.729355 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 264, count: 0, log_store_->next_slot(): 264, req.log_entries().size(): 1
2021.03.24 11:22:48.729365 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 264, count: 0
2021.03.24 11:22:48.729373 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 264, count: 0
2021.03.24 11:22:48.729380 [ 4030 ] {} <Trace> RaftInstance: append at 264
2021.03.24 11:22:48.729403 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 263
2021.03.24 11:22:48.729412 [ 4030 ] {} <Trace> RaftInstance: local log idx 264, target_commit_idx 263, quick_commit_index_ 263, state_->get_commit_idx() 262
2021.03.24 11:22:48.729420 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.729442 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.729456 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.729474 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.729484 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=265
2021.03.24 11:22:48.729488 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.729535 [ 4034 ] {} <Debug> RaftInstance: commit upto 263, current idx 262
2021.03.24 11:22:48.729556 [ 4034 ] {} <Trace> RaftInstance: commit upto 263, current idx 263
2021.03.24 11:22:48.729601 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 263, current idx 263
2021.03.24 11:22:48.729611 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.736130 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=264, LastLogTerm=1, EntriesLength=1, CommitIndex=264 and Term=1
2021.03.24 11:22:48.736172 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 264 (1), req c idx: 264, my term: 1, my role: 1
2021.03.24 11:22:48.736208 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.736221 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 264, req log term: 1, my last log idx: 264, my log (264) term: 1
2021.03.24 11:22:48.736231 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 265, count: 0, log_store_->next_slot(): 265, req.log_entries().size(): 1
2021.03.24 11:22:48.736240 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 265, count: 0
2021.03.24 11:22:48.736248 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 265, count: 0
2021.03.24 11:22:48.736255 [ 4032 ] {} <Trace> RaftInstance: append at 265
2021.03.24 11:22:48.736275 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 264
2021.03.24 11:22:48.736284 [ 4032 ] {} <Trace> RaftInstance: local log idx 265, target_commit_idx 264, quick_commit_index_ 264, state_->get_commit_idx() 263
2021.03.24 11:22:48.736292 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.736305 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.736322 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.736338 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.736348 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=266
2021.03.24 11:22:48.736413 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.736498 [ 4034 ] {} <Debug> RaftInstance: commit upto 264, current idx 263
2021.03.24 11:22:48.736515 [ 4034 ] {} <Trace> RaftInstance: commit upto 264, current idx 264
2021.03.24 11:22:48.736602 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 264, current idx 264
2021.03.24 11:22:48.736613 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.742985 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=265, LastLogTerm=1, EntriesLength=1, CommitIndex=265 and Term=1
2021.03.24 11:22:48.743059 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 265 (1), req c idx: 265, my term: 1, my role: 1
2021.03.24 11:22:48.743082 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.743102 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 265, req log term: 1, my last log idx: 265, my log (265) term: 1
2021.03.24 11:22:48.743118 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 266, count: 0, log_store_->next_slot(): 266, req.log_entries().size(): 1
2021.03.24 11:22:48.743127 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 266, count: 0
2021.03.24 11:22:48.743135 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 266, count: 0
2021.03.24 11:22:48.743143 [ 4030 ] {} <Trace> RaftInstance: append at 266
2021.03.24 11:22:48.743175 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 265
2021.03.24 11:22:48.743187 [ 4030 ] {} <Trace> RaftInstance: local log idx 266, target_commit_idx 265, quick_commit_index_ 265, state_->get_commit_idx() 264
2021.03.24 11:22:48.743203 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.743225 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.743252 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.743271 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.743281 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=267
2021.03.24 11:22:48.743331 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.743395 [ 4034 ] {} <Debug> RaftInstance: commit upto 265, current idx 264
2021.03.24 11:22:48.743411 [ 4034 ] {} <Trace> RaftInstance: commit upto 265, current idx 265
2021.03.24 11:22:48.743567 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 265, current idx 265
2021.03.24 11:22:48.743584 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.749915 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=266, LastLogTerm=1, EntriesLength=0, CommitIndex=266 and Term=1
2021.03.24 11:22:48.749967 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 266 (0), req c idx: 266, my term: 1, my role: 1
2021.03.24 11:22:48.749979 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.749991 [ 4030 ] {} <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.750001 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 266
2021.03.24 11:22:48.750009 [ 4030 ] {} <Trace> RaftInstance: local log idx 266, target_commit_idx 266, quick_commit_index_ 266, state_->get_commit_idx() 265
2021.03.24 11:22:48.750017 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.750037 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.750054 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.750070 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.750081 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=267
2021.03.24 11:22:48.750074 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.750137 [ 4034 ] {} <Debug> RaftInstance: commit upto 266, current idx 265
2021.03.24 11:22:48.750156 [ 4034 ] {} <Trace> RaftInstance: commit upto 266, current idx 266
2021.03.24 11:22:48.750229 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 266, current idx 266
2021.03.24 11:22:48.750238 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.756774 [ 4031 ] {} <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.756836 [ 4031 ] {} <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.756850 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.756862 [ 4031 ] {} <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.756872 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 267, count: 0, log_store_->next_slot(): 267, req.log_entries().size(): 2
2021.03.24 11:22:48.756881 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 267, count: 0
2021.03.24 11:22:48.756889 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 267, count: 0
2021.03.24 11:22:48.756896 [ 4031 ] {} <Trace> RaftInstance: append at 267
2021.03.24 11:22:48.756917 [ 4031 ] {} <Trace> RaftInstance: append at 268
2021.03.24 11:22:48.756938 [ 4031 ] {} <Trace> RaftInstance: local log idx 268, target_commit_idx 266, quick_commit_index_ 266, state_->get_commit_idx() 266
2021.03.24 11:22:48.756955 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.756983 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.757014 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.757038 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=269
2021.03.24 11:22:48.763632 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=268, LastLogTerm=1, EntriesLength=0, CommitIndex=268 and Term=1
2021.03.24 11:22:48.763704 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 268 (0), req c idx: 268, my term: 1, my role: 1
2021.03.24 11:22:48.763743 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.763757 [ 4033 ] {} <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.763766 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 268
2021.03.24 11:22:48.763775 [ 4033 ] {} <Trace> RaftInstance: local log idx 268, target_commit_idx 268, quick_commit_index_ 268, state_->get_commit_idx() 266
2021.03.24 11:22:48.763784 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.763798 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.763822 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.763843 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.763853 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=269
2021.03.24 11:22:48.763920 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.763936 [ 4034 ] {} <Debug> RaftInstance: commit upto 268, current idx 266
2021.03.24 11:22:48.763961 [ 4034 ] {} <Trace> RaftInstance: commit upto 268, current idx 267
2021.03.24 11:22:48.764004 [ 4034 ] {} <Trace> RaftInstance: commit upto 268, current idx 268
2021.03.24 11:22:48.764049 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 268, current idx 268
2021.03.24 11:22:48.764057 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.770456 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=268, LastLogTerm=1, EntriesLength=1, CommitIndex=268 and Term=1
2021.03.24 11:22:48.770525 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 268 (1), req c idx: 268, my term: 1, my role: 1
2021.03.24 11:22:48.770566 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.770582 [ 4031 ] {} <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.770598 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 269, count: 0, log_store_->next_slot(): 269, req.log_entries().size(): 1
2021.03.24 11:22:48.770609 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 269, count: 0
2021.03.24 11:22:48.770617 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 269, count: 0
2021.03.24 11:22:48.770625 [ 4031 ] {} <Trace> RaftInstance: append at 269
2021.03.24 11:22:48.770663 [ 4031 ] {} <Trace> RaftInstance: local log idx 269, target_commit_idx 268, quick_commit_index_ 268, state_->get_commit_idx() 268
2021.03.24 11:22:48.770694 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.770723 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.770742 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.770752 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=270
2021.03.24 11:22:48.777733 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=269, LastLogTerm=1, EntriesLength=1, CommitIndex=269 and Term=1
2021.03.24 11:22:48.777804 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 269 (1), req c idx: 269, my term: 1, my role: 1
2021.03.24 11:22:48.777817 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.777830 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 269, req log term: 1, my last log idx: 269, my log (269) term: 1
2021.03.24 11:22:48.777840 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 270, count: 0, log_store_->next_slot(): 270, req.log_entries().size(): 1
2021.03.24 11:22:48.777849 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 270, count: 0
2021.03.24 11:22:48.777858 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 270, count: 0
2021.03.24 11:22:48.777917 [ 4033 ] {} <Trace> RaftInstance: append at 270
2021.03.24 11:22:48.777948 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 269
2021.03.24 11:22:48.777958 [ 4033 ] {} <Trace> RaftInstance: local log idx 270, target_commit_idx 269, quick_commit_index_ 269, state_->get_commit_idx() 268
2021.03.24 11:22:48.777965 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.777980 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.778005 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.778025 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.778035 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=271
2021.03.24 11:22:48.778086 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.778112 [ 4034 ] {} <Debug> RaftInstance: commit upto 269, current idx 268
2021.03.24 11:22:48.778124 [ 4034 ] {} <Trace> RaftInstance: commit upto 269, current idx 269
2021.03.24 11:22:48.778213 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 269, current idx 269
2021.03.24 11:22:48.778224 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.784910 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=270, LastLogTerm=1, EntriesLength=1, CommitIndex=270 and Term=1
2021.03.24 11:22:48.784952 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 270 (1), req c idx: 270, my term: 1, my role: 1
2021.03.24 11:22:48.784963 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.784974 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 270, req log term: 1, my last log idx: 270, my log (270) term: 1
2021.03.24 11:22:48.784984 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 271, count: 0, log_store_->next_slot(): 271, req.log_entries().size(): 1
2021.03.24 11:22:48.784992 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 271, count: 0
2021.03.24 11:22:48.785007 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 271, count: 0
2021.03.24 11:22:48.785015 [ 4031 ] {} <Trace> RaftInstance: append at 271
2021.03.24 11:22:48.785034 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 270
2021.03.24 11:22:48.785043 [ 4031 ] {} <Trace> RaftInstance: local log idx 271, target_commit_idx 270, quick_commit_index_ 270, state_->get_commit_idx() 269
2021.03.24 11:22:48.785051 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.785063 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.785075 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.785090 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.785099 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=272
2021.03.24 11:22:48.785173 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.785208 [ 4034 ] {} <Debug> RaftInstance: commit upto 270, current idx 269
2021.03.24 11:22:48.785220 [ 4034 ] {} <Trace> RaftInstance: commit upto 270, current idx 270
2021.03.24 11:22:48.785279 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 270, current idx 270
2021.03.24 11:22:48.785288 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.791953 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=271, LastLogTerm=1, EntriesLength=1, CommitIndex=271 and Term=1
2021.03.24 11:22:48.792010 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 271 (1), req c idx: 271, my term: 1, my role: 1
2021.03.24 11:22:48.792043 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.792057 [ 4032 ] {} <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.792072 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 272, count: 0, log_store_->next_slot(): 272, req.log_entries().size(): 1
2021.03.24 11:22:48.792138 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 272, count: 0
2021.03.24 11:22:48.792152 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 272, count: 0
2021.03.24 11:22:48.792160 [ 4032 ] {} <Trace> RaftInstance: append at 272
2021.03.24 11:22:48.792182 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 271
2021.03.24 11:22:48.792216 [ 4032 ] {} <Trace> RaftInstance: local log idx 272, target_commit_idx 271, quick_commit_index_ 271, state_->get_commit_idx() 270
2021.03.24 11:22:48.792226 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.792240 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.792258 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.792269 [ 4034 ] {} <Debug> RaftInstance: commit upto 271, current idx 270
2021.03.24 11:22:48.792279 [ 4034 ] {} <Trace> RaftInstance: commit upto 271, current idx 271
2021.03.24 11:22:48.792346 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 271, current idx 271
2021.03.24 11:22:48.792359 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.792397 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.792417 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.792432 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=273
2021.03.24 11:22:48.799066 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=272, LastLogTerm=1, EntriesLength=1, CommitIndex=272 and Term=1
2021.03.24 11:22:48.799128 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 272 (1), req c idx: 272, my term: 1, my role: 1
2021.03.24 11:22:48.799140 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.799153 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 272, req log term: 1, my last log idx: 272, my log (272) term: 1
2021.03.24 11:22:48.799163 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 273, count: 0, log_store_->next_slot(): 273, req.log_entries().size(): 1
2021.03.24 11:22:48.799173 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 273, count: 0
2021.03.24 11:22:48.799181 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 273, count: 0
2021.03.24 11:22:48.799188 [ 4030 ] {} <Trace> RaftInstance: append at 273
2021.03.24 11:22:48.799212 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 272
2021.03.24 11:22:48.799221 [ 4030 ] {} <Trace> RaftInstance: local log idx 273, target_commit_idx 272, quick_commit_index_ 272, state_->get_commit_idx() 271
2021.03.24 11:22:48.799229 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.799242 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.799262 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.799280 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.799291 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=274
2021.03.24 11:22:48.799313 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.799365 [ 4034 ] {} <Debug> RaftInstance: commit upto 272, current idx 271
2021.03.24 11:22:48.799381 [ 4034 ] {} <Trace> RaftInstance: commit upto 272, current idx 272
2021.03.24 11:22:48.799422 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 272, current idx 272
2021.03.24 11:22:48.799479 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.805866 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=273, LastLogTerm=1, EntriesLength=1, CommitIndex=273 and Term=1
2021.03.24 11:22:48.805921 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 273 (1), req c idx: 273, my term: 1, my role: 1
2021.03.24 11:22:48.805934 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.805946 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 273, req log term: 1, my last log idx: 273, my log (273) term: 1
2021.03.24 11:22:48.805957 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 274, count: 0, log_store_->next_slot(): 274, req.log_entries().size(): 1
2021.03.24 11:22:48.805966 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 274, count: 0
2021.03.24 11:22:48.805994 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 274, count: 0
2021.03.24 11:22:48.806006 [ 4031 ] {} <Trace> RaftInstance: append at 274
2021.03.24 11:22:48.806029 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 273
2021.03.24 11:22:48.806038 [ 4031 ] {} <Trace> RaftInstance: local log idx 274, target_commit_idx 273, quick_commit_index_ 273, state_->get_commit_idx() 272
2021.03.24 11:22:48.806046 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.806058 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.806071 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.806088 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.806098 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=275
2021.03.24 11:22:48.806167 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.806182 [ 4034 ] {} <Debug> RaftInstance: commit upto 273, current idx 272
2021.03.24 11:22:48.806192 [ 4034 ] {} <Trace> RaftInstance: commit upto 273, current idx 273
2021.03.24 11:22:48.806225 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 273, current idx 273
2021.03.24 11:22:48.806235 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.812675 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=274, LastLogTerm=1, EntriesLength=1, CommitIndex=274 and Term=1
2021.03.24 11:22:48.812724 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 274 (1), req c idx: 274, my term: 1, my role: 1
2021.03.24 11:22:48.812737 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.812749 [ 4031 ] {} <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.812759 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 275, count: 0, log_store_->next_slot(): 275, req.log_entries().size(): 1
2021.03.24 11:22:48.812767 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 275, count: 0
2021.03.24 11:22:48.812775 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 275, count: 0
2021.03.24 11:22:48.812782 [ 4031 ] {} <Trace> RaftInstance: append at 275
2021.03.24 11:22:48.812803 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 274
2021.03.24 11:22:48.812812 [ 4031 ] {} <Trace> RaftInstance: local log idx 275, target_commit_idx 274, quick_commit_index_ 274, state_->get_commit_idx() 273
2021.03.24 11:22:48.812819 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.812832 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.812850 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.812861 [ 4034 ] {} <Debug> RaftInstance: commit upto 274, current idx 273
2021.03.24 11:22:48.812891 [ 4034 ] {} <Trace> RaftInstance: commit upto 274, current idx 274
2021.03.24 11:22:48.812964 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 274, current idx 274
2021.03.24 11:22:48.812974 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.813036 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.813056 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.813066 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=276
2021.03.24 11:22:48.819667 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=275, LastLogTerm=1, EntriesLength=2, CommitIndex=275 and Term=1
2021.03.24 11:22:48.819728 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 275 (2), req c idx: 275, my term: 1, my role: 1
2021.03.24 11:22:48.819743 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.819761 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 275, req log term: 1, my last log idx: 275, my log (275) term: 1
2021.03.24 11:22:48.819772 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 276, count: 0, log_store_->next_slot(): 276, req.log_entries().size(): 2
2021.03.24 11:22:48.819781 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 276, count: 0
2021.03.24 11:22:48.819796 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 276, count: 0
2021.03.24 11:22:48.819804 [ 4033 ] {} <Trace> RaftInstance: append at 276
2021.03.24 11:22:48.819877 [ 4033 ] {} <Trace> RaftInstance: append at 277
2021.03.24 11:22:48.819893 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 275
2021.03.24 11:22:48.819902 [ 4033 ] {} <Trace> RaftInstance: local log idx 277, target_commit_idx 275, quick_commit_index_ 275, state_->get_commit_idx() 274
2021.03.24 11:22:48.819910 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.819923 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.819948 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.819968 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.819978 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=278
2021.03.24 11:22:48.819999 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.820031 [ 4034 ] {} <Debug> RaftInstance: commit upto 275, current idx 274
2021.03.24 11:22:48.820052 [ 4034 ] {} <Trace> RaftInstance: commit upto 275, current idx 275
2021.03.24 11:22:48.820135 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 275, current idx 275
2021.03.24 11:22:48.820157 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.826797 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=277, LastLogTerm=1, EntriesLength=0, CommitIndex=277 and Term=1
2021.03.24 11:22:48.826857 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 277 (0), req c idx: 277, my term: 1, my role: 1
2021.03.24 11:22:48.826869 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.826883 [ 4031 ] {} <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.826893 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 277
2021.03.24 11:22:48.826901 [ 4031 ] {} <Trace> RaftInstance: local log idx 277, target_commit_idx 277, quick_commit_index_ 277, state_->get_commit_idx() 275
2021.03.24 11:22:48.826909 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.826954 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.826975 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.826978 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.826993 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.827012 [ 4034 ] {} <Debug> RaftInstance: commit upto 277, current idx 275
2021.03.24 11:22:48.827027 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=278
2021.03.24 11:22:48.827042 [ 4034 ] {} <Trace> RaftInstance: commit upto 277, current idx 276
2021.03.24 11:22:48.827095 [ 4034 ] {} <Trace> RaftInstance: commit upto 277, current idx 277
2021.03.24 11:22:48.827127 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 277, current idx 277
2021.03.24 11:22:48.827176 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.833542 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=277, LastLogTerm=1, EntriesLength=1, CommitIndex=277 and Term=1
2021.03.24 11:22:48.833588 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 277 (1), req c idx: 277, my term: 1, my role: 1
2021.03.24 11:22:48.833599 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.833616 [ 4031 ] {} <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.833626 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 278, count: 0, log_store_->next_slot(): 278, req.log_entries().size(): 1
2021.03.24 11:22:48.833634 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 278, count: 0
2021.03.24 11:22:48.833642 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 278, count: 0
2021.03.24 11:22:48.833650 [ 4031 ] {} <Trace> RaftInstance: append at 278
2021.03.24 11:22:48.833672 [ 4031 ] {} <Trace> RaftInstance: local log idx 278, target_commit_idx 277, quick_commit_index_ 277, state_->get_commit_idx() 277
2021.03.24 11:22:48.833681 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.833721 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.833759 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.833770 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=279
2021.03.24 11:22:48.840450 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=278, LastLogTerm=1, EntriesLength=2, CommitIndex=278 and Term=1
2021.03.24 11:22:48.840514 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 278 (2), req c idx: 278, my term: 1, my role: 1
2021.03.24 11:22:48.840527 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.840541 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 278, req log term: 1, my last log idx: 278, my log (278) term: 1
2021.03.24 11:22:48.840560 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 279, count: 0, log_store_->next_slot(): 279, req.log_entries().size(): 2
2021.03.24 11:22:48.840573 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 279, count: 0
2021.03.24 11:22:48.840582 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 279, count: 0
2021.03.24 11:22:48.840589 [ 4032 ] {} <Trace> RaftInstance: append at 279
2021.03.24 11:22:48.840611 [ 4032 ] {} <Trace> RaftInstance: append at 280
2021.03.24 11:22:48.840625 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 278
2021.03.24 11:22:48.840640 [ 4032 ] {} <Trace> RaftInstance: local log idx 280, target_commit_idx 278, quick_commit_index_ 278, state_->get_commit_idx() 277
2021.03.24 11:22:48.840656 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.840695 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.840719 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.840729 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.840771 [ 4034 ] {} <Debug> RaftInstance: commit upto 278, current idx 277
2021.03.24 11:22:48.840746 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.840790 [ 4034 ] {} <Trace> RaftInstance: commit upto 278, current idx 278
2021.03.24 11:22:48.840807 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=281
2021.03.24 11:22:48.840911 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 278, current idx 278
2021.03.24 11:22:48.840928 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.847822 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=280, LastLogTerm=1, EntriesLength=0, CommitIndex=280 and Term=1
2021.03.24 11:22:48.847897 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 280 (0), req c idx: 280, my term: 1, my role: 1
2021.03.24 11:22:48.847912 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.847925 [ 4030 ] {} <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.847935 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 280
2021.03.24 11:22:48.847944 [ 4030 ] {} <Trace> RaftInstance: local log idx 280, target_commit_idx 280, quick_commit_index_ 280, state_->get_commit_idx() 278
2021.03.24 11:22:48.847952 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.847967 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.847996 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.848025 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.848043 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=281
2021.03.24 11:22:48.848114 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.848141 [ 4034 ] {} <Debug> RaftInstance: commit upto 280, current idx 278
2021.03.24 11:22:48.848153 [ 4034 ] {} <Trace> RaftInstance: commit upto 280, current idx 279
2021.03.24 11:22:48.848243 [ 4034 ] {} <Trace> RaftInstance: commit upto 280, current idx 280
2021.03.24 11:22:48.848276 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 280, current idx 280
2021.03.24 11:22:48.848285 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.854714 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=280, LastLogTerm=1, EntriesLength=1, CommitIndex=280 and Term=1
2021.03.24 11:22:48.854768 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 280 (1), req c idx: 280, my term: 1, my role: 1
2021.03.24 11:22:48.854780 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.854793 [ 4030 ] {} <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.854803 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 281, count: 0, log_store_->next_slot(): 281, req.log_entries().size(): 1
2021.03.24 11:22:48.854812 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 281, count: 0
2021.03.24 11:22:48.854820 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 281, count: 0
2021.03.24 11:22:48.854828 [ 4030 ] {} <Trace> RaftInstance: append at 281
2021.03.24 11:22:48.854868 [ 4030 ] {} <Trace> RaftInstance: local log idx 281, target_commit_idx 280, quick_commit_index_ 280, state_->get_commit_idx() 280
2021.03.24 11:22:48.854878 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.854899 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.854919 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.854929 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=282
2021.03.24 11:22:48.861791 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=281, LastLogTerm=1, EntriesLength=1, CommitIndex=281 and Term=1
2021.03.24 11:22:48.861863 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 281 (1), req c idx: 281, my term: 1, my role: 1
2021.03.24 11:22:48.861879 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.861894 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 281, req log term: 1, my last log idx: 281, my log (281) term: 1
2021.03.24 11:22:48.861912 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 282, count: 0, log_store_->next_slot(): 282, req.log_entries().size(): 1
2021.03.24 11:22:48.861933 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 282, count: 0
2021.03.24 11:22:48.861944 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 282, count: 0
2021.03.24 11:22:48.861952 [ 4032 ] {} <Trace> RaftInstance: append at 282
2021.03.24 11:22:48.861975 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 281
2021.03.24 11:22:48.861984 [ 4032 ] {} <Trace> RaftInstance: local log idx 282, target_commit_idx 281, quick_commit_index_ 281, state_->get_commit_idx() 280
2021.03.24 11:22:48.861992 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.862007 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.862027 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.862047 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.862057 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=283
2021.03.24 11:22:48.862111 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.862184 [ 4034 ] {} <Debug> RaftInstance: commit upto 281, current idx 280
2021.03.24 11:22:48.862203 [ 4034 ] {} <Trace> RaftInstance: commit upto 281, current idx 281
2021.03.24 11:22:48.862249 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 281, current idx 281
2021.03.24 11:22:48.862267 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.869016 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=282, LastLogTerm=1, EntriesLength=2, CommitIndex=282 and Term=1
2021.03.24 11:22:48.869095 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 282 (2), req c idx: 282, my term: 1, my role: 1
2021.03.24 11:22:48.869121 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.869143 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 282, req log term: 1, my last log idx: 282, my log (282) term: 1
2021.03.24 11:22:48.869155 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 283, count: 0, log_store_->next_slot(): 283, req.log_entries().size(): 2
2021.03.24 11:22:48.869164 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 283, count: 0
2021.03.24 11:22:48.869172 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 283, count: 0
2021.03.24 11:22:48.869179 [ 4031 ] {} <Trace> RaftInstance: append at 283
2021.03.24 11:22:48.869201 [ 4031 ] {} <Trace> RaftInstance: append at 284
2021.03.24 11:22:48.869238 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 282
2021.03.24 11:22:48.869255 [ 4031 ] {} <Trace> RaftInstance: local log idx 284, target_commit_idx 282, quick_commit_index_ 282, state_->get_commit_idx() 281
2021.03.24 11:22:48.869298 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.869322 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.869340 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.869358 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.869368 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=285
2021.03.24 11:22:48.869367 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.869412 [ 4034 ] {} <Debug> RaftInstance: commit upto 282, current idx 281
2021.03.24 11:22:48.869425 [ 4034 ] {} <Trace> RaftInstance: commit upto 282, current idx 282
2021.03.24 11:22:48.869471 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 282, current idx 282
2021.03.24 11:22:48.869488 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.876233 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=284, LastLogTerm=1, EntriesLength=0, CommitIndex=284 and Term=1
2021.03.24 11:22:48.876294 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 284 (0), req c idx: 284, my term: 1, my role: 1
2021.03.24 11:22:48.876306 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.876319 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 284, req log term: 1, my last log idx: 284, my log (284) term: 1
2021.03.24 11:22:48.876329 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 284
2021.03.24 11:22:48.876338 [ 4033 ] {} <Trace> RaftInstance: local log idx 284, target_commit_idx 284, quick_commit_index_ 284, state_->get_commit_idx() 282
2021.03.24 11:22:48.876346 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.876361 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.876383 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.876402 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.876412 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=285
2021.03.24 11:22:48.876529 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.876599 [ 4034 ] {} <Debug> RaftInstance: commit upto 284, current idx 282
2021.03.24 11:22:48.876615 [ 4034 ] {} <Trace> RaftInstance: commit upto 284, current idx 283
2021.03.24 11:22:48.876721 [ 4034 ] {} <Trace> RaftInstance: commit upto 284, current idx 284
2021.03.24 11:22:48.876753 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 284, current idx 284
2021.03.24 11:22:48.876761 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.883551 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=284, LastLogTerm=1, EntriesLength=1, CommitIndex=284 and Term=1
2021.03.24 11:22:48.883611 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 284 (1), req c idx: 284, my term: 1, my role: 1
2021.03.24 11:22:48.883624 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.883636 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 284, req log term: 1, my last log idx: 284, my log (284) term: 1
2021.03.24 11:22:48.883646 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 285, count: 0, log_store_->next_slot(): 285, req.log_entries().size(): 1
2021.03.24 11:22:48.883655 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 285, count: 0
2021.03.24 11:22:48.883663 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 285, count: 0
2021.03.24 11:22:48.883696 [ 4031 ] {} <Trace> RaftInstance: append at 285
2021.03.24 11:22:48.883721 [ 4031 ] {} <Trace> RaftInstance: local log idx 285, target_commit_idx 284, quick_commit_index_ 284, state_->get_commit_idx() 284
2021.03.24 11:22:48.883731 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.883833 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.883858 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.883876 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=286
2021.03.24 11:22:48.890592 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=285, LastLogTerm=1, EntriesLength=1, CommitIndex=285 and Term=1
2021.03.24 11:22:48.890661 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 285 (1), req c idx: 285, my term: 1, my role: 1
2021.03.24 11:22:48.890675 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.890687 [ 4032 ] {} <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.890697 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 286, count: 0, log_store_->next_slot(): 286, req.log_entries().size(): 1
2021.03.24 11:22:48.890706 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 286, count: 0
2021.03.24 11:22:48.890714 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 286, count: 0
2021.03.24 11:22:48.890722 [ 4032 ] {} <Trace> RaftInstance: append at 286
2021.03.24 11:22:48.890745 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 285
2021.03.24 11:22:48.890755 [ 4032 ] {} <Trace> RaftInstance: local log idx 286, target_commit_idx 285, quick_commit_index_ 285, state_->get_commit_idx() 284
2021.03.24 11:22:48.890762 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.890776 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.890798 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.890822 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.890833 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=287
2021.03.24 11:22:48.890851 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.890877 [ 4034 ] {} <Debug> RaftInstance: commit upto 285, current idx 284
2021.03.24 11:22:48.890889 [ 4034 ] {} <Trace> RaftInstance: commit upto 285, current idx 285
2021.03.24 11:22:48.890938 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 285, current idx 285
2021.03.24 11:22:48.890949 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.897489 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=286, LastLogTerm=1, EntriesLength=2, CommitIndex=286 and Term=1
2021.03.24 11:22:48.897553 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 286 (2), req c idx: 286, my term: 1, my role: 1
2021.03.24 11:22:48.897565 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.897578 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 286, req log term: 1, my last log idx: 286, my log (286) term: 1
2021.03.24 11:22:48.897588 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 287, count: 0, log_store_->next_slot(): 287, req.log_entries().size(): 2
2021.03.24 11:22:48.897597 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 287, count: 0
2021.03.24 11:22:48.897606 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 287, count: 0
2021.03.24 11:22:48.897613 [ 4033 ] {} <Trace> RaftInstance: append at 287
2021.03.24 11:22:48.897634 [ 4033 ] {} <Trace> RaftInstance: append at 288
2021.03.24 11:22:48.897685 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 286
2021.03.24 11:22:48.897696 [ 4033 ] {} <Trace> RaftInstance: local log idx 288, target_commit_idx 286, quick_commit_index_ 286, state_->get_commit_idx() 285
2021.03.24 11:22:48.897754 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.897773 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.897792 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.897810 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.897821 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=289
2021.03.24 11:22:48.897840 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.897865 [ 4034 ] {} <Debug> RaftInstance: commit upto 286, current idx 285
2021.03.24 11:22:48.897878 [ 4034 ] {} <Trace> RaftInstance: commit upto 286, current idx 286
2021.03.24 11:22:48.897944 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 286, current idx 286
2021.03.24 11:22:48.897954 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.904380 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=288, LastLogTerm=1, EntriesLength=0, CommitIndex=288 and Term=1
2021.03.24 11:22:48.904437 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 288 (0), req c idx: 288, my term: 1, my role: 1
2021.03.24 11:22:48.904461 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.904476 [ 4032 ] {} <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.904486 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 288
2021.03.24 11:22:48.904495 [ 4032 ] {} <Trace> RaftInstance: local log idx 288, target_commit_idx 288, quick_commit_index_ 288, state_->get_commit_idx() 286
2021.03.24 11:22:48.904508 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.904523 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.904560 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.904581 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.904592 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=289
2021.03.24 11:22:48.904684 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.904701 [ 4034 ] {} <Debug> RaftInstance: commit upto 288, current idx 286
2021.03.24 11:22:48.904714 [ 4034 ] {} <Trace> RaftInstance: commit upto 288, current idx 287
2021.03.24 11:22:48.904805 [ 4034 ] {} <Trace> RaftInstance: commit upto 288, current idx 288
2021.03.24 11:22:48.904856 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 288, current idx 288
2021.03.24 11:22:48.904873 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.925064 [ 4032 ] {} <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.925159 [ 4032 ] {} <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.925174 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.925194 [ 4032 ] {} <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.925210 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 289, count: 0, log_store_->next_slot(): 289, req.log_entries().size(): 1
2021.03.24 11:22:48.925245 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 289, count: 0
2021.03.24 11:22:48.925254 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 289, count: 0
2021.03.24 11:22:48.925262 [ 4032 ] {} <Trace> RaftInstance: append at 289
2021.03.24 11:22:48.925287 [ 4032 ] {} <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.925296 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.925316 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.925334 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.925344 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=290
2021.03.24 11:22:48.932446 [ 4033 ] {} <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.932515 [ 4033 ] {} <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.932529 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.932542 [ 4033 ] {} <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.932553 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 289
2021.03.24 11:22:48.932562 [ 4033 ] {} <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.932570 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.932590 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.932604 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.932620 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.932636 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=290
2021.03.24 11:22:48.932642 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.932688 [ 4034 ] {} <Debug> RaftInstance: commit upto 289, current idx 288
2021.03.24 11:22:48.932701 [ 4034 ] {} <Trace> RaftInstance: commit upto 289, current idx 289
2021.03.24 11:22:48.932747 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 289, current idx 289
2021.03.24 11:22:48.932757 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.950172 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=289, LastLogTerm=1, EntriesLength=1, CommitIndex=289 and Term=1
2021.03.24 11:22:48.950233 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 289 (1), req c idx: 289, my term: 1, my role: 1
2021.03.24 11:22:48.950248 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.950261 [ 4033 ] {} <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.950271 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 290, count: 0, log_store_->next_slot(): 290, req.log_entries().size(): 1
2021.03.24 11:22:48.950280 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 290, count: 0
2021.03.24 11:22:48.950288 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 290, count: 0
2021.03.24 11:22:48.950296 [ 4033 ] {} <Trace> RaftInstance: append at 290
2021.03.24 11:22:48.950334 [ 4033 ] {} <Trace> RaftInstance: local log idx 290, target_commit_idx 289, quick_commit_index_ 289, state_->get_commit_idx() 289
2021.03.24 11:22:48.950345 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.950355 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.950371 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.950399 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=291
2021.03.24 11:22:48.957237 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=290, LastLogTerm=1, EntriesLength=1, CommitIndex=290 and Term=1
2021.03.24 11:22:48.957302 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 290 (1), req c idx: 290, my term: 1, my role: 1
2021.03.24 11:22:48.957316 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.957328 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 290, req log term: 1, my last log idx: 290, my log (290) term: 1
2021.03.24 11:22:48.957338 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 291, count: 0, log_store_->next_slot(): 291, req.log_entries().size(): 1
2021.03.24 11:22:48.957347 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 291, count: 0
2021.03.24 11:22:48.957355 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 291, count: 0
2021.03.24 11:22:48.957363 [ 4033 ] {} <Trace> RaftInstance: append at 291
2021.03.24 11:22:48.957385 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 290
2021.03.24 11:22:48.957394 [ 4033 ] {} <Trace> RaftInstance: local log idx 291, target_commit_idx 290, quick_commit_index_ 290, state_->get_commit_idx() 289
2021.03.24 11:22:48.957402 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.957424 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.957436 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.957452 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.957463 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=292
2021.03.24 11:22:48.957470 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.957496 [ 4034 ] {} <Debug> RaftInstance: commit upto 290, current idx 289
2021.03.24 11:22:48.957509 [ 4034 ] {} <Trace> RaftInstance: commit upto 290, current idx 290
2021.03.24 11:22:48.957547 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 290, current idx 290
2021.03.24 11:22:48.957556 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.964233 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=291, LastLogTerm=1, EntriesLength=1, CommitIndex=291 and Term=1
2021.03.24 11:22:48.964289 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 291 (1), req c idx: 291, my term: 1, my role: 1
2021.03.24 11:22:48.964301 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.964346 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 291, req log term: 1, my last log idx: 291, my log (291) term: 1
2021.03.24 11:22:48.964364 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 292, count: 0, log_store_->next_slot(): 292, req.log_entries().size(): 1
2021.03.24 11:22:48.964373 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 292, count: 0
2021.03.24 11:22:48.964382 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 292, count: 0
2021.03.24 11:22:48.964389 [ 4033 ] {} <Trace> RaftInstance: append at 292
2021.03.24 11:22:48.964411 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 291
2021.03.24 11:22:48.964420 [ 4033 ] {} <Trace> RaftInstance: local log idx 292, target_commit_idx 291, quick_commit_index_ 291, state_->get_commit_idx() 290
2021.03.24 11:22:48.964428 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.964449 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.964460 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.964475 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.964485 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=293
2021.03.24 11:22:48.964492 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.964613 [ 4034 ] {} <Debug> RaftInstance: commit upto 291, current idx 290
2021.03.24 11:22:48.964632 [ 4034 ] {} <Trace> RaftInstance: commit upto 291, current idx 291
2021.03.24 11:22:48.964699 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 291, current idx 291
2021.03.24 11:22:48.964714 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.971216 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=292, LastLogTerm=1, EntriesLength=0, CommitIndex=292 and Term=1
2021.03.24 11:22:48.971267 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 292 (0), req c idx: 292, my term: 1, my role: 1
2021.03.24 11:22:48.971280 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.971292 [ 4030 ] {} <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.971302 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 292
2021.03.24 11:22:48.971310 [ 4030 ] {} <Trace> RaftInstance: local log idx 292, target_commit_idx 292, quick_commit_index_ 292, state_->get_commit_idx() 291
2021.03.24 11:22:48.971319 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.971334 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.971353 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.971377 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.971387 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=293
2021.03.24 11:22:48.971516 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.971543 [ 4034 ] {} <Debug> RaftInstance: commit upto 292, current idx 291
2021.03.24 11:22:48.971554 [ 4034 ] {} <Trace> RaftInstance: commit upto 292, current idx 292
2021.03.24 11:22:48.971644 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 292, current idx 292
2021.03.24 11:22:48.971655 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:48.984496 [ 4033 ] {} <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.984561 [ 4033 ] {} <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.984574 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.984588 [ 4033 ] {} <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.984598 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 293, count: 0, log_store_->next_slot(): 293, req.log_entries().size(): 1
2021.03.24 11:22:48.984607 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 293, count: 0
2021.03.24 11:22:48.984615 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 293, count: 0
2021.03.24 11:22:48.984622 [ 4033 ] {} <Trace> RaftInstance: append at 293
2021.03.24 11:22:48.984646 [ 4033 ] {} <Trace> RaftInstance: local log idx 293, target_commit_idx 292, quick_commit_index_ 292, state_->get_commit_idx() 292
2021.03.24 11:22:48.984655 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.984674 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.984692 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.984703 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=294
2021.03.24 11:22:48.991328 [ 4032 ] {} <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:48.991392 [ 4032 ] {} <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:48.991412 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:48.991431 [ 4032 ] {} <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:48.991449 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 293
2021.03.24 11:22:48.991491 [ 4032 ] {} <Trace> RaftInstance: local log idx 293, target_commit_idx 293, quick_commit_index_ 293, state_->get_commit_idx() 292
2021.03.24 11:22:48.991507 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:48.991536 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:48.991558 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:48.991583 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:48.991603 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=294
2021.03.24 11:22:48.991612 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:48.991660 [ 4034 ] {} <Debug> RaftInstance: commit upto 293, current idx 292
2021.03.24 11:22:48.991673 [ 4034 ] {} <Trace> RaftInstance: commit upto 293, current idx 293
2021.03.24 11:22:48.991718 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 293, current idx 293
2021.03.24 11:22:48.991728 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.011577 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=293, LastLogTerm=1, EntriesLength=1, CommitIndex=293 and Term=1
2021.03.24 11:22:49.011643 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 293 (1), req c idx: 293, my term: 1, my role: 1
2021.03.24 11:22:49.011661 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.011674 [ 4032 ] {} <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.011684 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 294, count: 0, log_store_->next_slot(): 294, req.log_entries().size(): 1
2021.03.24 11:22:49.011693 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 294, count: 0
2021.03.24 11:22:49.011701 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 294, count: 0
2021.03.24 11:22:49.011709 [ 4032 ] {} <Trace> RaftInstance: append at 294
2021.03.24 11:22:49.011732 [ 4032 ] {} <Trace> RaftInstance: local log idx 294, target_commit_idx 293, quick_commit_index_ 293, state_->get_commit_idx() 293
2021.03.24 11:22:49.011741 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.011762 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.011780 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.011791 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=295
2021.03.24 11:22:49.018568 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=294, LastLogTerm=1, EntriesLength=0, CommitIndex=294 and Term=1
2021.03.24 11:22:49.018632 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 294 (0), req c idx: 294, my term: 1, my role: 1
2021.03.24 11:22:49.018645 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.018658 [ 4033 ] {} <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.018668 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 294
2021.03.24 11:22:49.018709 [ 4033 ] {} <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.018720 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.018735 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.018758 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.018777 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.018787 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=295
2021.03.24 11:22:49.018887 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.018904 [ 4034 ] {} <Debug> RaftInstance: commit upto 294, current idx 293
2021.03.24 11:22:49.018914 [ 4034 ] {} <Trace> RaftInstance: commit upto 294, current idx 294
2021.03.24 11:22:49.018954 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 294, current idx 294
2021.03.24 11:22:49.018965 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.038923 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=294, LastLogTerm=1, EntriesLength=1, CommitIndex=294 and Term=1
2021.03.24 11:22:49.038986 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 294 (1), req c idx: 294, my term: 1, my role: 1
2021.03.24 11:22:49.038999 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.039011 [ 4030 ] {} <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.039022 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 295, count: 0, log_store_->next_slot(): 295, req.log_entries().size(): 1
2021.03.24 11:22:49.039031 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 295, count: 0
2021.03.24 11:22:49.039040 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 295, count: 0
2021.03.24 11:22:49.039048 [ 4030 ] {} <Trace> RaftInstance: append at 295
2021.03.24 11:22:49.039071 [ 4030 ] {} <Trace> RaftInstance: local log idx 295, target_commit_idx 294, quick_commit_index_ 294, state_->get_commit_idx() 294
2021.03.24 11:22:49.039081 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.039143 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.039164 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.039175 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=296
2021.03.24 11:22:49.045839 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=295, LastLogTerm=1, EntriesLength=1, CommitIndex=295 and Term=1
2021.03.24 11:22:49.045894 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 295 (1), req c idx: 295, my term: 1, my role: 1
2021.03.24 11:22:49.045906 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.045918 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 295, req log term: 1, my last log idx: 295, my log (295) term: 1
2021.03.24 11:22:49.045928 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 296, count: 0, log_store_->next_slot(): 296, req.log_entries().size(): 1
2021.03.24 11:22:49.045955 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 296, count: 0
2021.03.24 11:22:49.045964 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 296, count: 0
2021.03.24 11:22:49.045971 [ 4033 ] {} <Trace> RaftInstance: append at 296
2021.03.24 11:22:49.045992 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 295
2021.03.24 11:22:49.046001 [ 4033 ] {} <Trace> RaftInstance: local log idx 296, target_commit_idx 295, quick_commit_index_ 295, state_->get_commit_idx() 294
2021.03.24 11:22:49.046009 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.046023 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.046096 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.046116 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.046127 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=297
2021.03.24 11:22:49.046144 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.046170 [ 4034 ] {} <Debug> RaftInstance: commit upto 295, current idx 294
2021.03.24 11:22:49.046182 [ 4034 ] {} <Trace> RaftInstance: commit upto 295, current idx 295
2021.03.24 11:22:49.046230 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 295, current idx 295
2021.03.24 11:22:49.046258 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.052721 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=296, LastLogTerm=1, EntriesLength=1, CommitIndex=296 and Term=1
2021.03.24 11:22:49.052776 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 296 (1), req c idx: 296, my term: 1, my role: 1
2021.03.24 11:22:49.052788 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.052799 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 296, req log term: 1, my last log idx: 296, my log (296) term: 1
2021.03.24 11:22:49.052808 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 297, count: 0, log_store_->next_slot(): 297, req.log_entries().size(): 1
2021.03.24 11:22:49.052816 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 297, count: 0
2021.03.24 11:22:49.052824 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 297, count: 0
2021.03.24 11:22:49.052832 [ 4032 ] {} <Trace> RaftInstance: append at 297
2021.03.24 11:22:49.052853 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 296
2021.03.24 11:22:49.052861 [ 4032 ] {} <Trace> RaftInstance: local log idx 297, target_commit_idx 296, quick_commit_index_ 296, state_->get_commit_idx() 295
2021.03.24 11:22:49.052869 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.052881 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.052900 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.052916 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.052927 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=298
2021.03.24 11:22:49.052932 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.052957 [ 4034 ] {} <Debug> RaftInstance: commit upto 296, current idx 295
2021.03.24 11:22:49.052968 [ 4034 ] {} <Trace> RaftInstance: commit upto 296, current idx 296
2021.03.24 11:22:49.053015 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 296, current idx 296
2021.03.24 11:22:49.053026 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.059564 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=297, LastLogTerm=1, EntriesLength=0, CommitIndex=297 and Term=1
2021.03.24 11:22:49.059618 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 297 (0), req c idx: 297, my term: 1, my role: 1
2021.03.24 11:22:49.059632 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.059644 [ 4033 ] {} <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.059654 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 297
2021.03.24 11:22:49.059663 [ 4033 ] {} <Trace> RaftInstance: local log idx 297, target_commit_idx 297, quick_commit_index_ 297, state_->get_commit_idx() 296
2021.03.24 11:22:49.059672 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.059687 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.059701 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.059745 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.059759 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=298
2021.03.24 11:22:49.059838 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.059856 [ 4034 ] {} <Debug> RaftInstance: commit upto 297, current idx 296
2021.03.24 11:22:49.059894 [ 4034 ] {} <Trace> RaftInstance: commit upto 297, current idx 297
2021.03.24 11:22:49.059950 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 297, current idx 297
2021.03.24 11:22:49.059961 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.066460 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=297, LastLogTerm=1, EntriesLength=2, CommitIndex=297 and Term=1
2021.03.24 11:22:49.066505 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 297 (2), req c idx: 297, my term: 1, my role: 1
2021.03.24 11:22:49.066517 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.066529 [ 4031 ] {} <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.066539 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 298, count: 0, log_store_->next_slot(): 298, req.log_entries().size(): 2
2021.03.24 11:22:49.066547 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 298, count: 0
2021.03.24 11:22:49.066555 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 298, count: 0
2021.03.24 11:22:49.066562 [ 4031 ] {} <Trace> RaftInstance: append at 298
2021.03.24 11:22:49.066582 [ 4031 ] {} <Trace> RaftInstance: append at 299
2021.03.24 11:22:49.066596 [ 4031 ] {} <Trace> RaftInstance: local log idx 299, target_commit_idx 297, quick_commit_index_ 297, state_->get_commit_idx() 297
2021.03.24 11:22:49.066605 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.066741 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.066771 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.066784 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=300
2021.03.24 11:22:49.073418 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=299, LastLogTerm=1, EntriesLength=1, CommitIndex=299 and Term=1
2021.03.24 11:22:49.073471 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 299 (1), req c idx: 299, my term: 1, my role: 1
2021.03.24 11:22:49.073484 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.073497 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 299, req log term: 1, my last log idx: 299, my log (299) term: 1
2021.03.24 11:22:49.073507 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 300, count: 0, log_store_->next_slot(): 300, req.log_entries().size(): 1
2021.03.24 11:22:49.073516 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 300, count: 0
2021.03.24 11:22:49.073524 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 300, count: 0
2021.03.24 11:22:49.073531 [ 4032 ] {} <Trace> RaftInstance: append at 300
2021.03.24 11:22:49.073560 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 299
2021.03.24 11:22:49.073571 [ 4032 ] {} <Trace> RaftInstance: local log idx 300, target_commit_idx 299, quick_commit_index_ 299, state_->get_commit_idx() 297
2021.03.24 11:22:49.073578 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.073597 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.073613 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.073631 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.073630 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.073693 [ 4034 ] {} <Debug> RaftInstance: commit upto 299, current idx 297
2021.03.24 11:22:49.073642 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=301
2021.03.24 11:22:49.073731 [ 4034 ] {} <Trace> RaftInstance: commit upto 299, current idx 298
2021.03.24 11:22:49.073876 [ 4034 ] {} <Trace> RaftInstance: commit upto 299, current idx 299
2021.03.24 11:22:49.073896 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 299, current idx 299
2021.03.24 11:22:49.073924 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.080421 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=300, LastLogTerm=1, EntriesLength=0, CommitIndex=300 and Term=1
2021.03.24 11:22:49.080502 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 300 (0), req c idx: 300, my term: 1, my role: 1
2021.03.24 11:22:49.080516 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.080536 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 300, req log term: 1, my last log idx: 300, my log (300) term: 1
2021.03.24 11:22:49.080546 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 300
2021.03.24 11:22:49.080555 [ 4031 ] {} <Trace> RaftInstance: local log idx 300, target_commit_idx 300, quick_commit_index_ 300, state_->get_commit_idx() 299
2021.03.24 11:22:49.080563 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.080578 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.080597 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.080614 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.080630 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=301
2021.03.24 11:22:49.080682 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.080765 [ 4034 ] {} <Debug> RaftInstance: commit upto 300, current idx 299
2021.03.24 11:22:49.080779 [ 4034 ] {} <Trace> RaftInstance: commit upto 300, current idx 300
2021.03.24 11:22:49.080833 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 300, current idx 300
2021.03.24 11:22:49.080843 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.102648 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=300, LastLogTerm=1, EntriesLength=2, CommitIndex=300 and Term=1
2021.03.24 11:22:49.102715 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 300 (2), req c idx: 300, my term: 1, my role: 1
2021.03.24 11:22:49.102727 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.102739 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 300, req log term: 1, my last log idx: 300, my log (300) term: 1
2021.03.24 11:22:49.102750 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 301, count: 0, log_store_->next_slot(): 301, req.log_entries().size(): 2
2021.03.24 11:22:49.102760 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 301, count: 0
2021.03.24 11:22:49.102768 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 301, count: 0
2021.03.24 11:22:49.102776 [ 4033 ] {} <Trace> RaftInstance: append at 301
2021.03.24 11:22:49.102831 [ 4033 ] {} <Trace> RaftInstance: append at 302
2021.03.24 11:22:49.102848 [ 4033 ] {} <Trace> RaftInstance: local log idx 302, target_commit_idx 300, quick_commit_index_ 300, state_->get_commit_idx() 300
2021.03.24 11:22:49.102857 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.102879 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.102897 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.102927 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=303
2021.03.24 11:22:49.109707 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=302, LastLogTerm=1, EntriesLength=0, CommitIndex=302 and Term=1
2021.03.24 11:22:49.109757 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 302 (0), req c idx: 302, my term: 1, my role: 1
2021.03.24 11:22:49.109793 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.109809 [ 4031 ] {} <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.109823 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 302
2021.03.24 11:22:49.109832 [ 4031 ] {} <Trace> RaftInstance: local log idx 302, target_commit_idx 302, quick_commit_index_ 302, state_->get_commit_idx() 300
2021.03.24 11:22:49.109841 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.109862 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.109876 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.109897 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.109908 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=303
2021.03.24 11:22:49.109911 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.109944 [ 4034 ] {} <Debug> RaftInstance: commit upto 302, current idx 300
2021.03.24 11:22:49.109964 [ 4034 ] {} <Trace> RaftInstance: commit upto 302, current idx 301
2021.03.24 11:22:49.110026 [ 4034 ] {} <Trace> RaftInstance: commit upto 302, current idx 302
2021.03.24 11:22:49.110092 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 302, current idx 302
2021.03.24 11:22:49.110117 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.116619 [ 4031 ] {} <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.116680 [ 4031 ] {} <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.116692 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.116705 [ 4031 ] {} <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.116715 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 303, count: 0, log_store_->next_slot(): 303, req.log_entries().size(): 1
2021.03.24 11:22:49.116724 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 303, count: 0
2021.03.24 11:22:49.116732 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 303, count: 0
2021.03.24 11:22:49.116739 [ 4031 ] {} <Trace> RaftInstance: append at 303
2021.03.24 11:22:49.116763 [ 4031 ] {} <Trace> RaftInstance: local log idx 303, target_commit_idx 302, quick_commit_index_ 302, state_->get_commit_idx() 302
2021.03.24 11:22:49.116774 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.116784 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.116800 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.116810 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=304
2021.03.24 11:22:49.123758 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=303, LastLogTerm=1, EntriesLength=0, CommitIndex=303 and Term=1
2021.03.24 11:22:49.123813 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 303 (0), req c idx: 303, my term: 1, my role: 1
2021.03.24 11:22:49.123849 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.123861 [ 4031 ] {} <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.123871 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 303
2021.03.24 11:22:49.123880 [ 4031 ] {} <Trace> RaftInstance: local log idx 303, target_commit_idx 303, quick_commit_index_ 303, state_->get_commit_idx() 302
2021.03.24 11:22:49.123887 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.123926 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.123948 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.123976 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.123996 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=304
2021.03.24 11:22:49.124029 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.124187 [ 4034 ] {} <Debug> RaftInstance: commit upto 303, current idx 302
2021.03.24 11:22:49.124214 [ 4034 ] {} <Trace> RaftInstance: commit upto 303, current idx 303
2021.03.24 11:22:49.124271 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 303, current idx 303
2021.03.24 11:22:49.124284 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.130749 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=303, LastLogTerm=1, EntriesLength=2, CommitIndex=303 and Term=1
2021.03.24 11:22:49.130810 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 303 (2), req c idx: 303, my term: 1, my role: 1
2021.03.24 11:22:49.130822 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.130834 [ 4031 ] {} <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.130844 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 304, count: 0, log_store_->next_slot(): 304, req.log_entries().size(): 2
2021.03.24 11:22:49.130852 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 304, count: 0
2021.03.24 11:22:49.130862 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 304, count: 0
2021.03.24 11:22:49.130870 [ 4031 ] {} <Trace> RaftInstance: append at 304
2021.03.24 11:22:49.130915 [ 4031 ] {} <Trace> RaftInstance: append at 305
2021.03.24 11:22:49.131027 [ 4031 ] {} <Trace> RaftInstance: local log idx 305, target_commit_idx 303, quick_commit_index_ 303, state_->get_commit_idx() 303
2021.03.24 11:22:49.131038 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.131049 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.131064 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.131074 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=306
2021.03.24 11:22:49.137710 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=305, LastLogTerm=1, EntriesLength=0, CommitIndex=305 and Term=1
2021.03.24 11:22:49.137775 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 305 (0), req c idx: 305, my term: 1, my role: 1
2021.03.24 11:22:49.137788 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.137801 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 305, req log term: 1, my last log idx: 305, my log (305) term: 1
2021.03.24 11:22:49.137812 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 305
2021.03.24 11:22:49.137821 [ 4030 ] {} <Trace> RaftInstance: local log idx 305, target_commit_idx 305, quick_commit_index_ 305, state_->get_commit_idx() 303
2021.03.24 11:22:49.137830 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.137853 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.137902 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.137931 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.137930 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.137991 [ 4034 ] {} <Debug> RaftInstance: commit upto 305, current idx 303
2021.03.24 11:22:49.138007 [ 4034 ] {} <Trace> RaftInstance: commit upto 305, current idx 304
2021.03.24 11:22:49.137943 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=306
2021.03.24 11:22:49.138133 [ 4034 ] {} <Trace> RaftInstance: commit upto 305, current idx 305
2021.03.24 11:22:49.138155 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 305, current idx 305
2021.03.24 11:22:49.138164 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.144710 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=305, LastLogTerm=1, EntriesLength=2, CommitIndex=305 and Term=1
2021.03.24 11:22:49.144768 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 305 (2), req c idx: 305, my term: 1, my role: 1
2021.03.24 11:22:49.144781 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.144823 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 305, req log term: 1, my last log idx: 305, my log (305) term: 1
2021.03.24 11:22:49.144834 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 306, count: 0, log_store_->next_slot(): 306, req.log_entries().size(): 2
2021.03.24 11:22:49.144842 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 306, count: 0
2021.03.24 11:22:49.144851 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 306, count: 0
2021.03.24 11:22:49.144858 [ 4031 ] {} <Trace> RaftInstance: append at 306
2021.03.24 11:22:49.144879 [ 4031 ] {} <Trace> RaftInstance: append at 307
2021.03.24 11:22:49.144893 [ 4031 ] {} <Trace> RaftInstance: local log idx 307, target_commit_idx 305, quick_commit_index_ 305, state_->get_commit_idx() 305
2021.03.24 11:22:49.144903 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.144917 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.144933 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.144943 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=308
2021.03.24 11:22:49.151544 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=307, LastLogTerm=1, EntriesLength=0, CommitIndex=307 and Term=1
2021.03.24 11:22:49.151616 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 307 (0), req c idx: 307, my term: 1, my role: 1
2021.03.24 11:22:49.151630 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.151643 [ 4032 ] {} <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.151653 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 307
2021.03.24 11:22:49.151661 [ 4032 ] {} <Trace> RaftInstance: local log idx 307, target_commit_idx 307, quick_commit_index_ 307, state_->get_commit_idx() 305
2021.03.24 11:22:49.151670 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.151694 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.151710 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.151728 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.151729 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.151765 [ 4034 ] {} <Debug> RaftInstance: commit upto 307, current idx 305
2021.03.24 11:22:49.151739 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=308
2021.03.24 11:22:49.151849 [ 4034 ] {} <Trace> RaftInstance: commit upto 307, current idx 306
2021.03.24 11:22:49.151912 [ 4034 ] {} <Trace> RaftInstance: commit upto 307, current idx 307
2021.03.24 11:22:49.151931 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 307, current idx 307
2021.03.24 11:22:49.151939 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.158344 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=307, LastLogTerm=1, EntriesLength=1, CommitIndex=307 and Term=1
2021.03.24 11:22:49.158371 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 307 (1), req c idx: 307, my term: 1, my role: 1
2021.03.24 11:22:49.158383 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.158395 [ 4033 ] {} <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.158405 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 308, count: 0, log_store_->next_slot(): 308, req.log_entries().size(): 1
2021.03.24 11:22:49.158413 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 308, count: 0
2021.03.24 11:22:49.158422 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 308, count: 0
2021.03.24 11:22:49.158429 [ 4033 ] {} <Trace> RaftInstance: append at 308
2021.03.24 11:22:49.158450 [ 4033 ] {} <Trace> RaftInstance: local log idx 308, target_commit_idx 307, quick_commit_index_ 307, state_->get_commit_idx() 307
2021.03.24 11:22:49.158460 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.158493 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.158509 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.158519 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=309
2021.03.24 11:22:49.165062 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=308, LastLogTerm=1, EntriesLength=0, CommitIndex=308 and Term=1
2021.03.24 11:22:49.165102 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 308 (0), req c idx: 308, my term: 1, my role: 1
2021.03.24 11:22:49.165123 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.165138 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 308, req log term: 1, my last log idx: 308, my log (308) term: 1
2021.03.24 11:22:49.165148 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 308
2021.03.24 11:22:49.165157 [ 4030 ] {} <Trace> RaftInstance: local log idx 308, target_commit_idx 308, quick_commit_index_ 308, state_->get_commit_idx() 307
2021.03.24 11:22:49.165165 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.165186 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.165212 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.165257 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.165210 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.165270 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=309
2021.03.24 11:22:49.165294 [ 4034 ] {} <Debug> RaftInstance: commit upto 308, current idx 307
2021.03.24 11:22:49.165347 [ 4034 ] {} <Trace> RaftInstance: commit upto 308, current idx 308
2021.03.24 11:22:49.165423 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 308, current idx 308
2021.03.24 11:22:49.165433 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.171908 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=308, LastLogTerm=1, EntriesLength=1, CommitIndex=308 and Term=1
2021.03.24 11:22:49.171950 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 308 (1), req c idx: 308, my term: 1, my role: 1
2021.03.24 11:22:49.171961 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.171972 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 308, req log term: 1, my last log idx: 308, my log (308) term: 1
2021.03.24 11:22:49.171982 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 309, count: 0, log_store_->next_slot(): 309, req.log_entries().size(): 1
2021.03.24 11:22:49.171991 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 309, count: 0
2021.03.24 11:22:49.171998 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 309, count: 0
2021.03.24 11:22:49.172006 [ 4032 ] {} <Trace> RaftInstance: append at 309
2021.03.24 11:22:49.172039 [ 4032 ] {} <Trace> RaftInstance: local log idx 309, target_commit_idx 308, quick_commit_index_ 308, state_->get_commit_idx() 308
2021.03.24 11:22:49.172051 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.172069 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.172112 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.172134 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=310
2021.03.24 11:22:49.178607 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=309, LastLogTerm=1, EntriesLength=0, CommitIndex=309 and Term=1
2021.03.24 11:22:49.178644 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 309 (0), req c idx: 309, my term: 1, my role: 1
2021.03.24 11:22:49.178655 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.178670 [ 4031 ] {} <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.178682 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 309
2021.03.24 11:22:49.178691 [ 4031 ] {} <Trace> RaftInstance: local log idx 309, target_commit_idx 309, quick_commit_index_ 309, state_->get_commit_idx() 308
2021.03.24 11:22:49.178703 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.178725 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.178741 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.178757 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.178781 [ 4034 ] {} <Debug> RaftInstance: commit upto 309, current idx 308
2021.03.24 11:22:49.178802 [ 4034 ] {} <Trace> RaftInstance: commit upto 309, current idx 309
2021.03.24 11:22:49.178783 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.178855 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=310
2021.03.24 11:22:49.178885 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 309, current idx 309
2021.03.24 11:22:49.178896 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.185485 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=309, LastLogTerm=1, EntriesLength=1, CommitIndex=309 and Term=1
2021.03.24 11:22:49.185523 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 309 (1), req c idx: 309, my term: 1, my role: 1
2021.03.24 11:22:49.185559 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.185575 [ 4030 ] {} <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.185587 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 310, count: 0, log_store_->next_slot(): 310, req.log_entries().size(): 1
2021.03.24 11:22:49.185596 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 310, count: 0
2021.03.24 11:22:49.185604 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 310, count: 0
2021.03.24 11:22:49.185611 [ 4030 ] {} <Trace> RaftInstance: append at 310
2021.03.24 11:22:49.185633 [ 4030 ] {} <Trace> RaftInstance: local log idx 310, target_commit_idx 309, quick_commit_index_ 309, state_->get_commit_idx() 309
2021.03.24 11:22:49.185642 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.185682 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.185702 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.185716 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=311
2021.03.24 11:22:49.192447 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=310, LastLogTerm=1, EntriesLength=1, CommitIndex=310 and Term=1
2021.03.24 11:22:49.192494 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 310 (1), req c idx: 310, my term: 1, my role: 1
2021.03.24 11:22:49.192508 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.192525 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 310, req log term: 1, my last log idx: 310, my log (310) term: 1
2021.03.24 11:22:49.192544 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 311, count: 0, log_store_->next_slot(): 311, req.log_entries().size(): 1
2021.03.24 11:22:49.192573 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 311, count: 0
2021.03.24 11:22:49.192591 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 311, count: 0
2021.03.24 11:22:49.192616 [ 4033 ] {} <Trace> RaftInstance: append at 311
2021.03.24 11:22:49.192655 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 310
2021.03.24 11:22:49.192675 [ 4033 ] {} <Trace> RaftInstance: local log idx 311, target_commit_idx 310, quick_commit_index_ 310, state_->get_commit_idx() 309
2021.03.24 11:22:49.192690 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.192704 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.192726 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.192744 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.192762 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=312
2021.03.24 11:22:49.192812 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.192835 [ 4034 ] {} <Debug> RaftInstance: commit upto 310, current idx 309
2021.03.24 11:22:49.192862 [ 4034 ] {} <Trace> RaftInstance: commit upto 310, current idx 310
2021.03.24 11:22:49.192920 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 310, current idx 310
2021.03.24 11:22:49.192930 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.199427 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=311, LastLogTerm=1, EntriesLength=0, CommitIndex=311 and Term=1
2021.03.24 11:22:49.199511 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 311 (0), req c idx: 311, my term: 1, my role: 1
2021.03.24 11:22:49.199532 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.199545 [ 4031 ] {} <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.199571 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 311
2021.03.24 11:22:49.199580 [ 4031 ] {} <Trace> RaftInstance: local log idx 311, target_commit_idx 311, quick_commit_index_ 311, state_->get_commit_idx() 310
2021.03.24 11:22:49.199588 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.199615 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.199632 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.199650 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.199650 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.199697 [ 4034 ] {} <Debug> RaftInstance: commit upto 311, current idx 310
2021.03.24 11:22:49.199720 [ 4034 ] {} <Trace> RaftInstance: commit upto 311, current idx 311
2021.03.24 11:22:49.199660 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=312
2021.03.24 11:22:49.199838 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 311, current idx 311
2021.03.24 11:22:49.199856 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.209211 [ 4032 ] {} <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.209273 [ 4032 ] {} <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.209287 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.209299 [ 4032 ] {} <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.209309 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 312, count: 0, log_store_->next_slot(): 312, req.log_entries().size(): 1
2021.03.24 11:22:49.209319 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 312, count: 0
2021.03.24 11:22:49.209331 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 312, count: 0
2021.03.24 11:22:49.209339 [ 4032 ] {} <Trace> RaftInstance: append at 312
2021.03.24 11:22:49.209362 [ 4032 ] {} <Trace> RaftInstance: local log idx 312, target_commit_idx 311, quick_commit_index_ 311, state_->get_commit_idx() 311
2021.03.24 11:22:49.209371 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.209391 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.209409 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.209419 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=313
2021.03.24 11:22:49.216251 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=312, LastLogTerm=1, EntriesLength=1, CommitIndex=312 and Term=1
2021.03.24 11:22:49.216322 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 312 (1), req c idx: 312, my term: 1, my role: 1
2021.03.24 11:22:49.216337 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.216349 [ 4033 ] {} <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.216361 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 313, count: 0, log_store_->next_slot(): 313, req.log_entries().size(): 1
2021.03.24 11:22:49.216370 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 313, count: 0
2021.03.24 11:22:49.216382 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 313, count: 0
2021.03.24 11:22:49.216412 [ 4033 ] {} <Trace> RaftInstance: append at 313
2021.03.24 11:22:49.216458 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 312
2021.03.24 11:22:49.216470 [ 4033 ] {} <Trace> RaftInstance: local log idx 313, target_commit_idx 312, quick_commit_index_ 312, state_->get_commit_idx() 311
2021.03.24 11:22:49.216486 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.216505 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.216521 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.216538 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.216556 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=314
2021.03.24 11:22:49.216558 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.216662 [ 4034 ] {} <Debug> RaftInstance: commit upto 312, current idx 311
2021.03.24 11:22:49.216688 [ 4034 ] {} <Trace> RaftInstance: commit upto 312, current idx 312
2021.03.24 11:22:49.216734 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 312, current idx 312
2021.03.24 11:22:49.216745 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.223171 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=313, LastLogTerm=1, EntriesLength=0, CommitIndex=313 and Term=1
2021.03.24 11:22:49.223228 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 313 (0), req c idx: 313, my term: 1, my role: 1
2021.03.24 11:22:49.223241 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.223254 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 313, req log term: 1, my last log idx: 313, my log (313) term: 1
2021.03.24 11:22:49.223264 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 313
2021.03.24 11:22:49.223273 [ 4032 ] {} <Trace> RaftInstance: local log idx 313, target_commit_idx 313, quick_commit_index_ 313, state_->get_commit_idx() 312
2021.03.24 11:22:49.223281 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.223295 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.223313 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.223331 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.223341 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=314
2021.03.24 11:22:49.223393 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.223445 [ 4034 ] {} <Debug> RaftInstance: commit upto 313, current idx 312
2021.03.24 11:22:49.223496 [ 4034 ] {} <Trace> RaftInstance: commit upto 313, current idx 313
2021.03.24 11:22:49.223569 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 313, current idx 313
2021.03.24 11:22:49.223582 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.229961 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=313, LastLogTerm=1, EntriesLength=1, CommitIndex=313 and Term=1
2021.03.24 11:22:49.230000 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 313 (1), req c idx: 313, my term: 1, my role: 1
2021.03.24 11:22:49.230013 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.230024 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 313, req log term: 1, my last log idx: 313, my log (313) term: 1
2021.03.24 11:22:49.230035 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 314, count: 0, log_store_->next_slot(): 314, req.log_entries().size(): 1
2021.03.24 11:22:49.230056 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 314, count: 0
2021.03.24 11:22:49.230065 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 314, count: 0
2021.03.24 11:22:49.230072 [ 4031 ] {} <Trace> RaftInstance: append at 314
2021.03.24 11:22:49.230097 [ 4031 ] {} <Trace> RaftInstance: local log idx 314, target_commit_idx 313, quick_commit_index_ 313, state_->get_commit_idx() 313
2021.03.24 11:22:49.230120 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.230140 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.230157 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.230167 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=315
2021.03.24 11:22:49.236740 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=314, LastLogTerm=1, EntriesLength=1, CommitIndex=314 and Term=1
2021.03.24 11:22:49.236800 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 314 (1), req c idx: 314, my term: 1, my role: 1
2021.03.24 11:22:49.236813 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.236825 [ 4032 ] {} <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.236835 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 315, count: 0, log_store_->next_slot(): 315, req.log_entries().size(): 1
2021.03.24 11:22:49.236843 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 315, count: 0
2021.03.24 11:22:49.236851 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 315, count: 0
2021.03.24 11:22:49.236858 [ 4032 ] {} <Trace> RaftInstance: append at 315
2021.03.24 11:22:49.236880 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 314
2021.03.24 11:22:49.236889 [ 4032 ] {} <Trace> RaftInstance: local log idx 315, target_commit_idx 314, quick_commit_index_ 314, state_->get_commit_idx() 313
2021.03.24 11:22:49.236897 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.236914 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.236930 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.236941 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.236968 [ 4034 ] {} <Debug> RaftInstance: commit upto 314, current idx 313
2021.03.24 11:22:49.236947 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.236984 [ 4034 ] {} <Trace> RaftInstance: commit upto 314, current idx 314
2021.03.24 11:22:49.237009 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=316
2021.03.24 11:22:49.237056 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 314, current idx 314
2021.03.24 11:22:49.237091 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.243614 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=315, LastLogTerm=1, EntriesLength=1, CommitIndex=315 and Term=1
2021.03.24 11:22:49.243677 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 315 (1), req c idx: 315, my term: 1, my role: 1
2021.03.24 11:22:49.243699 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.243722 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 315, req log term: 1, my last log idx: 315, my log (315) term: 1
2021.03.24 11:22:49.243741 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 316, count: 0, log_store_->next_slot(): 316, req.log_entries().size(): 1
2021.03.24 11:22:49.243756 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 316, count: 0
2021.03.24 11:22:49.243769 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 316, count: 0
2021.03.24 11:22:49.243784 [ 4033 ] {} <Trace> RaftInstance: append at 316
2021.03.24 11:22:49.243818 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 315
2021.03.24 11:22:49.243846 [ 4033 ] {} <Trace> RaftInstance: local log idx 316, target_commit_idx 315, quick_commit_index_ 315, state_->get_commit_idx() 314
2021.03.24 11:22:49.243864 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.243885 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.243965 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.244006 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.244012 [ 4034 ] {} <Debug> RaftInstance: commit upto 315, current idx 314
2021.03.24 11:22:49.244065 [ 4034 ] {} <Trace> RaftInstance: commit upto 315, current idx 315
2021.03.24 11:22:49.244039 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.244101 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=317
2021.03.24 11:22:49.244118 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 315, current idx 315
2021.03.24 11:22:49.244151 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.250728 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=316, LastLogTerm=1, EntriesLength=2, CommitIndex=316 and Term=1
2021.03.24 11:22:49.250775 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 316 (2), req c idx: 316, my term: 1, my role: 1
2021.03.24 11:22:49.250798 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.250820 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 316, req log term: 1, my last log idx: 316, my log (316) term: 1
2021.03.24 11:22:49.250836 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 317, count: 0, log_store_->next_slot(): 317, req.log_entries().size(): 2
2021.03.24 11:22:49.250847 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 317, count: 0
2021.03.24 11:22:49.250855 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 317, count: 0
2021.03.24 11:22:49.250862 [ 4031 ] {} <Trace> RaftInstance: append at 317
2021.03.24 11:22:49.250882 [ 4031 ] {} <Trace> RaftInstance: append at 318
2021.03.24 11:22:49.250894 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 316
2021.03.24 11:22:49.250903 [ 4031 ] {} <Trace> RaftInstance: local log idx 318, target_commit_idx 316, quick_commit_index_ 316, state_->get_commit_idx() 315
2021.03.24 11:22:49.250911 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.250930 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.250950 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.250966 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.250976 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=319
2021.03.24 11:22:49.250972 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.251027 [ 4034 ] {} <Debug> RaftInstance: commit upto 316, current idx 315
2021.03.24 11:22:49.251040 [ 4034 ] {} <Trace> RaftInstance: commit upto 316, current idx 316
2021.03.24 11:22:49.251124 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 316, current idx 316
2021.03.24 11:22:49.251142 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.257578 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=318, LastLogTerm=1, EntriesLength=0, CommitIndex=318 and Term=1
2021.03.24 11:22:49.257653 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 318 (0), req c idx: 318, my term: 1, my role: 1
2021.03.24 11:22:49.257674 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.257692 [ 4032 ] {} <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.257707 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 318
2021.03.24 11:22:49.257720 [ 4032 ] {} <Trace> RaftInstance: local log idx 318, target_commit_idx 318, quick_commit_index_ 318, state_->get_commit_idx() 316
2021.03.24 11:22:49.257733 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.257765 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.257792 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.257905 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.257915 [ 4034 ] {} <Debug> RaftInstance: commit upto 318, current idx 316
2021.03.24 11:22:49.257944 [ 4034 ] {} <Trace> RaftInstance: commit upto 318, current idx 317
2021.03.24 11:22:49.257950 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.257974 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=319
2021.03.24 11:22:49.258027 [ 4034 ] {} <Trace> RaftInstance: commit upto 318, current idx 318
2021.03.24 11:22:49.258051 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 318, current idx 318
2021.03.24 11:22:49.258059 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.266524 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=318, LastLogTerm=1, EntriesLength=1, CommitIndex=318 and Term=1
2021.03.24 11:22:49.266576 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 318 (1), req c idx: 318, my term: 1, my role: 1
2021.03.24 11:22:49.266588 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.266601 [ 4031 ] {} <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.266611 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 319, count: 0, log_store_->next_slot(): 319, req.log_entries().size(): 1
2021.03.24 11:22:49.266629 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 319, count: 0
2021.03.24 11:22:49.266638 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 319, count: 0
2021.03.24 11:22:49.266646 [ 4031 ] {} <Trace> RaftInstance: append at 319
2021.03.24 11:22:49.266669 [ 4031 ] {} <Trace> RaftInstance: local log idx 319, target_commit_idx 318, quick_commit_index_ 318, state_->get_commit_idx() 318
2021.03.24 11:22:49.266678 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.266698 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.266717 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.266727 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=320
2021.03.24 11:22:49.273704 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=319, LastLogTerm=1, EntriesLength=1, CommitIndex=319 and Term=1
2021.03.24 11:22:49.273769 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 319 (1), req c idx: 319, my term: 1, my role: 1
2021.03.24 11:22:49.273781 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.273794 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 319, req log term: 1, my last log idx: 319, my log (319) term: 1
2021.03.24 11:22:49.273803 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 320, count: 0, log_store_->next_slot(): 320, req.log_entries().size(): 1
2021.03.24 11:22:49.273812 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 320, count: 0
2021.03.24 11:22:49.273819 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 320, count: 0
2021.03.24 11:22:49.273828 [ 4032 ] {} <Trace> RaftInstance: append at 320
2021.03.24 11:22:49.273861 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 319
2021.03.24 11:22:49.273872 [ 4032 ] {} <Trace> RaftInstance: local log idx 320, target_commit_idx 319, quick_commit_index_ 319, state_->get_commit_idx() 318
2021.03.24 11:22:49.273880 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.273934 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.273955 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.273974 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.273984 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=321
2021.03.24 11:22:49.273985 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.274030 [ 4034 ] {} <Debug> RaftInstance: commit upto 319, current idx 318
2021.03.24 11:22:49.274043 [ 4034 ] {} <Trace> RaftInstance: commit upto 319, current idx 319
2021.03.24 11:22:49.274117 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 319, current idx 319
2021.03.24 11:22:49.274135 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.280562 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=320, LastLogTerm=1, EntriesLength=0, CommitIndex=320 and Term=1
2021.03.24 11:22:49.280618 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 320 (0), req c idx: 320, my term: 1, my role: 1
2021.03.24 11:22:49.280667 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.280692 [ 4031 ] {} <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.280704 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 320
2021.03.24 11:22:49.280713 [ 4031 ] {} <Trace> RaftInstance: local log idx 320, target_commit_idx 320, quick_commit_index_ 320, state_->get_commit_idx() 319
2021.03.24 11:22:49.280782 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.280815 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.280833 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.280853 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.280865 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=321
2021.03.24 11:22:49.280891 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.280954 [ 4034 ] {} <Debug> RaftInstance: commit upto 320, current idx 319
2021.03.24 11:22:49.280974 [ 4034 ] {} <Trace> RaftInstance: commit upto 320, current idx 320
2021.03.24 11:22:49.281049 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 320, current idx 320
2021.03.24 11:22:49.281067 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.287562 [ 4032 ] {} <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.287620 [ 4032 ] {} <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.287632 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.287644 [ 4032 ] {} <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.287655 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 321, count: 0, log_store_->next_slot(): 321, req.log_entries().size(): 1
2021.03.24 11:22:49.287663 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 321, count: 0
2021.03.24 11:22:49.287671 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 321, count: 0
2021.03.24 11:22:49.287678 [ 4032 ] {} <Trace> RaftInstance: append at 321
2021.03.24 11:22:49.287742 [ 4032 ] {} <Trace> RaftInstance: local log idx 321, target_commit_idx 320, quick_commit_index_ 320, state_->get_commit_idx() 320
2021.03.24 11:22:49.287754 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.287793 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.287809 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.287819 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=322
2021.03.24 11:22:49.294546 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=321, LastLogTerm=1, EntriesLength=0, CommitIndex=321 and Term=1
2021.03.24 11:22:49.294589 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 321 (0), req c idx: 321, my term: 1, my role: 1
2021.03.24 11:22:49.294601 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.294613 [ 4030 ] {} <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.294623 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 321
2021.03.24 11:22:49.294632 [ 4030 ] {} <Trace> RaftInstance: local log idx 321, target_commit_idx 321, quick_commit_index_ 321, state_->get_commit_idx() 320
2021.03.24 11:22:49.294640 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.294654 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.294674 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.294692 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.294703 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=322
2021.03.24 11:22:49.294739 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.294772 [ 4034 ] {} <Debug> RaftInstance: commit upto 321, current idx 320
2021.03.24 11:22:49.294786 [ 4034 ] {} <Trace> RaftInstance: commit upto 321, current idx 321
2021.03.24 11:22:49.294824 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 321, current idx 321
2021.03.24 11:22:49.294835 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.301388 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=321, LastLogTerm=1, EntriesLength=1, CommitIndex=321 and Term=1
2021.03.24 11:22:49.301462 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 321 (1), req c idx: 321, my term: 1, my role: 1
2021.03.24 11:22:49.301486 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.301507 [ 4031 ] {} <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.301527 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 322, count: 0, log_store_->next_slot(): 322, req.log_entries().size(): 1
2021.03.24 11:22:49.301538 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 322, count: 0
2021.03.24 11:22:49.301546 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 322, count: 0
2021.03.24 11:22:49.301555 [ 4031 ] {} <Trace> RaftInstance: append at 322
2021.03.24 11:22:49.301579 [ 4031 ] {} <Trace> RaftInstance: local log idx 322, target_commit_idx 321, quick_commit_index_ 321, state_->get_commit_idx() 321
2021.03.24 11:22:49.301588 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.301610 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.301629 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.301639 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=323
2021.03.24 11:22:49.308322 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=322, LastLogTerm=1, EntriesLength=1, CommitIndex=322 and Term=1
2021.03.24 11:22:49.308395 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 322 (1), req c idx: 322, my term: 1, my role: 1
2021.03.24 11:22:49.308409 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.308447 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 322, req log term: 1, my last log idx: 322, my log (322) term: 1
2021.03.24 11:22:49.308458 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 323, count: 0, log_store_->next_slot(): 323, req.log_entries().size(): 1
2021.03.24 11:22:49.308466 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 323, count: 0
2021.03.24 11:22:49.308474 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 323, count: 0
2021.03.24 11:22:49.308482 [ 4030 ] {} <Trace> RaftInstance: append at 323
2021.03.24 11:22:49.308504 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 322
2021.03.24 11:22:49.308514 [ 4030 ] {} <Trace> RaftInstance: local log idx 323, target_commit_idx 322, quick_commit_index_ 322, state_->get_commit_idx() 321
2021.03.24 11:22:49.308522 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.308541 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.308560 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.308570 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.308578 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.308605 [ 4034 ] {} <Debug> RaftInstance: commit upto 322, current idx 321
2021.03.24 11:22:49.308619 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=324
2021.03.24 11:22:49.308628 [ 4034 ] {} <Trace> RaftInstance: commit upto 322, current idx 322
2021.03.24 11:22:49.308671 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 322, current idx 322
2021.03.24 11:22:49.308681 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.315229 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=323, LastLogTerm=1, EntriesLength=0, CommitIndex=323 and Term=1
2021.03.24 11:22:49.315295 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 323 (0), req c idx: 323, my term: 1, my role: 1
2021.03.24 11:22:49.315317 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.315337 [ 4033 ] {} <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.315357 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 323
2021.03.24 11:22:49.315373 [ 4033 ] {} <Trace> RaftInstance: local log idx 323, target_commit_idx 323, quick_commit_index_ 323, state_->get_commit_idx() 322
2021.03.24 11:22:49.315388 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.315422 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.315477 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.315517 [ 4034 ] {} <Debug> RaftInstance: commit upto 323, current idx 322
2021.03.24 11:22:49.315574 [ 4034 ] {} <Trace> RaftInstance: commit upto 323, current idx 323
2021.03.24 11:22:49.315489 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.315644 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 323, current idx 323
2021.03.24 11:22:49.315658 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.315660 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.315779 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=324
2021.03.24 11:22:49.323842 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=323, LastLogTerm=1, EntriesLength=1, CommitIndex=323 and Term=1
2021.03.24 11:22:49.323891 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 323 (1), req c idx: 323, my term: 1, my role: 1
2021.03.24 11:22:49.323903 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.323926 [ 4031 ] {} <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.323956 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 324, count: 0, log_store_->next_slot(): 324, req.log_entries().size(): 1
2021.03.24 11:22:49.323966 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 324, count: 0
2021.03.24 11:22:49.323974 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 324, count: 0
2021.03.24 11:22:49.323981 [ 4031 ] {} <Trace> RaftInstance: append at 324
2021.03.24 11:22:49.324003 [ 4031 ] {} <Trace> RaftInstance: local log idx 324, target_commit_idx 323, quick_commit_index_ 323, state_->get_commit_idx() 323
2021.03.24 11:22:49.324012 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.324032 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.324049 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.324059 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=325
2021.03.24 11:22:49.330772 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=324, LastLogTerm=1, EntriesLength=2, CommitIndex=324 and Term=1
2021.03.24 11:22:49.330829 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 324 (2), req c idx: 324, my term: 1, my role: 1
2021.03.24 11:22:49.330841 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.330853 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 324, req log term: 1, my last log idx: 324, my log (324) term: 1
2021.03.24 11:22:49.330864 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 325, count: 0, log_store_->next_slot(): 325, req.log_entries().size(): 2
2021.03.24 11:22:49.330873 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 325, count: 0
2021.03.24 11:22:49.330881 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 325, count: 0
2021.03.24 11:22:49.330888 [ 4033 ] {} <Trace> RaftInstance: append at 325
2021.03.24 11:22:49.330908 [ 4033 ] {} <Trace> RaftInstance: append at 326
2021.03.24 11:22:49.330921 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 324
2021.03.24 11:22:49.330930 [ 4033 ] {} <Trace> RaftInstance: local log idx 326, target_commit_idx 324, quick_commit_index_ 324, state_->get_commit_idx() 323
2021.03.24 11:22:49.330937 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.330956 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.330976 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.330985 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.331025 [ 4034 ] {} <Debug> RaftInstance: commit upto 324, current idx 323
2021.03.24 11:22:49.331046 [ 4034 ] {} <Trace> RaftInstance: commit upto 324, current idx 324
2021.03.24 11:22:49.330994 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.331078 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=327
2021.03.24 11:22:49.331089 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 324, current idx 324
2021.03.24 11:22:49.331101 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.337600 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=326, LastLogTerm=1, EntriesLength=0, CommitIndex=326 and Term=1
2021.03.24 11:22:49.337644 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 326 (0), req c idx: 326, my term: 1, my role: 1
2021.03.24 11:22:49.337657 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.337672 [ 4031 ] {} <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.337690 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 326
2021.03.24 11:22:49.337730 [ 4031 ] {} <Trace> RaftInstance: local log idx 326, target_commit_idx 326, quick_commit_index_ 326, state_->get_commit_idx() 324
2021.03.24 11:22:49.337765 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.337786 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.337805 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.337812 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.337826 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.337846 [ 4034 ] {} <Debug> RaftInstance: commit upto 326, current idx 324
2021.03.24 11:22:49.337861 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=327
2021.03.24 11:22:49.337873 [ 4034 ] {} <Trace> RaftInstance: commit upto 326, current idx 325
2021.03.24 11:22:49.337923 [ 4034 ] {} <Trace> RaftInstance: commit upto 326, current idx 326
2021.03.24 11:22:49.337981 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 326, current idx 326
2021.03.24 11:22:49.337991 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.344507 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=326, LastLogTerm=1, EntriesLength=2, CommitIndex=326 and Term=1
2021.03.24 11:22:49.344548 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 326 (2), req c idx: 326, my term: 1, my role: 1
2021.03.24 11:22:49.344559 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.344570 [ 4033 ] {} <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.344581 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 327, count: 0, log_store_->next_slot(): 327, req.log_entries().size(): 2
2021.03.24 11:22:49.344589 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 327, count: 0
2021.03.24 11:22:49.344598 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 327, count: 0
2021.03.24 11:22:49.344606 [ 4033 ] {} <Trace> RaftInstance: append at 327
2021.03.24 11:22:49.344626 [ 4033 ] {} <Trace> RaftInstance: append at 328
2021.03.24 11:22:49.344641 [ 4033 ] {} <Trace> RaftInstance: local log idx 328, target_commit_idx 326, quick_commit_index_ 326, state_->get_commit_idx() 326
2021.03.24 11:22:49.344649 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.344734 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.344756 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.344766 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=329
2021.03.24 11:22:49.351578 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=328, LastLogTerm=1, EntriesLength=0, CommitIndex=328 and Term=1
2021.03.24 11:22:49.351639 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 328 (0), req c idx: 328, my term: 1, my role: 1
2021.03.24 11:22:49.351651 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.351663 [ 4032 ] {} <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.351673 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 328
2021.03.24 11:22:49.351682 [ 4032 ] {} <Trace> RaftInstance: local log idx 328, target_commit_idx 328, quick_commit_index_ 328, state_->get_commit_idx() 326
2021.03.24 11:22:49.351690 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.351709 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.351741 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.351759 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.351769 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=329
2021.03.24 11:22:49.351789 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.351855 [ 4034 ] {} <Debug> RaftInstance: commit upto 328, current idx 326
2021.03.24 11:22:49.351871 [ 4034 ] {} <Trace> RaftInstance: commit upto 328, current idx 327
2021.03.24 11:22:49.351982 [ 4034 ] {} <Trace> RaftInstance: commit upto 328, current idx 328
2021.03.24 11:22:49.352011 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 328, current idx 328
2021.03.24 11:22:49.352019 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.358667 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=328, LastLogTerm=1, EntriesLength=1, CommitIndex=328 and Term=1
2021.03.24 11:22:49.358726 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 328 (1), req c idx: 328, my term: 1, my role: 1
2021.03.24 11:22:49.358741 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.358763 [ 4030 ] {} <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.358784 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 329, count: 0, log_store_->next_slot(): 329, req.log_entries().size(): 1
2021.03.24 11:22:49.358797 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 329, count: 0
2021.03.24 11:22:49.358806 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 329, count: 0
2021.03.24 11:22:49.358814 [ 4030 ] {} <Trace> RaftInstance: append at 329
2021.03.24 11:22:49.358839 [ 4030 ] {} <Trace> RaftInstance: local log idx 329, target_commit_idx 328, quick_commit_index_ 328, state_->get_commit_idx() 328
2021.03.24 11:22:49.358848 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.358871 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.358899 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.358918 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=330
2021.03.24 11:22:49.365670 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=329, LastLogTerm=1, EntriesLength=1, CommitIndex=329 and Term=1
2021.03.24 11:22:49.365743 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 329 (1), req c idx: 329, my term: 1, my role: 1
2021.03.24 11:22:49.365757 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.365771 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 329, req log term: 1, my last log idx: 329, my log (329) term: 1
2021.03.24 11:22:49.365781 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 330, count: 0, log_store_->next_slot(): 330, req.log_entries().size(): 1
2021.03.24 11:22:49.365790 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 330, count: 0
2021.03.24 11:22:49.365798 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 330, count: 0
2021.03.24 11:22:49.365805 [ 4031 ] {} <Trace> RaftInstance: append at 330
2021.03.24 11:22:49.365847 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 329
2021.03.24 11:22:49.365856 [ 4031 ] {} <Trace> RaftInstance: local log idx 330, target_commit_idx 329, quick_commit_index_ 329, state_->get_commit_idx() 328
2021.03.24 11:22:49.365864 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.365885 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.365905 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.365914 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.365924 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.365967 [ 4034 ] {} <Debug> RaftInstance: commit upto 329, current idx 328
2021.03.24 11:22:49.365997 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=331
2021.03.24 11:22:49.366027 [ 4034 ] {} <Trace> RaftInstance: commit upto 329, current idx 329
2021.03.24 11:22:49.366085 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 329, current idx 329
2021.03.24 11:22:49.366095 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.372742 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=330, LastLogTerm=1, EntriesLength=0, CommitIndex=330 and Term=1
2021.03.24 11:22:49.372800 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 330 (0), req c idx: 330, my term: 1, my role: 1
2021.03.24 11:22:49.372813 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.372825 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 330, req log term: 1, my last log idx: 330, my log (330) term: 1
2021.03.24 11:22:49.372835 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 330
2021.03.24 11:22:49.372843 [ 4030 ] {} <Trace> RaftInstance: local log idx 330, target_commit_idx 330, quick_commit_index_ 330, state_->get_commit_idx() 329
2021.03.24 11:22:49.372852 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.372871 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.372892 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.372911 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.372907 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.372998 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=331
2021.03.24 11:22:49.373029 [ 4034 ] {} <Debug> RaftInstance: commit upto 330, current idx 329
2021.03.24 11:22:49.373083 [ 4034 ] {} <Trace> RaftInstance: commit upto 330, current idx 330
2021.03.24 11:22:49.373139 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 330, current idx 330
2021.03.24 11:22:49.373184 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.379775 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=330, LastLogTerm=1, EntriesLength=1, CommitIndex=330 and Term=1
2021.03.24 11:22:49.379849 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 330 (1), req c idx: 330, my term: 1, my role: 1
2021.03.24 11:22:49.379871 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.379892 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 330, req log term: 1, my last log idx: 330, my log (330) term: 1
2021.03.24 11:22:49.379910 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 331, count: 0, log_store_->next_slot(): 331, req.log_entries().size(): 1
2021.03.24 11:22:49.379928 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 331, count: 0
2021.03.24 11:22:49.379943 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 331, count: 0
2021.03.24 11:22:49.379957 [ 4031 ] {} <Trace> RaftInstance: append at 331
2021.03.24 11:22:49.380006 [ 4031 ] {} <Trace> RaftInstance: local log idx 331, target_commit_idx 330, quick_commit_index_ 330, state_->get_commit_idx() 330
2021.03.24 11:22:49.380026 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.380060 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.380155 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.380181 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=332
2021.03.24 11:22:49.387042 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=331, LastLogTerm=1, EntriesLength=2, CommitIndex=331 and Term=1
2021.03.24 11:22:49.387094 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 331 (2), req c idx: 331, my term: 1, my role: 1
2021.03.24 11:22:49.387106 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.387131 [ 4032 ] {} <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.387147 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 332, count: 0, log_store_->next_slot(): 332, req.log_entries().size(): 2
2021.03.24 11:22:49.387155 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 332, count: 0
2021.03.24 11:22:49.387170 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 332, count: 0
2021.03.24 11:22:49.387184 [ 4032 ] {} <Trace> RaftInstance: append at 332
2021.03.24 11:22:49.387207 [ 4032 ] {} <Trace> RaftInstance: append at 333
2021.03.24 11:22:49.387222 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 331
2021.03.24 11:22:49.387231 [ 4032 ] {} <Trace> RaftInstance: local log idx 333, target_commit_idx 331, quick_commit_index_ 331, state_->get_commit_idx() 330
2021.03.24 11:22:49.387250 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.387269 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.387290 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.387316 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.387319 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.387376 [ 4034 ] {} <Debug> RaftInstance: commit upto 331, current idx 330
2021.03.24 11:22:49.387329 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=334
2021.03.24 11:22:49.387400 [ 4034 ] {} <Trace> RaftInstance: commit upto 331, current idx 331
2021.03.24 11:22:49.387446 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 331, current idx 331
2021.03.24 11:22:49.387474 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.394004 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=333, LastLogTerm=1, EntriesLength=1, CommitIndex=333 and Term=1
2021.03.24 11:22:49.394056 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 333 (1), req c idx: 333, my term: 1, my role: 1
2021.03.24 11:22:49.394069 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.394080 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 333, req log term: 1, my last log idx: 333, my log (333) term: 1
2021.03.24 11:22:49.394091 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 334, count: 0, log_store_->next_slot(): 334, req.log_entries().size(): 1
2021.03.24 11:22:49.394099 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 334, count: 0
2021.03.24 11:22:49.394107 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 334, count: 0
2021.03.24 11:22:49.394115 [ 4033 ] {} <Trace> RaftInstance: append at 334
2021.03.24 11:22:49.394137 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 333
2021.03.24 11:22:49.394146 [ 4033 ] {} <Trace> RaftInstance: local log idx 334, target_commit_idx 333, quick_commit_index_ 333, state_->get_commit_idx() 331
2021.03.24 11:22:49.394153 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.394167 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.394209 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.394233 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.394243 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=335
2021.03.24 11:22:49.394267 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.394300 [ 4034 ] {} <Debug> RaftInstance: commit upto 333, current idx 331
2021.03.24 11:22:49.394312 [ 4034 ] {} <Trace> RaftInstance: commit upto 333, current idx 332
2021.03.24 11:22:49.394374 [ 4034 ] {} <Trace> RaftInstance: commit upto 333, current idx 333
2021.03.24 11:22:49.394417 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 333, current idx 333
2021.03.24 11:22:49.394427 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.400787 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=334, LastLogTerm=1, EntriesLength=0, CommitIndex=334 and Term=1
2021.03.24 11:22:49.400841 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 334 (0), req c idx: 334, my term: 1, my role: 1
2021.03.24 11:22:49.400859 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.400870 [ 4030 ] {} <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.400880 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 334
2021.03.24 11:22:49.400888 [ 4030 ] {} <Trace> RaftInstance: local log idx 334, target_commit_idx 334, quick_commit_index_ 334, state_->get_commit_idx() 333
2021.03.24 11:22:49.400896 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.400909 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.400936 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.400954 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.400965 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=335
2021.03.24 11:22:49.401052 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.401078 [ 4034 ] {} <Debug> RaftInstance: commit upto 334, current idx 333
2021.03.24 11:22:49.401096 [ 4034 ] {} <Trace> RaftInstance: commit upto 334, current idx 334
2021.03.24 11:22:49.401195 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 334, current idx 334
2021.03.24 11:22:49.401205 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.407701 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=334, LastLogTerm=1, EntriesLength=1, CommitIndex=334 and Term=1
2021.03.24 11:22:49.407743 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 334 (1), req c idx: 334, my term: 1, my role: 1
2021.03.24 11:22:49.407755 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.407766 [ 4031 ] {} <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.407776 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 335, count: 0, log_store_->next_slot(): 335, req.log_entries().size(): 1
2021.03.24 11:22:49.407789 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 335, count: 0
2021.03.24 11:22:49.407798 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 335, count: 0
2021.03.24 11:22:49.407805 [ 4031 ] {} <Trace> RaftInstance: append at 335
2021.03.24 11:22:49.407836 [ 4031 ] {} <Trace> RaftInstance: local log idx 335, target_commit_idx 334, quick_commit_index_ 334, state_->get_commit_idx() 334
2021.03.24 11:22:49.407872 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.407892 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.407927 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.407938 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=336
2021.03.24 11:22:49.414618 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=335, LastLogTerm=1, EntriesLength=0, CommitIndex=335 and Term=1
2021.03.24 11:22:49.414667 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 335 (0), req c idx: 335, my term: 1, my role: 1
2021.03.24 11:22:49.414679 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.414691 [ 4030 ] {} <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.414701 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 335
2021.03.24 11:22:49.414710 [ 4030 ] {} <Trace> RaftInstance: local log idx 335, target_commit_idx 335, quick_commit_index_ 335, state_->get_commit_idx() 334
2021.03.24 11:22:49.414738 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.414755 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.414775 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.414793 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.414804 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=336
2021.03.24 11:22:49.414857 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.414881 [ 4034 ] {} <Debug> RaftInstance: commit upto 335, current idx 334
2021.03.24 11:22:49.414893 [ 4034 ] {} <Trace> RaftInstance: commit upto 335, current idx 335
2021.03.24 11:22:49.414931 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 335, current idx 335
2021.03.24 11:22:49.414942 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.423612 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=335, LastLogTerm=1, EntriesLength=1, CommitIndex=335 and Term=1
2021.03.24 11:22:49.423664 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 335 (1), req c idx: 335, my term: 1, my role: 1
2021.03.24 11:22:49.423677 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.423689 [ 4031 ] {} <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.423699 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 336, count: 0, log_store_->next_slot(): 336, req.log_entries().size(): 1
2021.03.24 11:22:49.423708 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 336, count: 0
2021.03.24 11:22:49.423716 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 336, count: 0
2021.03.24 11:22:49.423724 [ 4031 ] {} <Trace> RaftInstance: append at 336
2021.03.24 11:22:49.423746 [ 4031 ] {} <Trace> RaftInstance: local log idx 336, target_commit_idx 335, quick_commit_index_ 335, state_->get_commit_idx() 335
2021.03.24 11:22:49.423755 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.423791 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.423810 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.423821 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=337
2021.03.24 11:22:49.430677 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=336, LastLogTerm=1, EntriesLength=0, CommitIndex=336 and Term=1
2021.03.24 11:22:49.430737 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 336 (0), req c idx: 336, my term: 1, my role: 1
2021.03.24 11:22:49.430750 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.430762 [ 4030 ] {} <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.430797 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 336
2021.03.24 11:22:49.430806 [ 4030 ] {} <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.430814 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.430835 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.430849 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.430884 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.430898 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.431013 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=337
2021.03.24 11:22:49.431018 [ 4034 ] {} <Debug> RaftInstance: commit upto 336, current idx 335
2021.03.24 11:22:49.431038 [ 4034 ] {} <Trace> RaftInstance: commit upto 336, current idx 336
2021.03.24 11:22:49.431082 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 336, current idx 336
2021.03.24 11:22:49.431092 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.439540 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=336, LastLogTerm=1, EntriesLength=1, CommitIndex=336 and Term=1
2021.03.24 11:22:49.439621 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 336 (1), req c idx: 336, my term: 1, my role: 1
2021.03.24 11:22:49.439640 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.439655 [ 4030 ] {} <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.439665 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 337, count: 0, log_store_->next_slot(): 337, req.log_entries().size(): 1
2021.03.24 11:22:49.439674 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 337, count: 0
2021.03.24 11:22:49.439683 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 337, count: 0
2021.03.24 11:22:49.439690 [ 4030 ] {} <Trace> RaftInstance: append at 337
2021.03.24 11:22:49.439714 [ 4030 ] {} <Trace> RaftInstance: local log idx 337, target_commit_idx 336, quick_commit_index_ 336, state_->get_commit_idx() 336
2021.03.24 11:22:49.439724 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.439819 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.439840 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.439852 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=338
2021.03.24 11:22:49.446570 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=337, LastLogTerm=1, EntriesLength=0, CommitIndex=337 and Term=1
2021.03.24 11:22:49.446613 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 337 (0), req c idx: 337, my term: 1, my role: 1
2021.03.24 11:22:49.446625 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.446638 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 337, req log term: 1, my last log idx: 337, my log (337) term: 1
2021.03.24 11:22:49.446648 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 337
2021.03.24 11:22:49.446656 [ 4031 ] {} <Trace> RaftInstance: local log idx 337, target_commit_idx 337, quick_commit_index_ 337, state_->get_commit_idx() 336
2021.03.24 11:22:49.446664 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.446691 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.446719 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.446737 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.446732 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.446859 [ 4034 ] {} <Debug> RaftInstance: commit upto 337, current idx 336
2021.03.24 11:22:49.446749 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=338
2021.03.24 11:22:49.446878 [ 4034 ] {} <Trace> RaftInstance: commit upto 337, current idx 337
2021.03.24 11:22:49.447009 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 337, current idx 337
2021.03.24 11:22:49.447020 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.455698 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=337, LastLogTerm=1, EntriesLength=1, CommitIndex=337 and Term=1
2021.03.24 11:22:49.455763 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 337 (1), req c idx: 337, my term: 1, my role: 1
2021.03.24 11:22:49.455776 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.455788 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 337, req log term: 1, my last log idx: 337, my log (337) term: 1
2021.03.24 11:22:49.455799 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 338, count: 0, log_store_->next_slot(): 338, req.log_entries().size(): 1
2021.03.24 11:22:49.455808 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 338, count: 0
2021.03.24 11:22:49.455816 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 338, count: 0
2021.03.24 11:22:49.455824 [ 4033 ] {} <Trace> RaftInstance: append at 338
2021.03.24 11:22:49.455848 [ 4033 ] {} <Trace> RaftInstance: local log idx 338, target_commit_idx 337, quick_commit_index_ 337, state_->get_commit_idx() 337
2021.03.24 11:22:49.455859 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.455880 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.455898 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.455908 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=339
2021.03.24 11:22:49.462547 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=338, LastLogTerm=1, EntriesLength=0, CommitIndex=338 and Term=1
2021.03.24 11:22:49.462601 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 338 (0), req c idx: 338, my term: 1, my role: 1
2021.03.24 11:22:49.462613 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.462626 [ 4032 ] {} <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.462636 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 338
2021.03.24 11:22:49.462650 [ 4032 ] {} <Trace> RaftInstance: local log idx 338, target_commit_idx 338, quick_commit_index_ 338, state_->get_commit_idx() 337
2021.03.24 11:22:49.462658 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.462681 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.462721 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.462743 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.462737 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.462801 [ 4034 ] {} <Debug> RaftInstance: commit upto 338, current idx 337
2021.03.24 11:22:49.462755 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=339
2021.03.24 11:22:49.462815 [ 4034 ] {} <Trace> RaftInstance: commit upto 338, current idx 338
2021.03.24 11:22:49.462914 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 338, current idx 338
2021.03.24 11:22:49.462925 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.471561 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=338, LastLogTerm=1, EntriesLength=1, CommitIndex=338 and Term=1
2021.03.24 11:22:49.471621 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 338 (1), req c idx: 338, my term: 1, my role: 1
2021.03.24 11:22:49.471635 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.471647 [ 4032 ] {} <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.471662 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 339, count: 0, log_store_->next_slot(): 339, req.log_entries().size(): 1
2021.03.24 11:22:49.471671 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 339, count: 0
2021.03.24 11:22:49.471679 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 339, count: 0
2021.03.24 11:22:49.471687 [ 4032 ] {} <Trace> RaftInstance: append at 339
2021.03.24 11:22:49.471710 [ 4032 ] {} <Trace> RaftInstance: local log idx 339, target_commit_idx 338, quick_commit_index_ 338, state_->get_commit_idx() 338
2021.03.24 11:22:49.471720 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.471828 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.471854 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.471865 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=340
2021.03.24 11:22:49.478517 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=339, LastLogTerm=1, EntriesLength=0, CommitIndex=339 and Term=1
2021.03.24 11:22:49.478571 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 339 (0), req c idx: 339, my term: 1, my role: 1
2021.03.24 11:22:49.478583 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.478595 [ 4031 ] {} <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.478605 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 339
2021.03.24 11:22:49.478614 [ 4031 ] {} <Trace> RaftInstance: local log idx 339, target_commit_idx 339, quick_commit_index_ 339, state_->get_commit_idx() 338
2021.03.24 11:22:49.478622 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.478649 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.478666 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.478683 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.478689 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.478747 [ 4034 ] {} <Debug> RaftInstance: commit upto 339, current idx 338
2021.03.24 11:22:49.478762 [ 4034 ] {} <Trace> RaftInstance: commit upto 339, current idx 339
2021.03.24 11:22:49.478702 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=340
2021.03.24 11:22:49.478802 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 339, current idx 339
2021.03.24 11:22:49.478813 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.487328 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=339, LastLogTerm=1, EntriesLength=1, CommitIndex=339 and Term=1
2021.03.24 11:22:49.487381 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 339 (1), req c idx: 339, my term: 1, my role: 1
2021.03.24 11:22:49.487408 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.487423 [ 4032 ] {} <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.487452 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 340, count: 0, log_store_->next_slot(): 340, req.log_entries().size(): 1
2021.03.24 11:22:49.487483 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 340, count: 0
2021.03.24 11:22:49.487493 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 340, count: 0
2021.03.24 11:22:49.487501 [ 4032 ] {} <Trace> RaftInstance: append at 340
2021.03.24 11:22:49.487539 [ 4032 ] {} <Trace> RaftInstance: local log idx 340, target_commit_idx 339, quick_commit_index_ 339, state_->get_commit_idx() 339
2021.03.24 11:22:49.487550 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.487627 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.487649 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.487659 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=341
2021.03.24 11:22:49.494285 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=340, LastLogTerm=1, EntriesLength=0, CommitIndex=340 and Term=1
2021.03.24 11:22:49.494348 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 340 (0), req c idx: 340, my term: 1, my role: 1
2021.03.24 11:22:49.494362 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.494375 [ 4033 ] {} <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.494384 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 340
2021.03.24 11:22:49.494393 [ 4033 ] {} <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.494401 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.494420 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.494438 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.494447 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.494456 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.494487 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=341
2021.03.24 11:22:49.494491 [ 4034 ] {} <Debug> RaftInstance: commit upto 340, current idx 339
2021.03.24 11:22:49.494508 [ 4034 ] {} <Trace> RaftInstance: commit upto 340, current idx 340
2021.03.24 11:22:49.494547 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 340, current idx 340
2021.03.24 11:22:49.494558 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.502802 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=340, LastLogTerm=1, EntriesLength=1, CommitIndex=340 and Term=1
2021.03.24 11:22:49.502888 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 340 (1), req c idx: 340, my term: 1, my role: 1
2021.03.24 11:22:49.502903 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.502915 [ 4031 ] {} <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.502925 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 341, count: 0, log_store_->next_slot(): 341, req.log_entries().size(): 1
2021.03.24 11:22:49.502933 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 341, count: 0
2021.03.24 11:22:49.502941 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 341, count: 0
2021.03.24 11:22:49.502949 [ 4031 ] {} <Trace> RaftInstance: append at 341
2021.03.24 11:22:49.502972 [ 4031 ] {} <Trace> RaftInstance: local log idx 341, target_commit_idx 340, quick_commit_index_ 340, state_->get_commit_idx() 340
2021.03.24 11:22:49.502982 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.503021 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.503063 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.503073 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=342
2021.03.24 11:22:49.509655 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=341, LastLogTerm=1, EntriesLength=1, CommitIndex=341 and Term=1
2021.03.24 11:22:49.509701 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 341 (1), req c idx: 341, my term: 1, my role: 1
2021.03.24 11:22:49.509714 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.509726 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 341, req log term: 1, my last log idx: 341, my log (341) term: 1
2021.03.24 11:22:49.509736 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 342, count: 0, log_store_->next_slot(): 342, req.log_entries().size(): 1
2021.03.24 11:22:49.509745 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 342, count: 0
2021.03.24 11:22:49.509754 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 342, count: 0
2021.03.24 11:22:49.509762 [ 4033 ] {} <Trace> RaftInstance: append at 342
2021.03.24 11:22:49.509785 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 341
2021.03.24 11:22:49.509794 [ 4033 ] {} <Trace> RaftInstance: local log idx 342, target_commit_idx 341, quick_commit_index_ 341, state_->get_commit_idx() 340
2021.03.24 11:22:49.509802 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.509821 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.509840 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.509857 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.509857 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.509869 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=343
2021.03.24 11:22:49.509907 [ 4034 ] {} <Debug> RaftInstance: commit upto 341, current idx 340
2021.03.24 11:22:49.509977 [ 4034 ] {} <Trace> RaftInstance: commit upto 341, current idx 341
2021.03.24 11:22:49.510036 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 341, current idx 341
2021.03.24 11:22:49.510053 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.516459 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=342, LastLogTerm=1, EntriesLength=1, CommitIndex=342 and Term=1
2021.03.24 11:22:49.516499 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 342 (1), req c idx: 342, my term: 1, my role: 1
2021.03.24 11:22:49.516511 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.516522 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 342, req log term: 1, my last log idx: 342, my log (342) term: 1
2021.03.24 11:22:49.516532 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 343, count: 0, log_store_->next_slot(): 343, req.log_entries().size(): 1
2021.03.24 11:22:49.516541 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 343, count: 0
2021.03.24 11:22:49.516549 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 343, count: 0
2021.03.24 11:22:49.516556 [ 4030 ] {} <Trace> RaftInstance: append at 343
2021.03.24 11:22:49.516583 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 342
2021.03.24 11:22:49.516593 [ 4030 ] {} <Trace> RaftInstance: local log idx 343, target_commit_idx 342, quick_commit_index_ 342, state_->get_commit_idx() 341
2021.03.24 11:22:49.516618 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.516637 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.516659 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.516670 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.516711 [ 4034 ] {} <Debug> RaftInstance: commit upto 342, current idx 341
2021.03.24 11:22:49.516716 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.516732 [ 4034 ] {} <Trace> RaftInstance: commit upto 342, current idx 342
2021.03.24 11:22:49.516745 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=344
2021.03.24 11:22:49.516875 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 342, current idx 342
2021.03.24 11:22:49.516886 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.523438 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=343, LastLogTerm=1, EntriesLength=0, CommitIndex=343 and Term=1
2021.03.24 11:22:49.523566 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 343 (0), req c idx: 343, my term: 1, my role: 1
2021.03.24 11:22:49.523606 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.523620 [ 4033 ] {} <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.523631 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 343
2021.03.24 11:22:49.523640 [ 4033 ] {} <Trace> RaftInstance: local log idx 343, target_commit_idx 343, quick_commit_index_ 343, state_->get_commit_idx() 342
2021.03.24 11:22:49.523649 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.523669 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.523686 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.523710 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.523729 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=344
2021.03.24 11:22:49.523725 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.523838 [ 4034 ] {} <Debug> RaftInstance: commit upto 343, current idx 342
2021.03.24 11:22:49.523857 [ 4034 ] {} <Trace> RaftInstance: commit upto 343, current idx 343
2021.03.24 11:22:49.523921 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 343, current idx 343
2021.03.24 11:22:49.523937 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.530515 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=343, LastLogTerm=1, EntriesLength=2, CommitIndex=343 and Term=1
2021.03.24 11:22:49.530575 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 343 (2), req c idx: 343, my term: 1, my role: 1
2021.03.24 11:22:49.530608 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.530640 [ 4032 ] {} <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.530663 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 344, count: 0, log_store_->next_slot(): 344, req.log_entries().size(): 2
2021.03.24 11:22:49.530678 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 344, count: 0
2021.03.24 11:22:49.530692 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 344, count: 0
2021.03.24 11:22:49.530705 [ 4032 ] {} <Trace> RaftInstance: append at 344
2021.03.24 11:22:49.530740 [ 4032 ] {} <Trace> RaftInstance: append at 345
2021.03.24 11:22:49.530767 [ 4032 ] {} <Trace> RaftInstance: local log idx 345, target_commit_idx 343, quick_commit_index_ 343, state_->get_commit_idx() 343
2021.03.24 11:22:49.530820 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.530855 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.530883 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.530901 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=346
2021.03.24 11:22:49.537733 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=345, LastLogTerm=1, EntriesLength=0, CommitIndex=345 and Term=1
2021.03.24 11:22:49.537788 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 345 (0), req c idx: 345, my term: 1, my role: 1
2021.03.24 11:22:49.537824 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.537841 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 345, req log term: 1, my last log idx: 345, my log (345) term: 1
2021.03.24 11:22:49.537856 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 345
2021.03.24 11:22:49.537864 [ 4030 ] {} <Trace> RaftInstance: local log idx 345, target_commit_idx 345, quick_commit_index_ 345, state_->get_commit_idx() 343
2021.03.24 11:22:49.537873 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.537893 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.537912 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.537934 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.537937 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.537952 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=346
2021.03.24 11:22:49.537972 [ 4034 ] {} <Debug> RaftInstance: commit upto 345, current idx 343
2021.03.24 11:22:49.538012 [ 4034 ] {} <Trace> RaftInstance: commit upto 345, current idx 344
2021.03.24 11:22:49.538114 [ 4034 ] {} <Trace> RaftInstance: commit upto 345, current idx 345
2021.03.24 11:22:49.538140 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 345, current idx 345
2021.03.24 11:22:49.538148 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.544573 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=345, LastLogTerm=1, EntriesLength=1, CommitIndex=345 and Term=1
2021.03.24 11:22:49.544650 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 345 (1), req c idx: 345, my term: 1, my role: 1
2021.03.24 11:22:49.544665 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.544679 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 345, req log term: 1, my last log idx: 345, my log (345) term: 1
2021.03.24 11:22:49.544705 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 346, count: 0, log_store_->next_slot(): 346, req.log_entries().size(): 1
2021.03.24 11:22:49.544713 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 346, count: 0
2021.03.24 11:22:49.544722 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 346, count: 0
2021.03.24 11:22:49.544729 [ 4030 ] {} <Trace> RaftInstance: append at 346
2021.03.24 11:22:49.544752 [ 4030 ] {} <Trace> RaftInstance: local log idx 346, target_commit_idx 345, quick_commit_index_ 345, state_->get_commit_idx() 345
2021.03.24 11:22:49.544762 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.544884 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.544906 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.544917 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=347
2021.03.24 11:22:49.551662 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=346, LastLogTerm=1, EntriesLength=1, CommitIndex=346 and Term=1
2021.03.24 11:22:49.551711 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 346 (1), req c idx: 346, my term: 1, my role: 1
2021.03.24 11:22:49.551724 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.551737 [ 4031 ] {} <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.551746 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 347, count: 0, log_store_->next_slot(): 347, req.log_entries().size(): 1
2021.03.24 11:22:49.551761 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 347, count: 0
2021.03.24 11:22:49.551769 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 347, count: 0
2021.03.24 11:22:49.551777 [ 4031 ] {} <Trace> RaftInstance: append at 347
2021.03.24 11:22:49.551799 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 346
2021.03.24 11:22:49.551808 [ 4031 ] {} <Trace> RaftInstance: local log idx 347, target_commit_idx 346, quick_commit_index_ 346, state_->get_commit_idx() 345
2021.03.24 11:22:49.551816 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.551837 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.551857 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.551868 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.551876 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.551915 [ 4034 ] {} <Debug> RaftInstance: commit upto 346, current idx 345
2021.03.24 11:22:49.551938 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=348
2021.03.24 11:22:49.551963 [ 4034 ] {} <Trace> RaftInstance: commit upto 346, current idx 346
2021.03.24 11:22:49.552008 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 346, current idx 346
2021.03.24 11:22:49.552027 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.558633 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=347, LastLogTerm=1, EntriesLength=1, CommitIndex=347 and Term=1
2021.03.24 11:22:49.558691 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 347 (1), req c idx: 347, my term: 1, my role: 1
2021.03.24 11:22:49.558704 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.558716 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 347, req log term: 1, my last log idx: 347, my log (347) term: 1
2021.03.24 11:22:49.558727 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 348, count: 0, log_store_->next_slot(): 348, req.log_entries().size(): 1
2021.03.24 11:22:49.558735 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 348, count: 0
2021.03.24 11:22:49.558744 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 348, count: 0
2021.03.24 11:22:49.558751 [ 4032 ] {} <Trace> RaftInstance: append at 348
2021.03.24 11:22:49.558773 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 347
2021.03.24 11:22:49.558782 [ 4032 ] {} <Trace> RaftInstance: local log idx 348, target_commit_idx 347, quick_commit_index_ 347, state_->get_commit_idx() 346
2021.03.24 11:22:49.558790 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.558809 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.558828 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.558846 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.558889 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=349
2021.03.24 11:22:49.558855 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.558939 [ 4034 ] {} <Debug> RaftInstance: commit upto 347, current idx 346
2021.03.24 11:22:49.558952 [ 4034 ] {} <Trace> RaftInstance: commit upto 347, current idx 347
2021.03.24 11:22:49.559021 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 347, current idx 347
2021.03.24 11:22:49.559031 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.565559 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=348, LastLogTerm=1, EntriesLength=1, CommitIndex=348 and Term=1
2021.03.24 11:22:49.565621 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 348 (1), req c idx: 348, my term: 1, my role: 1
2021.03.24 11:22:49.565634 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.565647 [ 4030 ] {} <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.565657 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 349, count: 0, log_store_->next_slot(): 349, req.log_entries().size(): 1
2021.03.24 11:22:49.565666 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 349, count: 0
2021.03.24 11:22:49.565675 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 349, count: 0
2021.03.24 11:22:49.565687 [ 4030 ] {} <Trace> RaftInstance: append at 349
2021.03.24 11:22:49.565710 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 348
2021.03.24 11:22:49.565720 [ 4030 ] {} <Trace> RaftInstance: local log idx 349, target_commit_idx 348, quick_commit_index_ 348, state_->get_commit_idx() 347
2021.03.24 11:22:49.565728 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.565749 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.565794 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.565824 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.565844 [ 4034 ] {} <Debug> RaftInstance: commit upto 348, current idx 347
2021.03.24 11:22:49.565870 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.565883 [ 4034 ] {} <Trace> RaftInstance: commit upto 348, current idx 348
2021.03.24 11:22:49.565886 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=350
2021.03.24 11:22:49.566001 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 348, current idx 348
2021.03.24 11:22:49.566016 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.572547 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=349, LastLogTerm=1, EntriesLength=1, CommitIndex=349 and Term=1
2021.03.24 11:22:49.572591 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 349 (1), req c idx: 349, my term: 1, my role: 1
2021.03.24 11:22:49.572604 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.572616 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 349, req log term: 1, my last log idx: 349, my log (349) term: 1
2021.03.24 11:22:49.572626 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 350, count: 0, log_store_->next_slot(): 350, req.log_entries().size(): 1
2021.03.24 11:22:49.572634 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 350, count: 0
2021.03.24 11:22:49.572660 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 350, count: 0
2021.03.24 11:22:49.572668 [ 4031 ] {} <Trace> RaftInstance: append at 350
2021.03.24 11:22:49.572690 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 349
2021.03.24 11:22:49.572699 [ 4031 ] {} <Trace> RaftInstance: local log idx 350, target_commit_idx 349, quick_commit_index_ 349, state_->get_commit_idx() 348
2021.03.24 11:22:49.572729 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.572760 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.572768 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.572799 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.572829 [ 4034 ] {} <Debug> RaftInstance: commit upto 349, current idx 348
2021.03.24 11:22:49.572881 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.572922 [ 4034 ] {} <Trace> RaftInstance: commit upto 349, current idx 349
2021.03.24 11:22:49.572946 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=351
2021.03.24 11:22:49.572992 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 349, current idx 349
2021.03.24 11:22:49.573001 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.579737 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=350, LastLogTerm=1, EntriesLength=0, CommitIndex=350 and Term=1
2021.03.24 11:22:49.579799 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 350 (0), req c idx: 350, my term: 1, my role: 1
2021.03.24 11:22:49.579816 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.579830 [ 4032 ] {} <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.579840 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 350
2021.03.24 11:22:49.579848 [ 4032 ] {} <Trace> RaftInstance: local log idx 350, target_commit_idx 350, quick_commit_index_ 350, state_->get_commit_idx() 349
2021.03.24 11:22:49.579857 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.579879 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.579900 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.579909 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.579937 [ 4034 ] {} <Debug> RaftInstance: commit upto 350, current idx 349
2021.03.24 11:22:49.579962 [ 4034 ] {} <Trace> RaftInstance: commit upto 350, current idx 350
2021.03.24 11:22:49.579918 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.579998 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=351
2021.03.24 11:22:49.580032 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 350, current idx 350
2021.03.24 11:22:49.580045 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.588446 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=350, LastLogTerm=1, EntriesLength=1, CommitIndex=350 and Term=1
2021.03.24 11:22:49.588519 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 350 (1), req c idx: 350, my term: 1, my role: 1
2021.03.24 11:22:49.588540 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.588559 [ 4031 ] {} <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.588577 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 351, count: 0, log_store_->next_slot(): 351, req.log_entries().size(): 1
2021.03.24 11:22:49.588592 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 351, count: 0
2021.03.24 11:22:49.588608 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 351, count: 0
2021.03.24 11:22:49.588659 [ 4031 ] {} <Trace> RaftInstance: append at 351
2021.03.24 11:22:49.588700 [ 4031 ] {} <Trace> RaftInstance: local log idx 351, target_commit_idx 350, quick_commit_index_ 350, state_->get_commit_idx() 350
2021.03.24 11:22:49.588721 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.588771 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.588797 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.588814 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=352
2021.03.24 11:22:49.595627 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=351, LastLogTerm=1, EntriesLength=1, CommitIndex=351 and Term=1
2021.03.24 11:22:49.595684 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 351 (1), req c idx: 351, my term: 1, my role: 1
2021.03.24 11:22:49.595696 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.595708 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 351, req log term: 1, my last log idx: 351, my log (351) term: 1
2021.03.24 11:22:49.595718 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 352, count: 0, log_store_->next_slot(): 352, req.log_entries().size(): 1
2021.03.24 11:22:49.595727 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 352, count: 0
2021.03.24 11:22:49.595735 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 352, count: 0
2021.03.24 11:22:49.595742 [ 4033 ] {} <Trace> RaftInstance: append at 352
2021.03.24 11:22:49.595765 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 351
2021.03.24 11:22:49.595774 [ 4033 ] {} <Trace> RaftInstance: local log idx 352, target_commit_idx 351, quick_commit_index_ 351, state_->get_commit_idx() 350
2021.03.24 11:22:49.595782 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.595802 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.595820 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.595837 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.595848 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=353
2021.03.24 11:22:49.595864 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.595925 [ 4034 ] {} <Debug> RaftInstance: commit upto 351, current idx 350
2021.03.24 11:22:49.595949 [ 4034 ] {} <Trace> RaftInstance: commit upto 351, current idx 351
2021.03.24 11:22:49.596008 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 351, current idx 351
2021.03.24 11:22:49.596022 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.602699 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=352, LastLogTerm=1, EntriesLength=1, CommitIndex=352 and Term=1
2021.03.24 11:22:49.602745 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 352 (1), req c idx: 352, my term: 1, my role: 1
2021.03.24 11:22:49.602758 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.602774 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 352, req log term: 1, my last log idx: 352, my log (352) term: 1
2021.03.24 11:22:49.602784 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 353, count: 0, log_store_->next_slot(): 353, req.log_entries().size(): 1
2021.03.24 11:22:49.602792 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 353, count: 0
2021.03.24 11:22:49.602801 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 353, count: 0
2021.03.24 11:22:49.602808 [ 4030 ] {} <Trace> RaftInstance: append at 353
2021.03.24 11:22:49.602828 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 352
2021.03.24 11:22:49.602840 [ 4030 ] {} <Trace> RaftInstance: local log idx 353, target_commit_idx 352, quick_commit_index_ 352, state_->get_commit_idx() 351
2021.03.24 11:22:49.602872 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.602894 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.602920 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.602953 [ 4034 ] {} <Debug> RaftInstance: commit upto 352, current idx 351
2021.03.24 11:22:49.602928 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.602966 [ 4034 ] {} <Trace> RaftInstance: commit upto 352, current idx 352
2021.03.24 11:22:49.602999 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.603014 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=354
2021.03.24 11:22:49.603038 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 352, current idx 352
2021.03.24 11:22:49.603051 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.609715 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=353, LastLogTerm=1, EntriesLength=1, CommitIndex=353 and Term=1
2021.03.24 11:22:49.609778 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 353 (1), req c idx: 353, my term: 1, my role: 1
2021.03.24 11:22:49.609790 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.609803 [ 4031 ] {} <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.609821 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 354, count: 0, log_store_->next_slot(): 354, req.log_entries().size(): 1
2021.03.24 11:22:49.609829 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 354, count: 0
2021.03.24 11:22:49.609837 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 354, count: 0
2021.03.24 11:22:49.609845 [ 4031 ] {} <Trace> RaftInstance: append at 354
2021.03.24 11:22:49.609868 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 353
2021.03.24 11:22:49.609878 [ 4031 ] {} <Trace> RaftInstance: local log idx 354, target_commit_idx 353, quick_commit_index_ 353, state_->get_commit_idx() 352
2021.03.24 11:22:49.609886 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.609906 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.609946 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.609956 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.609968 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.610027 [ 4034 ] {} <Debug> RaftInstance: commit upto 353, current idx 352
2021.03.24 11:22:49.610085 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=355
2021.03.24 11:22:49.610121 [ 4034 ] {} <Trace> RaftInstance: commit upto 353, current idx 353
2021.03.24 11:22:49.610221 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 353, current idx 353
2021.03.24 11:22:49.610240 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.616838 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=354, LastLogTerm=1, EntriesLength=1, CommitIndex=354 and Term=1
2021.03.24 11:22:49.616887 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 354 (1), req c idx: 354, my term: 1, my role: 1
2021.03.24 11:22:49.616905 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.616918 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 354, req log term: 1, my last log idx: 354, my log (354) term: 1
2021.03.24 11:22:49.616928 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 355, count: 0, log_store_->next_slot(): 355, req.log_entries().size(): 1
2021.03.24 11:22:49.616938 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 355, count: 0
2021.03.24 11:22:49.616947 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 355, count: 0
2021.03.24 11:22:49.616972 [ 4033 ] {} <Trace> RaftInstance: append at 355
2021.03.24 11:22:49.616995 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 354
2021.03.24 11:22:49.617004 [ 4033 ] {} <Trace> RaftInstance: local log idx 355, target_commit_idx 354, quick_commit_index_ 354, state_->get_commit_idx() 353
2021.03.24 11:22:49.617012 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.617030 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.617048 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.617056 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.617082 [ 4034 ] {} <Debug> RaftInstance: commit upto 354, current idx 353
2021.03.24 11:22:49.617068 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.617095 [ 4034 ] {} <Trace> RaftInstance: commit upto 354, current idx 354
2021.03.24 11:22:49.617114 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=356
2021.03.24 11:22:49.617223 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 354, current idx 354
2021.03.24 11:22:49.617237 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.623949 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=355, LastLogTerm=1, EntriesLength=1, CommitIndex=355 and Term=1
2021.03.24 11:22:49.624016 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 355 (1), req c idx: 355, my term: 1, my role: 1
2021.03.24 11:22:49.624029 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.624042 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 355, req log term: 1, my last log idx: 355, my log (355) term: 1
2021.03.24 11:22:49.624052 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 356, count: 0, log_store_->next_slot(): 356, req.log_entries().size(): 1
2021.03.24 11:22:49.624061 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 356, count: 0
2021.03.24 11:22:49.624069 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 356, count: 0
2021.03.24 11:22:49.624077 [ 4031 ] {} <Trace> RaftInstance: append at 356
2021.03.24 11:22:49.624133 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 355
2021.03.24 11:22:49.624143 [ 4031 ] {} <Trace> RaftInstance: local log idx 356, target_commit_idx 355, quick_commit_index_ 355, state_->get_commit_idx() 354
2021.03.24 11:22:49.624157 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.624177 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.624199 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.624224 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.624257 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.624324 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=357
2021.03.24 11:22:49.624290 [ 4034 ] {} <Debug> RaftInstance: commit upto 355, current idx 354
2021.03.24 11:22:49.624367 [ 4034 ] {} <Trace> RaftInstance: commit upto 355, current idx 355
2021.03.24 11:22:49.624430 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 355, current idx 355
2021.03.24 11:22:49.624448 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.631046 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=356, LastLogTerm=1, EntriesLength=1, CommitIndex=356 and Term=1
2021.03.24 11:22:49.631117 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 356 (1), req c idx: 356, my term: 1, my role: 1
2021.03.24 11:22:49.631163 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.631177 [ 4033 ] {} <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.631188 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 357, count: 0, log_store_->next_slot(): 357, req.log_entries().size(): 1
2021.03.24 11:22:49.631196 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 357, count: 0
2021.03.24 11:22:49.631205 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 357, count: 0
2021.03.24 11:22:49.631217 [ 4033 ] {} <Trace> RaftInstance: append at 357
2021.03.24 11:22:49.631249 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 356
2021.03.24 11:22:49.631259 [ 4033 ] {} <Trace> RaftInstance: local log idx 357, target_commit_idx 356, quick_commit_index_ 356, state_->get_commit_idx() 355
2021.03.24 11:22:49.631267 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.631291 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.631328 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.631339 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.631383 [ 4034 ] {} <Debug> RaftInstance: commit upto 356, current idx 355
2021.03.24 11:22:49.631400 [ 4034 ] {} <Trace> RaftInstance: commit upto 356, current idx 356
2021.03.24 11:22:49.631360 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.631441 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=358
2021.03.24 11:22:49.631442 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 356, current idx 356
2021.03.24 11:22:49.631506 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.638308 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=357, LastLogTerm=1, EntriesLength=0, CommitIndex=357 and Term=1
2021.03.24 11:22:49.638365 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 357 (0), req c idx: 357, my term: 1, my role: 1
2021.03.24 11:22:49.638378 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.638391 [ 4030 ] {} <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.638401 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 357
2021.03.24 11:22:49.638410 [ 4030 ] {} <Trace> RaftInstance: local log idx 357, target_commit_idx 357, quick_commit_index_ 357, state_->get_commit_idx() 356
2021.03.24 11:22:49.638418 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.638438 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.638455 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.638473 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.638484 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=358
2021.03.24 11:22:49.638512 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.638551 [ 4034 ] {} <Debug> RaftInstance: commit upto 357, current idx 356
2021.03.24 11:22:49.638563 [ 4034 ] {} <Trace> RaftInstance: commit upto 357, current idx 357
2021.03.24 11:22:49.638615 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 357, current idx 357
2021.03.24 11:22:49.638625 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.647080 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=357, LastLogTerm=1, EntriesLength=1, CommitIndex=357 and Term=1
2021.03.24 11:22:49.647137 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 357 (1), req c idx: 357, my term: 1, my role: 1
2021.03.24 11:22:49.647171 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.647184 [ 4030 ] {} <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.647194 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 358, count: 0, log_store_->next_slot(): 358, req.log_entries().size(): 1
2021.03.24 11:22:49.647203 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 358, count: 0
2021.03.24 11:22:49.647211 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 358, count: 0
2021.03.24 11:22:49.647218 [ 4030 ] {} <Trace> RaftInstance: append at 358
2021.03.24 11:22:49.647249 [ 4030 ] {} <Trace> RaftInstance: local log idx 358, target_commit_idx 357, quick_commit_index_ 357, state_->get_commit_idx() 357
2021.03.24 11:22:49.647267 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.647281 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.647298 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.647308 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=359
2021.03.24 11:22:49.654096 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=358, LastLogTerm=1, EntriesLength=1, CommitIndex=358 and Term=1
2021.03.24 11:22:49.654151 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 358 (1), req c idx: 358, my term: 1, my role: 1
2021.03.24 11:22:49.654170 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.654183 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 358, req log term: 1, my last log idx: 358, my log (358) term: 1
2021.03.24 11:22:49.654193 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 359, count: 0, log_store_->next_slot(): 359, req.log_entries().size(): 1
2021.03.24 11:22:49.654203 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 359, count: 0
2021.03.24 11:22:49.654216 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 359, count: 0
2021.03.24 11:22:49.654224 [ 4031 ] {} <Trace> RaftInstance: append at 359
2021.03.24 11:22:49.654246 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 358
2021.03.24 11:22:49.654255 [ 4031 ] {} <Trace> RaftInstance: local log idx 359, target_commit_idx 358, quick_commit_index_ 358, state_->get_commit_idx() 357
2021.03.24 11:22:49.654263 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.654281 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.654299 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.654306 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.654340 [ 4034 ] {} <Debug> RaftInstance: commit upto 358, current idx 357
2021.03.24 11:22:49.654316 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.654375 [ 4034 ] {} <Trace> RaftInstance: commit upto 358, current idx 358
2021.03.24 11:22:49.654391 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=360
2021.03.24 11:22:49.654427 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 358, current idx 358
2021.03.24 11:22:49.654438 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.661310 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=359, LastLogTerm=1, EntriesLength=0, CommitIndex=359 and Term=1
2021.03.24 11:22:49.661374 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 359 (0), req c idx: 359, my term: 1, my role: 1
2021.03.24 11:22:49.661412 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.661427 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 359, req log term: 1, my last log idx: 359, my log (359) term: 1
2021.03.24 11:22:49.661472 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 359
2021.03.24 11:22:49.661482 [ 4033 ] {} <Trace> RaftInstance: local log idx 359, target_commit_idx 359, quick_commit_index_ 359, state_->get_commit_idx() 358
2021.03.24 11:22:49.661491 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.661519 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.661538 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.661557 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.661551 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.661640 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=360
2021.03.24 11:22:49.661655 [ 4034 ] {} <Debug> RaftInstance: commit upto 359, current idx 358
2021.03.24 11:22:49.661680 [ 4034 ] {} <Trace> RaftInstance: commit upto 359, current idx 359
2021.03.24 11:22:49.661755 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 359, current idx 359
2021.03.24 11:22:49.661765 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.668338 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=359, LastLogTerm=1, EntriesLength=1, CommitIndex=359 and Term=1
2021.03.24 11:22:49.668398 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 359 (1), req c idx: 359, my term: 1, my role: 1
2021.03.24 11:22:49.668411 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.668423 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 359, req log term: 1, my last log idx: 359, my log (359) term: 1
2021.03.24 11:22:49.668434 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 360, count: 0, log_store_->next_slot(): 360, req.log_entries().size(): 1
2021.03.24 11:22:49.668442 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 360, count: 0
2021.03.24 11:22:49.668450 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 360, count: 0
2021.03.24 11:22:49.668458 [ 4031 ] {} <Trace> RaftInstance: append at 360
2021.03.24 11:22:49.668480 [ 4031 ] {} <Trace> RaftInstance: local log idx 360, target_commit_idx 359, quick_commit_index_ 359, state_->get_commit_idx() 359
2021.03.24 11:22:49.668490 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.668508 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.668526 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.668575 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=361
2021.03.24 11:22:49.675519 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=360, LastLogTerm=1, EntriesLength=0, CommitIndex=360 and Term=1
2021.03.24 11:22:49.675597 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 360 (0), req c idx: 360, my term: 1, my role: 1
2021.03.24 11:22:49.675610 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.675634 [ 4033 ] {} <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.675645 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 360
2021.03.24 11:22:49.675653 [ 4033 ] {} <Trace> RaftInstance: local log idx 360, target_commit_idx 360, quick_commit_index_ 360, state_->get_commit_idx() 359
2021.03.24 11:22:49.675662 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.675686 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.675707 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.675725 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.675739 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=361
2021.03.24 11:22:49.675720 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.675833 [ 4034 ] {} <Debug> RaftInstance: commit upto 360, current idx 359
2021.03.24 11:22:49.675849 [ 4034 ] {} <Trace> RaftInstance: commit upto 360, current idx 360
2021.03.24 11:22:49.675891 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 360, current idx 360
2021.03.24 11:22:49.675902 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.684626 [ 4032 ] {} <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.684670 [ 4032 ] {} <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.684687 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.684699 [ 4032 ] {} <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.684709 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 361, count: 0, log_store_->next_slot(): 361, req.log_entries().size(): 1
2021.03.24 11:22:49.684718 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 361, count: 0
2021.03.24 11:22:49.684726 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 361, count: 0
2021.03.24 11:22:49.684768 [ 4032 ] {} <Trace> RaftInstance: append at 361
2021.03.24 11:22:49.684793 [ 4032 ] {} <Trace> RaftInstance: local log idx 361, target_commit_idx 360, quick_commit_index_ 360, state_->get_commit_idx() 360
2021.03.24 11:22:49.684803 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.684823 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.684840 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.684851 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=362
2021.03.24 11:22:49.692355 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=361, LastLogTerm=1, EntriesLength=1, CommitIndex=361 and Term=1
2021.03.24 11:22:49.692450 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 361 (1), req c idx: 361, my term: 1, my role: 1
2021.03.24 11:22:49.692465 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.692477 [ 4030 ] {} <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.692487 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 362, count: 0, log_store_->next_slot(): 362, req.log_entries().size(): 1
2021.03.24 11:22:49.692501 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 362, count: 0
2021.03.24 11:22:49.692510 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 362, count: 0
2021.03.24 11:22:49.692517 [ 4030 ] {} <Trace> RaftInstance: append at 362
2021.03.24 11:22:49.692539 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 361
2021.03.24 11:22:49.692548 [ 4030 ] {} <Trace> RaftInstance: local log idx 362, target_commit_idx 361, quick_commit_index_ 361, state_->get_commit_idx() 360
2021.03.24 11:22:49.692556 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.692569 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.692588 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.692606 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.692616 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=363
2021.03.24 11:22:49.692652 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.692676 [ 4034 ] {} <Debug> RaftInstance: commit upto 361, current idx 360
2021.03.24 11:22:49.692694 [ 4034 ] {} <Trace> RaftInstance: commit upto 361, current idx 361
2021.03.24 11:22:49.692818 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 361, current idx 361
2021.03.24 11:22:49.692828 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.699412 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=362, LastLogTerm=1, EntriesLength=0, CommitIndex=362 and Term=1
2021.03.24 11:22:49.699495 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 362 (0), req c idx: 362, my term: 1, my role: 1
2021.03.24 11:22:49.699514 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.699527 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 362, req log term: 1, my last log idx: 362, my log (362) term: 1
2021.03.24 11:22:49.699541 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 362
2021.03.24 11:22:49.699550 [ 4033 ] {} <Trace> RaftInstance: local log idx 362, target_commit_idx 362, quick_commit_index_ 362, state_->get_commit_idx() 361
2021.03.24 11:22:49.699565 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.699582 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.699598 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.699615 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.699625 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=363
2021.03.24 11:22:49.699642 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.699695 [ 4034 ] {} <Debug> RaftInstance: commit upto 362, current idx 361
2021.03.24 11:22:49.699730 [ 4034 ] {} <Trace> RaftInstance: commit upto 362, current idx 362
2021.03.24 11:22:49.699788 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 362, current idx 362
2021.03.24 11:22:49.699798 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.706271 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=362, LastLogTerm=1, EntriesLength=1, CommitIndex=362 and Term=1
2021.03.24 11:22:49.706332 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 362 (1), req c idx: 362, my term: 1, my role: 1
2021.03.24 11:22:49.706345 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.706358 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 362, req log term: 1, my last log idx: 362, my log (362) term: 1
2021.03.24 11:22:49.706368 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 363, count: 0, log_store_->next_slot(): 363, req.log_entries().size(): 1
2021.03.24 11:22:49.706377 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 363, count: 0
2021.03.24 11:22:49.706385 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 363, count: 0
2021.03.24 11:22:49.706392 [ 4031 ] {} <Trace> RaftInstance: append at 363
2021.03.24 11:22:49.706416 [ 4031 ] {} <Trace> RaftInstance: local log idx 363, target_commit_idx 362, quick_commit_index_ 362, state_->get_commit_idx() 362
2021.03.24 11:22:49.706426 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.706447 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.706466 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.706476 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=364
2021.03.24 11:22:49.713074 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=363, LastLogTerm=1, EntriesLength=0, CommitIndex=363 and Term=1
2021.03.24 11:22:49.713179 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 363 (0), req c idx: 363, my term: 1, my role: 1
2021.03.24 11:22:49.713212 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.713235 [ 4033 ] {} <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.713251 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 363
2021.03.24 11:22:49.713261 [ 4033 ] {} <Trace> RaftInstance: local log idx 363, target_commit_idx 363, quick_commit_index_ 363, state_->get_commit_idx() 362
2021.03.24 11:22:49.713275 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.713317 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.713348 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.713364 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.713412 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.713424 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=364
2021.03.24 11:22:49.713386 [ 4034 ] {} <Debug> RaftInstance: commit upto 363, current idx 362
2021.03.24 11:22:49.713456 [ 4034 ] {} <Trace> RaftInstance: commit upto 363, current idx 363
2021.03.24 11:22:49.713519 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 363, current idx 363
2021.03.24 11:22:49.713533 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.721948 [ 4032 ] {} <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.722010 [ 4032 ] {} <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.722023 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.722109 [ 4032 ] {} <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.722126 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 364, count: 0, log_store_->next_slot(): 364, req.log_entries().size(): 1
2021.03.24 11:22:49.722135 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 364, count: 0
2021.03.24 11:22:49.722144 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 364, count: 0
2021.03.24 11:22:49.722153 [ 4032 ] {} <Trace> RaftInstance: append at 364
2021.03.24 11:22:49.722178 [ 4032 ] {} <Trace> RaftInstance: local log idx 364, target_commit_idx 363, quick_commit_index_ 363, state_->get_commit_idx() 363
2021.03.24 11:22:49.722188 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.722211 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.722229 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.722240 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=365
2021.03.24 11:22:49.728814 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=364, LastLogTerm=1, EntriesLength=0, CommitIndex=364 and Term=1
2021.03.24 11:22:49.728866 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 364 (0), req c idx: 364, my term: 1, my role: 1
2021.03.24 11:22:49.728882 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.728897 [ 4033 ] {} <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.728907 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 364
2021.03.24 11:22:49.728915 [ 4033 ] {} <Trace> RaftInstance: local log idx 364, target_commit_idx 364, quick_commit_index_ 364, state_->get_commit_idx() 363
2021.03.24 11:22:49.728924 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.728969 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.728990 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.729002 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.729041 [ 4034 ] {} <Debug> RaftInstance: commit upto 364, current idx 363
2021.03.24 11:22:49.729054 [ 4034 ] {} <Trace> RaftInstance: commit upto 364, current idx 364
2021.03.24 11:22:49.729008 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.729089 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=365
2021.03.24 11:22:49.729105 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 364, current idx 364
2021.03.24 11:22:49.729115 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.737518 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=364, LastLogTerm=1, EntriesLength=1, CommitIndex=364 and Term=1
2021.03.24 11:22:49.737575 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 364 (1), req c idx: 364, my term: 1, my role: 1
2021.03.24 11:22:49.737588 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.737599 [ 4030 ] {} <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.737609 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 365, count: 0, log_store_->next_slot(): 365, req.log_entries().size(): 1
2021.03.24 11:22:49.737617 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 365, count: 0
2021.03.24 11:22:49.737626 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 365, count: 0
2021.03.24 11:22:49.737633 [ 4030 ] {} <Trace> RaftInstance: append at 365
2021.03.24 11:22:49.737660 [ 4030 ] {} <Trace> RaftInstance: local log idx 365, target_commit_idx 364, quick_commit_index_ 364, state_->get_commit_idx() 364
2021.03.24 11:22:49.737671 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.737701 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.737723 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.737737 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=366
2021.03.24 11:22:49.744309 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=365, LastLogTerm=1, EntriesLength=0, CommitIndex=365 and Term=1
2021.03.24 11:22:49.744372 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 365 (0), req c idx: 365, my term: 1, my role: 1
2021.03.24 11:22:49.744384 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.744396 [ 4032 ] {} <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.744408 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 365
2021.03.24 11:22:49.744416 [ 4032 ] {} <Trace> RaftInstance: local log idx 365, target_commit_idx 365, quick_commit_index_ 365, state_->get_commit_idx() 364
2021.03.24 11:22:49.744425 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.744442 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.744462 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.744480 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.744490 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=366
2021.03.24 11:22:49.744507 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.744533 [ 4034 ] {} <Debug> RaftInstance: commit upto 365, current idx 364
2021.03.24 11:22:49.744570 [ 4034 ] {} <Trace> RaftInstance: commit upto 365, current idx 365
2021.03.24 11:22:49.744611 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 365, current idx 365
2021.03.24 11:22:49.744622 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.752920 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=365, LastLogTerm=1, EntriesLength=1, CommitIndex=365 and Term=1
2021.03.24 11:22:49.753002 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 365 (1), req c idx: 365, my term: 1, my role: 1
2021.03.24 11:22:49.753020 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.753034 [ 4033 ] {} <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.753048 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 366, count: 0, log_store_->next_slot(): 366, req.log_entries().size(): 1
2021.03.24 11:22:49.753071 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 366, count: 0
2021.03.24 11:22:49.753081 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 366, count: 0
2021.03.24 11:22:49.753089 [ 4033 ] {} <Trace> RaftInstance: append at 366
2021.03.24 11:22:49.753112 [ 4033 ] {} <Trace> RaftInstance: local log idx 366, target_commit_idx 365, quick_commit_index_ 365, state_->get_commit_idx() 365
2021.03.24 11:22:49.753121 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.753223 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.753247 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.753257 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=367
2021.03.24 11:22:49.759739 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=366, LastLogTerm=1, EntriesLength=1, CommitIndex=366 and Term=1
2021.03.24 11:22:49.759778 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 366 (1), req c idx: 366, my term: 1, my role: 1
2021.03.24 11:22:49.759800 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.759816 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 366, req log term: 1, my last log idx: 366, my log (366) term: 1
2021.03.24 11:22:49.759828 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 367, count: 0, log_store_->next_slot(): 367, req.log_entries().size(): 1
2021.03.24 11:22:49.759843 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 367, count: 0
2021.03.24 11:22:49.759860 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 367, count: 0
2021.03.24 11:22:49.759868 [ 4031 ] {} <Trace> RaftInstance: append at 367
2021.03.24 11:22:49.759888 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 366
2021.03.24 11:22:49.759897 [ 4031 ] {} <Trace> RaftInstance: local log idx 367, target_commit_idx 366, quick_commit_index_ 366, state_->get_commit_idx() 365
2021.03.24 11:22:49.759904 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.759926 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.759974 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.759997 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.760013 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=368
2021.03.24 11:22:49.760006 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.760077 [ 4034 ] {} <Debug> RaftInstance: commit upto 366, current idx 365
2021.03.24 11:22:49.760140 [ 4034 ] {} <Trace> RaftInstance: commit upto 366, current idx 366
2021.03.24 11:22:49.760204 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 366, current idx 366
2021.03.24 11:22:49.760224 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.766573 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=367, LastLogTerm=1, EntriesLength=0, CommitIndex=367 and Term=1
2021.03.24 11:22:49.766668 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 367 (0), req c idx: 367, my term: 1, my role: 1
2021.03.24 11:22:49.766683 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.766695 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 367, req log term: 1, my last log idx: 367, my log (367) term: 1
2021.03.24 11:22:49.766706 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 367
2021.03.24 11:22:49.766714 [ 4032 ] {} <Trace> RaftInstance: local log idx 367, target_commit_idx 367, quick_commit_index_ 367, state_->get_commit_idx() 366
2021.03.24 11:22:49.766722 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.766740 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.766760 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.766777 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.766787 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=368
2021.03.24 11:22:49.766788 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.766843 [ 4034 ] {} <Debug> RaftInstance: commit upto 367, current idx 366
2021.03.24 11:22:49.766857 [ 4034 ] {} <Trace> RaftInstance: commit upto 367, current idx 367
2021.03.24 11:22:49.766906 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 367, current idx 367
2021.03.24 11:22:49.766936 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.773360 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=367, LastLogTerm=1, EntriesLength=1, CommitIndex=367 and Term=1
2021.03.24 11:22:49.773423 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 367 (1), req c idx: 367, my term: 1, my role: 1
2021.03.24 11:22:49.773436 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.773449 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 367, req log term: 1, my last log idx: 367, my log (367) term: 1
2021.03.24 11:22:49.773459 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 368, count: 0, log_store_->next_slot(): 368, req.log_entries().size(): 1
2021.03.24 11:22:49.773467 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 368, count: 0
2021.03.24 11:22:49.773476 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 368, count: 0
2021.03.24 11:22:49.773489 [ 4030 ] {} <Trace> RaftInstance: append at 368
2021.03.24 11:22:49.773513 [ 4030 ] {} <Trace> RaftInstance: local log idx 368, target_commit_idx 367, quick_commit_index_ 367, state_->get_commit_idx() 367
2021.03.24 11:22:49.773522 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.773565 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.773602 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.773616 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=369
2021.03.24 11:22:49.780338 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=368, LastLogTerm=1, EntriesLength=0, CommitIndex=368 and Term=1
2021.03.24 11:22:49.780404 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 368 (0), req c idx: 368, my term: 1, my role: 1
2021.03.24 11:22:49.780417 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.780430 [ 4031 ] {} <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.780441 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 368
2021.03.24 11:22:49.780449 [ 4031 ] {} <Trace> RaftInstance: local log idx 368, target_commit_idx 368, quick_commit_index_ 368, state_->get_commit_idx() 367
2021.03.24 11:22:49.780481 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.780503 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.780557 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.780552 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.780625 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.780663 [ 4034 ] {} <Debug> RaftInstance: commit upto 368, current idx 367
2021.03.24 11:22:49.780675 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=369
2021.03.24 11:22:49.780681 [ 4034 ] {} <Trace> RaftInstance: commit upto 368, current idx 368
2021.03.24 11:22:49.780724 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 368, current idx 368
2021.03.24 11:22:49.780742 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.787442 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=368, LastLogTerm=1, EntriesLength=1, CommitIndex=368 and Term=1
2021.03.24 11:22:49.787574 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 368 (1), req c idx: 368, my term: 1, my role: 1
2021.03.24 11:22:49.787588 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.787601 [ 4030 ] {} <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.787612 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 369, count: 0, log_store_->next_slot(): 369, req.log_entries().size(): 1
2021.03.24 11:22:49.787621 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 369, count: 0
2021.03.24 11:22:49.787629 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 369, count: 0
2021.03.24 11:22:49.787636 [ 4030 ] {} <Trace> RaftInstance: append at 369
2021.03.24 11:22:49.787660 [ 4030 ] {} <Trace> RaftInstance: local log idx 369, target_commit_idx 368, quick_commit_index_ 368, state_->get_commit_idx() 368
2021.03.24 11:22:49.787682 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.787703 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.787721 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.787731 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=370
2021.03.24 11:22:49.794401 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=369, LastLogTerm=1, EntriesLength=1, CommitIndex=369 and Term=1
2021.03.24 11:22:49.794494 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 369 (1), req c idx: 369, my term: 1, my role: 1
2021.03.24 11:22:49.794515 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.794528 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 369, req log term: 1, my last log idx: 369, my log (369) term: 1
2021.03.24 11:22:49.794539 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 370, count: 0, log_store_->next_slot(): 370, req.log_entries().size(): 1
2021.03.24 11:22:49.794547 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 370, count: 0
2021.03.24 11:22:49.794556 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 370, count: 0
2021.03.24 11:22:49.794563 [ 4033 ] {} <Trace> RaftInstance: append at 370
2021.03.24 11:22:49.794586 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 369
2021.03.24 11:22:49.794596 [ 4033 ] {} <Trace> RaftInstance: local log idx 370, target_commit_idx 369, quick_commit_index_ 369, state_->get_commit_idx() 368
2021.03.24 11:22:49.794603 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.794623 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.794662 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.794687 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.794769 [ 4034 ] {} <Debug> RaftInstance: commit upto 369, current idx 368
2021.03.24 11:22:49.794709 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.794811 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=371
2021.03.24 11:22:49.794785 [ 4034 ] {} <Trace> RaftInstance: commit upto 369, current idx 369
2021.03.24 11:22:49.794875 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 369, current idx 369
2021.03.24 11:22:49.794886 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.801515 [ 4030 ] {} <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.801583 [ 4030 ] {} <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.801604 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.801617 [ 4030 ] {} <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.801628 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 370
2021.03.24 11:22:49.801637 [ 4030 ] {} <Trace> RaftInstance: local log idx 370, target_commit_idx 370, quick_commit_index_ 370, state_->get_commit_idx() 369
2021.03.24 11:22:49.801644 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.801665 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.801686 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.801698 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.801731 [ 4034 ] {} <Debug> RaftInstance: commit upto 370, current idx 369
2021.03.24 11:22:49.801707 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.801815 [ 4034 ] {} <Trace> RaftInstance: commit upto 370, current idx 370
2021.03.24 11:22:49.801838 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=371
2021.03.24 11:22:49.801971 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 370, current idx 370
2021.03.24 11:22:49.801983 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.816101 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=370, LastLogTerm=1, EntriesLength=1, CommitIndex=370 and Term=1
2021.03.24 11:22:49.816153 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 370 (1), req c idx: 370, my term: 1, my role: 1
2021.03.24 11:22:49.816165 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.816177 [ 4031 ] {} <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.816187 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 371, count: 0, log_store_->next_slot(): 371, req.log_entries().size(): 1
2021.03.24 11:22:49.816196 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 371, count: 0
2021.03.24 11:22:49.816204 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 371, count: 0
2021.03.24 11:22:49.816211 [ 4031 ] {} <Trace> RaftInstance: append at 371
2021.03.24 11:22:49.816233 [ 4031 ] {} <Trace> RaftInstance: local log idx 371, target_commit_idx 370, quick_commit_index_ 370, state_->get_commit_idx() 370
2021.03.24 11:22:49.816251 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.816289 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.816326 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.816337 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=372
2021.03.24 11:22:49.826611 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=371, LastLogTerm=1, EntriesLength=2, CommitIndex=371 and Term=1
2021.03.24 11:22:49.826658 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 371 (2), req c idx: 371, my term: 1, my role: 1
2021.03.24 11:22:49.826670 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.826682 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 371, req log term: 1, my last log idx: 371, my log (371) term: 1
2021.03.24 11:22:49.826700 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 372, count: 0, log_store_->next_slot(): 372, req.log_entries().size(): 2
2021.03.24 11:22:49.826710 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 372, count: 0
2021.03.24 11:22:49.826718 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 372, count: 0
2021.03.24 11:22:49.826725 [ 4033 ] {} <Trace> RaftInstance: append at 372
2021.03.24 11:22:49.826745 [ 4033 ] {} <Trace> RaftInstance: append at 373
2021.03.24 11:22:49.826758 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 371
2021.03.24 11:22:49.826767 [ 4033 ] {} <Trace> RaftInstance: local log idx 373, target_commit_idx 371, quick_commit_index_ 371, state_->get_commit_idx() 370
2021.03.24 11:22:49.826775 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.826793 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.826812 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.826828 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.826832 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.826838 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=374
2021.03.24 11:22:49.826864 [ 4034 ] {} <Debug> RaftInstance: commit upto 371, current idx 370
2021.03.24 11:22:49.826887 [ 4034 ] {} <Trace> RaftInstance: commit upto 371, current idx 371
2021.03.24 11:22:49.826929 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 371, current idx 371
2021.03.24 11:22:49.826940 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.833588 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=373, LastLogTerm=1, EntriesLength=0, CommitIndex=373 and Term=1
2021.03.24 11:22:49.833682 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 373 (0), req c idx: 373, my term: 1, my role: 1
2021.03.24 11:22:49.833696 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.833709 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 373, req log term: 1, my last log idx: 373, my log (373) term: 1
2021.03.24 11:22:49.833720 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 373
2021.03.24 11:22:49.833729 [ 4030 ] {} <Trace> RaftInstance: local log idx 373, target_commit_idx 373, quick_commit_index_ 373, state_->get_commit_idx() 371
2021.03.24 11:22:49.833737 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.833757 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.833778 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.833805 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.833819 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=374
2021.03.24 11:22:49.833835 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.833879 [ 4034 ] {} <Debug> RaftInstance: commit upto 373, current idx 371
2021.03.24 11:22:49.833912 [ 4034 ] {} <Trace> RaftInstance: commit upto 373, current idx 372
2021.03.24 11:22:49.833976 [ 4034 ] {} <Trace> RaftInstance: commit upto 373, current idx 373
2021.03.24 11:22:49.833997 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 373, current idx 373
2021.03.24 11:22:49.834027 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.840493 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=373, LastLogTerm=1, EntriesLength=2, CommitIndex=373 and Term=1
2021.03.24 11:22:49.840533 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 373 (2), req c idx: 373, my term: 1, my role: 1
2021.03.24 11:22:49.840546 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.840557 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 373, req log term: 1, my last log idx: 373, my log (373) term: 1
2021.03.24 11:22:49.840568 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 374, count: 0, log_store_->next_slot(): 374, req.log_entries().size(): 2
2021.03.24 11:22:49.840576 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 374, count: 0
2021.03.24 11:22:49.840584 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 374, count: 0
2021.03.24 11:22:49.840591 [ 4031 ] {} <Trace> RaftInstance: append at 374
2021.03.24 11:22:49.840612 [ 4031 ] {} <Trace> RaftInstance: append at 375
2021.03.24 11:22:49.840636 [ 4031 ] {} <Trace> RaftInstance: local log idx 375, target_commit_idx 373, quick_commit_index_ 373, state_->get_commit_idx() 373
2021.03.24 11:22:49.840645 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.840664 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.840691 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.840703 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=376
2021.03.24 11:22:49.847597 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=375, LastLogTerm=1, EntriesLength=0, CommitIndex=375 and Term=1
2021.03.24 11:22:49.847645 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 375 (0), req c idx: 375, my term: 1, my role: 1
2021.03.24 11:22:49.847659 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.847672 [ 4033 ] {} <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.847681 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 375
2021.03.24 11:22:49.847690 [ 4033 ] {} <Trace> RaftInstance: local log idx 375, target_commit_idx 375, quick_commit_index_ 375, state_->get_commit_idx() 373
2021.03.24 11:22:49.847698 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.847719 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.847741 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.847758 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.847794 [ 4034 ] {} <Debug> RaftInstance: commit upto 375, current idx 373
2021.03.24 11:22:49.847807 [ 4034 ] {} <Trace> RaftInstance: commit upto 375, current idx 374
2021.03.24 11:22:49.847764 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.847847 [ 4034 ] {} <Trace> RaftInstance: commit upto 375, current idx 375
2021.03.24 11:22:49.847850 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=376
2021.03.24 11:22:49.847901 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 375, current idx 375
2021.03.24 11:22:49.847918 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.854664 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=375, LastLogTerm=1, EntriesLength=2, CommitIndex=375 and Term=1
2021.03.24 11:22:49.854749 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 375 (2), req c idx: 375, my term: 1, my role: 1
2021.03.24 11:22:49.854763 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.854775 [ 4030 ] {} <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.854785 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 376, count: 0, log_store_->next_slot(): 376, req.log_entries().size(): 2
2021.03.24 11:22:49.854794 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 376, count: 0
2021.03.24 11:22:49.854802 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 376, count: 0
2021.03.24 11:22:49.854809 [ 4030 ] {} <Trace> RaftInstance: append at 376
2021.03.24 11:22:49.854830 [ 4030 ] {} <Trace> RaftInstance: append at 377
2021.03.24 11:22:49.854845 [ 4030 ] {} <Trace> RaftInstance: local log idx 377, target_commit_idx 375, quick_commit_index_ 375, state_->get_commit_idx() 375
2021.03.24 11:22:49.854853 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.854867 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.854886 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.854896 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=378
2021.03.24 11:22:49.861669 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=377, LastLogTerm=1, EntriesLength=1, CommitIndex=377 and Term=1
2021.03.24 11:22:49.861745 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 377 (1), req c idx: 377, my term: 1, my role: 1
2021.03.24 11:22:49.861769 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.861789 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 377, req log term: 1, my last log idx: 377, my log (377) term: 1
2021.03.24 11:22:49.861807 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 378, count: 0, log_store_->next_slot(): 378, req.log_entries().size(): 1
2021.03.24 11:22:49.861822 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 378, count: 0
2021.03.24 11:22:49.861839 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 378, count: 0
2021.03.24 11:22:49.861854 [ 4033 ] {} <Trace> RaftInstance: append at 378
2021.03.24 11:22:49.861892 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 377
2021.03.24 11:22:49.861911 [ 4033 ] {} <Trace> RaftInstance: local log idx 378, target_commit_idx 377, quick_commit_index_ 377, state_->get_commit_idx() 375
2021.03.24 11:22:49.861920 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.861943 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.861961 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.861980 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.861991 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=379
2021.03.24 11:22:49.861988 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.862040 [ 4034 ] {} <Debug> RaftInstance: commit upto 377, current idx 375
2021.03.24 11:22:49.862054 [ 4034 ] {} <Trace> RaftInstance: commit upto 377, current idx 376
2021.03.24 11:22:49.862206 [ 4034 ] {} <Trace> RaftInstance: commit upto 377, current idx 377
2021.03.24 11:22:49.862256 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 377, current idx 377
2021.03.24 11:22:49.862285 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.868699 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=378, LastLogTerm=1, EntriesLength=1, CommitIndex=378 and Term=1
2021.03.24 11:22:49.868750 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 378 (1), req c idx: 378, my term: 1, my role: 1
2021.03.24 11:22:49.868763 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.868776 [ 4030 ] {} <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.868785 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 379, count: 0, log_store_->next_slot(): 379, req.log_entries().size(): 1
2021.03.24 11:22:49.868794 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 379, count: 0
2021.03.24 11:22:49.868811 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 379, count: 0
2021.03.24 11:22:49.868820 [ 4030 ] {} <Trace> RaftInstance: append at 379
2021.03.24 11:22:49.868844 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 378
2021.03.24 11:22:49.868853 [ 4030 ] {} <Trace> RaftInstance: local log idx 379, target_commit_idx 378, quick_commit_index_ 378, state_->get_commit_idx() 377
2021.03.24 11:22:49.868860 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.868877 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.868894 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.868913 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.868923 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=380
2021.03.24 11:22:49.868928 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.868975 [ 4034 ] {} <Debug> RaftInstance: commit upto 378, current idx 377
2021.03.24 11:22:49.869009 [ 4034 ] {} <Trace> RaftInstance: commit upto 378, current idx 378
2021.03.24 11:22:49.869068 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 378, current idx 378
2021.03.24 11:22:49.869077 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.875720 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=379, LastLogTerm=1, EntriesLength=0, CommitIndex=379 and Term=1
2021.03.24 11:22:49.875773 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 379 (0), req c idx: 379, my term: 1, my role: 1
2021.03.24 11:22:49.875785 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.875797 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 379, req log term: 1, my last log idx: 379, my log (379) term: 1
2021.03.24 11:22:49.875807 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 379
2021.03.24 11:22:49.875815 [ 4032 ] {} <Trace> RaftInstance: local log idx 379, target_commit_idx 379, quick_commit_index_ 379, state_->get_commit_idx() 378
2021.03.24 11:22:49.875823 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.875843 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.875861 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.875878 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.875888 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=380
2021.03.24 11:22:49.875917 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.875963 [ 4034 ] {} <Debug> RaftInstance: commit upto 379, current idx 378
2021.03.24 11:22:49.875977 [ 4034 ] {} <Trace> RaftInstance: commit upto 379, current idx 379
2021.03.24 11:22:49.876030 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 379, current idx 379
2021.03.24 11:22:49.876065 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.882645 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=379, LastLogTerm=1, EntriesLength=3, CommitIndex=379 and Term=1
2021.03.24 11:22:49.882706 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 379 (3), req c idx: 379, my term: 1, my role: 1
2021.03.24 11:22:49.882718 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.882731 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 379, req log term: 1, my last log idx: 379, my log (379) term: 1
2021.03.24 11:22:49.882743 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 380, count: 0, log_store_->next_slot(): 380, req.log_entries().size(): 3
2021.03.24 11:22:49.882751 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 380, count: 0
2021.03.24 11:22:49.882759 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 380, count: 0
2021.03.24 11:22:49.882766 [ 4031 ] {} <Trace> RaftInstance: append at 380
2021.03.24 11:22:49.882788 [ 4031 ] {} <Trace> RaftInstance: append at 381
2021.03.24 11:22:49.882801 [ 4031 ] {} <Trace> RaftInstance: append at 382
2021.03.24 11:22:49.882835 [ 4031 ] {} <Trace> RaftInstance: local log idx 382, target_commit_idx 379, quick_commit_index_ 379, state_->get_commit_idx() 379
2021.03.24 11:22:49.882845 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.882865 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.882884 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.882894 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=383
2021.03.24 11:22:49.889546 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=382, LastLogTerm=1, EntriesLength=0, CommitIndex=382 and Term=1
2021.03.24 11:22:49.889598 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 382 (0), req c idx: 382, my term: 1, my role: 1
2021.03.24 11:22:49.889610 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.889622 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 382, req log term: 1, my last log idx: 382, my log (382) term: 1
2021.03.24 11:22:49.889633 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 382
2021.03.24 11:22:49.889641 [ 4033 ] {} <Trace> RaftInstance: local log idx 382, target_commit_idx 382, quick_commit_index_ 382, state_->get_commit_idx() 379
2021.03.24 11:22:49.889649 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.889676 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.889698 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.889717 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.889763 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=383
2021.03.24 11:22:49.889714 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.889800 [ 4034 ] {} <Debug> RaftInstance: commit upto 382, current idx 379
2021.03.24 11:22:49.889813 [ 4034 ] {} <Trace> RaftInstance: commit upto 382, current idx 380
2021.03.24 11:22:49.889852 [ 4034 ] {} <Trace> RaftInstance: commit upto 382, current idx 381
2021.03.24 11:22:49.889910 [ 4034 ] {} <Trace> RaftInstance: commit upto 382, current idx 382
2021.03.24 11:22:49.889945 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 382, current idx 382
2021.03.24 11:22:49.889954 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.896425 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=382, LastLogTerm=1, EntriesLength=1, CommitIndex=382 and Term=1
2021.03.24 11:22:49.896496 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 382 (1), req c idx: 382, my term: 1, my role: 1
2021.03.24 11:22:49.896517 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.896533 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 382, req log term: 1, my last log idx: 382, my log (382) term: 1
2021.03.24 11:22:49.896547 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 383, count: 0, log_store_->next_slot(): 383, req.log_entries().size(): 1
2021.03.24 11:22:49.896558 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 383, count: 0
2021.03.24 11:22:49.896572 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 383, count: 0
2021.03.24 11:22:49.896588 [ 4031 ] {} <Trace> RaftInstance: append at 383
2021.03.24 11:22:49.896620 [ 4031 ] {} <Trace> RaftInstance: local log idx 383, target_commit_idx 382, quick_commit_index_ 382, state_->get_commit_idx() 382
2021.03.24 11:22:49.896632 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.896675 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.896706 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.896725 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=384
2021.03.24 11:22:49.903413 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=383, LastLogTerm=1, EntriesLength=1, CommitIndex=383 and Term=1
2021.03.24 11:22:49.903502 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 383 (1), req c idx: 383, my term: 1, my role: 1
2021.03.24 11:22:49.903524 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.903546 [ 4032 ] {} <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.903563 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 384, count: 0, log_store_->next_slot(): 384, req.log_entries().size(): 1
2021.03.24 11:22:49.903576 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 384, count: 0
2021.03.24 11:22:49.903588 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 384, count: 0
2021.03.24 11:22:49.903599 [ 4032 ] {} <Trace> RaftInstance: append at 384
2021.03.24 11:22:49.903632 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 383
2021.03.24 11:22:49.903649 [ 4032 ] {} <Trace> RaftInstance: local log idx 384, target_commit_idx 383, quick_commit_index_ 383, state_->get_commit_idx() 382
2021.03.24 11:22:49.903662 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.903689 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.903712 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.903736 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.903744 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.903805 [ 4034 ] {} <Debug> RaftInstance: commit upto 383, current idx 382
2021.03.24 11:22:49.903826 [ 4034 ] {} <Trace> RaftInstance: commit upto 383, current idx 383
2021.03.24 11:22:49.903753 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=385
2021.03.24 11:22:49.903956 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 383, current idx 383
2021.03.24 11:22:49.903975 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.910437 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=384, LastLogTerm=1, EntriesLength=1, CommitIndex=384 and Term=1
2021.03.24 11:22:49.910493 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 384 (1), req c idx: 384, my term: 1, my role: 1
2021.03.24 11:22:49.910506 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.910517 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 384, req log term: 1, my last log idx: 384, my log (384) term: 1
2021.03.24 11:22:49.910527 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 385, count: 0, log_store_->next_slot(): 385, req.log_entries().size(): 1
2021.03.24 11:22:49.910536 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 385, count: 0
2021.03.24 11:22:49.910544 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 385, count: 0
2021.03.24 11:22:49.910560 [ 4033 ] {} <Trace> RaftInstance: append at 385
2021.03.24 11:22:49.910583 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 384
2021.03.24 11:22:49.910592 [ 4033 ] {} <Trace> RaftInstance: local log idx 385, target_commit_idx 384, quick_commit_index_ 384, state_->get_commit_idx() 383
2021.03.24 11:22:49.910600 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.910617 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.910636 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.910652 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.910663 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=386
2021.03.24 11:22:49.910685 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.910737 [ 4034 ] {} <Debug> RaftInstance: commit upto 384, current idx 383
2021.03.24 11:22:49.910751 [ 4034 ] {} <Trace> RaftInstance: commit upto 384, current idx 384
2021.03.24 11:22:49.910805 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 384, current idx 384
2021.03.24 11:22:49.910815 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.917512 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=385, LastLogTerm=1, EntriesLength=0, CommitIndex=385 and Term=1
2021.03.24 11:22:49.917558 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 385 (0), req c idx: 385, my term: 1, my role: 1
2021.03.24 11:22:49.917571 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.917591 [ 4030 ] {} <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.917602 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 385
2021.03.24 11:22:49.917611 [ 4030 ] {} <Trace> RaftInstance: local log idx 385, target_commit_idx 385, quick_commit_index_ 385, state_->get_commit_idx() 384
2021.03.24 11:22:49.917619 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.917642 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.917672 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.917673 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.917748 [ 4034 ] {} <Debug> RaftInstance: commit upto 385, current idx 384
2021.03.24 11:22:49.917748 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.917770 [ 4034 ] {} <Trace> RaftInstance: commit upto 385, current idx 385
2021.03.24 11:22:49.917794 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=386
2021.03.24 11:22:49.917966 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 385, current idx 385
2021.03.24 11:22:49.917985 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.924554 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=385, LastLogTerm=1, EntriesLength=1, CommitIndex=385 and Term=1
2021.03.24 11:22:49.924607 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 385 (1), req c idx: 385, my term: 1, my role: 1
2021.03.24 11:22:49.924619 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.924631 [ 4033 ] {} <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.924651 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 386, count: 0, log_store_->next_slot(): 386, req.log_entries().size(): 1
2021.03.24 11:22:49.924660 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 386, count: 0
2021.03.24 11:22:49.924668 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 386, count: 0
2021.03.24 11:22:49.924676 [ 4033 ] {} <Trace> RaftInstance: append at 386
2021.03.24 11:22:49.924698 [ 4033 ] {} <Trace> RaftInstance: local log idx 386, target_commit_idx 385, quick_commit_index_ 385, state_->get_commit_idx() 385
2021.03.24 11:22:49.924707 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.924743 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.924786 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.924800 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=387
2021.03.24 11:22:49.931504 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=386, LastLogTerm=1, EntriesLength=1, CommitIndex=386 and Term=1
2021.03.24 11:22:49.931542 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 386 (1), req c idx: 386, my term: 1, my role: 1
2021.03.24 11:22:49.931554 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.931566 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 386, req log term: 1, my last log idx: 386, my log (386) term: 1
2021.03.24 11:22:49.931575 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 387, count: 0, log_store_->next_slot(): 387, req.log_entries().size(): 1
2021.03.24 11:22:49.931584 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 387, count: 0
2021.03.24 11:22:49.931592 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 387, count: 0
2021.03.24 11:22:49.931599 [ 4030 ] {} <Trace> RaftInstance: append at 387
2021.03.24 11:22:49.931618 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 386
2021.03.24 11:22:49.931627 [ 4030 ] {} <Trace> RaftInstance: local log idx 387, target_commit_idx 386, quick_commit_index_ 386, state_->get_commit_idx() 385
2021.03.24 11:22:49.931634 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.931653 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.931671 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.931680 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.931717 [ 4034 ] {} <Debug> RaftInstance: commit upto 386, current idx 385
2021.03.24 11:22:49.931686 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.931733 [ 4034 ] {} <Trace> RaftInstance: commit upto 386, current idx 386
2021.03.24 11:22:49.931754 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=388
2021.03.24 11:22:49.931793 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 386, current idx 386
2021.03.24 11:22:49.931805 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.938486 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=387, LastLogTerm=1, EntriesLength=0, CommitIndex=387 and Term=1
2021.03.24 11:22:49.938528 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 387 (0), req c idx: 387, my term: 1, my role: 1
2021.03.24 11:22:49.938539 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.938567 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 387, req log term: 1, my last log idx: 387, my log (387) term: 1
2021.03.24 11:22:49.938577 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 387
2021.03.24 11:22:49.938586 [ 4033 ] {} <Trace> RaftInstance: local log idx 387, target_commit_idx 387, quick_commit_index_ 387, state_->get_commit_idx() 386
2021.03.24 11:22:49.938594 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.938617 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.938632 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.938647 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.938657 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=388
2021.03.24 11:22:49.938658 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.938683 [ 4034 ] {} <Debug> RaftInstance: commit upto 387, current idx 386
2021.03.24 11:22:49.938695 [ 4034 ] {} <Trace> RaftInstance: commit upto 387, current idx 387
2021.03.24 11:22:49.938732 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 387, current idx 387
2021.03.24 11:22:49.938743 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.945289 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=387, LastLogTerm=1, EntriesLength=2, CommitIndex=387 and Term=1
2021.03.24 11:22:49.945345 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 387 (2), req c idx: 387, my term: 1, my role: 1
2021.03.24 11:22:49.945358 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.945370 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 387, req log term: 1, my last log idx: 387, my log (387) term: 1
2021.03.24 11:22:49.945380 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 388, count: 0, log_store_->next_slot(): 388, req.log_entries().size(): 2
2021.03.24 11:22:49.945389 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 388, count: 0
2021.03.24 11:22:49.945398 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 388, count: 0
2021.03.24 11:22:49.945405 [ 4032 ] {} <Trace> RaftInstance: append at 388
2021.03.24 11:22:49.945426 [ 4032 ] {} <Trace> RaftInstance: append at 389
2021.03.24 11:22:49.945440 [ 4032 ] {} <Trace> RaftInstance: local log idx 389, target_commit_idx 387, quick_commit_index_ 387, state_->get_commit_idx() 387
2021.03.24 11:22:49.945449 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.945469 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.945486 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.945523 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=390
2021.03.24 11:22:49.952192 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=389, LastLogTerm=1, EntriesLength=0, CommitIndex=389 and Term=1
2021.03.24 11:22:49.952249 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 389 (0), req c idx: 389, my term: 1, my role: 1
2021.03.24 11:22:49.952262 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.952293 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 389, req log term: 1, my last log idx: 389, my log (389) term: 1
2021.03.24 11:22:49.952307 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 389
2021.03.24 11:22:49.952316 [ 4030 ] {} <Trace> RaftInstance: local log idx 389, target_commit_idx 389, quick_commit_index_ 389, state_->get_commit_idx() 387
2021.03.24 11:22:49.952325 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.952346 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.952370 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.952385 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.952467 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.952499 [ 4034 ] {} <Debug> RaftInstance: commit upto 389, current idx 387
2021.03.24 11:22:49.952535 [ 4034 ] {} <Trace> RaftInstance: commit upto 389, current idx 388
2021.03.24 11:22:49.952506 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=390
2021.03.24 11:22:49.952587 [ 4034 ] {} <Trace> RaftInstance: commit upto 389, current idx 389
2021.03.24 11:22:49.952612 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 389, current idx 389
2021.03.24 11:22:49.952637 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.959189 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=389, LastLogTerm=1, EntriesLength=1, CommitIndex=389 and Term=1
2021.03.24 11:22:49.959261 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 389 (1), req c idx: 389, my term: 1, my role: 1
2021.03.24 11:22:49.959284 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.959304 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 389, req log term: 1, my last log idx: 389, my log (389) term: 1
2021.03.24 11:22:49.959323 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 390, count: 0, log_store_->next_slot(): 390, req.log_entries().size(): 1
2021.03.24 11:22:49.959339 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 390, count: 0
2021.03.24 11:22:49.959354 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 390, count: 0
2021.03.24 11:22:49.959368 [ 4032 ] {} <Trace> RaftInstance: append at 390
2021.03.24 11:22:49.959405 [ 4032 ] {} <Trace> RaftInstance: local log idx 390, target_commit_idx 389, quick_commit_index_ 389, state_->get_commit_idx() 389
2021.03.24 11:22:49.959423 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.959454 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.959503 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.959525 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=391
2021.03.24 11:22:49.966331 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=390, LastLogTerm=1, EntriesLength=1, CommitIndex=390 and Term=1
2021.03.24 11:22:49.966398 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 390 (1), req c idx: 390, my term: 1, my role: 1
2021.03.24 11:22:49.966421 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.966441 [ 4030 ] {} <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.966458 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 391, count: 0, log_store_->next_slot(): 391, req.log_entries().size(): 1
2021.03.24 11:22:49.966472 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 391, count: 0
2021.03.24 11:22:49.966486 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 391, count: 0
2021.03.24 11:22:49.966500 [ 4030 ] {} <Trace> RaftInstance: append at 391
2021.03.24 11:22:49.966537 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 390
2021.03.24 11:22:49.966557 [ 4030 ] {} <Trace> RaftInstance: local log idx 391, target_commit_idx 390, quick_commit_index_ 390, state_->get_commit_idx() 389
2021.03.24 11:22:49.966571 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.966601 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.966634 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.966645 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.966666 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.966718 [ 4034 ] {} <Debug> RaftInstance: commit upto 390, current idx 389
2021.03.24 11:22:49.966739 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=392
2021.03.24 11:22:49.966805 [ 4034 ] {} <Trace> RaftInstance: commit upto 390, current idx 390
2021.03.24 11:22:49.966939 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 390, current idx 390
2021.03.24 11:22:49.966950 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.973458 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=391, LastLogTerm=1, EntriesLength=1, CommitIndex=391 and Term=1
2021.03.24 11:22:49.973545 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 391 (1), req c idx: 391, my term: 1, my role: 1
2021.03.24 11:22:49.973560 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.973572 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 391, req log term: 1, my last log idx: 391, my log (391) term: 1
2021.03.24 11:22:49.973582 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 392, count: 0, log_store_->next_slot(): 392, req.log_entries().size(): 1
2021.03.24 11:22:49.973591 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 392, count: 0
2021.03.24 11:22:49.973599 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 392, count: 0
2021.03.24 11:22:49.973607 [ 4031 ] {} <Trace> RaftInstance: append at 392
2021.03.24 11:22:49.973631 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 391
2021.03.24 11:22:49.973641 [ 4031 ] {} <Trace> RaftInstance: local log idx 392, target_commit_idx 391, quick_commit_index_ 391, state_->get_commit_idx() 390
2021.03.24 11:22:49.973649 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.973663 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.973682 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.973700 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.973739 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=393
2021.03.24 11:22:49.973765 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.973816 [ 4034 ] {} <Debug> RaftInstance: commit upto 391, current idx 390
2021.03.24 11:22:49.973830 [ 4034 ] {} <Trace> RaftInstance: commit upto 391, current idx 391
2021.03.24 11:22:49.973892 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 391, current idx 391
2021.03.24 11:22:49.974084 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.980403 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=392, LastLogTerm=1, EntriesLength=0, CommitIndex=392 and Term=1
2021.03.24 11:22:49.980448 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 392 (0), req c idx: 392, my term: 1, my role: 1
2021.03.24 11:22:49.980466 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.980479 [ 4033 ] {} <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:49.980489 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 392
2021.03.24 11:22:49.980498 [ 4033 ] {} <Trace> RaftInstance: local log idx 392, target_commit_idx 392, quick_commit_index_ 392, state_->get_commit_idx() 391
2021.03.24 11:22:49.980506 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.980520 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.980545 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.980582 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.980593 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=393
2021.03.24 11:22:49.980657 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.980714 [ 4034 ] {} <Debug> RaftInstance: commit upto 392, current idx 391
2021.03.24 11:22:49.980737 [ 4034 ] {} <Trace> RaftInstance: commit upto 392, current idx 392
2021.03.24 11:22:49.980810 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 392, current idx 392
2021.03.24 11:22:49.980827 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:49.987151 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=392, LastLogTerm=1, EntriesLength=1, CommitIndex=392 and Term=1
2021.03.24 11:22:49.987205 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 392 (1), req c idx: 392, my term: 1, my role: 1
2021.03.24 11:22:49.987221 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.987233 [ 4032 ] {} <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:49.987244 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 393, count: 0, log_store_->next_slot(): 393, req.log_entries().size(): 1
2021.03.24 11:22:49.987252 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 393, count: 0
2021.03.24 11:22:49.987263 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 393, count: 0
2021.03.24 11:22:49.987298 [ 4032 ] {} <Trace> RaftInstance: append at 393
2021.03.24 11:22:49.987339 [ 4032 ] {} <Trace> RaftInstance: local log idx 393, target_commit_idx 392, quick_commit_index_ 392, state_->get_commit_idx() 392
2021.03.24 11:22:49.987356 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.987379 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.987404 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.987422 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=394
2021.03.24 11:22:49.994207 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=393, LastLogTerm=1, EntriesLength=0, CommitIndex=393 and Term=1
2021.03.24 11:22:49.994286 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 393 (0), req c idx: 393, my term: 1, my role: 1
2021.03.24 11:22:49.994310 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:49.994331 [ 4033 ] {} <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:49.994346 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 393
2021.03.24 11:22:49.994360 [ 4033 ] {} <Trace> RaftInstance: local log idx 393, target_commit_idx 393, quick_commit_index_ 393, state_->get_commit_idx() 392
2021.03.24 11:22:49.994375 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:49.994405 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:49.994430 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:49.994434 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:49.994503 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:49.994470 [ 4034 ] {} <Debug> RaftInstance: commit upto 393, current idx 392
2021.03.24 11:22:49.994526 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=394
2021.03.24 11:22:49.994536 [ 4034 ] {} <Trace> RaftInstance: commit upto 393, current idx 393
2021.03.24 11:22:49.994588 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 393, current idx 393
2021.03.24 11:22:49.994745 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.003090 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=393, LastLogTerm=1, EntriesLength=1, CommitIndex=393 and Term=1
2021.03.24 11:22:50.003220 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 393 (1), req c idx: 393, my term: 1, my role: 1
2021.03.24 11:22:50.003266 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.003285 [ 4031 ] {} <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.003296 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 394, count: 0, log_store_->next_slot(): 394, req.log_entries().size(): 1
2021.03.24 11:22:50.003305 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 394, count: 0
2021.03.24 11:22:50.003313 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 394, count: 0
2021.03.24 11:22:50.003321 [ 4031 ] {} <Trace> RaftInstance: append at 394
2021.03.24 11:22:50.003344 [ 4031 ] {} <Trace> RaftInstance: local log idx 394, target_commit_idx 393, quick_commit_index_ 393, state_->get_commit_idx() 393
2021.03.24 11:22:50.003354 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.003393 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.003414 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.003424 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=395
2021.03.24 11:22:50.010030 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=394, LastLogTerm=1, EntriesLength=1, CommitIndex=394 and Term=1
2021.03.24 11:22:50.010082 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 394 (1), req c idx: 394, my term: 1, my role: 1
2021.03.24 11:22:50.010094 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.010106 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 394, req log term: 1, my last log idx: 394, my log (394) term: 1
2021.03.24 11:22:50.010116 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 395, count: 0, log_store_->next_slot(): 395, req.log_entries().size(): 1
2021.03.24 11:22:50.010124 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 395, count: 0
2021.03.24 11:22:50.010133 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 395, count: 0
2021.03.24 11:22:50.010141 [ 4032 ] {} <Trace> RaftInstance: append at 395
2021.03.24 11:22:50.010162 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 394
2021.03.24 11:22:50.010171 [ 4032 ] {} <Trace> RaftInstance: local log idx 395, target_commit_idx 394, quick_commit_index_ 394, state_->get_commit_idx() 393
2021.03.24 11:22:50.010179 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.010196 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.010214 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.010217 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.010231 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.010245 [ 4034 ] {} <Debug> RaftInstance: commit upto 394, current idx 393
2021.03.24 11:22:50.010254 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=396
2021.03.24 11:22:50.010259 [ 4034 ] {} <Trace> RaftInstance: commit upto 394, current idx 394
2021.03.24 11:22:50.010309 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 394, current idx 394
2021.03.24 11:22:50.010320 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.017583 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=395, LastLogTerm=1, EntriesLength=0, CommitIndex=395 and Term=1
2021.03.24 11:22:50.017630 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 395 (0), req c idx: 395, my term: 1, my role: 1
2021.03.24 11:22:50.017660 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.017673 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 395, req log term: 1, my last log idx: 395, my log (395) term: 1
2021.03.24 11:22:50.017683 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 395
2021.03.24 11:22:50.017692 [ 4030 ] {} <Trace> RaftInstance: local log idx 395, target_commit_idx 395, quick_commit_index_ 395, state_->get_commit_idx() 394
2021.03.24 11:22:50.017700 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.017720 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.017733 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.017749 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.017759 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=396
2021.03.24 11:22:50.017788 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.017851 [ 4034 ] {} <Debug> RaftInstance: commit upto 395, current idx 394
2021.03.24 11:22:50.017866 [ 4034 ] {} <Trace> RaftInstance: commit upto 395, current idx 395
2021.03.24 11:22:50.017912 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 395, current idx 395
2021.03.24 11:22:50.017924 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.025421 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=395, LastLogTerm=1, EntriesLength=1, CommitIndex=395 and Term=1
2021.03.24 11:22:50.025490 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 395 (1), req c idx: 395, my term: 1, my role: 1
2021.03.24 11:22:50.025508 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.025526 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 395, req log term: 1, my last log idx: 395, my log (395) term: 1
2021.03.24 11:22:50.025541 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 396, count: 0, log_store_->next_slot(): 396, req.log_entries().size(): 1
2021.03.24 11:22:50.025554 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 396, count: 0
2021.03.24 11:22:50.025567 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 396, count: 0
2021.03.24 11:22:50.025578 [ 4032 ] {} <Trace> RaftInstance: append at 396
2021.03.24 11:22:50.025609 [ 4032 ] {} <Trace> RaftInstance: local log idx 396, target_commit_idx 395, quick_commit_index_ 395, state_->get_commit_idx() 395
2021.03.24 11:22:50.025623 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.025649 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.025673 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.025688 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=397
2021.03.24 11:22:50.037927 [ 4033 ] {} <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.037995 [ 4033 ] {} <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.038009 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.038022 [ 4033 ] {} <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.038032 [ 4033 ] {} <Debug> RaftInstance: trigger commit upto 396
2021.03.24 11:22:50.038041 [ 4033 ] {} <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.038049 [ 4033 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.038065 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.038270 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.038291 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.038302 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=397
2021.03.24 11:22:50.038237 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.038402 [ 4034 ] {} <Debug> RaftInstance: commit upto 396, current idx 395
2021.03.24 11:22:50.038413 [ 4034 ] {} <Trace> RaftInstance: commit upto 396, current idx 396
2021.03.24 11:22:50.038499 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 396, current idx 396
2021.03.24 11:22:50.038509 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.050124 [ 4032 ] {} <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.050177 [ 4032 ] {} <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.050190 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.050241 [ 4032 ] {} <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.050259 [ 4032 ] {} <Trace> RaftInstance: local log idx 396, target_commit_idx 396, quick_commit_index_ 396, state_->get_commit_idx() 396
2021.03.24 11:22:50.050268 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.050287 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.050306 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.050316 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=397
2021.03.24 11:22:50.057208 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=396, LastLogTerm=1, EntriesLength=2, CommitIndex=396 and Term=1
2021.03.24 11:22:50.057246 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 396 (2), req c idx: 396, my term: 1, my role: 1
2021.03.24 11:22:50.057257 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.057269 [ 4033 ] {} <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.057290 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 397, count: 0, log_store_->next_slot(): 397, req.log_entries().size(): 2
2021.03.24 11:22:50.057305 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 397, count: 0
2021.03.24 11:22:50.057315 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 397, count: 0
2021.03.24 11:22:50.057324 [ 4033 ] {} <Trace> RaftInstance: append at 397
2021.03.24 11:22:50.057345 [ 4033 ] {} <Trace> RaftInstance: append at 398
2021.03.24 11:22:50.057431 [ 4033 ] {} <Trace> RaftInstance: local log idx 398, target_commit_idx 396, quick_commit_index_ 396, state_->get_commit_idx() 396
2021.03.24 11:22:50.057454 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.057482 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.057502 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.057512 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=399
2021.03.24 11:22:50.064281 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=398, LastLogTerm=1, EntriesLength=0, CommitIndex=398 and Term=1
2021.03.24 11:22:50.064343 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 398 (0), req c idx: 398, my term: 1, my role: 1
2021.03.24 11:22:50.064357 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.064395 [ 4031 ] {} <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.064406 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 398
2021.03.24 11:22:50.064415 [ 4031 ] {} <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.064423 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.064446 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.064464 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.064483 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.064493 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=399
2021.03.24 11:22:50.064498 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.064555 [ 4034 ] {} <Debug> RaftInstance: commit upto 398, current idx 396
2021.03.24 11:22:50.064570 [ 4034 ] {} <Trace> RaftInstance: commit upto 398, current idx 397
2021.03.24 11:22:50.064623 [ 4034 ] {} <Trace> RaftInstance: commit upto 398, current idx 398
2021.03.24 11:22:50.064689 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 398, current idx 398
2021.03.24 11:22:50.064786 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.071502 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=398, LastLogTerm=1, EntriesLength=1, CommitIndex=398 and Term=1
2021.03.24 11:22:50.071583 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 398 (1), req c idx: 398, my term: 1, my role: 1
2021.03.24 11:22:50.071597 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.071610 [ 4030 ] {} <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.071620 [ 4030 ] {} <Debug> RaftInstance: [INIT] log_idx: 399, count: 0, log_store_->next_slot(): 399, req.log_entries().size(): 1
2021.03.24 11:22:50.071629 [ 4030 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 399, count: 0
2021.03.24 11:22:50.071637 [ 4030 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 399, count: 0
2021.03.24 11:22:50.071644 [ 4030 ] {} <Trace> RaftInstance: append at 399
2021.03.24 11:22:50.071667 [ 4030 ] {} <Trace> RaftInstance: local log idx 399, target_commit_idx 398, quick_commit_index_ 398, state_->get_commit_idx() 398
2021.03.24 11:22:50.071677 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.071746 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.071768 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.071779 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=400
2021.03.24 11:22:50.078523 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=399, LastLogTerm=1, EntriesLength=1, CommitIndex=399 and Term=1
2021.03.24 11:22:50.078572 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 399 (1), req c idx: 399, my term: 1, my role: 1
2021.03.24 11:22:50.078584 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.078606 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 399, req log term: 1, my last log idx: 399, my log (399) term: 1
2021.03.24 11:22:50.078617 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 400, count: 0, log_store_->next_slot(): 400, req.log_entries().size(): 1
2021.03.24 11:22:50.078626 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 400, count: 0
2021.03.24 11:22:50.078635 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 400, count: 0
2021.03.24 11:22:50.078642 [ 4031 ] {} <Trace> RaftInstance: append at 400
2021.03.24 11:22:50.078664 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 399
2021.03.24 11:22:50.078691 [ 4031 ] {} <Trace> RaftInstance: local log idx 400, target_commit_idx 399, quick_commit_index_ 399, state_->get_commit_idx() 398
2021.03.24 11:22:50.078700 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.078718 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.078736 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.078746 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.078753 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.078782 [ 4034 ] {} <Debug> RaftInstance: commit upto 399, current idx 398
2021.03.24 11:22:50.078812 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=401
2021.03.24 11:22:50.078836 [ 4034 ] {} <Trace> RaftInstance: commit upto 399, current idx 399
2021.03.24 11:22:50.078892 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 399, current idx 399
2021.03.24 11:22:50.078905 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.085453 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=400, LastLogTerm=1, EntriesLength=2, CommitIndex=400 and Term=1
2021.03.24 11:22:50.085502 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 400 (2), req c idx: 400, my term: 1, my role: 1
2021.03.24 11:22:50.085514 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.085525 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 400, req log term: 1, my last log idx: 400, my log (400) term: 1
2021.03.24 11:22:50.085535 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 401, count: 0, log_store_->next_slot(): 401, req.log_entries().size(): 2
2021.03.24 11:22:50.085543 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 401, count: 0
2021.03.24 11:22:50.085551 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 401, count: 0
2021.03.24 11:22:50.085564 [ 4032 ] {} <Trace> RaftInstance: append at 401
2021.03.24 11:22:50.085586 [ 4032 ] {} <Trace> RaftInstance: append at 402
2021.03.24 11:22:50.085599 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 400
2021.03.24 11:22:50.085614 [ 4032 ] {} <Trace> RaftInstance: local log idx 402, target_commit_idx 400, quick_commit_index_ 400, state_->get_commit_idx() 399
2021.03.24 11:22:50.085640 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.085659 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.085679 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.085691 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.085721 [ 4034 ] {} <Debug> RaftInstance: commit upto 400, current idx 399
2021.03.24 11:22:50.085735 [ 4034 ] {} <Trace> RaftInstance: commit upto 400, current idx 400
2021.03.24 11:22:50.085705 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.085771 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=403
2021.03.24 11:22:50.085835 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 400, current idx 400
2021.03.24 11:22:50.085846 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.108860 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=402, LastLogTerm=1, EntriesLength=0, CommitIndex=402 and Term=1
2021.03.24 11:22:50.108941 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 402 (0), req c idx: 402, my term: 1, my role: 1
2021.03.24 11:22:50.108997 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.109014 [ 4031 ] {} <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.109025 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 402
2021.03.24 11:22:50.109034 [ 4031 ] {} <Trace> RaftInstance: local log idx 402, target_commit_idx 402, quick_commit_index_ 402, state_->get_commit_idx() 400
2021.03.24 11:22:50.109048 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.109074 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.109092 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.109113 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.109109 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.109202 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=403
2021.03.24 11:22:50.109236 [ 4034 ] {} <Debug> RaftInstance: commit upto 402, current idx 400
2021.03.24 11:22:50.109353 [ 4034 ] {} <Trace> RaftInstance: commit upto 402, current idx 401
2021.03.24 11:22:50.109435 [ 4034 ] {} <Trace> RaftInstance: commit upto 402, current idx 402
2021.03.24 11:22:50.109460 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 402, current idx 402
2021.03.24 11:22:50.109468 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.116147 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=402, LastLogTerm=1, EntriesLength=1, CommitIndex=402 and Term=1
2021.03.24 11:22:50.116208 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 402 (1), req c idx: 402, my term: 1, my role: 1
2021.03.24 11:22:50.116230 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.116251 [ 4032 ] {} <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.116269 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 403, count: 0, log_store_->next_slot(): 403, req.log_entries().size(): 1
2021.03.24 11:22:50.116286 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 403, count: 0
2021.03.24 11:22:50.116303 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 403, count: 0
2021.03.24 11:22:50.116320 [ 4032 ] {} <Trace> RaftInstance: append at 403
2021.03.24 11:22:50.116351 [ 4032 ] {} <Trace> RaftInstance: local log idx 403, target_commit_idx 402, quick_commit_index_ 402, state_->get_commit_idx() 402
2021.03.24 11:22:50.116364 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.116396 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.116422 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.116433 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=404
2021.03.24 11:22:50.123175 [ 4030 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=403, LastLogTerm=1, EntriesLength=0, CommitIndex=403 and Term=1
2021.03.24 11:22:50.123256 [ 4030 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 403 (0), req c idx: 403, my term: 1, my role: 1
2021.03.24 11:22:50.123271 [ 4030 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.123283 [ 4030 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 403, req log term: 1, my last log idx: 403, my log (403) term: 1
2021.03.24 11:22:50.123293 [ 4030 ] {} <Debug> RaftInstance: trigger commit upto 403
2021.03.24 11:22:50.123309 [ 4030 ] {} <Trace> RaftInstance: local log idx 403, target_commit_idx 403, quick_commit_index_ 403, state_->get_commit_idx() 402
2021.03.24 11:22:50.123344 [ 4030 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.123363 [ 4030 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.123383 [ 4030 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.123400 [ 4030 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.123411 [ 4030 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=404
2021.03.24 11:22:50.123519 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.123610 [ 4034 ] {} <Debug> RaftInstance: commit upto 403, current idx 402
2021.03.24 11:22:50.123637 [ 4034 ] {} <Trace> RaftInstance: commit upto 403, current idx 403
2021.03.24 11:22:50.123717 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 403, current idx 403
2021.03.24 11:22:50.123729 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.130032 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=403, LastLogTerm=1, EntriesLength=1, CommitIndex=403 and Term=1
2021.03.24 11:22:50.130101 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 403 (1), req c idx: 403, my term: 1, my role: 1
2021.03.24 11:22:50.130114 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.130132 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 403, req log term: 1, my last log idx: 403, my log (403) term: 1
2021.03.24 11:22:50.130152 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 404, count: 0, log_store_->next_slot(): 404, req.log_entries().size(): 1
2021.03.24 11:22:50.130161 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 404, count: 0
2021.03.24 11:22:50.130169 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 404, count: 0
2021.03.24 11:22:50.130176 [ 4032 ] {} <Trace> RaftInstance: append at 404
2021.03.24 11:22:50.130208 [ 4032 ] {} <Trace> RaftInstance: local log idx 404, target_commit_idx 403, quick_commit_index_ 403, state_->get_commit_idx() 403
2021.03.24 11:22:50.130220 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.130242 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.130261 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.130274 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=405
2021.03.24 11:22:50.137041 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=404, LastLogTerm=1, EntriesLength=1, CommitIndex=404 and Term=1
2021.03.24 11:22:50.137105 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 404 (1), req c idx: 404, my term: 1, my role: 1
2021.03.24 11:22:50.137118 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.137130 [ 4031 ] {} <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.137142 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 405, count: 0, log_store_->next_slot(): 405, req.log_entries().size(): 1
2021.03.24 11:22:50.137151 [ 4031 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 405, count: 0
2021.03.24 11:22:50.137159 [ 4031 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 405, count: 0
2021.03.24 11:22:50.137166 [ 4031 ] {} <Trace> RaftInstance: append at 405
2021.03.24 11:22:50.137219 [ 4031 ] {} <Debug> RaftInstance: trigger commit upto 404
2021.03.24 11:22:50.137234 [ 4031 ] {} <Trace> RaftInstance: local log idx 405, target_commit_idx 404, quick_commit_index_ 404, state_->get_commit_idx() 403
2021.03.24 11:22:50.137243 [ 4031 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.137263 [ 4031 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.137282 [ 4031 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.137308 [ 4031 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.137319 [ 4031 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=406
2021.03.24 11:22:50.137313 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.137382 [ 4034 ] {} <Debug> RaftInstance: commit upto 404, current idx 403
2021.03.24 11:22:50.137405 [ 4034 ] {} <Trace> RaftInstance: commit upto 404, current idx 404
2021.03.24 11:22:50.137461 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 404, current idx 404
2021.03.24 11:22:50.137471 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.144233 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=405, LastLogTerm=1, EntriesLength=0, CommitIndex=405 and Term=1
2021.03.24 11:22:50.144296 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 405 (0), req c idx: 405, my term: 1, my role: 1
2021.03.24 11:22:50.144309 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.144329 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 405, req log term: 1, my last log idx: 405, my log (405) term: 1
2021.03.24 11:22:50.144341 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 405
2021.03.24 11:22:50.144350 [ 4032 ] {} <Trace> RaftInstance: local log idx 405, target_commit_idx 405, quick_commit_index_ 405, state_->get_commit_idx() 404
2021.03.24 11:22:50.144358 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.144374 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.144394 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.144412 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.144422 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=406
2021.03.24 11:22:50.144463 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.144528 [ 4034 ] {} <Debug> RaftInstance: commit upto 405, current idx 404
2021.03.24 11:22:50.144543 [ 4034 ] {} <Trace> RaftInstance: commit upto 405, current idx 405
2021.03.24 11:22:50.144587 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 405, current idx 405
2021.03.24 11:22:50.144598 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.151139 [ 4033 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=405, LastLogTerm=1, EntriesLength=1, CommitIndex=405 and Term=1
2021.03.24 11:22:50.151201 [ 4033 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 405 (1), req c idx: 405, my term: 1, my role: 1
2021.03.24 11:22:50.151220 [ 4033 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.151240 [ 4033 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 405, req log term: 1, my last log idx: 405, my log (405) term: 1
2021.03.24 11:22:50.151261 [ 4033 ] {} <Debug> RaftInstance: [INIT] log_idx: 406, count: 0, log_store_->next_slot(): 406, req.log_entries().size(): 1
2021.03.24 11:22:50.151279 [ 4033 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 406, count: 0
2021.03.24 11:22:50.151294 [ 4033 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 406, count: 0
2021.03.24 11:22:50.151310 [ 4033 ] {} <Trace> RaftInstance: append at 406
2021.03.24 11:22:50.151345 [ 4033 ] {} <Trace> RaftInstance: local log idx 406, target_commit_idx 405, quick_commit_index_ 405, state_->get_commit_idx() 405
2021.03.24 11:22:50.151356 [ 4033 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.151379 [ 4033 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.151399 [ 4033 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.151409 [ 4033 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=407
2021.03.24 11:22:50.158202 [ 4032 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=406, LastLogTerm=1, EntriesLength=2, CommitIndex=406 and Term=1
2021.03.24 11:22:50.158266 [ 4032 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 406 (2), req c idx: 406, my term: 1, my role: 1
2021.03.24 11:22:50.158281 [ 4032 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.158294 [ 4032 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 406, req log term: 1, my last log idx: 406, my log (406) term: 1
2021.03.24 11:22:50.158304 [ 4032 ] {} <Debug> RaftInstance: [INIT] log_idx: 407, count: 0, log_store_->next_slot(): 407, req.log_entries().size(): 2
2021.03.24 11:22:50.158312 [ 4032 ] {} <Debug> RaftInstance: [after SKIP] log_idx: 407, count: 0
2021.03.24 11:22:50.158320 [ 4032 ] {} <Debug> RaftInstance: [after OVWR] log_idx: 407, count: 0
2021.03.24 11:22:50.158327 [ 4032 ] {} <Trace> RaftInstance: append at 407
2021.03.24 11:22:50.158358 [ 4032 ] {} <Trace> RaftInstance: append at 408
2021.03.24 11:22:50.158385 [ 4032 ] {} <Debug> RaftInstance: trigger commit upto 406
2021.03.24 11:22:50.158404 [ 4032 ] {} <Trace> RaftInstance: local log idx 408, target_commit_idx 406, quick_commit_index_ 406, state_->get_commit_idx() 405
2021.03.24 11:22:50.158421 [ 4032 ] {} <Trace> RaftInstance: commit_cv_ notify (local thread)
2021.03.24 11:22:50.158453 [ 4032 ] {} <Trace> RaftInstance: cancel existing timer
2021.03.24 11:22:50.158479 [ 4032 ] {} <Trace> RaftInstance: re-schedule election timer
2021.03.24 11:22:50.158488 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ wake up
2021.03.24 11:22:50.158498 [ 4032 ] {} <Trace> RaftInstance: batch size hint: 0 bytes
2021.03.24 11:22:50.158544 [ 4034 ] {} <Debug> RaftInstance: commit upto 406, current idx 405
2021.03.24 11:22:50.158551 [ 4032 ] {} <Debug> RaftInstance: Response back a append_entries_response message to 2 with Accepted=1, Term=1, NextIndex=409
2021.03.24 11:22:50.158573 [ 4034 ] {} <Trace> RaftInstance: commit upto 406, current idx 406
2021.03.24 11:22:50.158646 [ 4034 ] {} <Debug> RaftInstance: DONE: commit upto 406, current idx 406
2021.03.24 11:22:50.158674 [ 4034 ] {} <Trace> RaftInstance: commit_cv_ sleep
2021.03.24 11:22:50.165321 [ 4031 ] {} <Debug> RaftInstance: Receive a append_entries_request message from 2 with LastLogIndex=408, LastLogTerm=1, EntriesLength=1, CommitIndex=408 and Term=1
2021.03.24 11:22:50.165371 [ 4031 ] {} <Trace> RaftInstance: from peer 2, req type: 3, req term: 1, req l idx: 408 (1), req c idx: 408, my term: 1, my role: 1
2021.03.24 11:22:50.165383 [ 4031 ] {} <Trace> RaftInstance: (update) new target priority: 1
2021.03.24 11:22:50.165396 [ 4031 ] {} <Trace> RaftInstance: [LOG OK] req log idx: 408, req log term: 1, my last log idx: 408, my log (408) term: 1
2021.03.24 11:22:50.165406 [ 4031 ] {} <Debug> RaftInstance: [INIT] log_idx: 409, count: 0, log_store_->next_slot(): 409, req.log_entries().size(): 1
2021.03.24 11:22:50.165415 [ 4031 ] {} <Debug> RaftInst
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment