Skip to content

Instantly share code, notes, and snippets.

@alesapin
Created January 31, 2021 13:05
Show Gist options
  • Save alesapin/07539dd06680a1ecd51e28032e479d88 to your computer and use it in GitHub Desktop.
Save alesapin/07539dd06680a1ecd51e28032e479d88 to your computer and use it in GitHub Desktop.
2021.01.31 16:00:21.740764 [ 6 ] {} <Warning> RaftInstance: Raft ASIO listener initiated, UNSECURED
2021.01.31 16:00:21.740897 [ 6 ] {} <Warning> RaftInstance: parameters: timeout 200 - 400, heartbeat 100, leadership expiry 2000, max batch 100, backoff 50, snapshot distance 5000, log sync stop gap 99999, reserved logs 5000, client timeout 10000, auto forwarding OFF, API call type BLOCKING, custom commit quorum size 0, custom election quorum size 0, snapshot receiver INCLUDED, leadership transfer wait time 0
2021.01.31 16:00:21.740961 [ 6 ] {} <Warning> RaftInstance: new timeout range: 200 -- 400
2021.01.31 16:00:21.741062 [ 6 ] {} <Warning> RaftInstance: === INIT RAFT SERVER ===
commit index 0
term 0
election timer allowed
log store start 1, end 0
config log idx 0, prev log idx 0
2021.01.31 16:00:21.741137 [ 6 ] {} <Warning> RaftInstance: peer 2: DC ID 0, node2:44444, voting member, 1
my id: 2, voting_member
num peers: 0
2021.01.31 16:00:21.741196 [ 6 ] {} <Warning> RaftInstance: global manager does not exist. will use local thread for commit and append
2021.01.31 16:00:21.741421 [ 6 ] {} <Warning> RaftInstance: wait for HB, for 50 + [200, 400] ms
2021.01.31 16:00:21.741934 [ 68 ] {} <Warning> RaftInstance: bg append_entries thread initiated
2021.01.31 16:00:22.116082 [ 11 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:00:22.116385 [ 11 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 1
2021.01.31 16:00:22.116581 [ 11 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 0, state term 0, target p 1, my p 1, hb dead, pre-vote NOT done
2021.01.31 16:00:22.116699 [ 11 ] {} <Warning> RaftInstance: [VOTE INIT] my id 2, my role candidate, term 1, log idx 0, log term 0, priority (target 1 / mine 1)
2021.01.31 16:00:22.116761 [ 11 ] {} <Warning> RaftInstance: number of pending commit elements: 0
2021.01.31 16:00:22.116816 [ 11 ] {} <Warning> RaftInstance: state machine commit index 0, precommit index 0, last log index 0
2021.01.31 16:00:22.116906 [ 11 ] {} <Warning> RaftInstance: [BECOME LEADER] appended new config at 1
2021.01.31 16:00:22.117214 [ 67 ] {} <Warning> RaftInstance: config at index 1 is committed, prev config log idx 0
2021.01.31 16:00:22.117334 [ 67 ] {} <Warning> RaftInstance: new config log idx 1, prev log idx 0, cur config log idx 0, prev log idx 0
2021.01.31 16:00:22.117467 [ 67 ] {} <Warning> RaftInstance: new configuration: log idx 1, prev log idx 0
2021.01.31 16:00:23.116529 [ 13 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:23.116718 [ 13 ] {} <Warning> RaftInstance: session 1 got connection from 192.168.224.3:58184 (as a server)
2021.01.31 16:00:23.117537 [ 14 ] {} <Warning> RaftInstance: got join cluster req from leader 1
2021.01.31 16:00:23.117741 [ 14 ] {} <Warning> RaftInstance: new config log idx 1, prev log idx 0, cur config log idx 1, prev log idx 0
2021.01.31 16:00:23.118754 [ 14 ] {} <Warning> RaftInstance: server 1 is added to cluster
2021.01.31 16:00:23.118817 [ 14 ] {} <Warning> RaftInstance: peer 2 cannot be found, no action for removing
2021.01.31 16:00:23.118866 [ 14 ] {} <Warning> RaftInstance: add peer 1, node1:44444, voting member
2021.01.31 16:00:23.118926 [ 14 ] {} <Warning> RaftInstance: new configuration: log idx 1, prev log idx 0
2021.01.31 16:00:23.121533 [ 15 ] {} <Critical> RaftInstance: session 1 failed to read rpc header from socket 192.168.224.3:58184 due to error 2
2021.01.31 16:00:23.222350 [ 20 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:23.222512 [ 20 ] {} <Warning> RaftInstance: session 2 got connection from 192.168.224.3:58190 (as a server)
2021.01.31 16:00:23.223020 [ 23 ] {} <Warning> RaftInstance: [LOG XX] req log idx: 3, req log term: 1, my last log idx: 1, my log (3) term: 0
2021.01.31 16:00:23.223306 [ 23 ] {} <Warning> RaftInstance: deny, req term 1, my term 1, req log idx 3, my log idx 1
2021.01.31 16:00:23.225315 [ 21 ] {} <Warning> RaftInstance: receive a config change from leader at 2
2021.01.31 16:00:23.225386 [ 21 ] {} <Warning> RaftInstance: receive a config change from leader at 3
2021.01.31 16:00:23.225538 [ 67 ] {} <Warning> RaftInstance: config at index 1 is committed, prev config log idx 1
2021.01.31 16:00:23.225660 [ 67 ] {} <Warning> RaftInstance: config at index 2 is committed, prev config log idx 1
2021.01.31 16:00:23.225755 [ 67 ] {} <Warning> RaftInstance: new config log idx 2, prev log idx 1, cur config log idx 1, prev log idx 0
2021.01.31 16:00:23.225890 [ 67 ] {} <Warning> RaftInstance: now this node is the part of cluster, catch-up process is done, clearing the flag
2021.01.31 16:00:23.226024 [ 67 ] {} <Warning> RaftInstance: new configuration: log idx 2, prev log idx 1
2021.01.31 16:00:23.226533 [ 67 ] {} <Warning> RaftInstance: config at index 3 is committed, prev config log idx 2
2021.01.31 16:00:23.226642 [ 67 ] {} <Warning> RaftInstance: new config log idx 3, prev log idx 2, cur config log idx 2, prev log idx 1
2021.01.31 16:00:23.227427 [ 67 ] {} <Warning> RaftInstance: server 3 is added to cluster
2021.01.31 16:00:23.227489 [ 67 ] {} <Warning> RaftInstance: add peer 3, node3:44444, voting member
2021.01.31 16:00:23.227585 [ 67 ] {} <Warning> RaftInstance: new configuration: log idx 3, prev log idx 2
2021.01.31 16:00:27.735516 [ 49 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:00:27.735676 [ 49 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 1, state term 1, target p 2, my p 2, hb alive, pre-vote NOT done
2021.01.31 16:00:27.735779 [ 49 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:00:27.736923 [ 49 ] {} <Warning> RaftInstance: 0x7facbf050018 reconnect peer 3
2021.01.31 16:00:27.736975 [ 49 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:00:27.737914 [ 49 ] {} <Warning> RaftInstance: 0x7facc743b018 reconnect peer 1
2021.01.31 16:00:27.738006 [ 49 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 1, log idx 151, log term 1, priority (target 2 / mine 2)
2021.01.31 16:00:27.740005 [ 15 ] {} <Warning> RaftInstance: 0x7facbf050018 connected to node3:44444 (as a client)
2021.01.31 16:00:27.741099 [ 17 ] {} <Warning> RaftInstance: [PRE-VOTE RESP] peer 3 (X), term 1, resp term 1, my role follower, dead 1, live 1, num voting members 3, quorum 2
2021.01.31 16:00:27.983510 [ 63 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:00:27.983601 [ 63 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 2 -> 1, mine 2
2021.01.31 16:00:27.983776 [ 63 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 1, state term 1, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:00:27.983885 [ 63 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 1, log idx 151, log term 1, priority (target 1 / mine 2)
2021.01.31 16:00:27.984126 [ 63 ] {} <Error> RaftInstance: failed to send prevote request: peer 1 (node1:44444) is busy
2021.01.31 16:00:27.984760 [ 64 ] {} <Warning> RaftInstance: [PRE-VOTE RESP] peer 3 (O), term 1, resp term 1, my role follower, dead 2, live 0, num voting members 3, quorum 2
2021.01.31 16:00:27.984874 [ 64 ] {} <Warning> RaftInstance: [PRE-VOTE DONE] SUCCESS, term 1
2021.01.31 16:00:27.984928 [ 64 ] {} <Warning> RaftInstance: [PRE-VOTE DONE] initiate actual vote
2021.01.31 16:00:27.985006 [ 64 ] {} <Warning> RaftInstance: [VOTE INIT] my id 2, my role candidate, term 2, log idx 151, log term 1, priority (target 1 / mine 2)
2021.01.31 16:00:27.985180 [ 64 ] {} <Error> RaftInstance: failed to send vote request: peer 1 (node1:44444) is busy
2021.01.31 16:00:27.986069 [ 28 ] {} <Warning> RaftInstance: [VOTE RESP] peer 3 (O), resp term 2, my role candidate, granted 2, responded 2, num voting members 3, quorum 2
2021.01.31 16:00:27.986221 [ 28 ] {} <Warning> RaftInstance: Server is elected as leader for term 2
2021.01.31 16:00:27.986287 [ 28 ] {} <Warning> RaftInstance: number of pending commit elements: 0
2021.01.31 16:00:27.986339 [ 28 ] {} <Warning> RaftInstance: state machine commit index 151, precommit index 151, last log index 151
2021.01.31 16:00:27.986536 [ 28 ] {} <Warning> RaftInstance: [BECOME LEADER] appended new config at 152
2021.01.31 16:00:27.986801 [ 28 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 4868 ms ago
2021.01.31 16:00:27.986858 [ 28 ] {} <Warning> RaftInstance: === LEADER (term 2) ===
2021.01.31 16:00:27.987963 [ 34 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 4869 ms ago
2021.01.31 16:00:27.988107 [ 67 ] {} <Warning> RaftInstance: config at index 152 is committed, prev config log idx 3
2021.01.31 16:00:27.988238 [ 67 ] {} <Warning> RaftInstance: new config log idx 152, prev log idx 3, cur config log idx 3, prev log idx 2
2021.01.31 16:00:27.988329 [ 67 ] {} <Warning> RaftInstance: new configuration: log idx 152, prev log idx 3
2021.01.31 16:00:28.087008 [ 19 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 4968 ms ago
2021.01.31 16:00:28.187446 [ 14 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 5068 ms, force re-connect
2021.01.31 16:00:28.188259 [ 14 ] {} <Warning> RaftInstance: 0x7facc6c30a18 reconnect peer 1
2021.01.31 16:00:28.388556 [ 65 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 200 ms ago
2021.01.31 16:00:28.488786 [ 48 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 300 ms ago
2021.01.31 16:00:28.589001 [ 30 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 400 ms ago
2021.01.31 16:00:28.689376 [ 26 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 500 ms ago
2021.01.31 16:00:28.789677 [ 66 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 601 ms ago
2021.01.31 16:00:28.890103 [ 60 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 701 ms ago
2021.01.31 16:00:28.990391 [ 56 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 801 ms ago
2021.01.31 16:00:29.090630 [ 16 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 902 ms ago
2021.01.31 16:00:29.191124 [ 62 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 1002 ms ago
2021.01.31 16:00:29.291452 [ 34 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 1103 ms ago
2021.01.31 16:00:29.391664 [ 19 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 1203 ms ago
2021.01.31 16:00:29.491855 [ 50 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 1303 ms ago
2021.01.31 16:00:29.592208 [ 43 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 1403 ms ago
2021.01.31 16:00:29.692525 [ 65 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 1504 ms ago
2021.01.31 16:00:29.792945 [ 48 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 1604 ms ago
2021.01.31 16:00:29.893531 [ 11 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 1705 ms ago
2021.01.31 16:00:29.993823 [ 47 ] {} <Error> RaftInstance: long pause warning to 1 is too verbose, will suppress it from now
2021.01.31 16:00:33.205335 [ 31 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 5017 ms, force re-connect
2021.01.31 16:00:33.206305 [ 31 ] {} <Warning> RaftInstance: 0x7facb1e34018 reconnect peer 1
2021.01.31 16:00:38.219204 [ 11 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 5013 ms, force re-connect
2021.01.31 16:00:38.220142 [ 11 ] {} <Warning> RaftInstance: 0x7facc74a6018 reconnect peer 1
2021.01.31 16:00:43.233138 [ 39 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 5013 ms, force re-connect
2021.01.31 16:00:43.234019 [ 39 ] {} <Warning> RaftInstance: 0x7faca2c21018 reconnect peer 1
2021.01.31 16:00:48.241590 [ 17 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 5008 ms, force re-connect
2021.01.31 16:00:48.242538 [ 17 ] {} <Warning> RaftInstance: 0x7facb2f1e018 reconnect peer 1
2021.01.31 16:00:52.194188 [ 59 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:52.194305 [ 59 ] {} <Warning> RaftInstance: session 3 got connection from 192.168.224.3:58560 (as a server)
2021.01.31 16:00:52.194564 [ 20 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:52.194692 [ 20 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:52.195663 [ 45 ] {} <Critical> RaftInstance: session 3 failed to read rpc header from socket 192.168.224.3:58560 due to error 2
2021.01.31 16:00:52.258078 [ 50 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:52.258184 [ 50 ] {} <Warning> RaftInstance: session 4 got connection from 192.168.224.3:58490 (as a server)
2021.01.31 16:00:52.258501 [ 32 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:52.258644 [ 32 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:52.259141 [ 50 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:52.259220 [ 50 ] {} <Warning> RaftInstance: session 5 got connection from 192.168.224.3:58348 (as a server)
2021.01.31 16:00:52.259383 [ 23 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:52.259508 [ 23 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:52.259599 [ 48 ] {} <Critical> RaftInstance: session 4 failed to read rpc header from socket 192.168.224.3:58490 due to error 2
2021.01.31 16:00:52.260444 [ 33 ] {} <Critical> RaftInstance: session 5 failed to read rpc header from socket 192.168.224.3:58348 due to error 2
2021.01.31 16:00:52.354442 [ 42 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:52.354721 [ 42 ] {} <Warning> RaftInstance: session 6 got connection from 192.168.224.3:58598 (as a server)
2021.01.31 16:00:52.354947 [ 58 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:52.355088 [ 58 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:52.356091 [ 30 ] {} <Critical> RaftInstance: session 6 failed to read rpc header from socket 192.168.224.3:58598 due to error 2
2021.01.31 16:00:52.378180 [ 41 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:52.378270 [ 41 ] {} <Warning> RaftInstance: session 7 got connection from 192.168.224.3:58616 (as a server)
2021.01.31 16:00:52.378432 [ 49 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:52.378531 [ 49 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:52.514050 [ 16 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:52.514169 [ 16 ] {} <Warning> RaftInstance: session 8 got connection from 192.168.224.3:58494 (as a server)
2021.01.31 16:00:52.514528 [ 56 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:52.514680 [ 56 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:52.515702 [ 34 ] {} <Critical> RaftInstance: session 8 failed to read rpc header from socket 192.168.224.3:58494 due to error 2
2021.01.31 16:00:52.578058 [ 31 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:52.578163 [ 31 ] {} <Warning> RaftInstance: session 9 got connection from 192.168.224.3:58564 (as a server)
2021.01.31 16:00:52.578782 [ 55 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:52.578920 [ 55 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:52.579933 [ 18 ] {} <Critical> RaftInstance: session 9 failed to read rpc header from socket 192.168.224.3:58564 due to error 2
2021.01.31 16:00:52.677072 [ 45 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:52.677162 [ 45 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:52.737992 [ 21 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:52.738117 [ 21 ] {} <Warning> RaftInstance: session 10 got connection from 192.168.224.3:58608 (as a server)
2021.01.31 16:00:52.738402 [ 54 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:52.738544 [ 54 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:52.739439 [ 55 ] {} <Critical> RaftInstance: session 10 failed to read rpc header from socket 192.168.224.3:58608 due to error 2
2021.01.31 16:00:52.769937 [ 19 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:52.770084 [ 19 ] {} <Warning> RaftInstance: session 11 got connection from 192.168.224.3:58498 (as a server)
2021.01.31 16:00:52.770230 [ 39 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:52.770326 [ 39 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:52.771034 [ 19 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:52.771102 [ 19 ] {} <Warning> RaftInstance: session 12 got connection from 192.168.224.3:58352 (as a server)
2021.01.31 16:00:52.771400 [ 22 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:52.771461 [ 61 ] {} <Critical> RaftInstance: session 11 failed to read rpc header from socket 192.168.224.3:58498 due to error 2
2021.01.31 16:00:52.771528 [ 22 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:52.772500 [ 25 ] {} <Critical> RaftInstance: session 12 failed to read rpc header from socket 192.168.224.3:58352 due to error 2
2021.01.31 16:00:52.921859 [ 11 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:52.921985 [ 11 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:52.962052 [ 65 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:52.962147 [ 65 ] {} <Warning> RaftInstance: session 13 got connection from 192.168.224.3:58572 (as a server)
2021.01.31 16:00:52.962458 [ 42 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:52.962600 [ 42 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:52.963435 [ 51 ] {} <Critical> RaftInstance: session 13 failed to read rpc header from socket 192.168.224.3:58572 due to error 2
2021.01.31 16:00:53.026010 [ 26 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:53.026106 [ 26 ] {} <Warning> RaftInstance: session 14 got connection from 192.168.224.3:58356 (as a server)
2021.01.31 16:00:53.026593 [ 27 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:53.026745 [ 27 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:53.027109 [ 26 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:53.027186 [ 26 ] {} <Warning> RaftInstance: session 15 got connection from 192.168.224.3:58340 (as a server)
2021.01.31 16:00:53.027412 [ 60 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:53.027542 [ 60 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:53.027717 [ 47 ] {} <Critical> RaftInstance: session 14 failed to read rpc header from socket 192.168.224.3:58356 due to error 2
2021.01.31 16:00:53.028017 [ 26 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:53.028088 [ 26 ] {} <Warning> RaftInstance: session 16 got connection from 192.168.224.3:58504 (as a server)
2021.01.31 16:00:53.028240 [ 16 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:53.028343 [ 16 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:53.028417 [ 60 ] {} <Critical> RaftInstance: session 15 failed to read rpc header from socket 192.168.224.3:58340 due to error 2
2021.01.31 16:00:53.029207 [ 62 ] {} <Critical> RaftInstance: session 16 failed to read rpc header from socket 192.168.224.3:58504 due to error 2
2021.01.31 16:00:53.057927 [ 36 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:53.058095 [ 36 ] {} <Warning> RaftInstance: session 17 got connection from 192.168.224.3:58612 (as a server)
2021.01.31 16:00:53.058338 [ 21 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:53.058494 [ 21 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:53.059388 [ 54 ] {} <Critical> RaftInstance: session 17 failed to read rpc header from socket 192.168.224.3:58612 due to error 2
2021.01.31 16:00:53.158699 [ 29 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:53.158842 [ 29 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:53.249906 [ 24 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 5008 ms, force re-connect
2021.01.31 16:00:53.250827 [ 24 ] {} <Warning> RaftInstance: 0x7facac843018 reconnect peer 1
2021.01.31 16:00:53.252562 [ 39 ] {} <Warning> RaftInstance: 0x7facac843018 connected to node1:44444 (as a client)
2021.01.31 16:00:53.255616 [ 32 ] {} <Error> RaftInstance: recovered from long pause to peer 1, 387 warnings, 4 ms, 1 times
2021.01.31 16:00:53.281964 [ 25 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:53.282041 [ 25 ] {} <Warning> RaftInstance: session 18 got connection from 192.168.224.3:58362 (as a server)
2021.01.31 16:00:53.282256 [ 23 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:53.282340 [ 23 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:53.282635 [ 25 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:53.282692 [ 25 ] {} <Warning> RaftInstance: session 19 got connection from 192.168.224.3:58576 (as a server)
2021.01.31 16:00:53.282965 [ 66 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:53.283100 [ 66 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:53.285385 [ 33 ] {} <Critical> RaftInstance: session 18 failed to read rpc header from socket 192.168.224.3:58362 due to error 2
2021.01.31 16:00:53.285589 [ 38 ] {} <Critical> RaftInstance: session 19 failed to read rpc header from socket 192.168.224.3:58576 due to error 2
2021.01.31 16:00:53.285906 [ 42 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:53.286009 [ 42 ] {} <Warning> RaftInstance: session 20 got connection from 192.168.224.3:58508 (as a server)
2021.01.31 16:00:53.286186 [ 58 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:53.286268 [ 58 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:53.287102 [ 53 ] {} <Critical> RaftInstance: session 20 failed to read rpc header from socket 192.168.224.3:58508 due to error 2
2021.01.31 16:00:53.537906 [ 16 ] {} <Warning> RaftInstance: 0x7facc74a6018 connected to node1:44444 (as a client)
2021.01.31 16:00:53.538026 [ 15 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:53.538135 [ 15 ] {} <Warning> RaftInstance: session 21 got connection from 192.168.224.3:58366 (as a server)
2021.01.31 16:00:53.538398 [ 62 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:53.538491 [ 62 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:53.538469 [ 26 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facac843018 (10), from parameter 0x7facc74a6018 (7). will ignore this response
2021.01.31 16:00:53.539299 [ 31 ] {} <Critical> RaftInstance: session 21 failed to read rpc header from socket 192.168.224.3:58366 due to error 2
2021.01.31 16:00:53.633869 [ 41 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:53.633965 [ 41 ] {} <Warning> RaftInstance: session 22 got connection from 192.168.224.3:58580 (as a server)
2021.01.31 16:00:53.634106 [ 53 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:53.634207 [ 53 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:53.635111 [ 49 ] {} <Critical> RaftInstance: session 22 failed to read rpc header from socket 192.168.224.3:58580 due to error 2
2021.01.31 16:00:53.793866 [ 31 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:53.793961 [ 31 ] {} <Warning> RaftInstance: session 23 got connection from 192.168.224.3:58372 (as a server)
2021.01.31 16:00:53.794254 [ 24 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:53.794361 [ 24 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:53.794976 [ 31 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:53.795044 [ 31 ] {} <Warning> RaftInstance: session 24 got connection from 192.168.224.3:58512 (as a server)
2021.01.31 16:00:53.795350 [ 44 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:53.795475 [ 44 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:53.795951 [ 20 ] {} <Critical> RaftInstance: session 23 failed to read rpc header from socket 192.168.224.3:58372 due to error 2
2021.01.31 16:00:53.796237 [ 66 ] {} <Critical> RaftInstance: session 24 failed to read rpc header from socket 192.168.224.3:58512 due to error 2
2021.01.31 16:00:53.985872 [ 24 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:53.985972 [ 24 ] {} <Warning> RaftInstance: session 25 got connection from 192.168.224.3:58588 (as a server)
2021.01.31 16:00:53.986126 [ 48 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:53.986223 [ 48 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:53.987106 [ 32 ] {} <Critical> RaftInstance: session 25 failed to read rpc header from socket 192.168.224.3:58588 due to error 2
2021.01.31 16:00:54.049988 [ 36 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:54.050097 [ 36 ] {} <Warning> RaftInstance: session 26 got connection from 192.168.224.3:58380 (as a server)
2021.01.31 16:00:54.050338 [ 37 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:54.050506 [ 37 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:54.050887 [ 22 ] {} <Critical> RaftInstance: session 2 failed to read rpc header from socket 192.168.224.3:58190 due to error 2
2021.01.31 16:00:54.051069 [ 36 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:54.051143 [ 36 ] {} <Warning> RaftInstance: session 27 got connection from 192.168.224.3:58520 (as a server)
2021.01.31 16:00:54.051308 [ 39 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:54.051406 [ 14 ] {} <Critical> RaftInstance: session 26 failed to read rpc header from socket 192.168.224.3:58380 due to error 2
2021.01.31 16:00:54.051420 [ 39 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:54.052240 [ 48 ] {} <Critical> RaftInstance: session 27 failed to read rpc header from socket 192.168.224.3:58520 due to error 2
2021.01.31 16:00:54.305894 [ 61 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:54.306005 [ 61 ] {} <Warning> RaftInstance: session 28 got connection from 192.168.224.3:58384 (as a server)
2021.01.31 16:00:54.306177 [ 22 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:54.306273 [ 22 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:54.306694 [ 61 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:54.306759 [ 61 ] {} <Warning> RaftInstance: session 29 got connection from 192.168.224.3:58524 (as a server)
2021.01.31 16:00:54.307029 [ 36 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:54.307185 [ 36 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:54.307191 [ 35 ] {} <Critical> RaftInstance: session 28 failed to read rpc header from socket 192.168.224.3:58384 due to error 2
2021.01.31 16:00:54.308087 [ 24 ] {} <Critical> RaftInstance: session 29 failed to read rpc header from socket 192.168.224.3:58524 due to error 2
2021.01.31 16:00:54.562001 [ 37 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:54.562090 [ 37 ] {} <Warning> RaftInstance: session 30 got connection from 192.168.224.3:58528 (as a server)
2021.01.31 16:00:54.562315 [ 61 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:54.562426 [ 61 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:54.562982 [ 37 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:54.563051 [ 37 ] {} <Warning> RaftInstance: session 31 got connection from 192.168.224.3:58388 (as a server)
2021.01.31 16:00:54.563180 [ 24 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:54.563272 [ 24 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:54.563349 [ 14 ] {} <Critical> RaftInstance: session 30 failed to read rpc header from socket 192.168.224.3:58528 due to error 2
2021.01.31 16:00:54.564156 [ 65 ] {} <Critical> RaftInstance: session 31 failed to read rpc header from socket 192.168.224.3:58388 due to error 2
2021.01.31 16:00:54.817989 [ 40 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:54.818097 [ 40 ] {} <Warning> RaftInstance: session 32 got connection from 192.168.224.3:58534 (as a server)
2021.01.31 16:00:54.818286 [ 30 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:54.818408 [ 30 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:54.819331 [ 62 ] {} <Critical> RaftInstance: session 32 failed to read rpc header from socket 192.168.224.3:58534 due to error 2
2021.01.31 16:00:55.073984 [ 50 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:55.074096 [ 50 ] {} <Warning> RaftInstance: session 33 got connection from 192.168.224.3:58392 (as a server)
2021.01.31 16:00:55.074232 [ 33 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:55.074323 [ 33 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:55.075147 [ 13 ] {} <Critical> RaftInstance: session 33 failed to read rpc header from socket 192.168.224.3:58392 due to error 2
2021.01.31 16:00:55.329924 [ 42 ] {} <Warning> RaftInstance: 0x7facb2f1e018 connected to node1:44444 (as a client)
2021.01.31 16:00:55.329942 [ 19 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:55.330121 [ 19 ] {} <Warning> RaftInstance: session 34 got connection from 192.168.224.3:58398 (as a server)
2021.01.31 16:00:55.330264 [ 27 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:55.330360 [ 27 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:55.330863 [ 25 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facac843018 (10), from parameter 0x7facb2f1e018 (9). will ignore this response
2021.01.31 16:00:55.330956 [ 19 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:55.331033 [ 19 ] {} <Warning> RaftInstance: session 35 got connection from 192.168.224.3:58538 (as a server)
2021.01.31 16:00:55.331238 [ 11 ] {} <Critical> RaftInstance: session 34 failed to read rpc header from socket 192.168.224.3:58398 due to error 2
2021.01.31 16:00:55.331244 [ 49 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:55.331374 [ 49 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:55.332236 [ 32 ] {} <Critical> RaftInstance: session 35 failed to read rpc header from socket 192.168.224.3:58538 due to error 2
2021.01.31 16:00:55.585929 [ 14 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:55.586034 [ 14 ] {} <Warning> RaftInstance: session 36 got connection from 192.168.224.3:58402 (as a server)
2021.01.31 16:00:55.586358 [ 35 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:55.586445 [ 35 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:55.586698 [ 14 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:55.586764 [ 14 ] {} <Warning> RaftInstance: session 37 got connection from 192.168.224.3:58548 (as a server)
2021.01.31 16:00:55.586900 [ 38 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:55.586995 [ 38 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:55.587345 [ 26 ] {} <Critical> RaftInstance: session 36 failed to read rpc header from socket 192.168.224.3:58402 due to error 2
2021.01.31 16:00:55.587964 [ 14 ] {} <Critical> RaftInstance: session 37 failed to read rpc header from socket 192.168.224.3:58548 due to error 2
2021.01.31 16:00:55.841915 [ 18 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:55.842042 [ 18 ] {} <Warning> RaftInstance: session 38 got connection from 192.168.224.3:58406 (as a server)
2021.01.31 16:00:55.842165 [ 24 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:55.842264 [ 24 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:55.843250 [ 22 ] {} <Critical> RaftInstance: session 38 failed to read rpc header from socket 192.168.224.3:58406 due to error 2
2021.01.31 16:00:56.097987 [ 12 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:56.098136 [ 12 ] {} <Warning> RaftInstance: session 39 got connection from 192.168.224.3:58414 (as a server)
2021.01.31 16:00:56.098284 [ 16 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:56.098385 [ 16 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:56.099137 [ 12 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:56.099212 [ 12 ] {} <Warning> RaftInstance: session 40 got connection from 192.168.224.3:58556 (as a server)
2021.01.31 16:00:56.099251 [ 25 ] {} <Critical> RaftInstance: session 39 failed to read rpc header from socket 192.168.224.3:58414 due to error 2
2021.01.31 16:00:56.099418 [ 56 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:56.099504 [ 56 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:56.100416 [ 55 ] {} <Critical> RaftInstance: session 40 failed to read rpc header from socket 192.168.224.3:58556 due to error 2
2021.01.31 16:00:56.354014 [ 13 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:56.354110 [ 13 ] {} <Warning> RaftInstance: session 41 got connection from 192.168.224.3:58418 (as a server)
2021.01.31 16:00:56.354346 [ 59 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:56.354468 [ 59 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:56.355337 [ 43 ] {} <Critical> RaftInstance: session 41 failed to read rpc header from socket 192.168.224.3:58418 due to error 2
2021.01.31 16:00:56.610014 [ 22 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:00:56.610100 [ 22 ] {} <Warning> RaftInstance: session 42 got connection from 192.168.224.3:58424 (as a server)
2021.01.31 16:00:56.610278 [ 66 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 1 / mine 2
2021.01.31 16:00:56.610373 [ 66 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:00:56.611244 [ 14 ] {} <Critical> RaftInstance: session 42 failed to read rpc header from socket 192.168.224.3:58424 due to error 2
2021.01.31 16:00:57.261412 [ 52 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 200 ms ago
2021.01.31 16:00:57.361664 [ 42 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 300 ms ago
2021.01.31 16:00:57.461997 [ 35 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 400 ms ago
2021.01.31 16:00:57.464924 [ 68 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 403 ms ago
2021.01.31 16:00:57.465345 [ 38 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 404 ms ago
2021.01.31 16:00:57.466432 [ 68 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 405 ms ago
2021.01.31 16:00:57.466740 [ 38 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 405 ms ago
2021.01.31 16:00:57.475129 [ 68 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 414 ms ago
2021.01.31 16:00:57.475516 [ 22 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 414 ms ago
2021.01.31 16:00:57.476426 [ 68 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 415 ms ago
2021.01.31 16:00:57.476744 [ 44 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 415 ms ago
2021.01.31 16:00:57.477395 [ 68 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 416 ms ago
2021.01.31 16:00:57.477733 [ 58 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 416 ms ago
2021.01.31 16:00:57.478901 [ 68 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 417 ms ago
2021.01.31 16:00:57.479261 [ 12 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 418 ms ago
2021.01.31 16:00:57.480334 [ 68 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 419 ms ago
2021.01.31 16:00:57.480642 [ 12 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 419 ms ago
2021.01.31 16:00:57.481417 [ 68 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 420 ms ago
2021.01.31 16:00:57.481698 [ 12 ] {} <Error> RaftInstance: skipped sending msg to 1 too long time, last msg sent 420 ms ago
2021.01.31 16:00:57.482394 [ 68 ] {} <Error> RaftInstance: long pause warning to 1 is too verbose, will suppress it from now
2021.01.31 16:00:58.477543 [ 50 ] {} <Error> RaftInstance: skipped sending msg to 3 too long time, last msg sent 200 ms ago
2021.01.31 16:00:58.578085 [ 33 ] {} <Error> RaftInstance: skipped sending msg to 3 too long time, last msg sent 300 ms ago
2021.01.31 16:00:58.678489 [ 36 ] {} <Error> RaftInstance: skipped sending msg to 3 too long time, last msg sent 401 ms ago
2021.01.31 16:00:58.778738 [ 52 ] {} <Error> RaftInstance: skipped sending msg to 3 too long time, last msg sent 501 ms ago
2021.01.31 16:00:58.879145 [ 59 ] {} <Error> RaftInstance: skipped sending msg to 3 too long time, last msg sent 601 ms ago
2021.01.31 16:00:58.979510 [ 45 ] {} <Error> RaftInstance: skipped sending msg to 3 too long time, last msg sent 702 ms ago
2021.01.31 16:00:59.079762 [ 41 ] {} <Error> RaftInstance: skipped sending msg to 3 too long time, last msg sent 802 ms ago
2021.01.31 16:00:59.180031 [ 18 ] {} <Error> RaftInstance: skipped sending msg to 3 too long time, last msg sent 902 ms ago
2021.01.31 16:00:59.280253 [ 37 ] {} <Error> RaftInstance: skipped sending msg to 3 too long time, last msg sent 1003 ms ago
2021.01.31 16:00:59.280384 [ 68 ] {} <Error> RaftInstance: skipped sending msg to 3 too long time, last msg sent 1003 ms ago
2021.01.31 16:00:59.380623 [ 23 ] {} <Error> RaftInstance: skipped sending msg to 3 too long time, last msg sent 1103 ms ago
2021.01.31 16:00:59.481096 [ 20 ] {} <Error> RaftInstance: skipped sending msg to 3 too long time, last msg sent 1203 ms ago
2021.01.31 16:00:59.581305 [ 27 ] {} <Error> RaftInstance: skipped sending msg to 3 too long time, last msg sent 1304 ms ago
2021.01.31 16:00:59.681578 [ 63 ] {} <Error> RaftInstance: skipped sending msg to 3 too long time, last msg sent 1404 ms ago
2021.01.31 16:00:59.781869 [ 65 ] {} <Error> RaftInstance: skipped sending msg to 3 too long time, last msg sent 1504 ms ago
2021.01.31 16:00:59.882087 [ 38 ] {} <Error> RaftInstance: skipped sending msg to 3 too long time, last msg sent 1604 ms ago
2021.01.31 16:00:59.982292 [ 66 ] {} <Error> RaftInstance: skipped sending msg to 3 too long time, last msg sent 1705 ms ago
2021.01.31 16:01:00.082589 [ 47 ] {} <Error> RaftInstance: skipped sending msg to 3 too long time, last msg sent 1805 ms ago
2021.01.31 16:01:00.182812 [ 54 ] {} <Critical> RaftInstance: 2 nodes (out of 3, 3 including learners) are not responding longer than 2000 ms, at least 2 nodes (including leader) should be alive to proceed commit
2021.01.31 16:01:00.182934 [ 54 ] {} <Critical> RaftInstance: will yield the leadership of this node
2021.01.31 16:01:00.182987 [ 54 ] {} <Warning> RaftInstance: got immediate re-elect request, resign now
2021.01.31 16:01:00.183065 [ 54 ] {} <Error> RaftInstance: cancelled 1 blocking client requests from 392 to 392.
2021.01.31 16:01:00.183210 [ 69 ] {} <Error> RaftInstance: [NOT OK] commit_ret_cv 392 wake up (902865 us), return value (nil), result code -1
2021.01.31 16:01:00.183335 [ 69 ] {} <Critical> RaftInstance: 2 nodes (out of 3, 3 including learners) are not responding longer than 2000 ms, at least 2 nodes (including leader) should be alive to proceed commit
2021.01.31 16:01:00.183445 [ 69 ] {} <Critical> RaftInstance: will yield the leadership of this node
2021.01.31 16:01:00.183490 [ 69 ] {} <Critical> RaftInstance: leadership is invalid
2021.01.31 16:01:00.390445 [ 14 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:00.390756 [ 14 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 2 -> 1, mine 2
2021.01.31 16:01:00.390993 [ 14 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:00.391072 [ 14 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:00.391151 [ 14 ] {} <Error> RaftInstance: failed to send prevote request: peer 3 (node3:44444) is busy
2021.01.31 16:01:00.391205 [ 14 ] {} <Error> RaftInstance: failed to send prevote request: peer 1 (node1:44444) is busy
2021.01.31 16:01:00.682399 [ 44 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:00.682504 [ 44 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:00.682608 [ 44 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:00.682778 [ 44 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102465
2021.01.31 16:01:00.682851 [ 44 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:00.682914 [ 44 ] {} <Error> RaftInstance: failed to send prevote request: peer 3 (node3:44444) is busy
2021.01.31 16:01:00.682995 [ 44 ] {} <Error> RaftInstance: failed to send prevote request: peer 1 (node1:44444) is busy
2021.01.31 16:01:00.977215 [ 56 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:00.977296 [ 56 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:00.977387 [ 56 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:00.977464 [ 56 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102466
2021.01.31 16:01:00.977539 [ 56 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:00.977596 [ 56 ] {} <Error> RaftInstance: failed to send prevote request: peer 3 (node3:44444) is busy
2021.01.31 16:01:00.977647 [ 56 ] {} <Error> RaftInstance: failed to send prevote request: peer 1 (node1:44444) is busy
2021.01.31 16:01:01.202894 [ 58 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:01.202999 [ 58 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:01.203086 [ 58 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:01.203166 [ 58 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102467
2021.01.31 16:01:01.203250 [ 58 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:01.203314 [ 58 ] {} <Error> RaftInstance: failed to send prevote request: peer 3 (node3:44444) is busy
2021.01.31 16:01:01.203370 [ 58 ] {} <Error> RaftInstance: failed to send prevote request: peer 1 (node1:44444) is busy
2021.01.31 16:01:01.533597 [ 21 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:01.533676 [ 21 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:01.533778 [ 21 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:01.533848 [ 21 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102468
2021.01.31 16:01:01.533918 [ 21 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:01.534005 [ 21 ] {} <Error> RaftInstance: failed to send prevote request: peer 3 (node3:44444) is busy
2021.01.31 16:01:01.534082 [ 21 ] {} <Error> RaftInstance: failed to send prevote request: peer 1 (node1:44444) is busy
2021.01.31 16:01:01.849304 [ 19 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:01.849408 [ 19 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:01.849501 [ 19 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:01.849648 [ 19 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102469
2021.01.31 16:01:01.849741 [ 19 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:01.849814 [ 19 ] {} <Error> RaftInstance: failed to send prevote request: peer 3 (node3:44444) is busy
2021.01.31 16:01:01.849876 [ 19 ] {} <Error> RaftInstance: failed to send prevote request: peer 1 (node1:44444) is busy
2021.01.31 16:01:02.075114 [ 16 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:02.075222 [ 16 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:02.075306 [ 16 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:02.075386 [ 16 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 5114 ms, need reconnection for prevote
2021.01.31 16:01:02.075450 [ 16 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:02.076334 [ 16 ] {} <Warning> RaftInstance: 0x7fac7cc5aa18 reconnect peer 1
2021.01.31 16:01:02.076408 [ 16 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102470
2021.01.31 16:01:02.076482 [ 16 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:02.076554 [ 16 ] {} <Error> RaftInstance: failed to send prevote request: peer 3 (node3:44444) is busy
2021.01.31 16:01:02.332852 [ 25 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:02.332944 [ 25 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:02.333038 [ 25 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:02.333114 [ 25 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 5372 ms, need reconnection for prevote
2021.01.31 16:01:02.333172 [ 25 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:02.333738 [ 25 ] {} <Warning> RaftInstance: 0x7fac7cc5a018 reconnect peer 1
2021.01.31 16:01:02.333794 [ 25 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102471
2021.01.31 16:01:02.333860 [ 25 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:02.333920 [ 25 ] {} <Error> RaftInstance: failed to send prevote request: peer 3 (node3:44444) is busy
2021.01.31 16:01:02.630274 [ 64 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:02.630391 [ 64 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:02.630499 [ 64 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:02.630582 [ 64 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 5669 ms, need reconnection for prevote
2021.01.31 16:01:02.630729 [ 64 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:02.631545 [ 64 ] {} <Warning> RaftInstance: 0x7facafe67018 reconnect peer 1
2021.01.31 16:01:02.631612 [ 64 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102472
2021.01.31 16:01:02.631680 [ 64 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:02.631743 [ 64 ] {} <Error> RaftInstance: failed to send prevote request: peer 3 (node3:44444) is busy
2021.01.31 16:01:02.974165 [ 48 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:02.974306 [ 48 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:02.974416 [ 48 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:02.974508 [ 48 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 6013 ms, need reconnection for prevote
2021.01.31 16:01:02.974580 [ 48 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:02.975231 [ 48 ] {} <Warning> RaftInstance: 0x7facac01fa18 reconnect peer 1
2021.01.31 16:01:02.975301 [ 48 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102473
2021.01.31 16:01:02.975380 [ 48 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:02.975455 [ 48 ] {} <Error> RaftInstance: failed to send prevote request: peer 3 (node3:44444) is busy
2021.01.31 16:01:03.100745 [ 69 ] {} <Warning> RaftInstance: return null as leader does not exist in the current group
2021.01.31 16:01:03.100947 [ 69 ] {} <Warning> RaftInstance: return null as leader does not exist in the current group
2021.01.31 16:01:03.321855 [ 55 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:03.321977 [ 55 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:03.322090 [ 55 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:03.322172 [ 55 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 5145 ms, need reconnection for prevote
2021.01.31 16:01:03.322250 [ 55 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:03.322871 [ 55 ] {} <Warning> RaftInstance: 0x7facb56c7018 reconnect peer 3
2021.01.31 16:01:03.322933 [ 55 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 6361 ms, need reconnection for prevote
2021.01.31 16:01:03.322993 [ 55 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:03.323528 [ 55 ] {} <Warning> RaftInstance: 0x7facb1e34a18 reconnect peer 1
2021.01.31 16:01:03.323581 [ 55 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102474
2021.01.31 16:01:03.323644 [ 55 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:03.603974 [ 39 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:03.604086 [ 39 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:03.604181 [ 39 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:03.604262 [ 39 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 5427 ms, need reconnection for prevote
2021.01.31 16:01:03.604329 [ 39 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:03.605183 [ 39 ] {} <Warning> RaftInstance: 0x7faca2c21a18 reconnect peer 3
2021.01.31 16:01:03.605249 [ 39 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 6644 ms, need reconnection for prevote
2021.01.31 16:01:03.605310 [ 39 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:03.606106 [ 39 ] {} <Warning> RaftInstance: 0x7faca2c22418 reconnect peer 1
2021.01.31 16:01:03.606178 [ 39 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102475
2021.01.31 16:01:03.606261 [ 39 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:03.610605 [ 69 ] {} <Warning> RaftInstance: return null as leader does not exist in the current group
2021.01.31 16:01:03.992546 [ 30 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:03.992668 [ 30 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:03.992781 [ 30 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:03.992867 [ 30 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 5815 ms, need reconnection for prevote
2021.01.31 16:01:03.992938 [ 30 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:03.993613 [ 30 ] {} <Warning> RaftInstance: 0x7facc7878798 reconnect peer 3
2021.01.31 16:01:03.993688 [ 30 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 7032 ms, need reconnection for prevote
2021.01.31 16:01:03.993827 [ 30 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:03.994749 [ 30 ] {} <Warning> RaftInstance: 0x7facab231198 reconnect peer 1
2021.01.31 16:01:03.994823 [ 30 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102476
2021.01.31 16:01:03.994902 [ 30 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:04.280237 [ 33 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:04.280339 [ 33 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:04.280439 [ 33 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:04.280512 [ 33 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 6103 ms, need reconnection for prevote
2021.01.31 16:01:04.280571 [ 33 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:04.281118 [ 33 ] {} <Warning> RaftInstance: 0x7facac01f018 reconnect peer 3
2021.01.31 16:01:04.281173 [ 33 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 7320 ms, need reconnection for prevote
2021.01.31 16:01:04.281227 [ 33 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:04.281764 [ 33 ] {} <Warning> RaftInstance: 0x7facab230018 reconnect peer 1
2021.01.31 16:01:04.281818 [ 33 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102477
2021.01.31 16:01:04.281883 [ 33 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:04.584203 [ 11 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:04.584294 [ 11 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:04.584373 [ 11 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:04.584438 [ 11 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 6407 ms, need reconnection for prevote
2021.01.31 16:01:04.584492 [ 11 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:04.585009 [ 11 ] {} <Warning> RaftInstance: 0x7facab231418 reconnect peer 3
2021.01.31 16:01:04.585060 [ 11 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 7624 ms, need reconnection for prevote
2021.01.31 16:01:04.585110 [ 11 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:04.585804 [ 11 ] {} <Warning> RaftInstance: 0x7facc7878518 reconnect peer 1
2021.01.31 16:01:04.585877 [ 11 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102478
2021.01.31 16:01:04.585958 [ 11 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:04.901259 [ 60 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:04.901358 [ 60 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:04.901451 [ 60 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:04.901520 [ 60 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 6724 ms, need reconnection for prevote
2021.01.31 16:01:04.901576 [ 60 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:04.902184 [ 60 ] {} <Warning> RaftInstance: 0x7facb4128018 reconnect peer 3
2021.01.31 16:01:04.902240 [ 60 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 7941 ms, need reconnection for prevote
2021.01.31 16:01:04.902293 [ 60 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:04.903034 [ 60 ] {} <Warning> RaftInstance: 0x7facbe339018 reconnect peer 1
2021.01.31 16:01:04.903093 [ 60 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102479
2021.01.31 16:01:04.903181 [ 60 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:05.134444 [ 29 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:05.134554 [ 29 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:05.134654 [ 29 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:05.134736 [ 29 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 6957 ms, need reconnection for prevote
2021.01.31 16:01:05.134815 [ 29 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:05.135740 [ 29 ] {} <Warning> RaftInstance: 0x7facb5706018 reconnect peer 3
2021.01.31 16:01:05.135813 [ 29 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 8174 ms, need reconnection for prevote
2021.01.31 16:01:05.135877 [ 29 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:05.136584 [ 29 ] {} <Warning> RaftInstance: 0x7facb5706a18 reconnect peer 1
2021.01.31 16:01:05.136646 [ 29 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102480
2021.01.31 16:01:05.136717 [ 29 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:05.508018 [ 43 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:05.508114 [ 43 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:05.508209 [ 43 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:05.508280 [ 43 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 7331 ms, need reconnection for prevote
2021.01.31 16:01:05.508337 [ 43 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:05.508856 [ 43 ] {} <Warning> RaftInstance: 0x7facb56c7a18 reconnect peer 3
2021.01.31 16:01:05.508908 [ 43 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 8547 ms, need reconnection for prevote
2021.01.31 16:01:05.508970 [ 43 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:05.509709 [ 43 ] {} <Warning> RaftInstance: 0x7faca362e018 reconnect peer 1
2021.01.31 16:01:05.509775 [ 43 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102481
2021.01.31 16:01:05.509839 [ 43 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:05.893103 [ 23 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:05.893216 [ 23 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:05.894961 [ 23 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:05.895035 [ 23 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 7717 ms, need reconnection for prevote
2021.01.31 16:01:05.895092 [ 23 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:05.895828 [ 23 ] {} <Warning> RaftInstance: 0x7facc6112018 reconnect peer 3
2021.01.31 16:01:05.895882 [ 23 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 8934 ms, need reconnection for prevote
2021.01.31 16:01:05.895933 [ 23 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:05.896581 [ 23 ] {} <Warning> RaftInstance: 0x7facc6112a18 reconnect peer 1
2021.01.31 16:01:05.896634 [ 23 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102482
2021.01.31 16:01:05.896694 [ 23 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:06.203991 [ 42 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:06.204089 [ 42 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:06.204170 [ 42 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:06.204239 [ 42 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 8027 ms, need reconnection for prevote
2021.01.31 16:01:06.204296 [ 42 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:06.205009 [ 42 ] {} <Warning> RaftInstance: 0x7facaae21418 reconnect peer 3
2021.01.31 16:01:06.205066 [ 42 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 9244 ms, need reconnection for prevote
2021.01.31 16:01:06.205117 [ 42 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:06.205763 [ 42 ] {} <Warning> RaftInstance: 0x7facaae21e18 reconnect peer 1
2021.01.31 16:01:06.205820 [ 42 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102483
2021.01.31 16:01:06.205885 [ 42 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:06.521405 [ 35 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:06.521714 [ 35 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:06.521798 [ 35 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:06.521865 [ 35 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 8344 ms, need reconnection for prevote
2021.01.31 16:01:06.521936 [ 35 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:06.522474 [ 35 ] {} <Warning> RaftInstance: 0x7facac020418 reconnect peer 3
2021.01.31 16:01:06.522542 [ 35 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 9561 ms, need reconnection for prevote
2021.01.31 16:01:06.522596 [ 35 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:06.523309 [ 35 ] {} <Warning> RaftInstance: 0x7facad867018 reconnect peer 1
2021.01.31 16:01:06.523361 [ 35 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102484
2021.01.31 16:01:06.523417 [ 35 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:06.753681 [ 22 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:06.753798 [ 22 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:06.753878 [ 22 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:06.753958 [ 22 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 8576 ms, need reconnection for prevote
2021.01.31 16:01:06.754018 [ 22 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:06.754534 [ 22 ] {} <Warning> RaftInstance: 0x7facc7016018 reconnect peer 3
2021.01.31 16:01:06.754586 [ 22 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 9793 ms, need reconnection for prevote
2021.01.31 16:01:06.754637 [ 22 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:06.755351 [ 22 ] {} <Warning> RaftInstance: 0x7facb2f5c018 reconnect peer 1
2021.01.31 16:01:06.755405 [ 22 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102485
2021.01.31 16:01:06.755465 [ 22 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:07.140753 [ 17 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:07.140861 [ 17 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:07.140944 [ 17 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:07.141012 [ 17 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 8963 ms, need reconnection for prevote
2021.01.31 16:01:07.141068 [ 17 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:07.141771 [ 17 ] {} <Warning> RaftInstance: 0x7facb2f1ea18 reconnect peer 3
2021.01.31 16:01:07.141829 [ 17 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 10180 ms, need reconnection for prevote
2021.01.31 16:01:07.141880 [ 17 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:07.142518 [ 17 ] {} <Warning> RaftInstance: 0x7facb2f1f418 reconnect peer 1
2021.01.31 16:01:07.142573 [ 17 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102486
2021.01.31 16:01:07.142636 [ 17 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:07.500895 [ 14 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:07.501006 [ 14 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:07.501101 [ 14 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:07.501180 [ 14 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 9324 ms, need reconnection for prevote
2021.01.31 16:01:07.501268 [ 14 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:07.501917 [ 14 ] {} <Warning> RaftInstance: 0x7facaaa2e018 reconnect peer 3
2021.01.31 16:01:07.502002 [ 14 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 10540 ms, need reconnection for prevote
2021.01.31 16:01:07.502062 [ 14 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:07.502645 [ 14 ] {} <Warning> RaftInstance: 0x7facb591a018 reconnect peer 1
2021.01.31 16:01:07.502703 [ 14 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102487
2021.01.31 16:01:07.502774 [ 14 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:07.766017 [ 58 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:07.766127 [ 58 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:07.766222 [ 58 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:07.766300 [ 58 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 9589 ms, need reconnection for prevote
2021.01.31 16:01:07.766369 [ 58 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:07.767235 [ 58 ] {} <Warning> RaftInstance: 0x7facaaa4e018 reconnect peer 3
2021.01.31 16:01:07.767302 [ 58 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 10806 ms, need reconnection for prevote
2021.01.31 16:01:07.767363 [ 58 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:07.768138 [ 58 ] {} <Warning> RaftInstance: 0x7facaaa4ea18 reconnect peer 1
2021.01.31 16:01:07.768202 [ 58 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102488
2021.01.31 16:01:07.768275 [ 58 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:07.987493 [ 16 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:07.987592 [ 16 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:07.987674 [ 16 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:07.987744 [ 16 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 9810 ms, need reconnection for prevote
2021.01.31 16:01:07.987807 [ 16 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:07.988535 [ 16 ] {} <Warning> RaftInstance: 0x7fac7cc5b418 reconnect peer 3
2021.01.31 16:01:07.988593 [ 16 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 11027 ms, need reconnection for prevote
2021.01.31 16:01:07.988647 [ 16 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:07.989323 [ 16 ] {} <Warning> RaftInstance: 0x7fac7cc5be18 reconnect peer 1
2021.01.31 16:01:07.989380 [ 16 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102489
2021.01.31 16:01:07.989444 [ 16 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:08.103749 [ 69 ] {} <Warning> RaftInstance: return null as leader does not exist in the current group
2021.01.31 16:01:08.103917 [ 69 ] {} <Warning> RaftInstance: return null as leader does not exist in the current group
2021.01.31 16:01:08.303881 [ 49 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:08.304165 [ 49 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:08.304264 [ 49 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:08.304332 [ 49 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 10127 ms, need reconnection for prevote
2021.01.31 16:01:08.304388 [ 49 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:08.304921 [ 49 ] {} <Warning> RaftInstance: 0x7fad887ad718 reconnect peer 3
2021.01.31 16:01:08.304977 [ 49 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 11343 ms, need reconnection for prevote
2021.01.31 16:01:08.305028 [ 49 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:08.305512 [ 49 ] {} <Warning> RaftInstance: 0x7facc6c30018 reconnect peer 1
2021.01.31 16:01:08.305565 [ 49 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102490
2021.01.31 16:01:08.305639 [ 49 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:08.430022 [ 69 ] {} <Warning> RaftInstance: return null as leader does not exist in the current group
2021.01.31 16:01:08.506941 [ 53 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:08.507032 [ 53 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:08.507125 [ 53 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:08.507209 [ 53 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 10330 ms, need reconnection for prevote
2021.01.31 16:01:08.507267 [ 53 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:08.507822 [ 53 ] {} <Warning> RaftInstance: 0x7facc7878298 reconnect peer 3
2021.01.31 16:01:08.507877 [ 53 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 11546 ms, need reconnection for prevote
2021.01.31 16:01:08.507930 [ 53 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:08.508644 [ 53 ] {} <Warning> RaftInstance: 0x7facc586f798 reconnect peer 1
2021.01.31 16:01:08.508701 [ 53 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102491
2021.01.31 16:01:08.508763 [ 53 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:08.715005 [ 55 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:08.715117 [ 55 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:08.715196 [ 55 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:08.715263 [ 55 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 10538 ms, need reconnection for prevote
2021.01.31 16:01:08.715318 [ 55 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:08.716075 [ 55 ] {} <Warning> RaftInstance: 0x7facc614a018 reconnect peer 3
2021.01.31 16:01:08.716130 [ 55 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 11755 ms, need reconnection for prevote
2021.01.31 16:01:08.716181 [ 55 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:08.716857 [ 55 ] {} <Warning> RaftInstance: 0x7facc614aa18 reconnect peer 1
2021.01.31 16:01:08.716922 [ 55 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102492
2021.01.31 16:01:08.716983 [ 55 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:08.934191 [ 50 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:08.934289 [ 50 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:08.934374 [ 50 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:08.934535 [ 50 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 10757 ms, need reconnection for prevote
2021.01.31 16:01:08.934593 [ 50 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:08.935304 [ 50 ] {} <Warning> RaftInstance: 0x7facab231e18 reconnect peer 3
2021.01.31 16:01:08.935360 [ 50 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 11974 ms, need reconnection for prevote
2021.01.31 16:01:08.935414 [ 50 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:08.936101 [ 50 ] {} <Warning> RaftInstance: 0x7facab232818 reconnect peer 1
2021.01.31 16:01:08.936159 [ 50 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102493
2021.01.31 16:01:08.936233 [ 50 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:09.020010 [ 69 ] {} <Warning> RaftInstance: return null as leader does not exist in the current group
2021.01.31 16:01:09.254483 [ 12 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:09.254581 [ 12 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:09.254673 [ 12 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:09.254770 [ 12 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 11077 ms, need reconnection for prevote
2021.01.31 16:01:09.254836 [ 12 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:09.255659 [ 12 ] {} <Warning> RaftInstance: 0x7facb56c8418 reconnect peer 3
2021.01.31 16:01:09.255723 [ 12 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 12294 ms, need reconnection for prevote
2021.01.31 16:01:09.255785 [ 12 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:09.256540 [ 12 ] {} <Warning> RaftInstance: 0x7facb56c8e18 reconnect peer 1
2021.01.31 16:01:09.256640 [ 12 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102494
2021.01.31 16:01:09.256718 [ 12 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:09.535952 [ 52 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:09.536033 [ 52 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:09.536116 [ 52 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:09.536183 [ 52 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 11359 ms, need reconnection for prevote
2021.01.31 16:01:09.536237 [ 52 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:09.536954 [ 52 ] {} <Warning> RaftInstance: 0x7facb2185f18 reconnect peer 3
2021.01.31 16:01:09.537008 [ 52 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 12575 ms, need reconnection for prevote
2021.01.31 16:01:09.537060 [ 52 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:09.537710 [ 52 ] {} <Warning> RaftInstance: 0x7facb2186918 reconnect peer 1
2021.01.31 16:01:09.537772 [ 52 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102495
2021.01.31 16:01:09.537853 [ 52 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:09.779101 [ 60 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:09.779197 [ 60 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:09.779281 [ 60 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:09.779350 [ 60 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 11602 ms, need reconnection for prevote
2021.01.31 16:01:09.779409 [ 60 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:09.780128 [ 60 ] {} <Warning> RaftInstance: 0x7facbe339a18 reconnect peer 3
2021.01.31 16:01:09.780182 [ 60 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 12819 ms, need reconnection for prevote
2021.01.31 16:01:09.780233 [ 60 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:09.780863 [ 60 ] {} <Warning> RaftInstance: 0x7facbe33a418 reconnect peer 1
2021.01.31 16:01:09.780919 [ 60 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102496
2021.01.31 16:01:09.780990 [ 60 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:10.023897 [ 10 ] {} <Warning> RaftInstance: return null as leader does not exist in the current group
2021.01.31 16:01:10.110203 [ 37 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:10.110292 [ 37 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:10.110371 [ 37 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:10.110439 [ 37 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 11933 ms, need reconnection for prevote
2021.01.31 16:01:10.110496 [ 37 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:10.111217 [ 37 ] {} <Warning> RaftInstance: 0x7facaee30418 reconnect peer 3
2021.01.31 16:01:10.111273 [ 37 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 13150 ms, need reconnection for prevote
2021.01.31 16:01:10.111327 [ 37 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:10.111977 [ 37 ] {} <Warning> RaftInstance: 0x7facaee30e18 reconnect peer 1
2021.01.31 16:01:10.112034 [ 37 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102497
2021.01.31 16:01:10.112105 [ 37 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:10.315336 [ 20 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:10.315427 [ 20 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:10.315506 [ 20 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:10.315572 [ 20 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 12138 ms, need reconnection for prevote
2021.01.31 16:01:10.315647 [ 20 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:10.316177 [ 20 ] {} <Warning> RaftInstance: 0x7facad026a18 reconnect peer 3
2021.01.31 16:01:10.316230 [ 20 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 13355 ms, need reconnection for prevote
2021.01.31 16:01:10.316280 [ 20 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:10.316939 [ 20 ] {} <Warning> RaftInstance: 0x7facc6411a18 reconnect peer 1
2021.01.31 16:01:10.316992 [ 20 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102498
2021.01.31 16:01:10.317057 [ 20 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:10.563319 [ 63 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:10.563399 [ 63 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:10.563474 [ 63 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:10.563538 [ 63 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 12386 ms, need reconnection for prevote
2021.01.31 16:01:10.563598 [ 63 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:10.564383 [ 63 ] {} <Warning> RaftInstance: 0x7facc7878018 reconnect peer 3
2021.01.31 16:01:10.564439 [ 63 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 13603 ms, need reconnection for prevote
2021.01.31 16:01:10.564493 [ 63 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:10.565144 [ 63 ] {} <Warning> RaftInstance: 0x7facb3645798 reconnect peer 1
2021.01.31 16:01:10.565198 [ 63 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102499
2021.01.31 16:01:10.565260 [ 63 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:10.832484 [ 65 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:10.832576 [ 65 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:10.832657 [ 65 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:10.832724 [ 65 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 12655 ms, need reconnection for prevote
2021.01.31 16:01:10.832779 [ 65 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:10.833295 [ 65 ] {} <Warning> RaftInstance: 0x7facaee2f018 reconnect peer 3
2021.01.31 16:01:10.833346 [ 65 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 13872 ms, need reconnection for prevote
2021.01.31 16:01:10.833397 [ 65 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:10.834091 [ 65 ] {} <Warning> RaftInstance: 0x7facafa39a18 reconnect peer 1
2021.01.31 16:01:10.834181 [ 65 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102500
2021.01.31 16:01:10.834247 [ 65 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:11.054538 [ 35 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:11.054618 [ 35 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:11.054696 [ 35 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:11.054774 [ 35 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 12877 ms, need reconnection for prevote
2021.01.31 16:01:11.054835 [ 35 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:11.055476 [ 35 ] {} <Warning> RaftInstance: 0x7facad867a18 reconnect peer 3
2021.01.31 16:01:11.055527 [ 35 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 14094 ms, need reconnection for prevote
2021.01.31 16:01:11.055578 [ 35 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:11.056221 [ 35 ] {} <Warning> RaftInstance: 0x7facad868418 reconnect peer 1
2021.01.31 16:01:11.056275 [ 35 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102501
2021.01.31 16:01:11.056332 [ 35 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:11.404689 [ 22 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:11.404768 [ 22 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:11.404843 [ 22 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:11.404908 [ 22 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 13227 ms, need reconnection for prevote
2021.01.31 16:01:11.404963 [ 22 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:11.405642 [ 22 ] {} <Warning> RaftInstance: 0x7facb2f5ca18 reconnect peer 3
2021.01.31 16:01:11.405715 [ 22 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 14444 ms, need reconnection for prevote
2021.01.31 16:01:11.405767 [ 22 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:11.406399 [ 22 ] {} <Warning> RaftInstance: 0x7facb2f5d418 reconnect peer 1
2021.01.31 16:01:11.406453 [ 22 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102502
2021.01.31 16:01:11.406511 [ 22 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:11.675796 [ 22 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:11.675884 [ 22 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:11.675965 [ 22 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:11.676032 [ 22 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 13498 ms, need reconnection for prevote
2021.01.31 16:01:11.676099 [ 22 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:11.676772 [ 22 ] {} <Warning> RaftInstance: 0x7facb2f5de18 reconnect peer 3
2021.01.31 16:01:11.676843 [ 22 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 14715 ms, need reconnection for prevote
2021.01.31 16:01:11.676894 [ 22 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:11.677564 [ 22 ] {} <Warning> RaftInstance: 0x7facb2f5e818 reconnect peer 1
2021.01.31 16:01:11.677619 [ 22 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102503
2021.01.31 16:01:11.677680 [ 22 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:11.914005 [ 21 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:11.914103 [ 21 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:11.914189 [ 21 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:11.914273 [ 21 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 13737 ms, need reconnection for prevote
2021.01.31 16:01:11.914332 [ 21 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:11.915081 [ 21 ] {} <Warning> RaftInstance: 0x7facc5cf7a18 reconnect peer 3
2021.01.31 16:01:11.915139 [ 21 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 14954 ms, need reconnection for prevote
2021.01.31 16:01:11.915206 [ 21 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:11.915823 [ 21 ] {} <Warning> RaftInstance: 0x7facc5cf8418 reconnect peer 1
2021.01.31 16:01:11.915878 [ 21 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102504
2021.01.31 16:01:11.915939 [ 21 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:12.028604 [ 10 ] {} <Warning> RaftInstance: return null as leader does not exist in the current group
2021.01.31 16:01:12.313190 [ 57 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:12.313282 [ 57 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:12.313368 [ 57 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:12.313551 [ 57 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 14136 ms, need reconnection for prevote
2021.01.31 16:01:12.313610 [ 57 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:12.314396 [ 57 ] {} <Warning> RaftInstance: 0x7facb593f018 reconnect peer 3
2021.01.31 16:01:12.314453 [ 57 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 15353 ms, need reconnection for prevote
2021.01.31 16:01:12.314504 [ 57 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:12.315133 [ 57 ] {} <Warning> RaftInstance: 0x7facb593fa18 reconnect peer 1
2021.01.31 16:01:12.315187 [ 57 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102505
2021.01.31 16:01:12.315270 [ 57 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:12.571520 [ 57 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:12.571620 [ 57 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:12.571702 [ 57 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:12.571773 [ 57 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 14394 ms, need reconnection for prevote
2021.01.31 16:01:12.571829 [ 57 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:12.572560 [ 57 ] {} <Warning> RaftInstance: 0x7facb5940418 reconnect peer 3
2021.01.31 16:01:12.572617 [ 57 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 15611 ms, need reconnection for prevote
2021.01.31 16:01:12.572670 [ 57 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:12.573334 [ 57 ] {} <Warning> RaftInstance: 0x7facb5940e18 reconnect peer 1
2021.01.31 16:01:12.573391 [ 57 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102506
2021.01.31 16:01:12.573464 [ 57 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:12.844756 [ 48 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:12.844861 [ 48 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:12.844943 [ 48 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:12.845012 [ 48 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 14667 ms, need reconnection for prevote
2021.01.31 16:01:12.845068 [ 48 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:12.845592 [ 48 ] {} <Warning> RaftInstance: 0x7facb4100018 reconnect peer 3
2021.01.31 16:01:12.845646 [ 48 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 15884 ms, need reconnection for prevote
2021.01.31 16:01:12.845714 [ 48 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:12.846459 [ 48 ] {} <Warning> RaftInstance: 0x7facaa226018 reconnect peer 1
2021.01.31 16:01:12.846518 [ 48 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102507
2021.01.31 16:01:12.846578 [ 48 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:13.206915 [ 61 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:13.207037 [ 61 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:13.207142 [ 61 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:13.207212 [ 61 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 15030 ms, need reconnection for prevote
2021.01.31 16:01:13.207270 [ 61 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:13.208014 [ 61 ] {} <Warning> RaftInstance: 0x7facb591aa18 reconnect peer 3
2021.01.31 16:01:13.208094 [ 61 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 16247 ms, need reconnection for prevote
2021.01.31 16:01:13.208155 [ 61 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:13.208868 [ 61 ] {} <Warning> RaftInstance: 0x7facb591b418 reconnect peer 1
2021.01.31 16:01:13.208925 [ 61 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102508
2021.01.31 16:01:13.209003 [ 61 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:13.487338 [ 55 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:13.487417 [ 55 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:13.487492 [ 55 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:13.487556 [ 55 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 15310 ms, need reconnection for prevote
2021.01.31 16:01:13.487609 [ 55 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:13.488274 [ 55 ] {} <Warning> RaftInstance: 0x7facc614b418 reconnect peer 3
2021.01.31 16:01:13.488327 [ 55 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 16527 ms, need reconnection for prevote
2021.01.31 16:01:13.488388 [ 55 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:13.489011 [ 55 ] {} <Warning> RaftInstance: 0x7facc614be18 reconnect peer 1
2021.01.31 16:01:13.489064 [ 55 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102509
2021.01.31 16:01:13.489131 [ 55 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:13.765446 [ 50 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:13.765558 [ 50 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:13.765643 [ 50 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:13.765773 [ 50 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 15588 ms, need reconnection for prevote
2021.01.31 16:01:13.765882 [ 50 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:13.766746 [ 50 ] {} <Warning> RaftInstance: 0x7facab233218 reconnect peer 3
2021.01.31 16:01:13.766812 [ 50 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 16805 ms, need reconnection for prevote
2021.01.31 16:01:13.766873 [ 50 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:13.767561 [ 50 ] {} <Warning> RaftInstance: 0x7facab233c18 reconnect peer 1
2021.01.31 16:01:13.767618 [ 50 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102510
2021.01.31 16:01:13.767705 [ 50 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:14.032931 [ 10 ] {} <Warning> RaftInstance: return null as leader does not exist in the current group
2021.01.31 16:01:14.035919 [ 12 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:14.036008 [ 12 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:14.036091 [ 12 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:14.036168 [ 12 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 15859 ms, need reconnection for prevote
2021.01.31 16:01:14.036227 [ 12 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:14.036949 [ 12 ] {} <Warning> RaftInstance: 0x7facb56c9818 reconnect peer 3
2021.01.31 16:01:14.037008 [ 12 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 17075 ms, need reconnection for prevote
2021.01.31 16:01:14.037063 [ 12 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:14.037753 [ 12 ] {} <Warning> RaftInstance: 0x7facb56ca218 reconnect peer 1
2021.01.31 16:01:14.037814 [ 12 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102511
2021.01.31 16:01:14.037880 [ 12 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:14.305111 [ 59 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:14.305200 [ 59 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:14.305284 [ 59 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:14.305363 [ 59 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 16128 ms, need reconnection for prevote
2021.01.31 16:01:14.305432 [ 59 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:14.306228 [ 59 ] {} <Warning> RaftInstance: 0x7facb4100a18 reconnect peer 3
2021.01.31 16:01:14.306291 [ 59 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 17345 ms, need reconnection for prevote
2021.01.31 16:01:14.306352 [ 59 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:14.307028 [ 59 ] {} <Warning> RaftInstance: 0x7facb4101418 reconnect peer 1
2021.01.31 16:01:14.307087 [ 59 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102512
2021.01.31 16:01:14.307156 [ 59 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:14.623433 [ 29 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:14.623547 [ 29 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:14.623630 [ 29 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:14.623703 [ 29 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 16446 ms, need reconnection for prevote
2021.01.31 16:01:14.623764 [ 29 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:14.624543 [ 29 ] {} <Warning> RaftInstance: 0x7facb5707418 reconnect peer 3
2021.01.31 16:01:14.624613 [ 29 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 17663 ms, need reconnection for prevote
2021.01.31 16:01:14.624669 [ 29 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:14.625340 [ 29 ] {} <Warning> RaftInstance: 0x7facb5707e18 reconnect peer 1
2021.01.31 16:01:14.625400 [ 29 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102513
2021.01.31 16:01:14.625475 [ 29 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:15.017780 [ 26 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:15.017883 [ 26 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:15.017995 [ 26 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:15.018099 [ 26 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 16840 ms, need reconnection for prevote
2021.01.31 16:01:15.018166 [ 26 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:15.018787 [ 26 ] {} <Warning> RaftInstance: 0x7facb2077e18 reconnect peer 3
2021.01.31 16:01:15.018849 [ 26 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 18057 ms, need reconnection for prevote
2021.01.31 16:01:15.018909 [ 26 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:15.019456 [ 26 ] {} <Warning> RaftInstance: 0x7facc74a6018 reconnect peer 1
2021.01.31 16:01:15.019511 [ 26 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102514
2021.01.31 16:01:15.019582 [ 26 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:15.376122 [ 23 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:15.376343 [ 23 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:15.376425 [ 23 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:15.376492 [ 23 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 17199 ms, need reconnection for prevote
2021.01.31 16:01:15.376562 [ 23 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:15.377285 [ 23 ] {} <Warning> RaftInstance: 0x7facc6113418 reconnect peer 3
2021.01.31 16:01:15.377344 [ 23 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 18416 ms, need reconnection for prevote
2021.01.31 16:01:15.377395 [ 23 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:15.378104 [ 23 ] {} <Warning> RaftInstance: 0x7facc6113e18 reconnect peer 1
2021.01.31 16:01:15.378163 [ 23 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102515
2021.01.31 16:01:15.378227 [ 23 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:15.753521 [ 46 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:15.753616 [ 46 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:15.753721 [ 46 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:15.753796 [ 46 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 17576 ms, need reconnection for prevote
2021.01.31 16:01:15.753868 [ 46 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:15.754674 [ 46 ] {} <Warning> RaftInstance: 0x7faca3c21018 reconnect peer 3
2021.01.31 16:01:15.754771 [ 46 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 18793 ms, need reconnection for prevote
2021.01.31 16:01:15.754825 [ 46 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:15.755496 [ 46 ] {} <Warning> RaftInstance: 0x7faca3c21a18 reconnect peer 1
2021.01.31 16:01:15.755553 [ 46 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102516
2021.01.31 16:01:15.755620 [ 46 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:15.968944 [ 32 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:15.969021 [ 32 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:15.969108 [ 32 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:15.969175 [ 32 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 17792 ms, need reconnection for prevote
2021.01.31 16:01:15.969230 [ 32 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:15.969784 [ 32 ] {} <Warning> RaftInstance: 0x7facb2077418 reconnect peer 3
2021.01.31 16:01:15.969840 [ 32 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 19008 ms, need reconnection for prevote
2021.01.31 16:01:15.969894 [ 32 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:15.970413 [ 32 ] {} <Warning> RaftInstance: 0x7facb1e35e18 reconnect peer 1
2021.01.31 16:01:15.970469 [ 32 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102517
2021.01.31 16:01:15.970531 [ 32 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:16.038939 [ 10 ] {} <Warning> RaftInstance: return null as leader does not exist in the current group
2021.01.31 16:01:16.252869 [ 47 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:16.252961 [ 47 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:16.253054 [ 47 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:16.253134 [ 47 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 18076 ms, need reconnection for prevote
2021.01.31 16:01:16.253191 [ 47 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:16.253760 [ 47 ] {} <Warning> RaftInstance: 0x7facafa39018 reconnect peer 3
2021.01.31 16:01:16.253817 [ 47 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 19292 ms, need reconnection for prevote
2021.01.31 16:01:16.253870 [ 47 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:16.254620 [ 47 ] {} <Warning> RaftInstance: 0x7fad88589518 reconnect peer 1
2021.01.31 16:01:16.254679 [ 47 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102518
2021.01.31 16:01:16.254749 [ 47 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:16.640071 [ 17 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:16.640147 [ 17 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:16.640222 [ 17 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:16.640287 [ 17 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 18463 ms, need reconnection for prevote
2021.01.31 16:01:16.640341 [ 17 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:16.641026 [ 17 ] {} <Warning> RaftInstance: 0x7facb2f1fe18 reconnect peer 3
2021.01.31 16:01:16.641080 [ 17 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 19680 ms, need reconnection for prevote
2021.01.31 16:01:16.641131 [ 17 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:16.641780 [ 17 ] {} <Warning> RaftInstance: 0x7facb2f20818 reconnect peer 1
2021.01.31 16:01:16.641838 [ 17 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102519
2021.01.31 16:01:16.641900 [ 17 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:16.892288 [ 56 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:16.892381 [ 56 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:16.892461 [ 56 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:16.892527 [ 56 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 18715 ms, need reconnection for prevote
2021.01.31 16:01:16.892580 [ 56 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:16.893345 [ 56 ] {} <Warning> RaftInstance: 0x7facac888018 reconnect peer 3
2021.01.31 16:01:16.893401 [ 56 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 19932 ms, need reconnection for prevote
2021.01.31 16:01:16.893452 [ 56 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:16.894118 [ 56 ] {} <Warning> RaftInstance: 0x7facac888a18 reconnect peer 1
2021.01.31 16:01:16.894177 [ 56 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102520
2021.01.31 16:01:16.894238 [ 56 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:17.189549 [ 58 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:17.189653 [ 58 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:17.189777 [ 58 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:17.189850 [ 58 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 19012 ms, need reconnection for prevote
2021.01.31 16:01:17.189909 [ 58 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:17.190663 [ 58 ] {} <Warning> RaftInstance: 0x7facaaa4f418 reconnect peer 3
2021.01.31 16:01:17.190722 [ 58 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 20229 ms, need reconnection for prevote
2021.01.31 16:01:17.190775 [ 58 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:17.191452 [ 58 ] {} <Warning> RaftInstance: 0x7facaaa4fe18 reconnect peer 1
2021.01.31 16:01:17.191509 [ 58 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102521
2021.01.31 16:01:17.191578 [ 58 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:17.474805 [ 16 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:17.474899 [ 16 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:17.474981 [ 16 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:17.475051 [ 16 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 19297 ms, need reconnection for prevote
2021.01.31 16:01:17.475108 [ 16 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:17.475847 [ 16 ] {} <Warning> RaftInstance: 0x7fac7cc5c818 reconnect peer 3
2021.01.31 16:01:17.475905 [ 16 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 20514 ms, need reconnection for prevote
2021.01.31 16:01:17.475958 [ 16 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:17.476609 [ 16 ] {} <Warning> RaftInstance: 0x7fac7cc5d218 reconnect peer 1
2021.01.31 16:01:17.476665 [ 16 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102522
2021.01.31 16:01:17.476728 [ 16 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:17.830049 [ 57 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:17.830149 [ 57 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:17.830234 [ 57 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:17.830308 [ 57 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 19653 ms, need reconnection for prevote
2021.01.31 16:01:17.830365 [ 57 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:17.831104 [ 57 ] {} <Warning> RaftInstance: 0x7facb5941818 reconnect peer 3
2021.01.31 16:01:17.831164 [ 57 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 20870 ms, need reconnection for prevote
2021.01.31 16:01:17.831218 [ 57 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:17.831915 [ 57 ] {} <Warning> RaftInstance: 0x7facb5942218 reconnect peer 1
2021.01.31 16:01:17.831971 [ 57 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102523
2021.01.31 16:01:17.832035 [ 57 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:18.043173 [ 10 ] {} <Warning> RaftInstance: return null as leader does not exist in the current group
2021.01.31 16:01:18.208331 [ 48 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:18.208430 [ 48 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:18.208512 [ 48 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:18.208583 [ 48 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 20031 ms, need reconnection for prevote
2021.01.31 16:01:18.208669 [ 48 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:18.209376 [ 48 ] {} <Warning> RaftInstance: 0x7facaa226a18 reconnect peer 3
2021.01.31 16:01:18.209434 [ 48 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 21248 ms, need reconnection for prevote
2021.01.31 16:01:18.209485 [ 48 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:18.210125 [ 48 ] {} <Warning> RaftInstance: 0x7facaa227418 reconnect peer 1
2021.01.31 16:01:18.210182 [ 48 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102524
2021.01.31 16:01:18.210244 [ 48 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:18.579495 [ 61 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:18.579597 [ 61 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:18.579679 [ 61 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:18.579749 [ 61 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 20402 ms, need reconnection for prevote
2021.01.31 16:01:18.579805 [ 61 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:18.580525 [ 61 ] {} <Warning> RaftInstance: 0x7facb591be18 reconnect peer 3
2021.01.31 16:01:18.580580 [ 61 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 21619 ms, need reconnection for prevote
2021.01.31 16:01:18.580631 [ 61 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:18.581261 [ 61 ] {} <Warning> RaftInstance: 0x7facb591c818 reconnect peer 1
2021.01.31 16:01:18.581315 [ 61 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102525
2021.01.31 16:01:18.581378 [ 61 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:18.858697 [ 55 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:18.858785 [ 55 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:18.858866 [ 55 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:18.858931 [ 55 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 20681 ms, need reconnection for prevote
2021.01.31 16:01:18.858995 [ 55 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:18.859661 [ 55 ] {} <Warning> RaftInstance: 0x7facc614c818 reconnect peer 3
2021.01.31 16:01:18.859711 [ 55 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 21898 ms, need reconnection for prevote
2021.01.31 16:01:18.859758 [ 55 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:18.860427 [ 55 ] {} <Warning> RaftInstance: 0x7facc614d218 reconnect peer 1
2021.01.31 16:01:18.860489 [ 55 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102526
2021.01.31 16:01:18.860551 [ 55 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:19.106093 [ 11 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:19.106280 [ 11 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:19.106364 [ 11 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:19.106434 [ 11 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 20929 ms, need reconnection for prevote
2021.01.31 16:01:19.106492 [ 11 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:19.107243 [ 11 ] {} <Warning> RaftInstance: 0x7facc74a7198 reconnect peer 3
2021.01.31 16:01:19.107332 [ 11 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 22146 ms, need reconnection for prevote
2021.01.31 16:01:19.107381 [ 11 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:19.107982 [ 11 ] {} <Warning> RaftInstance: 0x7facc74a7b98 reconnect peer 1
2021.01.31 16:01:19.108035 [ 11 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102527
2021.01.31 16:01:19.108094 [ 11 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:19.397313 [ 12 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:19.397414 [ 12 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:19.397506 [ 12 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:19.397578 [ 12 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 21220 ms, need reconnection for prevote
2021.01.31 16:01:19.397640 [ 12 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:19.398411 [ 12 ] {} <Warning> RaftInstance: 0x7facb56cac18 reconnect peer 3
2021.01.31 16:01:19.398473 [ 12 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 22437 ms, need reconnection for prevote
2021.01.31 16:01:19.398527 [ 12 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:19.399238 [ 12 ] {} <Warning> RaftInstance: 0x7facb56cb618 reconnect peer 1
2021.01.31 16:01:19.399297 [ 12 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102528
2021.01.31 16:01:19.399362 [ 12 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:19.626601 [ 59 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:19.626682 [ 59 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:19.626760 [ 59 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:19.626824 [ 59 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 21449 ms, need reconnection for prevote
2021.01.31 16:01:19.626878 [ 59 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:19.627568 [ 59 ] {} <Warning> RaftInstance: 0x7facb4101e18 reconnect peer 3
2021.01.31 16:01:19.627622 [ 59 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 22666 ms, need reconnection for prevote
2021.01.31 16:01:19.627681 [ 59 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:19.628301 [ 59 ] {} <Warning> RaftInstance: 0x7facb4102818 reconnect peer 1
2021.01.31 16:01:19.628356 [ 59 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102529
2021.01.31 16:01:19.628421 [ 59 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:19.912674 [ 34 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:19.912744 [ 34 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:19.912829 [ 34 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:19.912895 [ 34 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 21735 ms, need reconnection for prevote
2021.01.31 16:01:19.912949 [ 34 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:19.913454 [ 34 ] {} <Warning> RaftInstance: 0x7facad026018 reconnect peer 3
2021.01.31 16:01:19.913532 [ 34 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 22952 ms, need reconnection for prevote
2021.01.31 16:01:19.913582 [ 34 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:19.914358 [ 34 ] {} <Warning> RaftInstance: 0x7facaf22d418 reconnect peer 1
2021.01.31 16:01:19.914417 [ 34 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102530
2021.01.31 16:01:19.914481 [ 34 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:20.047507 [ 10 ] {} <Warning> RaftInstance: return null as leader does not exist in the current group
2021.01.31 16:01:20.292708 [ 37 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:20.292804 [ 37 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:20.292882 [ 37 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:20.292951 [ 37 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 22115 ms, need reconnection for prevote
2021.01.31 16:01:20.293005 [ 37 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:20.293772 [ 37 ] {} <Warning> RaftInstance: 0x7facaee31818 reconnect peer 3
2021.01.31 16:01:20.293833 [ 37 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 23332 ms, need reconnection for prevote
2021.01.31 16:01:20.293887 [ 37 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:20.294556 [ 37 ] {} <Warning> RaftInstance: 0x7facaee32218 reconnect peer 1
2021.01.31 16:01:20.294614 [ 37 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102531
2021.01.31 16:01:20.294678 [ 37 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:20.569913 [ 23 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:20.570024 [ 23 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:20.570114 [ 23 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:20.570183 [ 23 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 22393 ms, need reconnection for prevote
2021.01.31 16:01:20.570238 [ 23 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:20.570972 [ 23 ] {} <Warning> RaftInstance: 0x7facc6114818 reconnect peer 3
2021.01.31 16:01:20.571030 [ 23 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 23609 ms, need reconnection for prevote
2021.01.31 16:01:20.571102 [ 23 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:20.571719 [ 23 ] {} <Warning> RaftInstance: 0x7facc6115218 reconnect peer 1
2021.01.31 16:01:20.571769 [ 23 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102532
2021.01.31 16:01:20.571825 [ 23 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:20.795025 [ 46 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:20.795120 [ 46 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:20.795202 [ 46 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:20.795282 [ 46 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 22618 ms, need reconnection for prevote
2021.01.31 16:01:20.795337 [ 46 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:20.796055 [ 46 ] {} <Warning> RaftInstance: 0x7faca3c22418 reconnect peer 3
2021.01.31 16:01:20.796110 [ 46 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 23835 ms, need reconnection for prevote
2021.01.31 16:01:20.796161 [ 46 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:20.796776 [ 46 ] {} <Warning> RaftInstance: 0x7faca3c22e18 reconnect peer 1
2021.01.31 16:01:20.796831 [ 46 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102533
2021.01.31 16:01:20.796892 [ 46 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:21.174159 [ 38 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:21.174264 [ 38 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:21.174371 [ 38 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:21.174445 [ 38 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 22997 ms, need reconnection for prevote
2021.01.31 16:01:21.174508 [ 38 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:21.175067 [ 38 ] {} <Warning> RaftInstance: 0x7facb2076018 reconnect peer 3
2021.01.31 16:01:21.175125 [ 38 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 24214 ms, need reconnection for prevote
2021.01.31 16:01:21.175179 [ 38 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:21.175977 [ 38 ] {} <Warning> RaftInstance: 0x7facaa62e018 reconnect peer 1
2021.01.31 16:01:21.176039 [ 38 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102534
2021.01.31 16:01:21.176109 [ 38 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:21.461386 [ 40 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:21.461511 [ 40 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:21.461604 [ 40 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:21.461713 [ 40 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 23284 ms, need reconnection for prevote
2021.01.31 16:01:21.461782 [ 40 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:21.462652 [ 40 ] {} <Warning> RaftInstance: 0x7facaaa2ea18 reconnect peer 3
2021.01.31 16:01:21.462715 [ 40 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 24501 ms, need reconnection for prevote
2021.01.31 16:01:21.462772 [ 40 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:21.463446 [ 40 ] {} <Warning> RaftInstance: 0x7facaaa2f418 reconnect peer 1
2021.01.31 16:01:21.463525 [ 40 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102535
2021.01.31 16:01:21.463615 [ 40 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:21.778858 [ 14 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:21.778975 [ 14 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:21.779067 [ 14 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:21.779145 [ 14 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 23602 ms, need reconnection for prevote
2021.01.31 16:01:21.779223 [ 14 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:21.780003 [ 14 ] {} <Warning> RaftInstance: 0x7facc6c31418 reconnect peer 3
2021.01.31 16:01:21.780069 [ 14 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 24819 ms, need reconnection for prevote
2021.01.31 16:01:21.780130 [ 14 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:21.780818 [ 14 ] {} <Warning> RaftInstance: 0x7facc6c31e18 reconnect peer 1
2021.01.31 16:01:21.780876 [ 14 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102536
2021.01.31 16:01:21.780939 [ 14 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:22.053570 [ 10 ] {} <Warning> RaftInstance: return null as leader does not exist in the current group
2021.01.31 16:01:22.060214 [ 19 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:22.060284 [ 19 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:22.060359 [ 19 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:22.060424 [ 19 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 23883 ms, need reconnection for prevote
2021.01.31 16:01:22.060478 [ 19 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:22.061111 [ 19 ] {} <Warning> RaftInstance: 0x7facb2078818 reconnect peer 3
2021.01.31 16:01:22.061162 [ 19 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 25100 ms, need reconnection for prevote
2021.01.31 16:01:22.061225 [ 19 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:22.061804 [ 19 ] {} <Warning> RaftInstance: 0x7facb2079218 reconnect peer 1
2021.01.31 16:01:22.061859 [ 19 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102537
2021.01.31 16:01:22.061930 [ 19 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:22.457320 [ 58 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:22.457426 [ 58 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:22.457515 [ 58 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:22.457589 [ 58 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 24280 ms, need reconnection for prevote
2021.01.31 16:01:22.457647 [ 58 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:22.458409 [ 58 ] {} <Warning> RaftInstance: 0x7facaaa50818 reconnect peer 3
2021.01.31 16:01:22.458467 [ 58 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 25497 ms, need reconnection for prevote
2021.01.31 16:01:22.458520 [ 58 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:22.459165 [ 58 ] {} <Warning> RaftInstance: 0x7facaaa51218 reconnect peer 1
2021.01.31 16:01:22.459221 [ 58 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102538
2021.01.31 16:01:22.459283 [ 58 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:22.671717 [ 49 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:22.671999 [ 49 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:22.672077 [ 49 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:22.672142 [ 49 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 24495 ms, need reconnection for prevote
2021.01.31 16:01:22.672197 [ 49 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:22.672956 [ 49 ] {} <Warning> RaftInstance: 0x7facbf050a18 reconnect peer 3
2021.01.31 16:01:22.673013 [ 49 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 25711 ms, need reconnection for prevote
2021.01.31 16:01:22.673065 [ 49 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:22.673702 [ 49 ] {} <Warning> RaftInstance: 0x7facbf051418 reconnect peer 1
2021.01.31 16:01:22.673759 [ 49 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102539
2021.01.31 16:01:22.673820 [ 49 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:22.896019 [ 53 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:22.896099 [ 53 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:22.896175 [ 53 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:22.896258 [ 53 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 24719 ms, need reconnection for prevote
2021.01.31 16:01:22.896315 [ 53 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:22.897016 [ 53 ] {} <Warning> RaftInstance: 0x7facc5d27798 reconnect peer 3
2021.01.31 16:01:22.897068 [ 53 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 25936 ms, need reconnection for prevote
2021.01.31 16:01:22.897118 [ 53 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:22.897757 [ 53 ] {} <Warning> RaftInstance: 0x7facc5d28198 reconnect peer 1
2021.01.31 16:01:22.897823 [ 53 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102540
2021.01.31 16:01:22.897882 [ 53 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:23.130423 [ 39 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:23.130614 [ 39 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:23.130698 [ 39 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:23.130768 [ 39 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 24953 ms, need reconnection for prevote
2021.01.31 16:01:23.130826 [ 39 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:23.131562 [ 39 ] {} <Warning> RaftInstance: 0x7faca2c22e18 reconnect peer 3
2021.01.31 16:01:23.131620 [ 39 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 26170 ms, need reconnection for prevote
2021.01.31 16:01:23.131672 [ 39 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:23.132300 [ 39 ] {} <Warning> RaftInstance: 0x7faca2c23818 reconnect peer 1
2021.01.31 16:01:23.132354 [ 39 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102541
2021.01.31 16:01:23.132415 [ 39 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:23.408680 [ 30 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:23.408766 [ 30 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:23.408846 [ 30 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:23.408916 [ 30 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 25231 ms, need reconnection for prevote
2021.01.31 16:01:23.408973 [ 30 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:23.409750 [ 30 ] {} <Warning> RaftInstance: 0x7facab288798 reconnect peer 3
2021.01.31 16:01:23.409812 [ 30 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 26448 ms, need reconnection for prevote
2021.01.31 16:01:23.409869 [ 30 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:23.410546 [ 30 ] {} <Warning> RaftInstance: 0x7facab289198 reconnect peer 1
2021.01.31 16:01:23.410605 [ 30 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102542
2021.01.31 16:01:23.410684 [ 30 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:23.670949 [ 30 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:23.671052 [ 30 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:23.671146 [ 30 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:23.671234 [ 30 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 25494 ms, need reconnection for prevote
2021.01.31 16:01:23.671293 [ 30 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:23.672137 [ 30 ] {} <Warning> RaftInstance: 0x7facab289b98 reconnect peer 3
2021.01.31 16:01:23.672197 [ 30 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 26711 ms, need reconnection for prevote
2021.01.31 16:01:23.672253 [ 30 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:23.672904 [ 30 ] {} <Warning> RaftInstance: 0x7facab28a598 reconnect peer 1
2021.01.31 16:01:23.672961 [ 30 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102543
2021.01.31 16:01:23.673036 [ 30 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:24.071338 [ 13 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:24.071433 [ 13 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:24.071519 [ 13 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:24.071592 [ 13 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 25894 ms, need reconnection for prevote
2021.01.31 16:01:24.071653 [ 13 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:24.072399 [ 13 ] {} <Warning> RaftInstance: 0x7facc7016a18 reconnect peer 3
2021.01.31 16:01:24.072460 [ 13 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 27111 ms, need reconnection for prevote
2021.01.31 16:01:24.072514 [ 13 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:24.073169 [ 13 ] {} <Warning> RaftInstance: 0x7facc7017418 reconnect peer 1
2021.01.31 16:01:24.073237 [ 13 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102544
2021.01.31 16:01:24.073306 [ 13 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:24.077817 [ 10 ] {} <Warning> RaftInstance: return null as leader does not exist in the current group
2021.01.31 16:01:24.405632 [ 18 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:24.405769 [ 18 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:24.405853 [ 18 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:24.405922 [ 18 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 26228 ms, need reconnection for prevote
2021.01.31 16:01:24.405988 [ 18 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:24.406898 [ 18 ] {} <Warning> RaftInstance: 0x7fac79a00018 reconnect peer 3
2021.01.31 16:01:24.406957 [ 18 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 27445 ms, need reconnection for prevote
2021.01.31 16:01:24.407010 [ 18 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:24.407669 [ 18 ] {} <Warning> RaftInstance: 0x7fac79a00a18 reconnect peer 1
2021.01.31 16:01:24.407726 [ 18 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102545
2021.01.31 16:01:24.407789 [ 18 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:24.718150 [ 12 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:24.718243 [ 12 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:24.718326 [ 12 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:24.718396 [ 12 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 26541 ms, need reconnection for prevote
2021.01.31 16:01:24.718453 [ 12 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:24.719222 [ 12 ] {} <Warning> RaftInstance: 0x7fac79f8c018 reconnect peer 3
2021.01.31 16:01:24.719306 [ 12 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 27758 ms, need reconnection for prevote
2021.01.31 16:01:24.719369 [ 12 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:24.720033 [ 12 ] {} <Warning> RaftInstance: 0x7fac79f8ca18 reconnect peer 1
2021.01.31 16:01:24.720096 [ 12 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102546
2021.01.31 16:01:24.720158 [ 12 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:24.929385 [ 12 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:24.929497 [ 12 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:24.929588 [ 12 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:24.929659 [ 12 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 26752 ms, need reconnection for prevote
2021.01.31 16:01:24.929736 [ 12 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:24.930514 [ 12 ] {} <Warning> RaftInstance: 0x7fac79f8d418 reconnect peer 3
2021.01.31 16:01:24.930574 [ 12 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 27969 ms, need reconnection for prevote
2021.01.31 16:01:24.930651 [ 12 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:24.931385 [ 12 ] {} <Warning> RaftInstance: 0x7fac79f8de18 reconnect peer 1
2021.01.31 16:01:24.931448 [ 12 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102547
2021.01.31 16:01:24.931519 [ 12 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:25.325806 [ 26 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:25.325901 [ 26 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:25.325995 [ 26 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:25.326066 [ 26 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 27148 ms, need reconnection for prevote
2021.01.31 16:01:25.326124 [ 26 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:25.326835 [ 26 ] {} <Warning> RaftInstance: 0x7facb4129e18 reconnect peer 3
2021.01.31 16:01:25.326891 [ 26 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 28365 ms, need reconnection for prevote
2021.01.31 16:01:25.326945 [ 26 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:25.327578 [ 26 ] {} <Warning> RaftInstance: 0x7facb412a818 reconnect peer 1
2021.01.31 16:01:25.327631 [ 26 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102548
2021.01.31 16:01:25.327692 [ 26 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:25.554085 [ 42 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:25.554358 [ 42 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:25.554438 [ 42 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:25.554505 [ 42 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 27377 ms, need reconnection for prevote
2021.01.31 16:01:25.554563 [ 42 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:25.555289 [ 42 ] {} <Warning> RaftInstance: 0x7facaae22818 reconnect peer 3
2021.01.31 16:01:25.555341 [ 42 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 28594 ms, need reconnection for prevote
2021.01.31 16:01:25.555390 [ 42 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:25.556001 [ 42 ] {} <Warning> RaftInstance: 0x7facaae23218 reconnect peer 1
2021.01.31 16:01:25.556055 [ 42 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102549
2021.01.31 16:01:25.556112 [ 42 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:25.811386 [ 62 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:25.811487 [ 62 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:25.811582 [ 62 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:25.811654 [ 62 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 27634 ms, need reconnection for prevote
2021.01.31 16:01:25.811713 [ 62 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:25.812269 [ 62 ] {} <Warning> RaftInstance: 0x7facaee2fa18 reconnect peer 3
2021.01.31 16:01:25.812331 [ 62 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 28851 ms, need reconnection for prevote
2021.01.31 16:01:25.812385 [ 62 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:25.812904 [ 62 ] {} <Warning> RaftInstance: 0x7facb4128a18 reconnect peer 1
2021.01.31 16:01:25.812960 [ 62 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102550
2021.01.31 16:01:25.813037 [ 62 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:26.082470 [ 10 ] {} <Warning> RaftInstance: return null as leader does not exist in the current group
2021.01.31 16:01:26.089272 [ 38 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:26.089368 [ 38 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:26.089452 [ 38 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:26.089525 [ 38 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 27912 ms, need reconnection for prevote
2021.01.31 16:01:26.089580 [ 38 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:26.090361 [ 38 ] {} <Warning> RaftInstance: 0x7facaa62ea18 reconnect peer 3
2021.01.31 16:01:26.090420 [ 38 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 29129 ms, need reconnection for prevote
2021.01.31 16:01:26.090474 [ 38 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:26.091135 [ 38 ] {} <Warning> RaftInstance: 0x7facaa62f418 reconnect peer 1
2021.01.31 16:01:26.091192 [ 38 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102551
2021.01.31 16:01:26.091256 [ 38 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:26.359602 [ 40 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:26.359700 [ 40 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:26.359797 [ 40 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:26.359871 [ 40 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 28182 ms, need reconnection for prevote
2021.01.31 16:01:26.359930 [ 40 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:26.360661 [ 40 ] {} <Warning> RaftInstance: 0x7facaaa2fe18 reconnect peer 3
2021.01.31 16:01:26.360718 [ 40 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 29399 ms, need reconnection for prevote
2021.01.31 16:01:26.360772 [ 40 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:26.361440 [ 40 ] {} <Warning> RaftInstance: 0x7facaaa30818 reconnect peer 1
2021.01.31 16:01:26.361513 [ 40 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102552
2021.01.31 16:01:26.361577 [ 40 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:26.645792 [ 14 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:26.645879 [ 14 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:26.645970 [ 14 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:26.646035 [ 14 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 28468 ms, need reconnection for prevote
2021.01.31 16:01:26.646090 [ 14 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:26.646825 [ 14 ] {} <Warning> RaftInstance: 0x7facc6c32818 reconnect peer 3
2021.01.31 16:01:26.646882 [ 14 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 29685 ms, need reconnection for prevote
2021.01.31 16:01:26.646936 [ 14 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:26.647596 [ 14 ] {} <Warning> RaftInstance: 0x7facc6c33218 reconnect peer 1
2021.01.31 16:01:26.647653 [ 14 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102553
2021.01.31 16:01:26.647716 [ 14 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:26.902015 [ 21 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:26.902102 [ 21 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:26.902180 [ 21 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:26.902245 [ 21 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 28725 ms, need reconnection for prevote
2021.01.31 16:01:26.902300 [ 21 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:26.902986 [ 21 ] {} <Warning> RaftInstance: 0x7facc5cf8e18 reconnect peer 3
2021.01.31 16:01:26.903037 [ 21 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 29942 ms, need reconnection for prevote
2021.01.31 16:01:26.903084 [ 21 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:26.903716 [ 21 ] {} <Warning> RaftInstance: 0x7facc5cf9818 reconnect peer 1
2021.01.31 16:01:26.903770 [ 21 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102554
2021.01.31 16:01:26.903829 [ 21 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:27.174303 [ 21 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:27.174480 [ 21 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:27.174561 [ 21 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:27.174639 [ 21 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 28997 ms, need reconnection for prevote
2021.01.31 16:01:27.174704 [ 21 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:27.175395 [ 21 ] {} <Warning> RaftInstance: 0x7facc5cfa218 reconnect peer 3
2021.01.31 16:01:27.175449 [ 21 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 30214 ms, need reconnection for prevote
2021.01.31 16:01:27.175499 [ 21 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:27.176194 [ 21 ] {} <Warning> RaftInstance: 0x7facc5cfac18 reconnect peer 1
2021.01.31 16:01:27.176250 [ 21 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102555
2021.01.31 16:01:27.176312 [ 21 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:27.432596 [ 51 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:27.432701 [ 51 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:27.432789 [ 51 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:27.432863 [ 51 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 29255 ms, need reconnection for prevote
2021.01.31 16:01:27.432919 [ 51 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:27.433506 [ 51 ] {} <Warning> RaftInstance: 0x7facb2076a18 reconnect peer 3
2021.01.31 16:01:27.433567 [ 51 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 30472 ms, need reconnection for prevote
2021.01.31 16:01:27.433633 [ 51 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:27.434538 [ 51 ] {} <Warning> RaftInstance: 0x7facab37a018 reconnect peer 1
2021.01.31 16:01:27.434607 [ 51 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102556
2021.01.31 16:01:27.434676 [ 51 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:27.726162 [ 69 ] {} <Warning> RaftInstance: return null as leader does not exist in the current group
2021.01.31 16:01:27.817896 [ 53 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:27.817992 [ 53 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:27.818073 [ 53 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:27.818143 [ 53 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 29641 ms, need reconnection for prevote
2021.01.31 16:01:27.818201 [ 53 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:27.818910 [ 53 ] {} <Warning> RaftInstance: 0x7facc5d28b98 reconnect peer 3
2021.01.31 16:01:27.818967 [ 53 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 30857 ms, need reconnection for prevote
2021.01.31 16:01:27.819021 [ 53 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:27.819666 [ 53 ] {} <Warning> RaftInstance: 0x7facc5d29598 reconnect peer 1
2021.01.31 16:01:27.819719 [ 53 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102557
2021.01.31 16:01:27.819778 [ 53 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:28.088370 [ 10 ] {} <Warning> RaftInstance: return null as leader does not exist in the current group
2021.01.31 16:01:28.118995 [ 69 ] {} <Warning> RaftInstance: return null as leader does not exist in the current group
2021.01.31 16:01:28.180041 [ 39 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:28.180118 [ 39 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:28.180196 [ 39 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:28.180260 [ 39 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 30003 ms, need reconnection for prevote
2021.01.31 16:01:28.180314 [ 39 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:28.181006 [ 39 ] {} <Warning> RaftInstance: 0x7faca2c24218 reconnect peer 3
2021.01.31 16:01:28.181062 [ 39 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 31220 ms, need reconnection for prevote
2021.01.31 16:01:28.181113 [ 39 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:28.181794 [ 39 ] {} <Warning> RaftInstance: 0x7faca2c24c18 reconnect peer 1
2021.01.31 16:01:28.181852 [ 39 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102558
2021.01.31 16:01:28.181936 [ 39 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:28.415239 [ 50 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:28.415331 [ 50 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:28.415410 [ 50 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:28.415478 [ 50 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 30238 ms, need reconnection for prevote
2021.01.31 16:01:28.415533 [ 50 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:28.416254 [ 50 ] {} <Warning> RaftInstance: 0x7facab234618 reconnect peer 3
2021.01.31 16:01:28.416314 [ 50 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 31455 ms, need reconnection for prevote
2021.01.31 16:01:28.416368 [ 50 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:28.417058 [ 50 ] {} <Warning> RaftInstance: 0x7facab3af018 reconnect peer 1
2021.01.31 16:01:28.417118 [ 50 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102559
2021.01.31 16:01:28.417180 [ 50 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:28.793621 [ 11 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:28.793936 [ 11 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:28.794028 [ 11 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:28.794094 [ 11 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 30616 ms, need reconnection for prevote
2021.01.31 16:01:28.794148 [ 11 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:28.794858 [ 11 ] {} <Warning> RaftInstance: 0x7facc74a8598 reconnect peer 3
2021.01.31 16:01:28.794914 [ 11 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 31833 ms, need reconnection for prevote
2021.01.31 16:01:28.794966 [ 11 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:28.795587 [ 11 ] {} <Warning> RaftInstance: 0x7facc74a8f98 reconnect peer 1
2021.01.31 16:01:28.795651 [ 11 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102560
2021.01.31 16:01:28.795710 [ 11 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:29.132972 [ 18 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:29.133056 [ 18 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:29.133133 [ 18 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:29.133197 [ 18 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 30956 ms, need reconnection for prevote
2021.01.31 16:01:29.133251 [ 18 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:29.133972 [ 18 ] {} <Warning> RaftInstance: 0x7fac79a01418 reconnect peer 3
2021.01.31 16:01:29.134030 [ 18 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 32172 ms, need reconnection for prevote
2021.01.31 16:01:29.134083 [ 18 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:29.134731 [ 18 ] {} <Warning> RaftInstance: 0x7fac79a01e18 reconnect peer 1
2021.01.31 16:01:29.134797 [ 18 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102561
2021.01.31 16:01:29.134860 [ 18 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:29.525194 [ 29 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:29.525289 [ 29 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:29.525373 [ 29 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:29.525444 [ 29 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 31348 ms, need reconnection for prevote
2021.01.31 16:01:29.525501 [ 29 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:29.526266 [ 29 ] {} <Warning> RaftInstance: 0x7facb5708818 reconnect peer 3
2021.01.31 16:01:29.526326 [ 29 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 32565 ms, need reconnection for prevote
2021.01.31 16:01:29.526380 [ 29 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:29.527033 [ 29 ] {} <Warning> RaftInstance: 0x7facb5709218 reconnect peer 1
2021.01.31 16:01:29.527090 [ 29 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102562
2021.01.31 16:01:29.527154 [ 29 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:29.842372 [ 27 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:29.842458 [ 27 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:29.842546 [ 27 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:29.842616 [ 27 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 31665 ms, need reconnection for prevote
2021.01.31 16:01:29.842674 [ 27 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:29.843508 [ 27 ] {} <Warning> RaftInstance: 0x7facbe3f9018 reconnect peer 3
2021.01.31 16:01:29.843565 [ 27 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 32882 ms, need reconnection for prevote
2021.01.31 16:01:29.843629 [ 27 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:29.844275 [ 27 ] {} <Warning> RaftInstance: 0x7facbe3f9a18 reconnect peer 1
2021.01.31 16:01:29.844332 [ 27 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102563
2021.01.31 16:01:29.844395 [ 27 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:30.092478 [ 8 ] {} <Warning> RaftInstance: return null as leader does not exist in the current group
2021.01.31 16:01:30.158654 [ 26 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:30.158752 [ 26 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:30.158835 [ 26 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:30.158922 [ 26 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 31981 ms, need reconnection for prevote
2021.01.31 16:01:30.158979 [ 26 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:30.159699 [ 26 ] {} <Warning> RaftInstance: 0x7facb412b218 reconnect peer 3
2021.01.31 16:01:30.159754 [ 26 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 33198 ms, need reconnection for prevote
2021.01.31 16:01:30.159804 [ 26 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:30.160424 [ 26 ] {} <Warning> RaftInstance: 0x7facb412bc18 reconnect peer 1
2021.01.31 16:01:30.160479 [ 26 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102564
2021.01.31 16:01:30.160539 [ 26 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:30.447856 [ 65 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:30.447946 [ 65 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:30.448024 [ 65 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:30.448090 [ 65 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 32270 ms, need reconnection for prevote
2021.01.31 16:01:30.448145 [ 65 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:30.448852 [ 65 ] {} <Warning> RaftInstance: 0x7facafa3a418 reconnect peer 3
2021.01.31 16:01:30.448908 [ 65 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 33487 ms, need reconnection for prevote
2021.01.31 16:01:30.448960 [ 65 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:30.449583 [ 65 ] {} <Warning> RaftInstance: 0x7facafa3ae18 reconnect peer 1
2021.01.31 16:01:30.449635 [ 65 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102565
2021.01.31 16:01:30.449693 [ 65 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:30.721051 [ 35 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:30.721142 [ 35 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:30.721228 [ 35 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:30.721295 [ 35 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 32544 ms, need reconnection for prevote
2021.01.31 16:01:30.721371 [ 35 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:30.722090 [ 35 ] {} <Warning> RaftInstance: 0x7facad868e18 reconnect peer 3
2021.01.31 16:01:30.722150 [ 35 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 33761 ms, need reconnection for prevote
2021.01.31 16:01:30.722204 [ 35 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:30.722866 [ 35 ] {} <Warning> RaftInstance: 0x7facad869818 reconnect peer 1
2021.01.31 16:01:30.722923 [ 35 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102566
2021.01.31 16:01:30.722986 [ 35 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:31.039269 [ 54 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:31.039347 [ 54 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:31.039436 [ 54 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:31.039503 [ 54 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 32862 ms, need reconnection for prevote
2021.01.31 16:01:31.039558 [ 54 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:31.040085 [ 54 ] {} <Warning> RaftInstance: 0x7facb4129418 reconnect peer 3
2021.01.31 16:01:31.040137 [ 54 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 34079 ms, need reconnection for prevote
2021.01.31 16:01:31.040187 [ 54 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:31.040885 [ 54 ] {} <Warning> RaftInstance: 0x7fac7a76d018 reconnect peer 1
2021.01.31 16:01:31.040940 [ 54 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102567
2021.01.31 16:01:31.041000 [ 54 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:31.334341 [ 38 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:31.334455 [ 38 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:31.334549 [ 38 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:31.334631 [ 38 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 33157 ms, need reconnection for prevote
2021.01.31 16:01:31.334697 [ 38 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:31.335562 [ 38 ] {} <Warning> RaftInstance: 0x7facaa62fe18 reconnect peer 3
2021.01.31 16:01:31.335633 [ 38 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 34374 ms, need reconnection for prevote
2021.01.31 16:01:31.335696 [ 38 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:31.336461 [ 38 ] {} <Warning> RaftInstance: 0x7facaa630818 reconnect peer 1
2021.01.31 16:01:31.336525 [ 38 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102568
2021.01.31 16:01:31.336597 [ 38 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:31.554838 [ 40 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:31.554935 [ 40 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:31.555017 [ 40 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:31.555100 [ 40 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 33377 ms, need reconnection for prevote
2021.01.31 16:01:31.555157 [ 40 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:31.555942 [ 40 ] {} <Warning> RaftInstance: 0x7facaaa31218 reconnect peer 3
2021.01.31 16:01:31.555998 [ 40 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 34594 ms, need reconnection for prevote
2021.01.31 16:01:31.556049 [ 40 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:31.556689 [ 40 ] {} <Warning> RaftInstance: 0x7facaaa31c18 reconnect peer 1
2021.01.31 16:01:31.556743 [ 40 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102569
2021.01.31 16:01:31.556805 [ 40 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:31.936070 [ 19 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:31.936183 [ 19 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:31.936278 [ 19 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:31.936345 [ 19 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 33759 ms, need reconnection for prevote
2021.01.31 16:01:31.936400 [ 19 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:31.937021 [ 19 ] {} <Warning> RaftInstance: 0x7facb2079c18 reconnect peer 3
2021.01.31 16:01:31.937076 [ 19 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 34976 ms, need reconnection for prevote
2021.01.31 16:01:31.937126 [ 19 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:31.937826 [ 19 ] {} <Warning> RaftInstance: 0x7facb207a618 reconnect peer 1
2021.01.31 16:01:31.937900 [ 19 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102570
2021.01.31 16:01:31.937986 [ 19 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:32.096774 [ 8 ] {} <Warning> RaftInstance: return null as leader does not exist in the current group
2021.01.31 16:01:32.229374 [ 16 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:32.229472 [ 16 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:32.229557 [ 16 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:32.229630 [ 16 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 34052 ms, need reconnection for prevote
2021.01.31 16:01:32.229702 [ 16 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:32.230440 [ 16 ] {} <Warning> RaftInstance: 0x7fac7cc5dc18 reconnect peer 3
2021.01.31 16:01:32.230498 [ 16 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 35269 ms, need reconnection for prevote
2021.01.31 16:01:32.230552 [ 16 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:32.231206 [ 16 ] {} <Warning> RaftInstance: 0x7fac7cc5e618 reconnect peer 1
2021.01.31 16:01:32.231262 [ 16 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102571
2021.01.31 16:01:32.231327 [ 16 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:32.516640 [ 51 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:32.516747 [ 51 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:32.516833 [ 51 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:32.516904 [ 51 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 34339 ms, need reconnection for prevote
2021.01.31 16:01:32.516961 [ 51 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:32.517786 [ 51 ] {} <Warning> RaftInstance: 0x7facab37aa18 reconnect peer 3
2021.01.31 16:01:32.517848 [ 51 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 35556 ms, need reconnection for prevote
2021.01.31 16:01:32.517903 [ 51 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:32.518574 [ 51 ] {} <Warning> RaftInstance: 0x7facab37b418 reconnect peer 1
2021.01.31 16:01:32.518632 [ 51 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102572
2021.01.31 16:01:32.518696 [ 51 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:32.748046 [ 53 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:32.748121 [ 53 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:32.748216 [ 53 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:32.748282 [ 53 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 34571 ms, need reconnection for prevote
2021.01.31 16:01:32.748351 [ 53 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:32.749041 [ 53 ] {} <Warning> RaftInstance: 0x7facc5d29f98 reconnect peer 3
2021.01.31 16:01:32.749094 [ 53 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 35788 ms, need reconnection for prevote
2021.01.31 16:01:32.749144 [ 53 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:32.749776 [ 53 ] {} <Warning> RaftInstance: 0x7facc5d2a998 reconnect peer 1
2021.01.31 16:01:32.749831 [ 53 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102573
2021.01.31 16:01:32.749890 [ 53 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:32.971267 [ 39 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:32.971533 [ 39 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:32.971835 [ 39 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:32.972087 [ 39 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 34794 ms, need reconnection for prevote
2021.01.31 16:01:32.972153 [ 39 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:32.972847 [ 39 ] {} <Warning> RaftInstance: 0x7faca2c25618 reconnect peer 3
2021.01.31 16:01:32.972901 [ 39 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 36011 ms, need reconnection for prevote
2021.01.31 16:01:32.972952 [ 39 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:32.973589 [ 39 ] {} <Warning> RaftInstance: 0x7faca2d24018 reconnect peer 1
2021.01.31 16:01:32.973642 [ 39 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102574
2021.01.31 16:01:32.973700 [ 39 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:33.221011 [ 45 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:33.221103 [ 45 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:33.221189 [ 45 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:33.221255 [ 45 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 35044 ms, need reconnection for prevote
2021.01.31 16:01:33.221334 [ 45 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:33.221897 [ 45 ] {} <Warning> RaftInstance: 0x7facc6411018 reconnect peer 3
2021.01.31 16:01:33.221967 [ 45 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 36260 ms, need reconnection for prevote
2021.01.31 16:01:33.222021 [ 45 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:33.222744 [ 45 ] {} <Warning> RaftInstance: 0x7facab828018 reconnect peer 1
2021.01.31 16:01:33.222803 [ 45 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102575
2021.01.31 16:01:33.222869 [ 45 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:33.472216 [ 13 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:33.472312 [ 13 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:33.472398 [ 13 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:33.472472 [ 13 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 35295 ms, need reconnection for prevote
2021.01.31 16:01:33.472531 [ 13 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:33.473279 [ 13 ] {} <Warning> RaftInstance: 0x7facc7017e18 reconnect peer 3
2021.01.31 16:01:33.473337 [ 13 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 36512 ms, need reconnection for prevote
2021.01.31 16:01:33.473390 [ 13 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:33.474143 [ 13 ] {} <Warning> RaftInstance: 0x7facc7018818 reconnect peer 1
2021.01.31 16:01:33.474203 [ 13 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102576
2021.01.31 16:01:33.474266 [ 13 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:33.707615 [ 11 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:33.707703 [ 11 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:33.707781 [ 11 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:33.707845 [ 11 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 35530 ms, need reconnection for prevote
2021.01.31 16:01:33.707899 [ 11 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:33.708634 [ 11 ] {} <Warning> RaftInstance: 0x7facc74a9998 reconnect peer 3
2021.01.31 16:01:33.708690 [ 11 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 36747 ms, need reconnection for prevote
2021.01.31 16:01:33.708741 [ 11 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:33.709398 [ 11 ] {} <Warning> RaftInstance: 0x7facc74aa398 reconnect peer 1
2021.01.31 16:01:33.709453 [ 11 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102577
2021.01.31 16:01:33.709518 [ 11 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:33.935040 [ 31 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:33.935328 [ 31 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:33.935425 [ 31 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:33.935490 [ 31 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 35758 ms, need reconnection for prevote
2021.01.31 16:01:33.935545 [ 31 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:33.936243 [ 31 ] {} <Warning> RaftInstance: 0x7facb1e36818 reconnect peer 3
2021.01.31 16:01:33.936301 [ 31 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 36975 ms, need reconnection for prevote
2021.01.31 16:01:33.936352 [ 31 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:33.936970 [ 31 ] {} <Warning> RaftInstance: 0x7facb1e37218 reconnect peer 1
2021.01.31 16:01:33.937024 [ 31 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102578
2021.01.31 16:01:33.937089 [ 31 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:34.102246 [ 8 ] {} <Warning> RaftInstance: return null as leader does not exist in the current group
2021.01.31 16:01:34.235363 [ 12 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:34.235459 [ 12 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:34.235550 [ 12 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:34.235620 [ 12 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 36058 ms, need reconnection for prevote
2021.01.31 16:01:34.235678 [ 12 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:34.236427 [ 12 ] {} <Warning> RaftInstance: 0x7fac79f8e818 reconnect peer 3
2021.01.31 16:01:34.236485 [ 12 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 37275 ms, need reconnection for prevote
2021.01.31 16:01:34.236540 [ 12 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:34.237191 [ 12 ] {} <Warning> RaftInstance: 0x7fac79f8f218 reconnect peer 1
2021.01.31 16:01:34.237247 [ 12 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102579
2021.01.31 16:01:34.237321 [ 12 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:34.627606 [ 27 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:34.627699 [ 27 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:34.627782 [ 27 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:34.627854 [ 27 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 36450 ms, need reconnection for prevote
2021.01.31 16:01:34.627911 [ 27 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:34.628661 [ 27 ] {} <Warning> RaftInstance: 0x7facbe3fa418 reconnect peer 3
2021.01.31 16:01:34.628718 [ 27 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 37667 ms, need reconnection for prevote
2021.01.31 16:01:34.628783 [ 27 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:34.629437 [ 27 ] {} <Warning> RaftInstance: 0x7facbe3fae18 reconnect peer 1
2021.01.31 16:01:34.629495 [ 27 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102580
2021.01.31 16:01:34.629558 [ 27 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:34.954911 [ 26 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:34.955004 [ 26 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:34.955084 [ 26 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:34.955154 [ 26 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 36778 ms, need reconnection for prevote
2021.01.31 16:01:34.955208 [ 26 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:34.955973 [ 26 ] {} <Warning> RaftInstance: 0x7facb412c618 reconnect peer 3
2021.01.31 16:01:34.956030 [ 26 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 37994 ms, need reconnection for prevote
2021.01.31 16:01:34.956080 [ 26 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:34.956800 [ 26 ] {} <Warning> RaftInstance: 0x7fac78d00018 reconnect peer 1
2021.01.31 16:01:34.956854 [ 26 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102581
2021.01.31 16:01:34.956914 [ 26 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:35.341244 [ 46 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:35.341339 [ 46 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:35.341418 [ 46 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:35.341502 [ 46 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 37164 ms, need reconnection for prevote
2021.01.31 16:01:35.341556 [ 46 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:35.342311 [ 46 ] {} <Warning> RaftInstance: 0x7faca3c23818 reconnect peer 3
2021.01.31 16:01:35.342373 [ 46 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 38381 ms, need reconnection for prevote
2021.01.31 16:01:35.342427 [ 46 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:35.343091 [ 46 ] {} <Warning> RaftInstance: 0x7faca3c24218 reconnect peer 1
2021.01.31 16:01:35.343145 [ 46 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102582
2021.01.31 16:01:35.343206 [ 46 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:35.668576 [ 62 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:35.668673 [ 62 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:35.668758 [ 62 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:35.668829 [ 62 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 37491 ms, need reconnection for prevote
2021.01.31 16:01:35.668888 [ 62 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:35.669716 [ 62 ] {} <Warning> RaftInstance: 0x7fac7a052018 reconnect peer 3
2021.01.31 16:01:35.669777 [ 62 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 38708 ms, need reconnection for prevote
2021.01.31 16:01:35.669833 [ 62 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:35.670509 [ 62 ] {} <Warning> RaftInstance: 0x7fac7a052a18 reconnect peer 1
2021.01.31 16:01:35.670568 [ 62 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102583
2021.01.31 16:01:35.670633 [ 62 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:35.998903 [ 54 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:35.999027 [ 54 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:35.999108 [ 54 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:35.999178 [ 54 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 37822 ms, need reconnection for prevote
2021.01.31 16:01:35.999233 [ 54 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:35.999938 [ 54 ] {} <Warning> RaftInstance: 0x7fac7a76da18 reconnect peer 3
2021.01.31 16:01:36.000012 [ 54 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 39038 ms, need reconnection for prevote
2021.01.31 16:01:36.000064 [ 54 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:36.000681 [ 54 ] {} <Warning> RaftInstance: 0x7fac7a76e418 reconnect peer 1
2021.01.31 16:01:36.000735 [ 54 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102584
2021.01.31 16:01:36.000795 [ 54 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:36.106459 [ 8 ] {} <Warning> RaftInstance: return null as leader does not exist in the current group
2021.01.31 16:01:36.204098 [ 38 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:36.204189 [ 38 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:36.204281 [ 38 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:36.204359 [ 38 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 38027 ms, need reconnection for prevote
2021.01.31 16:01:36.204422 [ 38 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:36.205246 [ 38 ] {} <Warning> RaftInstance: 0x7facaa631218 reconnect peer 3
2021.01.31 16:01:36.205313 [ 38 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 39244 ms, need reconnection for prevote
2021.01.31 16:01:36.205374 [ 38 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:36.206171 [ 38 ] {} <Warning> RaftInstance: 0x7facaa631c18 reconnect peer 1
2021.01.31 16:01:36.206239 [ 38 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102585
2021.01.31 16:01:36.206311 [ 38 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:36.431626 [ 25 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:36.431726 [ 25 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:36.431809 [ 25 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:36.431877 [ 25 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 38254 ms, need reconnection for prevote
2021.01.31 16:01:36.431932 [ 25 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:36.432473 [ 25 ] {} <Warning> RaftInstance: 0x7facb2f1e018 reconnect peer 3
2021.01.31 16:01:36.432538 [ 25 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 39471 ms, need reconnection for prevote
2021.01.31 16:01:36.432587 [ 25 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:36.433228 [ 25 ] {} <Warning> RaftInstance: 0x7facc586fa18 reconnect peer 1
2021.01.31 16:01:36.433283 [ 25 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102586
2021.01.31 16:01:36.433348 [ 25 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:36.658554 [ 64 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:36.658646 [ 64 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:36.658726 [ 64 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:36.658792 [ 64 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 38481 ms, need reconnection for prevote
2021.01.31 16:01:36.658847 [ 64 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:36.659592 [ 64 ] {} <Warning> RaftInstance: 0x7facafe67a18 reconnect peer 3
2021.01.31 16:01:36.659652 [ 64 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 39698 ms, need reconnection for prevote
2021.01.31 16:01:36.659702 [ 64 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:36.660326 [ 64 ] {} <Warning> RaftInstance: 0x7facafe68418 reconnect peer 1
2021.01.31 16:01:36.660379 [ 64 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102587
2021.01.31 16:01:36.660439 [ 64 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:36.874663 [ 64 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:36.874743 [ 64 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:36.874820 [ 64 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:36.874884 [ 64 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 38697 ms, need reconnection for prevote
2021.01.31 16:01:36.874936 [ 64 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:36.875628 [ 64 ] {} <Warning> RaftInstance: 0x7facafe68e18 reconnect peer 3
2021.01.31 16:01:36.875682 [ 64 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 39914 ms, need reconnection for prevote
2021.01.31 16:01:36.875731 [ 64 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:36.876359 [ 64 ] {} <Warning> RaftInstance: 0x7facafe69818 reconnect peer 1
2021.01.31 16:01:36.876414 [ 64 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102588
2021.01.31 16:01:36.876481 [ 64 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:37.158085 [ 24 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:37.158195 [ 24 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:37.158280 [ 24 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:37.158353 [ 24 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 38981 ms, need reconnection for prevote
2021.01.31 16:01:37.158411 [ 24 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:37.158977 [ 24 ] {} <Warning> RaftInstance: 0x7facc5cf7018 reconnect peer 3
2021.01.31 16:01:37.159034 [ 24 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 40197 ms, need reconnection for prevote
2021.01.31 16:01:37.159087 [ 24 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:37.159787 [ 24 ] {} <Warning> RaftInstance: 0x7facac844418 reconnect peer 1
2021.01.31 16:01:37.159842 [ 24 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102589
2021.01.31 16:01:37.159908 [ 24 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:37.501339 [ 53 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:37.501601 [ 53 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:37.501772 [ 53 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:37.501849 [ 53 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 39324 ms, need reconnection for prevote
2021.01.31 16:01:37.501902 [ 53 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:37.502583 [ 53 ] {} <Warning> RaftInstance: 0x7facc5d2b398 reconnect peer 3
2021.01.31 16:01:37.502637 [ 53 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 40541 ms, need reconnection for prevote
2021.01.31 16:01:37.502688 [ 53 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:37.503332 [ 53 ] {} <Warning> RaftInstance: 0x7facc5d2bd98 reconnect peer 1
2021.01.31 16:01:37.503385 [ 53 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102590
2021.01.31 16:01:37.503444 [ 53 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:37.779953 [ 39 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:37.780226 [ 39 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:37.780315 [ 39 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:37.780375 [ 39 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 39603 ms, need reconnection for prevote
2021.01.31 16:01:37.780425 [ 39 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:37.781070 [ 39 ] {} <Warning> RaftInstance: 0x7faca2d24a18 reconnect peer 3
2021.01.31 16:01:37.781121 [ 39 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 40820 ms, need reconnection for prevote
2021.01.31 16:01:37.781168 [ 39 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:37.781768 [ 39 ] {} <Warning> RaftInstance: 0x7faca2d25418 reconnect peer 1
2021.01.31 16:01:37.781821 [ 39 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102591
2021.01.31 16:01:37.781878 [ 39 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:38.110669 [ 8 ] {} <Warning> RaftInstance: return null as leader does not exist in the current group
2021.01.31 16:01:38.122178 [ 45 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:38.122264 [ 45 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:38.122356 [ 45 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:38.122423 [ 45 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 39945 ms, need reconnection for prevote
2021.01.31 16:01:38.122480 [ 45 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:38.123205 [ 45 ] {} <Warning> RaftInstance: 0x7facab828a18 reconnect peer 3
2021.01.31 16:01:38.123259 [ 45 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 41162 ms, need reconnection for prevote
2021.01.31 16:01:38.123310 [ 45 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:38.123947 [ 45 ] {} <Warning> RaftInstance: 0x7facab829418 reconnect peer 1
2021.01.31 16:01:38.124001 [ 45 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102592
2021.01.31 16:01:38.124062 [ 45 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:38.430365 [ 60 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:38.430455 [ 60 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:38.430575 [ 60 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:38.430656 [ 60 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 40253 ms, need reconnection for prevote
2021.01.31 16:01:38.430726 [ 60 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:38.431562 [ 60 ] {} <Warning> RaftInstance: 0x7facbe33ae18 reconnect peer 3
2021.01.31 16:01:38.431630 [ 60 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 41470 ms, need reconnection for prevote
2021.01.31 16:01:38.431692 [ 60 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:38.432450 [ 60 ] {} <Warning> RaftInstance: 0x7facbe33b818 reconnect peer 1
2021.01.31 16:01:38.432515 [ 60 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102593
2021.01.31 16:01:38.432589 [ 60 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:38.807971 [ 18 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:38.808236 [ 18 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:38.808469 [ 18 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:38.808532 [ 18 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 40631 ms, need reconnection for prevote
2021.01.31 16:01:38.808583 [ 18 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:38.809247 [ 18 ] {} <Warning> RaftInstance: 0x7fac79a02818 reconnect peer 3
2021.01.31 16:01:38.809300 [ 18 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 41848 ms, need reconnection for prevote
2021.01.31 16:01:38.809349 [ 18 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:38.809992 [ 18 ] {} <Warning> RaftInstance: 0x7fac79a03218 reconnect peer 1
2021.01.31 16:01:38.810060 [ 18 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102594
2021.01.31 16:01:38.810120 [ 18 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:39.170351 [ 34 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:39.170450 [ 34 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:39.170537 [ 34 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:39.170610 [ 34 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 40993 ms, need reconnection for prevote
2021.01.31 16:01:39.170668 [ 34 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:39.171417 [ 34 ] {} <Warning> RaftInstance: 0x7facaf22de18 reconnect peer 3
2021.01.31 16:01:39.171475 [ 34 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 42210 ms, need reconnection for prevote
2021.01.31 16:01:39.171529 [ 34 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:39.172189 [ 34 ] {} <Warning> RaftInstance: 0x7facaf22e818 reconnect peer 1
2021.01.31 16:01:39.172246 [ 34 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102595
2021.01.31 16:01:39.172309 [ 34 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:39.437878 [ 63 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:39.438126 [ 63 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:39.438210 [ 63 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:39.438289 [ 63 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 41261 ms, need reconnection for prevote
2021.01.31 16:01:39.438343 [ 63 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:39.439033 [ 63 ] {} <Warning> RaftInstance: 0x7facb3646198 reconnect peer 3
2021.01.31 16:01:39.439088 [ 63 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 42478 ms, need reconnection for prevote
2021.01.31 16:01:39.439152 [ 63 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:39.439761 [ 63 ] {} <Warning> RaftInstance: 0x7facb3646b98 reconnect peer 1
2021.01.31 16:01:39.439813 [ 63 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102596
2021.01.31 16:01:39.439870 [ 63 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:39.803188 [ 42 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:39.803279 [ 42 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:39.803360 [ 42 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:39.803428 [ 42 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 41626 ms, need reconnection for prevote
2021.01.31 16:01:39.803482 [ 42 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:39.804182 [ 42 ] {} <Warning> RaftInstance: 0x7facaae23c18 reconnect peer 3
2021.01.31 16:01:39.804238 [ 42 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 42843 ms, need reconnection for prevote
2021.01.31 16:01:39.804288 [ 42 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:39.804911 [ 42 ] {} <Warning> RaftInstance: 0x7facaae24618 reconnect peer 1
2021.01.31 16:01:39.804966 [ 42 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102597
2021.01.31 16:01:39.805033 [ 42 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:40.066311 [ 65 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:40.066401 [ 65 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:40.066483 [ 65 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:40.066554 [ 65 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 41889 ms, need reconnection for prevote
2021.01.31 16:01:40.066612 [ 65 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:40.067342 [ 65 ] {} <Warning> RaftInstance: 0x7facafa3b818 reconnect peer 3
2021.01.31 16:01:40.067397 [ 65 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 43106 ms, need reconnection for prevote
2021.01.31 16:01:40.067448 [ 65 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:40.068060 [ 65 ] {} <Warning> RaftInstance: 0x7facafa3c218 reconnect peer 1
2021.01.31 16:01:40.068114 [ 65 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102598
2021.01.31 16:01:40.068174 [ 65 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:40.116221 [ 8 ] {} <Warning> RaftInstance: return null as leader does not exist in the current group
2021.01.31 16:01:40.279460 [ 35 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:40.279551 [ 35 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:40.279643 [ 35 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:40.279715 [ 35 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 42102 ms, need reconnection for prevote
2021.01.31 16:01:40.279787 [ 35 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:40.280498 [ 35 ] {} <Warning> RaftInstance: 0x7facad86a218 reconnect peer 3
2021.01.31 16:01:40.280563 [ 35 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 43319 ms, need reconnection for prevote
2021.01.31 16:01:40.280617 [ 35 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:40.281279 [ 35 ] {} <Warning> RaftInstance: 0x7facad86ac18 reconnect peer 1
2021.01.31 16:01:40.281349 [ 35 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102599
2021.01.31 16:01:40.281414 [ 35 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:40.615839 [ 22 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:40.616135 [ 22 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:40.616226 [ 22 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:40.616292 [ 22 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 42439 ms, need reconnection for prevote
2021.01.31 16:01:40.616344 [ 22 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:40.617026 [ 22 ] {} <Warning> RaftInstance: 0x7facb2f5f218 reconnect peer 3
2021.01.31 16:01:40.617094 [ 22 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 43656 ms, need reconnection for prevote
2021.01.31 16:01:40.617144 [ 22 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:40.617784 [ 22 ] {} <Warning> RaftInstance: 0x7facb2f5fc18 reconnect peer 1
2021.01.31 16:01:40.617840 [ 22 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102600
2021.01.31 16:01:40.617900 [ 22 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:41.002139 [ 14 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:41.002228 [ 14 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:41.002311 [ 14 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:41.002380 [ 14 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 42825 ms, need reconnection for prevote
2021.01.31 16:01:41.002436 [ 14 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:41.003189 [ 14 ] {} <Warning> RaftInstance: 0x7facc6c33c18 reconnect peer 3
2021.01.31 16:01:41.003244 [ 14 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 44042 ms, need reconnection for prevote
2021.01.31 16:01:41.003295 [ 14 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:41.003903 [ 14 ] {} <Warning> RaftInstance: 0x7facc6c34618 reconnect peer 1
2021.01.31 16:01:41.003956 [ 14 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102601
2021.01.31 16:01:41.004017 [ 14 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:41.294270 [ 25 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:41.294375 [ 25 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:41.294461 [ 25 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:41.294533 [ 25 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 43117 ms, need reconnection for prevote
2021.01.31 16:01:41.294592 [ 25 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:41.295340 [ 25 ] {} <Warning> RaftInstance: 0x7facc5870418 reconnect peer 3
2021.01.31 16:01:41.295399 [ 25 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 44334 ms, need reconnection for prevote
2021.01.31 16:01:41.295451 [ 25 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:41.296076 [ 25 ] {} <Warning> RaftInstance: 0x7facc5870e18 reconnect peer 1
2021.01.31 16:01:41.296132 [ 25 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102602
2021.01.31 16:01:41.296203 [ 25 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:41.521497 [ 15 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:41.521595 [ 15 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:41.521676 [ 15 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:41.521776 [ 15 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 43344 ms, need reconnection for prevote
2021.01.31 16:01:41.521831 [ 15 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:41.522414 [ 15 ] {} <Warning> RaftInstance: 0x7facaae20a18 reconnect peer 3
2021.01.31 16:01:41.522470 [ 15 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 44561 ms, need reconnection for prevote
2021.01.31 16:01:41.522539 [ 15 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:41.523287 [ 15 ] {} <Warning> RaftInstance: 0x7facc6890498 reconnect peer 1
2021.01.31 16:01:41.523347 [ 15 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102603
2021.01.31 16:01:41.523416 [ 15 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:41.916841 [ 51 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:41.917114 [ 51 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:41.917441 [ 51 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:41.917602 [ 51 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 43740 ms, need reconnection for prevote
2021.01.31 16:01:41.917659 [ 51 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:41.918491 [ 51 ] {} <Warning> RaftInstance: 0x7facab37be18 reconnect peer 3
2021.01.31 16:01:41.918556 [ 51 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 44957 ms, need reconnection for prevote
2021.01.31 16:01:41.918618 [ 51 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:41.919297 [ 51 ] {} <Warning> RaftInstance: 0x7facab37c818 reconnect peer 1
2021.01.31 16:01:41.919363 [ 51 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102604
2021.01.31 16:01:41.919426 [ 51 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:42.120837 [ 8 ] {} <Warning> RaftInstance: return null as leader does not exist in the current group
2021.01.31 16:01:42.252771 [ 24 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:42.252849 [ 24 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:42.252923 [ 24 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:42.252986 [ 24 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 44075 ms, need reconnection for prevote
2021.01.31 16:01:42.253038 [ 24 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:42.253745 [ 24 ] {} <Warning> RaftInstance: 0x7facac844e18 reconnect peer 3
2021.01.31 16:01:42.253799 [ 24 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 45292 ms, need reconnection for prevote
2021.01.31 16:01:42.253860 [ 24 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:42.254494 [ 24 ] {} <Warning> RaftInstance: 0x7facac845818 reconnect peer 1
2021.01.31 16:01:42.254548 [ 24 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102605
2021.01.31 16:01:42.254611 [ 24 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:42.635877 [ 30 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:42.635978 [ 30 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:42.636063 [ 30 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:42.636136 [ 30 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 44459 ms, need reconnection for prevote
2021.01.31 16:01:42.636194 [ 30 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:42.636960 [ 30 ] {} <Warning> RaftInstance: 0x7facab28af98 reconnect peer 3
2021.01.31 16:01:42.637019 [ 30 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 45675 ms, need reconnection for prevote
2021.01.31 16:01:42.637074 [ 30 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:42.637748 [ 30 ] {} <Warning> RaftInstance: 0x7facab28b998 reconnect peer 1
2021.01.31 16:01:42.637807 [ 30 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102606
2021.01.31 16:01:42.637871 [ 30 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:42.911161 [ 41 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:42.911258 [ 41 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:42.911341 [ 41 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:42.911492 [ 41 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 44734 ms, need reconnection for prevote
2021.01.31 16:01:42.911549 [ 41 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:42.912234 [ 41 ] {} <Warning> RaftInstance: 0x7facad027418 reconnect peer 3
2021.01.31 16:01:42.912292 [ 41 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 45951 ms, need reconnection for prevote
2021.01.31 16:01:42.912345 [ 41 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:42.912990 [ 41 ] {} <Warning> RaftInstance: 0x7facad027e18 reconnect peer 1
2021.01.31 16:01:42.913077 [ 41 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102607
2021.01.31 16:01:42.913154 [ 41 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:43.293400 [ 59 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:43.293510 [ 59 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:43.293605 [ 59 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:43.293697 [ 59 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 45116 ms, need reconnection for prevote
2021.01.31 16:01:43.293773 [ 59 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:43.294619 [ 59 ] {} <Warning> RaftInstance: 0x7facb4103218 reconnect peer 3
2021.01.31 16:01:43.294684 [ 59 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 46333 ms, need reconnection for prevote
2021.01.31 16:01:43.294745 [ 59 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:43.295489 [ 59 ] {} <Warning> RaftInstance: 0x7facb4103c18 reconnect peer 1
2021.01.31 16:01:43.295553 [ 59 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102608
2021.01.31 16:01:43.295624 [ 59 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:43.566905 [ 43 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:43.567019 [ 43 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:43.567121 [ 43 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:43.567209 [ 43 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 45390 ms, need reconnection for prevote
2021.01.31 16:01:43.567272 [ 43 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:43.568095 [ 43 ] {} <Warning> RaftInstance: 0x7faca362ea18 reconnect peer 3
2021.01.31 16:01:43.568159 [ 43 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 46607 ms, need reconnection for prevote
2021.01.31 16:01:43.568220 [ 43 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:43.568958 [ 43 ] {} <Warning> RaftInstance: 0x7faca362f418 reconnect peer 1
2021.01.31 16:01:43.569015 [ 43 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102609
2021.01.31 16:01:43.569078 [ 43 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:43.859375 [ 18 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:43.859474 [ 18 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:43.859555 [ 18 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:43.859624 [ 18 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 45682 ms, need reconnection for prevote
2021.01.31 16:01:43.859679 [ 18 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:43.860405 [ 18 ] {} <Warning> RaftInstance: 0x7fac79a03c18 reconnect peer 3
2021.01.31 16:01:43.860467 [ 18 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 46899 ms, need reconnection for prevote
2021.01.31 16:01:43.860521 [ 18 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:43.861189 [ 18 ] {} <Warning> RaftInstance: 0x7fac79a04618 reconnect peer 1
2021.01.31 16:01:43.861256 [ 18 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102610
2021.01.31 16:01:43.861350 [ 18 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:44.125085 [ 8 ] {} <Warning> RaftInstance: return null as leader does not exist in the current group
2021.01.31 16:01:44.228692 [ 37 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:44.228784 [ 37 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:44.228864 [ 37 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:44.228932 [ 37 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 46051 ms, need reconnection for prevote
2021.01.31 16:01:44.228987 [ 37 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:44.229677 [ 37 ] {} <Warning> RaftInstance: 0x7facaee32c18 reconnect peer 3
2021.01.31 16:01:44.229768 [ 37 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 47268 ms, need reconnection for prevote
2021.01.31 16:01:44.229822 [ 37 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:44.230483 [ 37 ] {} <Warning> RaftInstance: 0x7facaee33618 reconnect peer 1
2021.01.31 16:01:44.230542 [ 37 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102611
2021.01.31 16:01:44.230604 [ 37 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:44.605884 [ 63 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:44.606029 [ 63 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:44.606130 [ 63 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:44.606231 [ 63 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 46429 ms, need reconnection for prevote
2021.01.31 16:01:44.606299 [ 63 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:44.607189 [ 63 ] {} <Warning> RaftInstance: 0x7facb3647598 reconnect peer 3
2021.01.31 16:01:44.607248 [ 63 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 47646 ms, need reconnection for prevote
2021.01.31 16:01:44.607302 [ 63 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:44.607956 [ 63 ] {} <Warning> RaftInstance: 0x7facb3647f98 reconnect peer 1
2021.01.31 16:01:44.608013 [ 63 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102612
2021.01.31 16:01:44.608077 [ 63 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:44.910315 [ 42 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:44.910425 [ 42 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:44.910517 [ 42 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:44.910596 [ 42 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 46733 ms, need reconnection for prevote
2021.01.31 16:01:44.910668 [ 42 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:44.911506 [ 42 ] {} <Warning> RaftInstance: 0x7facaaefb018 reconnect peer 3
2021.01.31 16:01:44.911564 [ 42 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 47950 ms, need reconnection for prevote
2021.01.31 16:01:44.911618 [ 42 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:44.912278 [ 42 ] {} <Warning> RaftInstance: 0x7facaaefba18 reconnect peer 1
2021.01.31 16:01:44.912337 [ 42 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102613
2021.01.31 16:01:44.912403 [ 42 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:45.135593 [ 65 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:45.135689 [ 65 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:45.135788 [ 65 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:45.135855 [ 65 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 46958 ms, need reconnection for prevote
2021.01.31 16:01:45.135912 [ 65 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:45.136644 [ 65 ] {} <Warning> RaftInstance: 0x7facafa3cc18 reconnect peer 3
2021.01.31 16:01:45.136702 [ 65 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 48175 ms, need reconnection for prevote
2021.01.31 16:01:45.136756 [ 65 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:45.137468 [ 65 ] {} <Warning> RaftInstance: 0x7facafa3d618 reconnect peer 1
2021.01.31 16:01:45.137537 [ 65 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102614
2021.01.31 16:01:45.137608 [ 65 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:45.401146 [ 17 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:45.401369 [ 17 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:45.401454 [ 17 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:45.401526 [ 17 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 47224 ms, need reconnection for prevote
2021.01.31 16:01:45.401583 [ 17 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:45.402419 [ 17 ] {} <Warning> RaftInstance: 0x7facb2f21218 reconnect peer 3
2021.01.31 16:01:45.402485 [ 17 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 48441 ms, need reconnection for prevote
2021.01.31 16:01:45.402560 [ 17 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:45.403299 [ 17 ] {} <Warning> RaftInstance: 0x7facb2f21c18 reconnect peer 1
2021.01.31 16:01:45.403354 [ 17 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102615
2021.01.31 16:01:45.403415 [ 17 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:45.780628 [ 56 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:45.780718 [ 56 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:45.780801 [ 56 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:45.780886 [ 56 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 47603 ms, need reconnection for prevote
2021.01.31 16:01:45.780942 [ 56 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:45.781656 [ 56 ] {} <Warning> RaftInstance: 0x7facac889418 reconnect peer 3
2021.01.31 16:01:45.781751 [ 56 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 48820 ms, need reconnection for prevote
2021.01.31 16:01:45.781806 [ 56 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:45.782482 [ 56 ] {} <Warning> RaftInstance: 0x7facac889e18 reconnect peer 1
2021.01.31 16:01:45.782542 [ 56 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102616
2021.01.31 16:01:45.782606 [ 56 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:45.998868 [ 58 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:45.998947 [ 58 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:45.999028 [ 58 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:45.999096 [ 58 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 47821 ms, need reconnection for prevote
2021.01.31 16:01:45.999150 [ 58 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:45.999835 [ 58 ] {} <Warning> RaftInstance: 0x7facaaa51c18 reconnect peer 3
2021.01.31 16:01:45.999889 [ 58 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 49038 ms, need reconnection for prevote
2021.01.31 16:01:45.999939 [ 58 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:46.000550 [ 58 ] {} <Warning> RaftInstance: 0x7facaaa52618 reconnect peer 1
2021.01.31 16:01:46.000604 [ 58 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102617
2021.01.31 16:01:46.000663 [ 58 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:46.130770 [ 8 ] {} <Warning> RaftInstance: return null as leader does not exist in the current group
2021.01.31 16:01:46.291966 [ 19 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:46.292066 [ 19 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:46.292163 [ 19 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:46.292234 [ 19 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 48115 ms, need reconnection for prevote
2021.01.31 16:01:46.292298 [ 19 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:46.293048 [ 19 ] {} <Warning> RaftInstance: 0x7facb2185018 reconnect peer 3
2021.01.31 16:01:46.293105 [ 19 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 49332 ms, need reconnection for prevote
2021.01.31 16:01:46.293162 [ 19 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:46.293869 [ 19 ] {} <Warning> RaftInstance: 0x7facb2185a18 reconnect peer 1
2021.01.31 16:01:46.293928 [ 19 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102618
2021.01.31 16:01:46.294029 [ 19 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:46.625342 [ 25 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:46.625441 [ 25 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:46.625522 [ 25 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:46.625608 [ 25 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 48448 ms, need reconnection for prevote
2021.01.31 16:01:46.625665 [ 25 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:46.626439 [ 25 ] {} <Warning> RaftInstance: 0x7facc5871818 reconnect peer 3
2021.01.31 16:01:46.626497 [ 25 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 49665 ms, need reconnection for prevote
2021.01.31 16:01:46.626551 [ 25 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:46.627225 [ 25 ] {} <Warning> RaftInstance: 0x7facc5872218 reconnect peer 1
2021.01.31 16:01:46.627280 [ 25 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102619
2021.01.31 16:01:46.627340 [ 25 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:47.003743 [ 15 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:47.003973 [ 15 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:47.004057 [ 15 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:47.004127 [ 15 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 48827 ms, need reconnection for prevote
2021.01.31 16:01:47.004185 [ 15 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:47.004952 [ 15 ] {} <Warning> RaftInstance: 0x7facc6890e98 reconnect peer 3
2021.01.31 16:01:47.005005 [ 15 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 50043 ms, need reconnection for prevote
2021.01.31 16:01:47.005056 [ 15 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:47.005671 [ 15 ] {} <Warning> RaftInstance: 0x7facc6891898 reconnect peer 1
2021.01.31 16:01:47.005753 [ 15 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102620
2021.01.31 16:01:47.005816 [ 15 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:47.311010 [ 55 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:47.311097 [ 55 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:47.311202 [ 55 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:47.311267 [ 55 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 49134 ms, need reconnection for prevote
2021.01.31 16:01:47.311326 [ 55 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:47.312057 [ 55 ] {} <Warning> RaftInstance: 0x7facc614dc18 reconnect peer 3
2021.01.31 16:01:47.312113 [ 55 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 50351 ms, need reconnection for prevote
2021.01.31 16:01:47.312164 [ 55 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:47.312806 [ 55 ] {} <Warning> RaftInstance: 0x7facc614e618 reconnect peer 1
2021.01.31 16:01:47.312863 [ 55 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102621
2021.01.31 16:01:47.312932 [ 55 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:47.705140 [ 50 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:47.705232 [ 50 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:47.705310 [ 50 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:47.705377 [ 50 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 49528 ms, need reconnection for prevote
2021.01.31 16:01:47.705431 [ 50 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:47.706199 [ 50 ] {} <Warning> RaftInstance: 0x7facab3afa18 reconnect peer 3
2021.01.31 16:01:47.706260 [ 50 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 50745 ms, need reconnection for prevote
2021.01.31 16:01:47.706315 [ 50 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:47.706985 [ 50 ] {} <Warning> RaftInstance: 0x7facab3b0418 reconnect peer 1
2021.01.31 16:01:47.707043 [ 50 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102622
2021.01.31 16:01:47.707108 [ 50 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:48.106386 [ 13 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:48.106478 [ 13 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:48.106562 [ 13 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:48.106633 [ 13 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 49929 ms, need reconnection for prevote
2021.01.31 16:01:48.106690 [ 13 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:48.107364 [ 13 ] {} <Warning> RaftInstance: 0x7facc7019218 reconnect peer 3
2021.01.31 16:01:48.107420 [ 13 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 51146 ms, need reconnection for prevote
2021.01.31 16:01:48.107471 [ 13 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:48.108134 [ 13 ] {} <Warning> RaftInstance: 0x7facc7019c18 reconnect peer 1
2021.01.31 16:01:48.108190 [ 13 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102623
2021.01.31 16:01:48.108253 [ 13 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:48.135431 [ 8 ] {} <Warning> RaftInstance: return null as leader does not exist in the current group
2021.01.31 16:01:48.369527 [ 41 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:48.369615 [ 41 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:48.369716 [ 41 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:48.369805 [ 41 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 50192 ms, need reconnection for prevote
2021.01.31 16:01:48.369862 [ 41 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:48.370630 [ 41 ] {} <Warning> RaftInstance: 0x7facad028818 reconnect peer 3
2021.01.31 16:01:48.370690 [ 41 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 51409 ms, need reconnection for prevote
2021.01.31 16:01:48.370746 [ 41 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:48.371410 [ 41 ] {} <Warning> RaftInstance: 0x7facad029218 reconnect peer 1
2021.01.31 16:01:48.371467 [ 41 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102624
2021.01.31 16:01:48.371540 [ 41 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:48.682919 [ 41 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:48.683223 [ 41 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:48.683300 [ 41 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:48.683382 [ 41 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 50506 ms, need reconnection for prevote
2021.01.31 16:01:48.683439 [ 41 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:48.684130 [ 41 ] {} <Warning> RaftInstance: 0x7facad029c18 reconnect peer 3
2021.01.31 16:01:48.684182 [ 41 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 51723 ms, need reconnection for prevote
2021.01.31 16:01:48.684232 [ 41 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:48.684884 [ 41 ] {} <Warning> RaftInstance: 0x7facad02a618 reconnect peer 1
2021.01.31 16:01:48.684939 [ 41 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102625
2021.01.31 16:01:48.685002 [ 41 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:48.928229 [ 41 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:48.928326 [ 41 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:48.928406 [ 41 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:48.928475 [ 41 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 50751 ms, need reconnection for prevote
2021.01.31 16:01:48.928534 [ 41 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:48.929267 [ 41 ] {} <Warning> RaftInstance: 0x7facad0f6018 reconnect peer 3
2021.01.31 16:01:48.929323 [ 41 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 51968 ms, need reconnection for prevote
2021.01.31 16:01:48.929373 [ 41 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:48.930039 [ 41 ] {} <Warning> RaftInstance: 0x7facad0f6a18 reconnect peer 1
2021.01.31 16:01:48.930099 [ 41 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102626
2021.01.31 16:01:48.930163 [ 41 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:49.210434 [ 23 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:49.210521 [ 23 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:49.210605 [ 23 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:49.210674 [ 23 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 51033 ms, need reconnection for prevote
2021.01.31 16:01:49.210743 [ 23 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:49.211506 [ 23 ] {} <Warning> RaftInstance: 0x7facc6115c18 reconnect peer 3
2021.01.31 16:01:49.211564 [ 23 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 52250 ms, need reconnection for prevote
2021.01.31 16:01:49.211617 [ 23 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:49.212273 [ 23 ] {} <Warning> RaftInstance: 0x7facc6116618 reconnect peer 1
2021.01.31 16:01:49.212330 [ 23 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102627
2021.01.31 16:01:49.212393 [ 23 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:49.546630 [ 63 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:49.546732 [ 63 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:49.546817 [ 63 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:49.546905 [ 63 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 51369 ms, need reconnection for prevote
2021.01.31 16:01:49.546962 [ 63 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:49.547708 [ 63 ] {} <Warning> RaftInstance: 0x7facb3648998 reconnect peer 3
2021.01.31 16:01:49.547765 [ 63 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 52586 ms, need reconnection for prevote
2021.01.31 16:01:49.547819 [ 63 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:49.548478 [ 63 ] {} <Warning> RaftInstance: 0x7facb3649398 reconnect peer 1
2021.01.31 16:01:49.548536 [ 63 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102628
2021.01.31 16:01:49.548599 [ 63 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:49.939802 [ 42 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:49.939890 [ 42 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:49.939967 [ 42 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:49.940031 [ 42 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 51762 ms, need reconnection for prevote
2021.01.31 16:01:49.940084 [ 42 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:49.940775 [ 42 ] {} <Warning> RaftInstance: 0x7facaaefc418 reconnect peer 3
2021.01.31 16:01:49.940829 [ 42 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 52979 ms, need reconnection for prevote
2021.01.31 16:01:49.940881 [ 42 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:49.941531 [ 42 ] {} <Warning> RaftInstance: 0x7facaaefce18 reconnect peer 1
2021.01.31 16:01:49.941593 [ 42 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102629
2021.01.31 16:01:49.941653 [ 42 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:50.139709 [ 8 ] {} <Warning> RaftInstance: return null as leader does not exist in the current group
2021.01.31 16:01:50.262892 [ 65 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:50.262984 [ 65 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:50.263067 [ 65 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:50.263135 [ 65 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 52086 ms, need reconnection for prevote
2021.01.31 16:01:50.263191 [ 65 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:50.263965 [ 65 ] {} <Warning> RaftInstance: 0x7facafb0e018 reconnect peer 3
2021.01.31 16:01:50.264023 [ 65 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 53302 ms, need reconnection for prevote
2021.01.31 16:01:50.264077 [ 65 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:50.264722 [ 65 ] {} <Warning> RaftInstance: 0x7facafb0ea18 reconnect peer 1
2021.01.31 16:01:50.264778 [ 65 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102630
2021.01.31 16:01:50.264841 [ 65 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:50.601066 [ 38 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:50.601156 [ 38 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:50.601243 [ 38 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:50.601341 [ 38 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 52424 ms, need reconnection for prevote
2021.01.31 16:01:50.601407 [ 38 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:50.602200 [ 38 ] {} <Warning> RaftInstance: 0x7facaa632618 reconnect peer 3
2021.01.31 16:01:50.602259 [ 38 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 53641 ms, need reconnection for prevote
2021.01.31 16:01:50.602313 [ 38 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:50.603019 [ 38 ] {} <Warning> RaftInstance: 0x7facaa6f7018 reconnect peer 1
2021.01.31 16:01:50.603074 [ 38 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102631
2021.01.31 16:01:50.603134 [ 38 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:50.900424 [ 28 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:50.900518 [ 28 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:50.900605 [ 28 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:50.900676 [ 28 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 52723 ms, need reconnection for prevote
2021.01.31 16:01:50.900736 [ 28 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:50.901529 [ 28 ] {} <Warning> RaftInstance: 0x7fac7a4c1018 reconnect peer 3
2021.01.31 16:01:50.901588 [ 28 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 53940 ms, need reconnection for prevote
2021.01.31 16:01:50.901642 [ 28 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:50.902315 [ 28 ] {} <Warning> RaftInstance: 0x7fac7a4c1a18 reconnect peer 1
2021.01.31 16:01:50.902376 [ 28 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102632
2021.01.31 16:01:50.902443 [ 28 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:51.148764 [ 49 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:51.148835 [ 49 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:51.148918 [ 49 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:51.148988 [ 49 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 52971 ms, need reconnection for prevote
2021.01.31 16:01:51.149044 [ 49 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:51.149768 [ 49 ] {} <Warning> RaftInstance: 0x7facbf051e18 reconnect peer 3
2021.01.31 16:01:51.149827 [ 49 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 54188 ms, need reconnection for prevote
2021.01.31 16:01:51.149881 [ 49 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:51.150540 [ 49 ] {} <Warning> RaftInstance: 0x7facbf052818 reconnect peer 1
2021.01.31 16:01:51.150597 [ 49 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102633
2021.01.31 16:01:51.150660 [ 49 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:51.388855 [ 19 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:51.388933 [ 19 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:51.389015 [ 19 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:51.389090 [ 19 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 53211 ms, need reconnection for prevote
2021.01.31 16:01:51.389160 [ 19 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:51.389879 [ 19 ] {} <Warning> RaftInstance: 0x7fac7ab79418 reconnect peer 3
2021.01.31 16:01:51.389938 [ 19 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 54428 ms, need reconnection for prevote
2021.01.31 16:01:51.390004 [ 19 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:51.390603 [ 19 ] {} <Warning> RaftInstance: 0x7fac7ab79e18 reconnect peer 1
2021.01.31 16:01:51.390657 [ 19 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102634
2021.01.31 16:01:51.390722 [ 19 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:51.711966 [ 25 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:51.712064 [ 25 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:51.712144 [ 25 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:51.712211 [ 25 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 53535 ms, need reconnection for prevote
2021.01.31 16:01:51.712264 [ 25 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:51.712993 [ 25 ] {} <Warning> RaftInstance: 0x7facc5872c18 reconnect peer 3
2021.01.31 16:01:51.713048 [ 25 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 54752 ms, need reconnection for prevote
2021.01.31 16:01:51.713099 [ 25 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:51.713731 [ 25 ] {} <Warning> RaftInstance: 0x7facc5873618 reconnect peer 1
2021.01.31 16:01:51.713797 [ 25 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102635
2021.01.31 16:01:51.713859 [ 25 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:52.083155 [ 33 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:52.083242 [ 33 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:52.083324 [ 33 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:52.083393 [ 33 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 53906 ms, need reconnection for prevote
2021.01.31 16:01:52.083449 [ 33 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:52.084193 [ 33 ] {} <Warning> RaftInstance: 0x7facaf236418 reconnect peer 3
2021.01.31 16:01:52.084263 [ 33 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 55123 ms, need reconnection for prevote
2021.01.31 16:01:52.084317 [ 33 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:52.084994 [ 33 ] {} <Warning> RaftInstance: 0x7facaf236e18 reconnect peer 1
2021.01.31 16:01:52.085049 [ 33 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102636
2021.01.31 16:01:52.085112 [ 33 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:52.145722 [ 8 ] {} <Warning> RaftInstance: return null as leader does not exist in the current group
2021.01.31 16:01:52.288419 [ 55 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:52.288519 [ 55 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:52.288611 [ 55 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:52.288678 [ 55 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 54111 ms, need reconnection for prevote
2021.01.31 16:01:52.288733 [ 55 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:52.289507 [ 55 ] {} <Warning> RaftInstance: 0x7fac7a2a1018 reconnect peer 3
2021.01.31 16:01:52.289563 [ 55 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 55328 ms, need reconnection for prevote
2021.01.31 16:01:52.289621 [ 55 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:52.290273 [ 55 ] {} <Warning> RaftInstance: 0x7fac7a2a1a18 reconnect peer 1
2021.01.31 16:01:52.290341 [ 55 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102637
2021.01.31 16:01:52.290403 [ 55 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:52.660685 [ 50 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:52.660793 [ 50 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:52.660885 [ 50 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 2, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:52.660962 [ 50 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 54483 ms, need reconnection for prevote
2021.01.31 16:01:52.661026 [ 50 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:52.661849 [ 50 ] {} <Warning> RaftInstance: 0x7facab3b0e18 reconnect peer 3
2021.01.31 16:01:52.661916 [ 50 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 55700 ms, need reconnection for prevote
2021.01.31 16:01:52.661989 [ 50 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:52.662745 [ 50 ] {} <Warning> RaftInstance: 0x7facab3b1818 reconnect peer 1
2021.01.31 16:01:52.662809 [ 50 ] {} <Error> RaftInstance: total 1 nodes (including this node) responded for pre-vote (term 2, live 0, dead 1), at least 34359738370 nodes should respond. failure count 140376711102638
2021.01.31 16:01:52.662879 [ 50 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 2, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:52.802063 [ 13 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:52.802185 [ 13 ] {} <Warning> RaftInstance: session 43 got connection from 192.168.224.2:44110 (as a server)
2021.01.31 16:01:52.802383 [ 31 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role follower, from peer 3, log term: req 2 / mine 2
2021.01.31 16:01:52.802529 [ 31 ] {} <Warning> RaftInstance: pre-vote decision: O (grant)
2021.01.31 16:01:52.803548 [ 59 ] {} <Critical> RaftInstance: session 43 failed to read rpc header from socket 192.168.224.2:44110 due to error 2
2021.01.31 16:01:52.815883 [ 43 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:52.815984 [ 43 ] {} <Warning> RaftInstance: session 44 got connection from 192.168.224.2:44158 (as a server)
2021.01.31 16:01:52.816237 [ 27 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role follower, from peer 3, log term: req 2 / mine 2
2021.01.31 16:01:52.816340 [ 27 ] {} <Warning> RaftInstance: pre-vote decision: O (grant)
2021.01.31 16:01:52.817085 [ 12 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:52.817182 [ 12 ] {} <Warning> RaftInstance: [VOTE REQ] my role follower, from peer 3, log term: req 2 / mine 2
2021.01.31 16:01:52.817276 [ 12 ] {} <Warning> RaftInstance: decision: X (deny), term 3
2021.01.31 16:01:52.929944 [ 37 ] {} <Warning> RaftInstance: 0x7facaaa2ea18 connected to node3:44444 (as a client)
2021.01.31 16:01:52.930013 [ 46 ] {} <Warning> RaftInstance: 0x7facc5d2b398 connected to node3:44444 (as a client)
2021.01.31 16:01:52.929974 [ 66 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:52.929982 [ 47 ] {} <Warning> RaftInstance: 0x7facac889418 connected to node3:44444 (as a client)
2021.01.31 16:01:52.930181 [ 66 ] {} <Warning> RaftInstance: session 45 got connection from 192.168.224.2:43800 (as a server)
2021.01.31 16:01:52.930319 [ 47 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role follower, from peer 3, log term: req 2 / mine 2
2021.01.31 16:01:52.930415 [ 47 ] {} <Warning> RaftInstance: pre-vote decision: O (grant)
2021.01.31 16:01:52.930597 [ 47 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facab3b0e18 (343), from parameter 0x7facaaa2ea18 (137). will ignore this response
2021.01.31 16:01:52.930905 [ 66 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:52.930974 [ 66 ] {} <Warning> RaftInstance: session 46 got connection from 192.168.224.2:42558 (as a server)
2021.01.31 16:01:52.931171 [ 56 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role follower, from peer 3, log term: req 2 / mine 2
2021.01.31 16:01:52.931363 [ 17 ] {} <Critical> RaftInstance: session 45 failed to read rpc header from socket 192.168.224.2:43800 due to error 2
2021.01.31 16:01:52.931587 [ 56 ] {} <Warning> RaftInstance: pre-vote decision: O (grant)
2021.01.31 16:01:52.931629 [ 14 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facab3b0e18 (343), from parameter 0x7facac889418 (299). will ignore this response
2021.01.31 16:01:52.931870 [ 66 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:52.931937 [ 66 ] {} <Warning> RaftInstance: session 47 got connection from 192.168.224.2:43396 (as a server)
2021.01.31 16:01:52.932048 [ 49 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role follower, from peer 3, log term: req 2 / mine 2
2021.01.31 16:01:52.932127 [ 49 ] {} <Warning> RaftInstance: pre-vote decision: O (grant)
2021.01.31 16:01:52.932455 [ 28 ] {} <Critical> RaftInstance: session 46 failed to read rpc header from socket 192.168.224.2:42558 due to error 2
2021.01.31 16:01:52.932603 [ 64 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facab3b0e18 (343), from parameter 0x7facc5d2b398 (247). will ignore this response
2021.01.31 16:01:52.933036 [ 48 ] {} <Critical> RaftInstance: session 47 failed to read rpc header from socket 192.168.224.2:43396 due to error 2
2021.01.31 16:01:52.961973 [ 28 ] {} <Warning> RaftInstance: 0x7facaaefc418 connected to node3:44444 (as a client)
2021.01.31 16:01:52.962466 [ 36 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facab3b0e18 (343), from parameter 0x7facaaefc418 (325). will ignore this response
2021.01.31 16:01:52.994315 [ 15 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:52.994404 [ 15 ] {} <Warning> RaftInstance: session 48 got connection from 192.168.224.2:44016 (as a server)
2021.01.31 16:01:52.994567 [ 24 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role follower, from peer 3, log term: req 2 / mine 2
2021.01.31 16:01:52.994650 [ 24 ] {} <Warning> RaftInstance: pre-vote decision: O (grant)
2021.01.31 16:01:52.995455 [ 51 ] {} <Critical> RaftInstance: session 48 failed to read rpc header from socket 192.168.224.2:44016 due to error 2
2021.01.31 16:01:53.089907 [ 33 ] {} <Warning> RaftInstance: 0x7facaf236418 connected to node3:44444 (as a client)
2021.01.31 16:01:53.089925 [ 39 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:53.090087 [ 39 ] {} <Warning> RaftInstance: session 49 got connection from 192.168.224.2:44120 (as a server)
2021.01.31 16:01:53.090245 [ 45 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role follower, from peer 3, log term: req 2 / mine 2
2021.01.31 16:01:53.090329 [ 45 ] {} <Warning> RaftInstance: pre-vote decision: O (grant)
2021.01.31 16:01:53.090704 [ 30 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facab3b0e18 (343), from parameter 0x7facaf236418 (339). will ignore this response
2021.01.31 16:01:53.091287 [ 60 ] {} <Critical> RaftInstance: session 49 failed to read rpc header from socket 192.168.224.2:44120 due to error 2
2021.01.31 16:01:53.122145 [ 29 ] {} <Error> RaftInstance: Election timeout, initiate leader election
2021.01.31 16:01:53.122249 [ 29 ] {} <Warning> RaftInstance: [PRIORITY] decay, target 1 -> 1, mine 2
2021.01.31 16:01:53.122347 [ 29 ] {} <Warning> RaftInstance: [ELECTION TIMEOUT] current role: follower, log last term 2, state term 3, target p 1, my p 2, hb dead, pre-vote NOT done
2021.01.31 16:01:53.122417 [ 29 ] {} <Warning> RaftInstance: pre-vote term (2) is different, reset it to 3
2021.01.31 16:01:53.122492 [ 29 ] {} <Error> RaftInstance: connection to peer 3 is not active long time: 54945 ms, need reconnection for prevote
2021.01.31 16:01:53.122572 [ 29 ] {} <Warning> RaftInstance: reset RPC client for peer 3
2021.01.31 16:01:53.123432 [ 29 ] {} <Warning> RaftInstance: 0x7facb5709c18 reconnect peer 3
2021.01.31 16:01:53.123498 [ 29 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 56162 ms, need reconnection for prevote
2021.01.31 16:01:53.123561 [ 29 ] {} <Warning> RaftInstance: reset RPC client for peer 1
2021.01.31 16:01:53.124298 [ 29 ] {} <Warning> RaftInstance: 0x7facb570a618 reconnect peer 1
2021.01.31 16:01:53.124370 [ 29 ] {} <Warning> RaftInstance: [PRE-VOTE INIT] my id 2, my role follower, term 3, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:53.125407 [ 20 ] {} <Warning> RaftInstance: 0x7facb5709c18 connected to node3:44444 (as a client)
2021.01.31 16:01:53.126290 [ 31 ] {} <Warning> RaftInstance: [PRE-VOTE RESP] peer 3 (O), term 3, resp term 3, my role follower, dead 2, live 0, num voting members 3, quorum 2
2021.01.31 16:01:53.126377 [ 31 ] {} <Warning> RaftInstance: [PRE-VOTE DONE] SUCCESS, term 3
2021.01.31 16:01:53.126438 [ 31 ] {} <Warning> RaftInstance: [PRE-VOTE DONE] initiate actual vote
2021.01.31 16:01:53.126532 [ 31 ] {} <Warning> RaftInstance: [VOTE INIT] my id 2, my role candidate, term 4, log idx 392, log term 2, priority (target 1 / mine 2)
2021.01.31 16:01:53.126697 [ 31 ] {} <Error> RaftInstance: failed to send vote request: peer 1 (node1:44444) is busy
2021.01.31 16:01:53.127246 [ 27 ] {} <Warning> RaftInstance: [VOTE RESP] peer 3 (O), resp term 4, my role candidate, granted 2, responded 2, num voting members 3, quorum 2
2021.01.31 16:01:53.127329 [ 27 ] {} <Warning> RaftInstance: Server is elected as leader for term 4
2021.01.31 16:01:53.127400 [ 27 ] {} <Warning> RaftInstance: number of pending commit elements: 0
2021.01.31 16:01:53.127461 [ 27 ] {} <Warning> RaftInstance: state machine commit index 391, precommit index 392, last log index 392
2021.01.31 16:01:53.127640 [ 27 ] {} <Warning> RaftInstance: [BECOME LEADER] appended new config at 393
2021.01.31 16:01:53.127856 [ 27 ] {} <Error> RaftInstance: connection to peer 1 is not active long time: 56166 ms, force re-connect
2021.01.31 16:01:53.127987 [ 27 ] {} <Warning> RaftInstance: === LEADER (term 4) ===
2021.01.31 16:01:53.128203 [ 32 ] {} <Error> RaftInstance: declined append: peer 3, prev next log idx 393, resp next 392, new next log idx 392
2021.01.31 16:01:53.129044 [ 67 ] {} <Warning> RaftInstance: config at index 393 is committed, prev config log idx 152
2021.01.31 16:01:53.129187 [ 67 ] {} <Warning> RaftInstance: new config log idx 393, prev log idx 152, cur config log idx 152, prev log idx 3
2021.01.31 16:01:53.129289 [ 67 ] {} <Warning> RaftInstance: new configuration: log idx 393, prev log idx 152
2021.01.31 16:01:53.185923 [ 61 ] {} <Warning> RaftInstance: 0x7facc6c31418 connected to node3:44444 (as a client)
2021.01.31 16:01:53.185996 [ 36 ] {} <Warning> RaftInstance: 0x7faca2d24a18 connected to node3:44444 (as a client)
2021.01.31 16:01:53.186033 [ 53 ] {} <Warning> RaftInstance: 0x7facaaa51c18 connected to node3:44444 (as a client)
2021.01.31 16:01:53.186003 [ 25 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:53.186148 [ 25 ] {} <Warning> RaftInstance: session 50 got connection from 192.168.224.2:42576 (as a server)
2021.01.31 16:01:53.186351 [ 24 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:53.186442 [ 24 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:53.187057 [ 25 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:53.187138 [ 25 ] {} <Warning> RaftInstance: session 51 got connection from 192.168.224.2:43812 (as a server)
2021.01.31 16:01:53.187243 [ 39 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:53.187331 [ 39 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:53.187347 [ 50 ] {} <Critical> RaftInstance: session 50 failed to read rpc header from socket 192.168.224.2:42576 due to error 2
2021.01.31 16:01:53.187689 [ 60 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facc6c31418 (139). will ignore this response
2021.01.31 16:01:53.188166 [ 59 ] {} <Critical> RaftInstance: session 51 failed to read rpc header from socket 192.168.224.2:43812 due to error 2
2021.01.31 16:01:53.188296 [ 13 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7faca2d24a18 (249). will ignore this response
2021.01.31 16:01:53.190035 [ 20 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facaaa51c18 (301). will ignore this response
2021.01.31 16:01:53.241235 [ 26 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:53.241311 [ 26 ] {} <Warning> RaftInstance: session 52 got connection from 192.168.224.3:33060 (as a server)
2021.01.31 16:01:53.241449 [ 41 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:53.241558 [ 41 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:53.253915 [ 12 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:53.254033 [ 12 ] {} <Warning> RaftInstance: session 53 got connection from 192.168.224.3:32910 (as a server)
2021.01.31 16:01:53.254198 [ 23 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:53.254301 [ 23 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:53.255148 [ 44 ] {} <Critical> RaftInstance: session 53 failed to read rpc header from socket 192.168.224.3:32910 due to error 2
2021.01.31 16:01:53.281847 [ 37 ] {} <Warning> RaftInstance: 0x7facafb0e018 connected to node3:44444 (as a client)
2021.01.31 16:01:53.282426 [ 35 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facafb0e018 (327). will ignore this response
2021.01.31 16:01:53.313943 [ 65 ] {} <Warning> RaftInstance: 0x7facafb0ea18 connected to node1:44444 (as a client)
2021.01.31 16:01:53.313988 [ 42 ] {} <Warning> RaftInstance: 0x7fac7a2a1018 connected to node3:44444 (as a client)
2021.01.31 16:01:53.314021 [ 63 ] {} <Warning> RaftInstance: 0x7fac7a2a1a18 connected to node1:44444 (as a client)
2021.01.31 16:01:53.314539 [ 38 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7fac7a2a1018 (341). will ignore this response
2021.01.31 16:01:53.314659 [ 57 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facafb0ea18 (328). will ignore this response
2021.01.31 16:01:53.315552 [ 58 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7fac7a2a1a18 (342). will ignore this response
2021.01.31 16:01:53.345976 [ 14 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:53.346097 [ 14 ] {} <Warning> RaftInstance: session 54 got connection from 192.168.224.3:33022 (as a server)
2021.01.31 16:01:53.346293 [ 64 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:53.346397 [ 64 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:53.346802 [ 14 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:53.346873 [ 14 ] {} <Warning> RaftInstance: session 55 got connection from 192.168.224.2:44032 (as a server)
2021.01.31 16:01:53.347013 [ 61 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:53.347140 [ 61 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:53.347990 [ 49 ] {} <Critical> RaftInstance: session 55 failed to read rpc header from socket 192.168.224.2:44032 due to error 2
2021.01.31 16:01:53.348131 [ 53 ] {} <Critical> RaftInstance: session 54 failed to read rpc header from socket 192.168.224.3:33022 due to error 2
2021.01.31 16:01:53.441913 [ 14 ] {} <Warning> RaftInstance: 0x7facab829418 connected to node1:44444 (as a client)
2021.01.31 16:01:53.441995 [ 49 ] {} <Warning> RaftInstance: 0x7facb2185018 connected to node3:44444 (as a client)
2021.01.31 16:01:53.442017 [ 36 ] {} <Warning> RaftInstance: 0x7facb2185a18 connected to node1:44444 (as a client)
2021.01.31 16:01:53.442064 [ 52 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:53.442161 [ 52 ] {} <Warning> RaftInstance: session 56 got connection from 192.168.224.3:59702 (as a server)
2021.01.31 16:01:53.442200 [ 49 ] {} <Warning> RaftInstance: 0x7facb2078818 connected to node3:44444 (as a client)
2021.01.31 16:01:53.442261 [ 24 ] {} <Warning> RaftInstance: 0x7facab828a18 connected to node3:44444 (as a client)
2021.01.31 16:01:53.442277 [ 11 ] {} <Warning> RaftInstance: 0x7facb2079218 connected to node1:44444 (as a client)
2021.01.31 16:01:53.442339 [ 25 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:53.442517 [ 25 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:53.442970 [ 52 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:53.443038 [ 52 ] {} <Warning> RaftInstance: session 57 got connection from 192.168.224.3:60946 (as a server)
2021.01.31 16:01:53.443193 [ 41 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:53.443291 [ 41 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:53.443482 [ 36 ] {} <Critical> RaftInstance: session 56 failed to read rpc header from socket 192.168.224.3:59702 due to error 2
2021.01.31 16:01:53.443809 [ 52 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:53.443887 [ 52 ] {} <Warning> RaftInstance: session 58 got connection from 192.168.224.2:43408 (as a server)
2021.01.31 16:01:53.444001 [ 54 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:53.444078 [ 54 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:53.444571 [ 52 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:53.444634 [ 52 ] {} <Warning> RaftInstance: session 59 got connection from 192.168.224.2:43838 (as a server)
2021.01.31 16:01:53.444755 [ 12 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:53.444837 [ 12 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:53.444906 [ 23 ] {} <Critical> RaftInstance: session 58 failed to read rpc header from socket 192.168.224.2:43408 due to error 2
2021.01.31 16:01:53.444941 [ 44 ] {} <Critical> RaftInstance: session 57 failed to read rpc header from socket 192.168.224.3:60946 due to error 2
2021.01.31 16:01:53.445376 [ 52 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:53.445466 [ 52 ] {} <Warning> RaftInstance: session 60 got connection from 192.168.224.2:42588 (as a server)
2021.01.31 16:01:53.445547 [ 37 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facb2185a18 (304). will ignore this response
2021.01.31 16:01:53.445576 [ 23 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:53.445663 [ 23 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:53.445762 [ 63 ] {} <Critical> RaftInstance: session 59 failed to read rpc header from socket 192.168.224.2:43838 due to error 2
2021.01.31 16:01:53.445909 [ 35 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facab829418 (252). will ignore this response
2021.01.31 16:01:53.446220 [ 52 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:53.446293 [ 52 ] {} <Warning> RaftInstance: session 61 got connection from 192.168.224.3:60530 (as a server)
2021.01.31 16:01:53.446427 [ 16 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:53.446518 [ 16 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:53.447068 [ 52 ] {} <Critical> RaftInstance: session 60 failed to read rpc header from socket 192.168.224.2:42588 due to error 2
2021.01.31 16:01:53.447121 [ 17 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facb2185018 (303). will ignore this response
2021.01.31 16:01:53.447421 [ 15 ] {} <Critical> RaftInstance: session 61 failed to read rpc header from socket 192.168.224.3:60530 due to error 2
2021.01.31 16:01:53.447552 [ 61 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facb2079218 (142). will ignore this response
2021.01.31 16:01:53.447777 [ 19 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facb2078818 (141). will ignore this response
2021.01.31 16:01:53.448669 [ 52 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facab828a18 (251). will ignore this response
2021.01.31 16:01:53.474082 [ 48 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:53.474331 [ 48 ] {} <Warning> RaftInstance: session 62 got connection from 192.168.224.2:44144 (as a server)
2021.01.31 16:01:53.474482 [ 49 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:53.474581 [ 49 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:53.475520 [ 60 ] {} <Critical> RaftInstance: session 62 failed to read rpc header from socket 192.168.224.2:44144 due to error 2
2021.01.31 16:01:53.506195 [ 55 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:53.506465 [ 55 ] {} <Warning> RaftInstance: session 63 got connection from 192.168.224.3:32928 (as a server)
2021.01.31 16:01:53.506671 [ 29 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:53.506779 [ 29 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:53.507657 [ 50 ] {} <Critical> RaftInstance: session 63 failed to read rpc header from socket 192.168.224.3:32928 due to error 2
2021.01.31 16:01:53.602191 [ 63 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:53.602292 [ 63 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:53.633925 [ 47 ] {} <Warning> RaftInstance: 0x7facaa6f7018 connected to node1:44444 (as a client)
2021.01.31 16:01:53.634054 [ 65 ] {} <Warning> RaftInstance: 0x7facaa632618 connected to node3:44444 (as a client)
2021.01.31 16:01:53.634506 [ 47 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facaa6f7018 (330). will ignore this response
2021.01.31 16:01:53.634593 [ 21 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facaa632618 (329). will ignore this response
2021.01.31 16:01:53.665916 [ 38 ] {} <Warning> RaftInstance: 0x7facab3b1818 connected to node1:44444 (as a client)
2021.01.31 16:01:53.666000 [ 66 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:53.666089 [ 66 ] {} <Warning> RaftInstance: session 64 got connection from 192.168.224.3:33036 (as a server)
2021.01.31 16:01:53.666289 [ 37 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:53.666417 [ 37 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:53.667124 [ 37 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facab3b1818 (344). will ignore this response
2021.01.31 16:01:53.667346 [ 16 ] {} <Critical> RaftInstance: session 64 failed to read rpc header from socket 192.168.224.3:33036 due to error 2
2021.01.31 16:01:53.669982 [ 33 ] {} <Warning> RaftInstance: 0x7facab3b0e18 connected to node3:44444 (as a client)
2021.01.31 16:01:53.670532 [ 17 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facab3b0e18 (343). will ignore this response
2021.01.31 16:01:53.697919 [ 18 ] {} <Warning> RaftInstance: 0x7facc5871818 connected to node3:44444 (as a client)
2021.01.31 16:01:53.698035 [ 53 ] {} <Warning> RaftInstance: 0x7facbe33ae18 connected to node3:44444 (as a client)
2021.01.31 16:01:53.698160 [ 18 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:53.698177 [ 61 ] {} <Warning> RaftInstance: 0x7facc5872218 connected to node1:44444 (as a client)
2021.01.31 16:01:53.698255 [ 18 ] {} <Warning> RaftInstance: session 65 got connection from 192.168.224.2:44052 (as a server)
2021.01.31 16:01:53.698140 [ 19 ] {} <Warning> RaftInstance: 0x7facbe33b818 connected to node1:44444 (as a client)
2021.01.31 16:01:53.698487 [ 29 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:53.698596 [ 29 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:53.698597 [ 49 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facc5871818 (305). will ignore this response
2021.01.31 16:01:53.699283 [ 18 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:53.699370 [ 18 ] {} <Warning> RaftInstance: session 66 got connection from 192.168.224.2:43426 (as a server)
2021.01.31 16:01:53.699412 [ 19 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facbe33ae18 (253). will ignore this response
2021.01.31 16:01:53.699507 [ 43 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:53.699540 [ 27 ] {} <Critical> RaftInstance: session 65 failed to read rpc header from socket 192.168.224.2:44052 due to error 2
2021.01.31 16:01:53.699603 [ 43 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:53.700154 [ 18 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:53.700215 [ 18 ] {} <Warning> RaftInstance: session 67 got connection from 192.168.224.3:59718 (as a server)
2021.01.31 16:01:53.700347 [ 46 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:53.700432 [ 46 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:53.700569 [ 50 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facbe33b818 (254). will ignore this response
2021.01.31 16:01:53.700609 [ 46 ] {} <Critical> RaftInstance: session 66 failed to read rpc header from socket 192.168.224.2:43426 due to error 2
2021.01.31 16:01:53.700979 [ 18 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:53.701044 [ 18 ] {} <Warning> RaftInstance: session 68 got connection from 192.168.224.2:42604 (as a server)
2021.01.31 16:01:53.701183 [ 22 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:53.701231 [ 56 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facc5872218 (306). will ignore this response
2021.01.31 16:01:53.701280 [ 22 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:53.701868 [ 18 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:53.701935 [ 18 ] {} <Warning> RaftInstance: session 69 got connection from 192.168.224.3:60966 (as a server)
2021.01.31 16:01:53.702107 [ 57 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:53.702162 [ 36 ] {} <Critical> RaftInstance: session 68 failed to read rpc header from socket 192.168.224.2:42604 due to error 2
2021.01.31 16:01:53.702225 [ 57 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:53.703793 [ 65 ] {} <Critical> RaftInstance: session 67 failed to read rpc header from socket 192.168.224.3:59718 due to error 2
2021.01.31 16:01:53.704388 [ 47 ] {} <Critical> RaftInstance: session 69 failed to read rpc header from socket 192.168.224.3:60966 due to error 2
2021.01.31 16:01:53.730110 [ 66 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:53.730196 [ 66 ] {} <Warning> RaftInstance: session 70 got connection from 192.168.224.3:32942 (as a server)
2021.01.31 16:01:53.730428 [ 63 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:53.730507 [ 63 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:53.731475 [ 35 ] {} <Critical> RaftInstance: session 70 failed to read rpc header from socket 192.168.224.3:32942 due to error 2
2021.01.31 16:01:53.761857 [ 16 ] {} <Warning> RaftInstance: 0x7facc5872c18 connected to node3:44444 (as a client)
2021.01.31 16:01:53.762672 [ 15 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facc5872c18 (337). will ignore this response
2021.01.31 16:01:53.858005 [ 18 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:53.858108 [ 18 ] {} <Warning> RaftInstance: session 71 got connection from 192.168.224.3:33048 (as a server)
2021.01.31 16:01:53.858313 [ 47 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:53.858418 [ 47 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:53.859384 [ 36 ] {} <Critical> RaftInstance: session 71 failed to read rpc header from socket 192.168.224.3:33048 due to error 2
2021.01.31 16:01:53.907942 [ 38 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:53.908040 [ 38 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:53.922001 [ 64 ] {} <Warning> RaftInstance: 0x7fac7a4c1018 connected to node3:44444 (as a client)
2021.01.31 16:01:53.922039 [ 37 ] {} <Warning> RaftInstance: 0x7fac7a4c1a18 connected to node1:44444 (as a client)
2021.01.31 16:01:53.922593 [ 63 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7fac7a4c1018 (331). will ignore this response
2021.01.31 16:01:53.922640 [ 16 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7fac7a4c1a18 (332). will ignore this response
2021.01.31 16:01:53.955332 [ 17 ] {} <Warning> RaftInstance: 0x7facaaa51218 connected to node1:44444 (as a client)
2021.01.31 16:01:53.955375 [ 60 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:53.955399 [ 55 ] {} <Warning> RaftInstance: 0x7facaaa50818 connected to node3:44444 (as a client)
2021.01.31 16:01:53.955483 [ 60 ] {} <Warning> RaftInstance: session 72 got connection from 192.168.224.3:60556 (as a server)
2021.01.31 16:01:53.955607 [ 55 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:53.955699 [ 55 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:53.956097 [ 60 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:53.956178 [ 60 ] {} <Warning> RaftInstance: session 73 got connection from 192.168.224.3:59738 (as a server)
2021.01.31 16:01:53.956296 [ 45 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:53.956388 [ 45 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:53.956791 [ 60 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:53.956855 [ 60 ] {} <Warning> RaftInstance: session 74 got connection from 192.168.224.3:60974 (as a server)
2021.01.31 16:01:53.957034 [ 30 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:53.957127 [ 30 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:53.957470 [ 60 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:53.957533 [ 60 ] {} <Warning> RaftInstance: session 75 got connection from 192.168.224.2:43852 (as a server)
2021.01.31 16:01:53.957675 [ 32 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:53.957821 [ 32 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:53.958398 [ 60 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:53.958468 [ 60 ] {} <Warning> RaftInstance: session 76 got connection from 192.168.224.2:43444 (as a server)
2021.01.31 16:01:53.958625 [ 41 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:53.958735 [ 41 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:53.958800 [ 32 ] {} <Critical> RaftInstance: session 75 failed to read rpc header from socket 192.168.224.2:43852 due to error 2
2021.01.31 16:01:53.958950 [ 54 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facaaa50818 (143). will ignore this response
2021.01.31 16:01:53.959687 [ 40 ] {} <Critical> RaftInstance: session 76 failed to read rpc header from socket 192.168.224.2:43444 due to error 2
2021.01.31 16:01:53.961397 [ 23 ] {} <Critical> RaftInstance: session 72 failed to read rpc header from socket 192.168.224.3:60556 due to error 2
2021.01.31 16:01:53.961428 [ 42 ] {} <Critical> RaftInstance: session 73 failed to read rpc header from socket 192.168.224.3:59738 due to error 2
2021.01.31 16:01:53.961450 [ 58 ] {} <Critical> RaftInstance: session 74 failed to read rpc header from socket 192.168.224.3:60974 due to error 2
2021.01.31 16:01:53.962132 [ 56 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facaaa51218 (144). will ignore this response
2021.01.31 16:01:54.082015 [ 18 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:54.082134 [ 18 ] {} <Warning> RaftInstance: session 77 got connection from 192.168.224.2:44064 (as a server)
2021.01.31 16:01:54.082289 [ 38 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:54.082382 [ 38 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:54.083320 [ 36 ] {} <Critical> RaftInstance: session 77 failed to read rpc header from socket 192.168.224.2:44064 due to error 2
2021.01.31 16:01:54.114108 [ 35 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:54.114218 [ 35 ] {} <Warning> RaftInstance: session 78 got connection from 192.168.224.3:32954 (as a server)
2021.01.31 16:01:54.114355 [ 66 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:54.114461 [ 66 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:54.115350 [ 63 ] {} <Critical> RaftInstance: session 78 failed to read rpc header from socket 192.168.224.3:32954 due to error 2
2021.01.31 16:01:54.146027 [ 17 ] {} <Warning> RaftInstance: 0x7facb570a618 connected to node1:44444 (as a client)
2021.01.31 16:01:54.146136 [ 17 ] {} <Fatal> RaftInstance: socket 0x7facb570a618 is already in use, race happened on connection to node1:44444
2021.01.31 16:01:54.146668 [ 59 ] {} <Error> RaftInstance: declined append: peer 1, prev next log idx 393, resp next 340, new next log idx 340
2021.01.31 16:01:54.147464 [ 59 ] {} <Error> RaftInstance: recovered from long pause to peer 1, 218 warnings, 1019 ms, 2 times
2021.01.31 16:01:54.177943 [ 29 ] {} <Warning> RaftInstance: 0x7facbf051e18 connected to node3:44444 (as a client)
2021.01.31 16:01:54.178083 [ 45 ] {} <Warning> RaftInstance: 0x7facbf052818 connected to node1:44444 (as a client)
2021.01.31 16:01:54.178530 [ 49 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facbf051e18 (333). will ignore this response
2021.01.31 16:01:54.178660 [ 43 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facbf052818 (334). will ignore this response
2021.01.31 16:01:54.209894 [ 51 ] {} <Warning> RaftInstance: 0x7fac79a03218 connected to node1:44444 (as a client)
2021.01.31 16:01:54.209938 [ 19 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:54.210042 [ 62 ] {} <Warning> RaftInstance: 0x7facbf051418 connected to node1:44444 (as a client)
2021.01.31 16:01:54.210094 [ 61 ] {} <Warning> RaftInstance: 0x7facc6890e98 connected to node3:44444 (as a client)
2021.01.31 16:01:54.210141 [ 26 ] {} <Warning> RaftInstance: 0x7fac79a02818 connected to node3:44444 (as a client)
2021.01.31 16:01:54.210050 [ 19 ] {} <Warning> RaftInstance: session 79 got connection from 192.168.224.3:60572 (as a server)
2021.01.31 16:01:54.210261 [ 62 ] {} <Warning> RaftInstance: 0x7facbf050a18 connected to node3:44444 (as a client)
2021.01.31 16:01:54.210322 [ 46 ] {} <Warning> RaftInstance: 0x7facc6891898 connected to node1:44444 (as a client)
2021.01.31 16:01:54.210564 [ 58 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:54.210667 [ 58 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:54.211110 [ 19 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:54.211186 [ 19 ] {} <Warning> RaftInstance: session 80 got connection from 192.168.224.3:59750 (as a server)
2021.01.31 16:01:54.211329 [ 25 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:54.211432 [ 25 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:54.211557 [ 22 ] {} <Critical> RaftInstance: session 79 failed to read rpc header from socket 192.168.224.3:60572 due to error 2
2021.01.31 16:01:54.212221 [ 22 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:54.212290 [ 22 ] {} <Warning> RaftInstance: session 81 got connection from 192.168.224.3:60984 (as a server)
2021.01.31 16:01:54.214711 [ 47 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:54.214751 [ 38 ] {} <Critical> RaftInstance: session 80 failed to read rpc header from socket 192.168.224.3:59750 due to error 2
2021.01.31 16:01:54.214789 [ 28 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facc6890e98 (307). will ignore this response
2021.01.31 16:01:54.214820 [ 37 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facbf051418 (146). will ignore this response
2021.01.31 16:01:54.214810 [ 47 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:54.214946 [ 19 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7fac79a02818 (255). will ignore this response
2021.01.31 16:01:54.214952 [ 18 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facc6891898 (308). will ignore this response
2021.01.31 16:01:54.215073 [ 51 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facbf050a18 (145). will ignore this response
2021.01.31 16:01:54.215359 [ 22 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:54.215433 [ 22 ] {} <Warning> RaftInstance: session 82 got connection from 192.168.224.2:43870 (as a server)
2021.01.31 16:01:54.216213 [ 11 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:54.215673 [ 50 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7fac79a03218 (256). will ignore this response
2021.01.31 16:01:54.215812 [ 16 ] {} <Critical> RaftInstance: session 81 failed to read rpc header from socket 192.168.224.3:60984 due to error 2
2021.01.31 16:01:54.216303 [ 11 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:54.216942 [ 22 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:54.217005 [ 22 ] {} <Warning> RaftInstance: session 83 got connection from 192.168.224.2:42624 (as a server)
2021.01.31 16:01:54.217130 [ 31 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:54.217175 [ 39 ] {} <Critical> RaftInstance: session 82 failed to read rpc header from socket 192.168.224.2:43870 due to error 2
2021.01.31 16:01:54.217211 [ 31 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:54.217760 [ 22 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:54.217832 [ 22 ] {} <Warning> RaftInstance: session 84 got connection from 192.168.224.3:60926 (as a server)
2021.01.31 16:01:54.218112 [ 43 ] {} <Critical> RaftInstance: session 83 failed to read rpc header from socket 192.168.224.2:42624 due to error 2
2021.01.31 16:01:54.218126 [ 13 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:54.218221 [ 13 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:54.218763 [ 22 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:54.218841 [ 22 ] {} <Warning> RaftInstance: session 85 got connection from 192.168.224.3:60522 (as a server)
2021.01.31 16:01:54.218982 [ 23 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:54.219074 [ 23 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:54.219114 [ 13 ] {} <Critical> RaftInstance: session 84 failed to read rpc header from socket 192.168.224.3:60926 due to error 2
2021.01.31 16:01:54.219857 [ 26 ] {} <Critical> RaftInstance: session 85 failed to read rpc header from socket 192.168.224.3:60522 due to error 2
2021.01.31 16:01:54.402016 [ 25 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:54.402101 [ 25 ] {} <Warning> RaftInstance: session 86 got connection from 192.168.224.2:44080 (as a server)
2021.01.31 16:01:54.402250 [ 64 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:54.402362 [ 64 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:54.403274 [ 66 ] {} <Critical> RaftInstance: session 86 failed to read rpc header from socket 192.168.224.2:44080 due to error 2
2021.01.31 16:01:54.433881 [ 38 ] {} <Warning> RaftInstance: 0x7fac7ab79e18 connected to node1:44444 (as a client)
2021.01.31 16:01:54.433994 [ 28 ] {} <Warning> RaftInstance: 0x7fac7ab79418 connected to node3:44444 (as a client)
2021.01.31 16:01:54.434539 [ 11 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7fac7ab79418 (335). will ignore this response
2021.01.31 16:01:54.435195 [ 14 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7fac7ab79e18 (336). will ignore this response
2021.01.31 16:01:54.465948 [ 50 ] {} <Warning> RaftInstance: 0x7facc614e618 connected to node1:44444 (as a client)
2021.01.31 16:01:54.465985 [ 16 ] {} <Warning> RaftInstance: 0x7facaf22de18 connected to node3:44444 (as a client)
2021.01.31 16:01:54.466082 [ 29 ] {} <Warning> RaftInstance: 0x7facc5d27798 connected to node3:44444 (as a client)
2021.01.31 16:01:54.466147 [ 53 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:54.466180 [ 16 ] {} <Warning> RaftInstance: 0x7facc5d28198 connected to node1:44444 (as a client)
2021.01.31 16:01:54.466189 [ 24 ] {} <Warning> RaftInstance: 0x7facc614dc18 connected to node3:44444 (as a client)
2021.01.31 16:01:54.466148 [ 31 ] {} <Warning> RaftInstance: 0x7facaf22e818 connected to node1:44444 (as a client)
2021.01.31 16:01:54.466291 [ 53 ] {} <Warning> RaftInstance: session 87 got connection from 192.168.224.2:43884 (as a server)
2021.01.31 16:01:54.466458 [ 23 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:54.466560 [ 23 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:54.466785 [ 30 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facc614e618 (310). will ignore this response
2021.01.31 16:01:54.466997 [ 53 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:54.467069 [ 53 ] {} <Warning> RaftInstance: session 88 got connection from 192.168.224.3:32976 (as a server)
2021.01.31 16:01:54.467199 [ 56 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:54.467286 [ 56 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:54.467961 [ 53 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:54.468028 [ 53 ] {} <Warning> RaftInstance: session 89 got connection from 192.168.224.2:42636 (as a server)
2021.01.31 16:01:54.468131 [ 46 ] {} <Critical> RaftInstance: session 88 failed to read rpc header from socket 192.168.224.3:32976 due to error 2
2021.01.31 16:01:54.468247 [ 65 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:54.468338 [ 65 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:54.468814 [ 53 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:54.468879 [ 53 ] {} <Warning> RaftInstance: session 90 got connection from 192.168.224.3:60998 (as a server)
2021.01.31 16:01:54.469552 [ 44 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:54.469650 [ 44 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:54.470596 [ 45 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facaf22e818 (258). will ignore this response
2021.01.31 16:01:54.471717 [ 53 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:54.471778 [ 53 ] {} <Warning> RaftInstance: session 91 got connection from 192.168.224.3:60586 (as a server)
2021.01.31 16:01:54.471915 [ 33 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:54.472001 [ 33 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:54.472481 [ 53 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:54.472538 [ 53 ] {} <Warning> RaftInstance: session 92 got connection from 192.168.224.3:59764 (as a server)
2021.01.31 16:01:54.472650 [ 52 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:54.472737 [ 52 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:54.473285 [ 53 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:54.473342 [ 53 ] {} <Warning> RaftInstance: session 93 got connection from 192.168.224.2:43458 (as a server)
2021.01.31 16:01:54.473520 [ 34 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:54.473604 [ 34 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:54.474206 [ 19 ] {} <Critical> RaftInstance: session 91 failed to read rpc header from socket 192.168.224.3:60586 due to error 2
2021.01.31 16:01:54.474219 [ 59 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facc5d28198 (148). will ignore this response
2021.01.31 16:01:54.474297 [ 18 ] {} <Critical> RaftInstance: session 92 failed to read rpc header from socket 192.168.224.3:59764 due to error 2
2021.01.31 16:01:54.474862 [ 39 ] {} <Critical> RaftInstance: session 90 failed to read rpc header from socket 192.168.224.3:60998 due to error 2
2021.01.31 16:01:54.477170 [ 28 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facaf22de18 (257). will ignore this response
2021.01.31 16:01:54.477771 [ 38 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facc5d27798 (147). will ignore this response
2021.01.31 16:01:54.478446 [ 55 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facc614dc18 (309). will ignore this response
2021.01.31 16:01:54.482266 [ 51 ] {} <Critical> RaftInstance: session 89 failed to read rpc header from socket 192.168.224.2:42636 due to error 2
2021.01.31 16:01:54.482351 [ 37 ] {} <Critical> RaftInstance: session 87 failed to read rpc header from socket 192.168.224.2:43884 due to error 2
2021.01.31 16:01:54.482545 [ 11 ] {} <Critical> RaftInstance: session 93 failed to read rpc header from socket 192.168.224.2:43458 due to error 2
2021.01.31 16:01:54.593964 [ 11 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:54.594046 [ 11 ] {} <Warning> RaftInstance: session 94 got connection from 192.168.224.2:44098 (as a server)
2021.01.31 16:01:54.594262 [ 61 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:54.594369 [ 61 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:54.595260 [ 43 ] {} <Critical> RaftInstance: session 94 failed to read rpc header from socket 192.168.224.2:44098 due to error 2
2021.01.31 16:01:54.722007 [ 62 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:54.722069 [ 54 ] {} <Warning> RaftInstance: 0x7faca2c22e18 connected to node3:44444 (as a client)
2021.01.31 16:01:54.722096 [ 27 ] {} <Warning> RaftInstance: 0x7facb3646b98 connected to node1:44444 (as a client)
2021.01.31 16:01:54.722119 [ 62 ] {} <Warning> RaftInstance: session 95 got connection from 192.168.224.3:59778 (as a server)
2021.01.31 16:01:54.722317 [ 32 ] {} <Warning> RaftInstance: 0x7faca2c23818 connected to node1:44444 (as a client)
2021.01.31 16:01:54.722460 [ 22 ] {} <Warning> RaftInstance: 0x7facb3646198 connected to node3:44444 (as a client)
2021.01.31 16:01:54.722467 [ 30 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:54.722601 [ 30 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:54.723171 [ 62 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:54.723239 [ 62 ] {} <Warning> RaftInstance: session 96 got connection from 192.168.224.2:42656 (as a server)
2021.01.31 16:01:54.724038 [ 62 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:54.724064 [ 33 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:54.724106 [ 62 ] {} <Warning> RaftInstance: session 97 got connection from 192.168.224.2:43894 (as a server)
2021.01.31 16:01:54.724160 [ 33 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:54.724135 [ 27 ] {} <Critical> RaftInstance: session 95 failed to read rpc header from socket 192.168.224.3:59778 due to error 2
2021.01.31 16:01:54.724286 [ 47 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:54.724312 [ 64 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facb3646198 (259). will ignore this response
2021.01.31 16:01:54.724380 [ 47 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:54.724419 [ 53 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facb3646b98 (260). will ignore this response
2021.01.31 16:01:54.724766 [ 66 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7faca2c22e18 (149). will ignore this response
2021.01.31 16:01:54.724966 [ 62 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:54.725030 [ 62 ] {} <Warning> RaftInstance: session 98 got connection from 192.168.224.2:43472 (as a server)
2021.01.31 16:01:54.725116 [ 27 ] {} <Critical> RaftInstance: session 96 failed to read rpc header from socket 192.168.224.2:42656 due to error 2
2021.01.31 16:01:54.725158 [ 38 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:54.725285 [ 38 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:54.725294 [ 53 ] {} <Critical> RaftInstance: session 97 failed to read rpc header from socket 192.168.224.2:43894 due to error 2
2021.01.31 16:01:54.725674 [ 38 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7faca2c23818 (150). will ignore this response
2021.01.31 16:01:54.726219 [ 51 ] {} <Critical> RaftInstance: session 98 failed to read rpc header from socket 192.168.224.2:43472 due to error 2
2021.01.31 16:01:54.753912 [ 52 ] {} <Warning> RaftInstance: 0x7facc5873618 connected to node1:44444 (as a client)
2021.01.31 16:01:54.753943 [ 18 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:54.754042 [ 18 ] {} <Warning> RaftInstance: session 99 got connection from 192.168.224.3:32992 (as a server)
2021.01.31 16:01:54.754167 [ 47 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:54.754266 [ 47 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:54.754545 [ 33 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facc5873618 (338). will ignore this response
2021.01.31 16:01:54.755182 [ 19 ] {} <Critical> RaftInstance: session 99 failed to read rpc header from socket 192.168.224.3:32992 due to error 2
2021.01.31 16:01:54.977978 [ 15 ] {} <Warning> RaftInstance: 0x7facab288798 connected to node3:44444 (as a client)
2021.01.31 16:01:54.978019 [ 34 ] {} <Warning> RaftInstance: 0x7facab3afa18 connected to node3:44444 (as a client)
2021.01.31 16:01:54.977991 [ 52 ] {} <Warning> RaftInstance: 0x7facab289198 connected to node1:44444 (as a client)
2021.01.31 16:01:54.978062 [ 48 ] {} <Warning> RaftInstance: 0x7facab3b0418 connected to node1:44444 (as a client)
2021.01.31 16:01:54.978539 [ 30 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:54.978626 [ 30 ] {} <Warning> RaftInstance: session 100 got connection from 192.168.224.3:60600 (as a server)
2021.01.31 16:01:54.979324 [ 30 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:54.979339 [ 37 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:54.979405 [ 30 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:54.979427 [ 37 ] {} <Warning> RaftInstance: session 101 got connection from 192.168.224.3:32788 (as a server)
2021.01.31 16:01:54.979536 [ 30 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:54.979607 [ 30 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:54.980100 [ 37 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:54.980164 [ 37 ] {} <Warning> RaftInstance: session 102 got connection from 192.168.224.2:43492 (as a server)
2021.01.31 16:01:54.980189 [ 20 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facab289198 (152). will ignore this response
2021.01.31 16:01:54.980285 [ 14 ] {} <Critical> RaftInstance: session 100 failed to read rpc header from socket 192.168.224.3:60600 due to error 2
2021.01.31 16:01:54.980294 [ 62 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:54.980333 [ 27 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facab288798 (151). will ignore this response
2021.01.31 16:01:54.980395 [ 62 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:54.980486 [ 38 ] {} <Critical> RaftInstance: session 101 failed to read rpc header from socket 192.168.224.3:32788 due to error 2
2021.01.31 16:01:54.980801 [ 37 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:54.980866 [ 37 ] {} <Warning> RaftInstance: session 103 got connection from 192.168.224.2:43908 (as a server)
2021.01.31 16:01:54.980971 [ 26 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facab3afa18 (311). will ignore this response
2021.01.31 16:01:54.981051 [ 27 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:54.981132 [ 27 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:54.982503 [ 20 ] {} <Critical> RaftInstance: session 103 failed to read rpc header from socket 192.168.224.2:43908 due to error 2
2021.01.31 16:01:54.982508 [ 43 ] {} <Critical> RaftInstance: session 102 failed to read rpc header from socket 192.168.224.2:43492 due to error 2
2021.01.31 16:01:54.982536 [ 26 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facab3b0418 (312). will ignore this response
2021.01.31 16:01:54.983106 [ 65 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:54.983204 [ 65 ] {} <Warning> RaftInstance: session 104 got connection from 192.168.224.2:42678 (as a server)
2021.01.31 16:01:54.983346 [ 36 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:54.983446 [ 36 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:54.983782 [ 65 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:54.983851 [ 65 ] {} <Warning> RaftInstance: session 105 got connection from 192.168.224.3:59792 (as a server)
2021.01.31 16:01:54.983975 [ 32 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:54.984064 [ 32 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:54.984235 [ 58 ] {} <Critical> RaftInstance: session 104 failed to read rpc header from socket 192.168.224.2:42678 due to error 2
2021.01.31 16:01:54.984899 [ 60 ] {} <Critical> RaftInstance: session 105 failed to read rpc header from socket 192.168.224.3:59792 due to error 2
2021.01.31 16:01:55.041926 [ 22 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:55.042023 [ 22 ] {} <Warning> RaftInstance: session 106 got connection from 192.168.224.3:33002 (as a server)
2021.01.31 16:01:55.042151 [ 34 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:55.042239 [ 34 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:55.043025 [ 33 ] {} <Critical> RaftInstance: session 106 failed to read rpc header from socket 192.168.224.3:33002 due to error 2
2021.01.31 16:01:55.105864 [ 15 ] {} <Warning> RaftInstance: 0x7facaf236e18 connected to node1:44444 (as a client)
2021.01.31 16:01:55.107016 [ 18 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facaf236e18 (340). will ignore this response
2021.01.31 16:01:55.233910 [ 25 ] {} <Warning> RaftInstance: 0x7facc7019c18 connected to node1:44444 (as a client)
2021.01.31 16:01:55.233909 [ 58 ] {} <Warning> RaftInstance: 0x7facaae23c18 connected to node3:44444 (as a client)
2021.01.31 16:01:55.234134 [ 25 ] {} <Warning> RaftInstance: 0x7facc7019218 connected to node3:44444 (as a client)
2021.01.31 16:01:55.234183 [ 47 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:55.234227 [ 48 ] {} <Warning> RaftInstance: 0x7facab289b98 connected to node3:44444 (as a client)
2021.01.31 16:01:55.234241 [ 34 ] {} <Warning> RaftInstance: 0x7facab28a598 connected to node1:44444 (as a client)
2021.01.31 16:01:55.234298 [ 47 ] {} <Warning> RaftInstance: session 107 got connection from 192.168.224.3:32804 (as a server)
2021.01.31 16:01:55.234439 [ 59 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:55.234539 [ 59 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:55.234967 [ 47 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:55.235033 [ 47 ] {} <Warning> RaftInstance: session 108 got connection from 192.168.224.2:43912 (as a server)
2021.01.31 16:01:55.235165 [ 62 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:55.235257 [ 62 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:55.235536 [ 58 ] {} <Critical> RaftInstance: session 107 failed to read rpc header from socket 192.168.224.3:32804 due to error 2
2021.01.31 16:01:55.235669 [ 47 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:55.235733 [ 47 ] {} <Warning> RaftInstance: session 109 got connection from 192.168.224.3:60618 (as a server)
2021.01.31 16:01:55.236237 [ 58 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:55.236313 [ 58 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:55.239263 [ 52 ] {} <Warning> RaftInstance: 0x7facaae24618 connected to node1:44444 (as a client)
2021.01.31 16:01:55.239713 [ 23 ] {} <Critical> RaftInstance: session 108 failed to read rpc header from socket 192.168.224.2:43912 due to error 2
2021.01.31 16:01:55.239733 [ 61 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facaae23c18 (261). will ignore this response
2021.01.31 16:01:55.239746 [ 58 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facc7019c18 (314). will ignore this response
2021.01.31 16:01:55.239807 [ 19 ] {} <Critical> RaftInstance: session 109 failed to read rpc header from socket 192.168.224.3:60618 due to error 2
2021.01.31 16:01:55.239901 [ 27 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facc7019218 (313). will ignore this response
2021.01.31 16:01:55.239931 [ 52 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facab28a598 (154). will ignore this response
2021.01.31 16:01:55.240046 [ 24 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facab289b98 (153). will ignore this response
2021.01.31 16:01:55.240064 [ 40 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facaae24618 (262). will ignore this response
2021.01.31 16:01:55.240211 [ 54 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:55.240293 [ 54 ] {} <Warning> RaftInstance: session 110 got connection from 192.168.224.2:43504 (as a server)
2021.01.31 16:01:55.240415 [ 23 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:55.240501 [ 23 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:55.241371 [ 66 ] {} <Critical> RaftInstance: session 110 failed to read rpc header from socket 192.168.224.2:43504 due to error 2
2021.01.31 16:01:55.241681 [ 37 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:55.241810 [ 37 ] {} <Warning> RaftInstance: session 111 got connection from 192.168.224.2:42688 (as a server)
2021.01.31 16:01:55.241970 [ 45 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:55.242066 [ 45 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:55.242958 [ 36 ] {} <Critical> RaftInstance: session 111 failed to read rpc header from socket 192.168.224.2:42688 due to error 2
2021.01.31 16:01:55.489978 [ 22 ] {} <Warning> RaftInstance: 0x7facad029218 connected to node1:44444 (as a client)
2021.01.31 16:01:55.489998 [ 16 ] {} <Warning> RaftInstance: 0x7facad028818 connected to node3:44444 (as a client)
2021.01.31 16:01:55.490023 [ 14 ] {} <Warning> RaftInstance: 0x7facafa3b818 connected to node3:44444 (as a client)
2021.01.31 16:01:55.490102 [ 59 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:55.490142 [ 42 ] {} <Warning> RaftInstance: 0x7facc7016a18 connected to node3:44444 (as a client)
2021.01.31 16:01:55.490172 [ 13 ] {} <Warning> RaftInstance: 0x7facafa3c218 connected to node1:44444 (as a client)
2021.01.31 16:01:55.490175 [ 20 ] {} <Warning> RaftInstance: 0x7facc7017418 connected to node1:44444 (as a client)
2021.01.31 16:01:55.490475 [ 59 ] {} <Warning> RaftInstance: session 112 got connection from 192.168.224.2:43928 (as a server)
2021.01.31 16:01:55.490601 [ 52 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:55.490613 [ 31 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facad029218 (316). will ignore this response
2021.01.31 16:01:55.490707 [ 52 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:55.491172 [ 59 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:55.491241 [ 59 ] {} <Warning> RaftInstance: session 113 got connection from 192.168.224.3:60636 (as a server)
2021.01.31 16:01:55.491387 [ 27 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:55.491487 [ 27 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:55.491521 [ 63 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facad028818 (315). will ignore this response
2021.01.31 16:01:55.491646 [ 36 ] {} <Critical> RaftInstance: session 112 failed to read rpc header from socket 192.168.224.2:43928 due to error 2
2021.01.31 16:01:55.491889 [ 59 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:55.491956 [ 59 ] {} <Warning> RaftInstance: session 114 got connection from 192.168.224.3:59810 (as a server)
2021.01.31 16:01:55.492093 [ 18 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:55.492164 [ 23 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facafa3c218 (264). will ignore this response
2021.01.31 16:01:55.492208 [ 18 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:55.492376 [ 19 ] {} <Critical> RaftInstance: session 113 failed to read rpc header from socket 192.168.224.3:60636 due to error 2
2021.01.31 16:01:55.492511 [ 18 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facafa3b818 (263). will ignore this response
2021.01.31 16:01:55.492605 [ 59 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:55.492667 [ 59 ] {} <Warning> RaftInstance: session 115 got connection from 192.168.224.3:32826 (as a server)
2021.01.31 16:01:55.492774 [ 54 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:55.492861 [ 54 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:55.493091 [ 33 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facc7017418 (156). will ignore this response
2021.01.31 16:01:55.493107 [ 35 ] {} <Critical> RaftInstance: session 114 failed to read rpc header from socket 192.168.224.3:59810 due to error 2
2021.01.31 16:01:55.495491 [ 59 ] {} <Critical> RaftInstance: session 115 failed to read rpc header from socket 192.168.224.3:32826 due to error 2
2021.01.31 16:01:55.495522 [ 15 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facc7016a18 (155). will ignore this response
2021.01.31 16:01:55.745884 [ 19 ] {} <Warning> RaftInstance: 0x7facad86a218 connected to node3:44444 (as a client)
2021.01.31 16:01:55.745938 [ 64 ] {} <Warning> RaftInstance: 0x7facad86ac18 connected to node1:44444 (as a client)
2021.01.31 16:01:55.746112 [ 19 ] {} <Warning> RaftInstance: 0x7facad02a618 connected to node1:44444 (as a client)
2021.01.31 16:01:55.746145 [ 39 ] {} <Warning> RaftInstance: 0x7facad029c18 connected to node3:44444 (as a client)
2021.01.31 16:01:55.746217 [ 35 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:55.746305 [ 35 ] {} <Warning> RaftInstance: session 116 got connection from 192.168.224.2:43948 (as a server)
2021.01.31 16:01:55.746418 [ 39 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:55.746518 [ 39 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:55.746550 [ 18 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facad86ac18 (266). will ignore this response
2021.01.31 16:01:55.746678 [ 34 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facad029c18 (317). will ignore this response
2021.01.31 16:01:55.746993 [ 35 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:55.747065 [ 35 ] {} <Warning> RaftInstance: session 117 got connection from 192.168.224.3:59826 (as a server)
2021.01.31 16:01:55.747194 [ 12 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:55.747283 [ 12 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:55.747440 [ 14 ] {} <Critical> RaftInstance: session 116 failed to read rpc header from socket 192.168.224.2:43948 due to error 2
2021.01.31 16:01:55.747717 [ 35 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:55.747779 [ 35 ] {} <Warning> RaftInstance: session 118 got connection from 192.168.224.3:60652 (as a server)
2021.01.31 16:01:55.747894 [ 33 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:55.747981 [ 33 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:55.748190 [ 25 ] {} <Critical> RaftInstance: session 117 failed to read rpc header from socket 192.168.224.3:59826 due to error 2
2021.01.31 16:01:55.748402 [ 35 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:55.748465 [ 35 ] {} <Warning> RaftInstance: session 119 got connection from 192.168.224.3:32838 (as a server)
2021.01.31 16:01:55.748597 [ 46 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:55.748709 [ 46 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:55.748960 [ 55 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facad02a618 (318). will ignore this response
2021.01.31 16:01:55.749305 [ 13 ] {} <Critical> RaftInstance: session 118 failed to read rpc header from socket 192.168.224.3:60652 due to error 2
2021.01.31 16:01:55.749349 [ 30 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:55.749422 [ 30 ] {} <Warning> RaftInstance: session 120 got connection from 192.168.224.2:43526 (as a server)
2021.01.31 16:01:55.749554 [ 57 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:55.749602 [ 35 ] {} <Critical> RaftInstance: session 119 failed to read rpc header from socket 192.168.224.3:32838 due to error 2
2021.01.31 16:01:55.749653 [ 57 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:55.749783 [ 42 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facad86a218 (265). will ignore this response
2021.01.31 16:01:55.750111 [ 30 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:55.750179 [ 30 ] {} <Warning> RaftInstance: session 121 got connection from 192.168.224.2:42704 (as a server)
2021.01.31 16:01:55.750289 [ 35 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:55.750371 [ 35 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:55.751225 [ 40 ] {} <Critical> RaftInstance: session 120 failed to read rpc header from socket 192.168.224.2:43526 due to error 2
2021.01.31 16:01:55.751871 [ 27 ] {} <Critical> RaftInstance: session 121 failed to read rpc header from socket 192.168.224.2:42704 due to error 2
2021.01.31 16:01:56.001919 [ 21 ] {} <Warning> RaftInstance: 0x7facad0f6a18 connected to node1:44444 (as a client)
2021.01.31 16:01:56.001929 [ 54 ] {} <Warning> RaftInstance: 0x7facad0f6018 connected to node3:44444 (as a client)
2021.01.31 16:01:56.002147 [ 21 ] {} <Warning> RaftInstance: 0x7facb2f5fc18 connected to node1:44444 (as a client)
2021.01.31 16:01:56.002197 [ 39 ] {} <Warning> RaftInstance: 0x7fac79a00a18 connected to node1:44444 (as a client)
2021.01.31 16:01:56.002224 [ 16 ] {} <Warning> RaftInstance: 0x7fac79a00018 connected to node3:44444 (as a client)
2021.01.31 16:01:56.002199 [ 54 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:56.002239 [ 15 ] {} <Warning> RaftInstance: 0x7facb2f5f218 connected to node3:44444 (as a client)
2021.01.31 16:01:56.002418 [ 54 ] {} <Warning> RaftInstance: session 122 got connection from 192.168.224.2:43540 (as a server)
2021.01.31 16:01:56.002552 [ 14 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:56.002620 [ 18 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facad0f6a18 (320). will ignore this response
2021.01.31 16:01:56.002655 [ 14 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:56.002755 [ 33 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facad0f6018 (319). will ignore this response
2021.01.31 16:01:56.003167 [ 54 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:56.003236 [ 54 ] {} <Warning> RaftInstance: session 123 got connection from 192.168.224.3:59846 (as a server)
2021.01.31 16:01:56.003362 [ 24 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:56.003484 [ 24 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:56.003604 [ 38 ] {} <Critical> RaftInstance: session 122 failed to read rpc header from socket 192.168.224.2:43540 due to error 2
2021.01.31 16:01:56.003670 [ 46 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facb2f5fc18 (268). will ignore this response
2021.01.31 16:01:56.004139 [ 54 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:56.004207 [ 54 ] {} <Warning> RaftInstance: session 124 got connection from 192.168.224.3:32846 (as a server)
2021.01.31 16:01:56.004259 [ 25 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7fac79a00a18 (158). will ignore this response
2021.01.31 16:01:56.004372 [ 13 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:56.004385 [ 58 ] {} <Critical> RaftInstance: session 123 failed to read rpc header from socket 192.168.224.3:59846 due to error 2
2021.01.31 16:01:56.004475 [ 13 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:56.005035 [ 54 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:56.005107 [ 54 ] {} <Warning> RaftInstance: session 125 got connection from 192.168.224.3:60666 (as a server)
2021.01.31 16:01:56.005223 [ 61 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:56.005313 [ 61 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:56.005474 [ 57 ] {} <Critical> RaftInstance: session 124 failed to read rpc header from socket 192.168.224.3:32846 due to error 2
2021.01.31 16:01:56.005949 [ 54 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:56.006033 [ 27 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7fac79a00018 (157). will ignore this response
2021.01.31 16:01:56.006047 [ 54 ] {} <Warning> RaftInstance: session 126 got connection from 192.168.224.2:42722 (as a server)
2021.01.31 16:01:56.006271 [ 35 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:56.006278 [ 32 ] {} <Critical> RaftInstance: session 125 failed to read rpc header from socket 192.168.224.3:60666 due to error 2
2021.01.31 16:01:56.006385 [ 35 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:56.007460 [ 63 ] {} <Critical> RaftInstance: session 126 failed to read rpc header from socket 192.168.224.2:42722 due to error 2
2021.01.31 16:01:56.007499 [ 54 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facb2f5f218 (267). will ignore this response
2021.01.31 16:01:56.257919 [ 39 ] {} <Warning> RaftInstance: 0x7facc6c33c18 connected to node3:44444 (as a client)
2021.01.31 16:01:56.257978 [ 28 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:56.258000 [ 18 ] {} <Warning> RaftInstance: 0x7fac79f8c018 connected to node3:44444 (as a client)
2021.01.31 16:01:56.258035 [ 33 ] {} <Warning> RaftInstance: 0x7fac79f8ca18 connected to node1:44444 (as a client)
2021.01.31 16:01:56.258094 [ 28 ] {} <Warning> RaftInstance: session 127 got connection from 192.168.224.3:59858 (as a server)
2021.01.31 16:01:56.258259 [ 33 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:56.258282 [ 24 ] {} <Warning> RaftInstance: 0x7facc6c34618 connected to node1:44444 (as a client)
2021.01.31 16:01:56.258343 [ 33 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:56.258540 [ 24 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7fac79f8ca18 (160). will ignore this response
2021.01.31 16:01:56.258609 [ 33 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facc6c33c18 (269). will ignore this response
2021.01.31 16:01:56.258820 [ 28 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:56.258890 [ 28 ] {} <Warning> RaftInstance: session 128 got connection from 192.168.224.2:43552 (as a server)
2021.01.31 16:01:56.259030 [ 66 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:56.259126 [ 66 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:56.259547 [ 24 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7fac79f8c018 (159). will ignore this response
2021.01.31 16:01:56.259561 [ 57 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:56.259656 [ 57 ] {} <Warning> RaftInstance: session 129 got connection from 192.168.224.2:43968 (as a server)
2021.01.31 16:01:56.259849 [ 32 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:56.259219 [ 40 ] {} <Critical> RaftInstance: session 127 failed to read rpc header from socket 192.168.224.3:59858 due to error 2
2021.01.31 16:01:56.259941 [ 32 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:56.260304 [ 57 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:56.260381 [ 57 ] {} <Warning> RaftInstance: session 130 got connection from 192.168.224.2:42732 (as a server)
2021.01.31 16:01:56.260502 [ 31 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:56.260592 [ 31 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:56.261486 [ 61 ] {} <Critical> RaftInstance: session 128 failed to read rpc header from socket 192.168.224.2:43552 due to error 2
2021.01.31 16:01:56.261539 [ 63 ] {} <Critical> RaftInstance: session 130 failed to read rpc header from socket 192.168.224.2:42732 due to error 2
2021.01.31 16:01:56.261670 [ 27 ] {} <Critical> RaftInstance: session 129 failed to read rpc header from socket 192.168.224.2:43968 due to error 2
2021.01.31 16:01:56.261687 [ 54 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facc6c34618 (270). will ignore this response
2021.01.31 16:01:56.513926 [ 20 ] {} <Warning> RaftInstance: 0x7facc6115c18 connected to node3:44444 (as a client)
2021.01.31 16:01:56.513946 [ 16 ] {} <Warning> RaftInstance: 0x7fac79f8d418 connected to node3:44444 (as a client)
2021.01.31 16:01:56.513979 [ 15 ] {} <Warning> RaftInstance: 0x7facc6116618 connected to node1:44444 (as a client)
2021.01.31 16:01:56.514016 [ 14 ] {} <Warning> RaftInstance: 0x7fac79f8de18 connected to node1:44444 (as a client)
2021.01.31 16:01:56.515502 [ 43 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facc6116618 (322). will ignore this response
2021.01.31 16:01:56.515777 [ 25 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facc6115c18 (321). will ignore this response
2021.01.31 16:01:56.516386 [ 22 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:56.516494 [ 22 ] {} <Warning> RaftInstance: session 131 got connection from 192.168.224.3:32866 (as a server)
2021.01.31 16:01:56.516663 [ 42 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:56.516788 [ 42 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:56.517463 [ 22 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:56.517556 [ 22 ] {} <Warning> RaftInstance: session 132 got connection from 192.168.224.3:60680 (as a server)
2021.01.31 16:01:56.517707 [ 46 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:56.517702 [ 38 ] {} <Critical> RaftInstance: session 131 failed to read rpc header from socket 192.168.224.3:32866 due to error 2
2021.01.31 16:01:56.517805 [ 46 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:56.518033 [ 44 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7fac79f8de18 (162). will ignore this response
2021.01.31 16:01:56.518685 [ 22 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:56.518731 [ 58 ] {} <Critical> RaftInstance: session 132 failed to read rpc header from socket 192.168.224.3:60680 due to error 2
2021.01.31 16:01:56.518785 [ 22 ] {} <Warning> RaftInstance: session 133 got connection from 192.168.224.2:43568 (as a server)
2021.01.31 16:01:56.518922 [ 44 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:56.519033 [ 44 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:56.519834 [ 22 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:56.519927 [ 22 ] {} <Warning> RaftInstance: session 134 got connection from 192.168.224.3:59874 (as a server)
2021.01.31 16:01:56.520072 [ 28 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:56.520102 [ 36 ] {} <Critical> RaftInstance: session 133 failed to read rpc header from socket 192.168.224.2:43568 due to error 2
2021.01.31 16:01:56.520173 [ 28 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:56.520976 [ 22 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:56.521060 [ 24 ] {} <Critical> RaftInstance: session 134 failed to read rpc header from socket 192.168.224.3:59874 due to error 2
2021.01.31 16:01:56.521065 [ 35 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7fac79f8d418 (161). will ignore this response
2021.01.31 16:01:56.521073 [ 22 ] {} <Warning> RaftInstance: session 135 got connection from 192.168.224.2:42752 (as a server)
2021.01.31 16:01:56.521272 [ 31 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:56.521372 [ 31 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:56.522241 [ 22 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:56.522340 [ 22 ] {} <Warning> RaftInstance: session 136 got connection from 192.168.224.2:43984 (as a server)
2021.01.31 16:01:56.523097 [ 40 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:56.523217 [ 40 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:56.523341 [ 22 ] {} <Critical> RaftInstance: session 135 failed to read rpc header from socket 192.168.224.2:42752 due to error 2
2021.01.31 16:01:56.524143 [ 63 ] {} <Critical> RaftInstance: session 136 failed to read rpc header from socket 192.168.224.2:43984 due to error 2
2021.01.31 16:01:56.769967 [ 55 ] {} <Warning> RaftInstance: 0x7facb3648998 connected to node3:44444 (as a client)
2021.01.31 16:01:56.770049 [ 26 ] {} <Warning> RaftInstance: 0x7facaae20a18 connected to node3:44444 (as a client)
2021.01.31 16:01:56.770124 [ 42 ] {} <Warning> RaftInstance: 0x7facb3649398 connected to node1:44444 (as a client)
2021.01.31 16:01:56.770192 [ 55 ] {} <Warning> RaftInstance: 0x7facc6890498 connected to node1:44444 (as a client)
2021.01.31 16:01:56.770215 [ 49 ] {} <Warning> RaftInstance: 0x7facc5870e18 connected to node1:44444 (as a client)
2021.01.31 16:01:56.770242 [ 46 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:56.770217 [ 13 ] {} <Warning> RaftInstance: 0x7facb412a818 connected to node1:44444 (as a client)
2021.01.31 16:01:56.770302 [ 37 ] {} <Warning> RaftInstance: 0x7facc5870418 connected to node3:44444 (as a client)
2021.01.31 16:01:56.770332 [ 46 ] {} <Warning> RaftInstance: session 137 got connection from 192.168.224.2:44002 (as a server)
2021.01.31 16:01:56.770756 [ 29 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:56.770803 [ 32 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facb3648998 (323). will ignore this response
2021.01.31 16:01:56.770850 [ 29 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:56.771340 [ 46 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:56.771412 [ 46 ] {} <Warning> RaftInstance: session 138 got connection from 192.168.224.3:60696 (as a server)
2021.01.31 16:01:56.771520 [ 23 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facaae20a18 (273). will ignore this response
2021.01.31 16:01:56.771744 [ 45 ] {} <Critical> RaftInstance: session 137 failed to read rpc header from socket 192.168.224.2:44002 due to error 2
2021.01.31 16:01:56.772029 [ 46 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:56.772092 [ 46 ] {} <Warning> RaftInstance: session 139 got connection from 192.168.224.3:32884 (as a server)
2021.01.31 16:01:56.772188 [ 23 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:56.772259 [ 23 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:56.772346 [ 27 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:56.772421 [ 27 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:56.772702 [ 46 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:56.772777 [ 46 ] {} <Warning> RaftInstance: session 140 got connection from 192.168.224.2:43582 (as a server)
2021.01.31 16:01:56.772984 [ 65 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:56.773084 [ 65 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:56.773102 [ 19 ] {} <Critical> RaftInstance: session 139 failed to read rpc header from socket 192.168.224.3:32884 due to error 2
2021.01.31 16:01:56.773121 [ 54 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facc5870418 (271). will ignore this response
2021.01.31 16:01:56.773261 [ 20 ] {} <Critical> RaftInstance: session 138 failed to read rpc header from socket 192.168.224.3:60696 due to error 2
2021.01.31 16:01:56.773802 [ 59 ] {} <Warning> RaftInstance: 0x7facb4129e18 connected to node3:44444 (as a client)
2021.01.31 16:01:56.774567 [ 19 ] {} <Critical> RaftInstance: session 140 failed to read rpc header from socket 192.168.224.2:43582 due to error 2
2021.01.31 16:01:56.774940 [ 56 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facb4129e18 (163). will ignore this response
2021.01.31 16:01:56.775752 [ 11 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facb3649398 (324). will ignore this response
2021.01.31 16:01:56.776365 [ 19 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facc6890498 (274). will ignore this response
2021.01.31 16:01:56.777097 [ 11 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facb412a818 (164). will ignore this response
2021.01.31 16:01:56.777676 [ 18 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facc5870e18 (272). will ignore this response
2021.01.31 16:01:57.025915 [ 52 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:57.025923 [ 24 ] {} <Warning> RaftInstance: 0x7facaaefce18 connected to node1:44444 (as a client)
2021.01.31 16:01:57.026039 [ 52 ] {} <Warning> RaftInstance: session 141 got connection from 192.168.224.2:42770 (as a server)
2021.01.31 16:01:57.026229 [ 35 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:57.026345 [ 35 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:57.026622 [ 28 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facaaefce18 (326). will ignore this response
2021.01.31 16:01:57.027499 [ 52 ] {} <Critical> RaftInstance: session 141 failed to read rpc header from socket 192.168.224.2:42770 due to error 2
2021.01.31 16:01:57.029840 [ 37 ] {} <Warning> RaftInstance: 0x7facaae23218 connected to node1:44444 (as a client)
2021.01.31 16:01:57.029847 [ 61 ] {} <Warning> RaftInstance: 0x7facaae22818 connected to node3:44444 (as a client)
2021.01.31 16:01:57.029873 [ 29 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:57.030034 [ 29 ] {} <Warning> RaftInstance: session 142 got connection from 192.168.224.3:59884 (as a server)
2021.01.31 16:01:57.030159 [ 40 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:57.030277 [ 40 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:57.030573 [ 63 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facaae23218 (166). will ignore this response
2021.01.31 16:01:57.030664 [ 27 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facaae22818 (165). will ignore this response
2021.01.31 16:01:57.030929 [ 64 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:57.031045 [ 64 ] {} <Warning> RaftInstance: session 143 got connection from 192.168.224.3:60714 (as a server)
2021.01.31 16:01:57.031346 [ 29 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:57.031361 [ 46 ] {} <Critical> RaftInstance: session 142 failed to read rpc header from socket 192.168.224.3:59884 due to error 2
2021.01.31 16:01:57.031434 [ 29 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:57.031879 [ 64 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:57.031974 [ 64 ] {} <Warning> RaftInstance: session 144 got connection from 192.168.224.3:32894 (as a server)
2021.01.31 16:01:57.032228 [ 46 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:57.032341 [ 46 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:57.032349 [ 39 ] {} <Critical> RaftInstance: session 143 failed to read rpc header from socket 192.168.224.3:60714 due to error 2
2021.01.31 16:01:57.033277 [ 56 ] {} <Critical> RaftInstance: session 144 failed to read rpc header from socket 192.168.224.3:32894 due to error 2
2021.01.31 16:01:57.282045 [ 31 ] {} <Warning> RaftInstance: 0x7facb4128a18 connected to node1:44444 (as a client)
2021.01.31 16:01:57.282079 [ 24 ] {} <Warning> RaftInstance: 0x7facaee2fa18 connected to node3:44444 (as a client)
2021.01.31 16:01:57.282171 [ 36 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:57.282179 [ 28 ] {} <Warning> RaftInstance: 0x7facab37be18 connected to node3:44444 (as a client)
2021.01.31 16:01:57.282180 [ 35 ] {} <Warning> RaftInstance: 0x7facab37c818 connected to node1:44444 (as a client)
2021.01.31 16:01:57.282297 [ 36 ] {} <Warning> RaftInstance: session 145 got connection from 192.168.224.2:43600 (as a server)
2021.01.31 16:01:57.282452 [ 23 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:57.282559 [ 23 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:57.282789 [ 24 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facaee2fa18 (167). will ignore this response
2021.01.31 16:01:57.282834 [ 21 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facb4128a18 (168). will ignore this response
2021.01.31 16:01:57.283008 [ 36 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:57.283079 [ 36 ] {} <Warning> RaftInstance: session 146 got connection from 192.168.224.3:60722 (as a server)
2021.01.31 16:01:57.283499 [ 40 ] {} <Critical> RaftInstance: session 145 failed to read rpc header from socket 192.168.224.2:43600 due to error 2
2021.01.31 16:01:57.283510 [ 24 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:57.283609 [ 24 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:57.283788 [ 51 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facab37c818 (276). will ignore this response
2021.01.31 16:01:57.284054 [ 36 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:57.284127 [ 36 ] {} <Warning> RaftInstance: session 147 got connection from 192.168.224.3:59904 (as a server)
2021.01.31 16:01:57.284259 [ 15 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:57.284369 [ 15 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:57.284488 [ 24 ] {} <Critical> RaftInstance: session 146 failed to read rpc header from socket 192.168.224.3:60722 due to error 2
2021.01.31 16:01:57.284816 [ 36 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:57.284885 [ 36 ] {} <Warning> RaftInstance: session 148 got connection from 192.168.224.2:42782 (as a server)
2021.01.31 16:01:57.285014 [ 59 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:57.285063 [ 39 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facab37be18 (275). will ignore this response
2021.01.31 16:01:57.285121 [ 59 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:57.285279 [ 59 ] {} <Critical> RaftInstance: session 147 failed to read rpc header from socket 192.168.224.3:59904 due to error 2
2021.01.31 16:01:57.286117 [ 56 ] {} <Critical> RaftInstance: session 148 failed to read rpc header from socket 192.168.224.2:42782 due to error 2
2021.01.31 16:01:57.538049 [ 60 ] {} <Warning> RaftInstance: 0x7facaa62f418 connected to node1:44444 (as a client)
2021.01.31 16:01:57.538065 [ 55 ] {} <Warning> RaftInstance: 0x7facac844e18 connected to node3:44444 (as a client)
2021.01.31 16:01:57.538062 [ 13 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:57.538106 [ 48 ] {} <Warning> RaftInstance: 0x7facaa62ea18 connected to node3:44444 (as a client)
2021.01.31 16:01:57.538146 [ 66 ] {} <Warning> RaftInstance: 0x7facac845818 connected to node1:44444 (as a client)
2021.01.31 16:01:57.538500 [ 13 ] {} <Warning> RaftInstance: session 149 got connection from 192.168.224.3:60738 (as a server)
2021.01.31 16:01:57.538676 [ 61 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:57.538778 [ 61 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:57.538887 [ 52 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facac844e18 (277). will ignore this response
2021.01.31 16:01:57.539219 [ 13 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:57.539285 [ 13 ] {} <Warning> RaftInstance: session 150 got connection from 192.168.224.2:42800 (as a server)
2021.01.31 16:01:57.539434 [ 21 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:57.539544 [ 21 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:57.539668 [ 52 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facaa62ea18 (169). will ignore this response
2021.01.31 16:01:57.539700 [ 21 ] {} <Critical> RaftInstance: session 149 failed to read rpc header from socket 192.168.224.3:60738 due to error 2
2021.01.31 16:01:57.539907 [ 13 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:57.539971 [ 13 ] {} <Warning> RaftInstance: session 151 got connection from 192.168.224.2:43612 (as a server)
2021.01.31 16:01:57.540128 [ 64 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:57.540177 [ 51 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facaa62f418 (170). will ignore this response
2021.01.31 16:01:57.540234 [ 64 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:57.540395 [ 47 ] {} <Critical> RaftInstance: session 150 failed to read rpc header from socket 192.168.224.2:42800 due to error 2
2021.01.31 16:01:57.540588 [ 13 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:57.540656 [ 13 ] {} <Warning> RaftInstance: session 152 got connection from 192.168.224.3:59914 (as a server)
2021.01.31 16:01:57.540773 [ 56 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:57.540861 [ 56 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:57.540864 [ 14 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facac845818 (278). will ignore this response
2021.01.31 16:01:57.541710 [ 18 ] {} <Critical> RaftInstance: session 152 failed to read rpc header from socket 192.168.224.3:59914 due to error 2
2021.01.31 16:01:57.541833 [ 25 ] {} <Critical> RaftInstance: session 151 failed to read rpc header from socket 192.168.224.2:43612 due to error 2
2021.01.31 16:01:57.793925 [ 41 ] {} <Warning> RaftInstance: 0x7facaaa30818 connected to node1:44444 (as a client)
2021.01.31 16:01:57.794016 [ 48 ] {} <Warning> RaftInstance: 0x7facaaa2fe18 connected to node3:44444 (as a client)
2021.01.31 16:01:57.793993 [ 50 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:57.794538 [ 41 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facaaa30818 (172). will ignore this response
2021.01.31 16:01:57.795338 [ 41 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facaaa2fe18 (171). will ignore this response
2021.01.31 16:01:57.795570 [ 50 ] {} <Warning> RaftInstance: session 153 got connection from 192.168.224.2:42812 (as a server)
2021.01.31 16:01:57.795716 [ 12 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:57.795820 [ 12 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:57.796143 [ 50 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:57.796204 [ 50 ] {} <Warning> RaftInstance: session 154 got connection from 192.168.224.3:59934 (as a server)
2021.01.31 16:01:57.796340 [ 63 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:57.796427 [ 63 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:57.796747 [ 50 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:57.796818 [ 50 ] {} <Warning> RaftInstance: session 155 got connection from 192.168.224.2:43634 (as a server)
2021.01.31 16:01:57.796936 [ 15 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:57.797028 [ 15 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:57.797099 [ 37 ] {} <Critical> RaftInstance: session 153 failed to read rpc header from socket 192.168.224.2:42812 due to error 2
2021.01.31 16:01:57.797223 [ 65 ] {} <Critical> RaftInstance: session 154 failed to read rpc header from socket 192.168.224.3:59934 due to error 2
2021.01.31 16:01:57.797921 [ 27 ] {} <Critical> RaftInstance: session 155 failed to read rpc header from socket 192.168.224.2:43634 due to error 2
2021.01.31 16:01:58.049940 [ 38 ] {} <Warning> RaftInstance: 0x7facab28b998 connected to node1:44444 (as a client)
2021.01.31 16:01:58.050015 [ 58 ] {} <Warning> RaftInstance: 0x7facc6c33218 connected to node1:44444 (as a client)
2021.01.31 16:01:58.050048 [ 11 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:58.050087 [ 62 ] {} <Warning> RaftInstance: 0x7facab28af98 connected to node3:44444 (as a client)
2021.01.31 16:01:58.050115 [ 44 ] {} <Warning> RaftInstance: 0x7facc6c32818 connected to node3:44444 (as a client)
2021.01.31 16:01:58.050143 [ 11 ] {} <Warning> RaftInstance: session 156 got connection from 192.168.224.2:43648 (as a server)
2021.01.31 16:01:58.050353 [ 42 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:58.050441 [ 42 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:58.050801 [ 11 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:58.050879 [ 11 ] {} <Warning> RaftInstance: session 157 got connection from 192.168.224.2:42832 (as a server)
2021.01.31 16:01:58.051012 [ 34 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:58.051111 [ 34 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:58.051295 [ 33 ] {} <Critical> RaftInstance: session 156 failed to read rpc header from socket 192.168.224.2:43648 due to error 2
2021.01.31 16:01:58.051509 [ 11 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:58.051576 [ 11 ] {} <Warning> RaftInstance: session 158 got connection from 192.168.224.3:60758 (as a server)
2021.01.31 16:01:58.051749 [ 53 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:58.051842 [ 53 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:58.052019 [ 61 ] {} <Critical> RaftInstance: session 157 failed to read rpc header from socket 192.168.224.2:42832 due to error 2
2021.01.31 16:01:58.052154 [ 12 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facab28b998 (280). will ignore this response
2021.01.31 16:01:58.052256 [ 54 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:58.052294 [ 11 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facab28af98 (279). will ignore this response
2021.01.31 16:01:58.052338 [ 54 ] {} <Warning> RaftInstance: session 159 got connection from 192.168.224.3:59954 (as a server)
2021.01.31 16:01:58.052501 [ 33 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:58.052576 [ 33 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:58.052826 [ 63 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facc6c33218 (174). will ignore this response
2021.01.31 16:01:58.052842 [ 12 ] {} <Critical> RaftInstance: session 158 failed to read rpc header from socket 192.168.224.3:60758 due to error 2
2021.01.31 16:01:58.053093 [ 45 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facc6c32818 (173). will ignore this response
2021.01.31 16:01:58.053416 [ 50 ] {} <Critical> RaftInstance: session 159 failed to read rpc header from socket 192.168.224.3:59954 due to error 2
2021.01.31 16:01:58.305916 [ 24 ] {} <Warning> RaftInstance: 0x7facad027e18 connected to node1:44444 (as a client)
2021.01.31 16:01:58.306021 [ 47 ] {} <Warning> RaftInstance: 0x7facc5cf9818 connected to node1:44444 (as a client)
2021.01.31 16:01:58.306123 [ 28 ] {} <Warning> RaftInstance: 0x7facad027418 connected to node3:44444 (as a client)
2021.01.31 16:01:58.306149 [ 13 ] {} <Warning> RaftInstance: 0x7facc5cf8e18 connected to node3:44444 (as a client)
2021.01.31 16:01:58.306359 [ 24 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:58.306487 [ 24 ] {} <Warning> RaftInstance: session 160 got connection from 192.168.224.3:60774 (as a server)
2021.01.31 16:01:58.306588 [ 28 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facad027e18 (282). will ignore this response
2021.01.31 16:01:58.306627 [ 44 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:58.306726 [ 44 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:58.307162 [ 24 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:58.307232 [ 24 ] {} <Warning> RaftInstance: session 161 got connection from 192.168.224.3:59962 (as a server)
2021.01.31 16:01:58.307347 [ 49 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facad027418 (281). will ignore this response
2021.01.31 16:01:58.307348 [ 66 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:58.307393 [ 28 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facc5cf9818 (176). will ignore this response
2021.01.31 16:01:58.307462 [ 66 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:58.307623 [ 66 ] {} <Critical> RaftInstance: session 160 failed to read rpc header from socket 192.168.224.3:60774 due to error 2
2021.01.31 16:01:58.308298 [ 35 ] {} <Critical> RaftInstance: session 161 failed to read rpc header from socket 192.168.224.3:59962 due to error 2
2021.01.31 16:01:58.309045 [ 23 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facc5cf8e18 (175). will ignore this response
2021.01.31 16:01:58.561877 [ 46 ] {} <Warning> RaftInstance: 0x7facc5cfa218 connected to node3:44444 (as a client)
2021.01.31 16:01:58.562084 [ 46 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:58.562169 [ 46 ] {} <Warning> RaftInstance: session 162 got connection from 192.168.224.3:60786 (as a server)
2021.01.31 16:01:58.562154 [ 19 ] {} <Warning> RaftInstance: 0x7facb4103218 connected to node3:44444 (as a client)
2021.01.31 16:01:58.562318 [ 36 ] {} <Warning> RaftInstance: 0x7facb4103c18 connected to node1:44444 (as a client)
2021.01.31 16:01:58.562339 [ 56 ] {} <Warning> RaftInstance: 0x7facc5cfac18 connected to node1:44444 (as a client)
2021.01.31 16:01:58.563208 [ 13 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:58.563223 [ 19 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facc5cfa218 (177). will ignore this response
2021.01.31 16:01:58.563228 [ 14 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:58.563300 [ 13 ] {} <Warning> RaftInstance: session 163 got connection from 192.168.224.2:42852 (as a server)
2021.01.31 16:01:58.563336 [ 44 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facb4103c18 (284). will ignore this response
2021.01.31 16:01:58.563373 [ 14 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:58.563372 [ 58 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facb4103218 (283). will ignore this response
2021.01.31 16:01:58.563510 [ 55 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:58.563621 [ 55 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:58.564171 [ 13 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:58.564239 [ 13 ] {} <Warning> RaftInstance: session 164 got connection from 192.168.224.3:59978 (as a server)
2021.01.31 16:01:58.564358 [ 41 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facc5cfac18 (178). will ignore this response
2021.01.31 16:01:58.564402 [ 49 ] {} <Critical> RaftInstance: session 162 failed to read rpc header from socket 192.168.224.3:60786 due to error 2
2021.01.31 16:01:58.564409 [ 24 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:58.564511 [ 66 ] {} <Critical> RaftInstance: session 163 failed to read rpc header from socket 192.168.224.2:42852 due to error 2
2021.01.31 16:01:58.565147 [ 13 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:58.565263 [ 24 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:58.565291 [ 13 ] {} <Warning> RaftInstance: session 165 got connection from 192.168.224.2:43662 (as a server)
2021.01.31 16:01:58.565434 [ 40 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:58.565533 [ 40 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:58.566108 [ 28 ] {} <Critical> RaftInstance: session 164 failed to read rpc header from socket 192.168.224.3:59978 due to error 2
2021.01.31 16:01:58.566395 [ 16 ] {} <Critical> RaftInstance: session 165 failed to read rpc header from socket 192.168.224.2:43662 due to error 2
2021.01.31 16:01:58.817988 [ 52 ] {} <Warning> RaftInstance: 0x7faca362f418 connected to node1:44444 (as a client)
2021.01.31 16:01:58.818027 [ 39 ] {} <Warning> RaftInstance: 0x7facb2076a18 connected to node3:44444 (as a client)
2021.01.31 16:01:58.818098 [ 30 ] {} <Warning> RaftInstance: 0x7facab37a018 connected to node1:44444 (as a client)
2021.01.31 16:01:58.818109 [ 38 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:58.818255 [ 38 ] {} <Warning> RaftInstance: session 166 got connection from 192.168.224.3:60804 (as a server)
2021.01.31 16:01:58.818331 [ 43 ] {} <Warning> RaftInstance: 0x7faca362ea18 connected to node3:44444 (as a client)
2021.01.31 16:01:58.818406 [ 22 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:58.818505 [ 22 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:58.818521 [ 43 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7faca362f418 (286). will ignore this response
2021.01.31 16:01:58.818950 [ 38 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:58.818979 [ 62 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7faca362ea18 (285). will ignore this response
2021.01.31 16:01:58.819024 [ 38 ] {} <Warning> RaftInstance: session 167 got connection from 192.168.224.2:42870 (as a server)
2021.01.31 16:01:58.819177 [ 44 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:58.819286 [ 44 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:58.819684 [ 38 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:58.819754 [ 38 ] {} <Warning> RaftInstance: session 168 got connection from 192.168.224.2:43678 (as a server)
2021.01.31 16:01:58.819873 [ 19 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:58.819960 [ 19 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:58.820081 [ 57 ] {} <Critical> RaftInstance: session 166 failed to read rpc header from socket 192.168.224.3:60804 due to error 2
2021.01.31 16:01:58.820092 [ 55 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facb2076a18 (179). will ignore this response
2021.01.31 16:01:58.820220 [ 35 ] {} <Critical> RaftInstance: session 167 failed to read rpc header from socket 192.168.224.2:42870 due to error 2
2021.01.31 16:01:58.820758 [ 23 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facab37a018 (180). will ignore this response
2021.01.31 16:01:58.820885 [ 20 ] {} <Critical> RaftInstance: session 168 failed to read rpc header from socket 192.168.224.2:43678 due to error 2
2021.01.31 16:01:59.073989 [ 26 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:59.074099 [ 26 ] {} <Warning> RaftInstance: session 169 got connection from 192.168.224.3:60000 (as a server)
2021.01.31 16:01:59.074297 [ 65 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:59.074412 [ 65 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:59.074761 [ 26 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:59.074837 [ 26 ] {} <Warning> RaftInstance: session 170 got connection from 192.168.224.2:43696 (as a server)
2021.01.31 16:01:59.074987 [ 18 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:59.075089 [ 18 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:59.075451 [ 26 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:59.075537 [ 26 ] {} <Warning> RaftInstance: session 171 got connection from 192.168.224.2:42886 (as a server)
2021.01.31 16:01:59.075675 [ 25 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:59.075771 [ 25 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:59.075833 [ 56 ] {} <Critical> RaftInstance: session 169 failed to read rpc header from socket 192.168.224.3:60000 due to error 2
2021.01.31 16:01:59.076027 [ 30 ] {} <Critical> RaftInstance: session 170 failed to read rpc header from socket 192.168.224.2:43696 due to error 2
2021.01.31 16:01:59.076693 [ 46 ] {} <Critical> RaftInstance: session 171 failed to read rpc header from socket 192.168.224.2:42886 due to error 2
2021.01.31 16:01:59.332749 [ 53 ] {} <Warning> RaftInstance: 0x7fac79a03c18 connected to node3:44444 (as a client)
2021.01.31 16:01:59.332832 [ 58 ] {} <Warning> RaftInstance: 0x7facc5d29598 connected to node1:44444 (as a client)
2021.01.31 16:01:59.332858 [ 38 ] {} <Warning> RaftInstance: 0x7fac79a04618 connected to node1:44444 (as a client)
2021.01.31 16:01:59.332920 [ 53 ] {} <Warning> RaftInstance: 0x7facc5d28b98 connected to node3:44444 (as a client)
2021.01.31 16:01:59.332970 [ 57 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:59.333085 [ 57 ] {} <Warning> RaftInstance: session 172 got connection from 192.168.224.3:60822 (as a server)
2021.01.31 16:01:59.333237 [ 11 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:59.333343 [ 11 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:59.333352 [ 41 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facc5d29598 (182). will ignore this response
2021.01.31 16:01:59.333532 [ 11 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7fac79a04618 (288). will ignore this response
2021.01.31 16:01:59.333727 [ 13 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7fac79a03c18 (287). will ignore this response
2021.01.31 16:01:59.333897 [ 63 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facc5d28b98 (181). will ignore this response
2021.01.31 16:01:59.334735 [ 29 ] {} <Critical> RaftInstance: session 172 failed to read rpc header from socket 192.168.224.3:60822 due to error 2
2021.01.31 16:01:59.335020 [ 12 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:59.335087 [ 12 ] {} <Warning> RaftInstance: session 173 got connection from 192.168.224.2:43708 (as a server)
2021.01.31 16:01:59.335234 [ 21 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:59.335319 [ 21 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:59.335762 [ 12 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:59.335833 [ 12 ] {} <Warning> RaftInstance: session 174 got connection from 192.168.224.3:60018 (as a server)
2021.01.31 16:01:59.336025 [ 27 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:59.336113 [ 27 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:59.336452 [ 12 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:59.336518 [ 12 ] {} <Warning> RaftInstance: session 175 got connection from 192.168.224.2:42896 (as a server)
2021.01.31 16:01:59.336626 [ 32 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:59.336700 [ 32 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:59.336879 [ 28 ] {} <Critical> RaftInstance: session 173 failed to read rpc header from socket 192.168.224.2:43708 due to error 2
2021.01.31 16:01:59.336995 [ 39 ] {} <Critical> RaftInstance: session 174 failed to read rpc header from socket 192.168.224.3:60018 due to error 2
2021.01.31 16:01:59.337537 [ 52 ] {} <Critical> RaftInstance: session 175 failed to read rpc header from socket 192.168.224.2:42896 due to error 2
2021.01.31 16:01:59.586041 [ 63 ] {} <Warning> RaftInstance: 0x7faca2c24218 connected to node3:44444 (as a client)
2021.01.31 16:01:59.586049 [ 29 ] {} <Warning> RaftInstance: 0x7facaee33618 connected to node1:44444 (as a client)
2021.01.31 16:01:59.586088 [ 21 ] {} <Warning> RaftInstance: 0x7facaee32c18 connected to node3:44444 (as a client)
2021.01.31 16:01:59.586132 [ 57 ] {} <Warning> RaftInstance: 0x7faca2c24c18 connected to node1:44444 (as a client)
2021.01.31 16:01:59.586088 [ 16 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:59.586280 [ 16 ] {} <Warning> RaftInstance: session 176 got connection from 192.168.224.2:42908 (as a server)
2021.01.31 16:01:59.586454 [ 64 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:59.586568 [ 64 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:59.586620 [ 37 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facaee33618 (290). will ignore this response
2021.01.31 16:01:59.586806 [ 45 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7faca2c24218 (183). will ignore this response
2021.01.31 16:01:59.587445 [ 47 ] {} <Critical> RaftInstance: session 176 failed to read rpc header from socket 192.168.224.2:42908 due to error 2
2021.01.31 16:01:59.587774 [ 12 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:59.587857 [ 12 ] {} <Warning> RaftInstance: session 177 got connection from 192.168.224.3:60834 (as a server)
2021.01.31 16:01:59.588011 [ 31 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:59.588101 [ 52 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7faca2c24c18 (184). will ignore this response
2021.01.31 16:01:59.588109 [ 31 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:59.589059 [ 50 ] {} <Critical> RaftInstance: session 177 failed to read rpc header from socket 192.168.224.3:60834 due to error 2
2021.01.31 16:01:59.589350 [ 26 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facaee32c18 (289). will ignore this response
2021.01.31 16:01:59.842187 [ 33 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:59.842309 [ 53 ] {} <Warning> RaftInstance: 0x7facab234618 connected to node3:44444 (as a client)
2021.01.31 16:01:59.842367 [ 35 ] {} <Warning> RaftInstance: 0x7facab3af018 connected to node1:44444 (as a client)
2021.01.31 16:01:59.842496 [ 33 ] {} <Warning> RaftInstance: session 178 got connection from 192.168.224.3:60034 (as a server)
2021.01.31 16:01:59.842812 [ 63 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:59.842921 [ 63 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:59.843444 [ 33 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:59.843512 [ 33 ] {} <Warning> RaftInstance: session 179 got connection from 192.168.224.3:60046 (as a server)
2021.01.31 16:01:59.843612 [ 20 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facab234618 (185). will ignore this response
2021.01.31 16:01:59.843639 [ 29 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:59.843740 [ 29 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:59.845620 [ 65 ] {} <Critical> RaftInstance: session 178 failed to read rpc header from socket 192.168.224.3:60034 due to error 2
2021.01.31 16:01:59.845702 [ 32 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:59.845793 [ 32 ] {} <Warning> RaftInstance: session 180 got connection from 192.168.224.3:60852 (as a server)
2021.01.31 16:01:59.845932 [ 64 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:01:59.846039 [ 64 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:59.846469 [ 32 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:59.846533 [ 32 ] {} <Warning> RaftInstance: session 181 got connection from 192.168.224.2:43730 (as a server)
2021.01.31 16:01:59.846659 [ 47 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:59.846754 [ 47 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:59.847153 [ 32 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:01:59.847216 [ 32 ] {} <Warning> RaftInstance: session 182 got connection from 192.168.224.2:42932 (as a server)
2021.01.31 16:01:59.847409 [ 31 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:01:59.847499 [ 31 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:01:59.848023 [ 20 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facab3af018 (186). will ignore this response
2021.01.31 16:01:59.848032 [ 52 ] {} <Critical> RaftInstance: session 180 failed to read rpc header from socket 192.168.224.3:60852 due to error 2
2021.01.31 16:01:59.848060 [ 25 ] {} <Critical> RaftInstance: session 179 failed to read rpc header from socket 192.168.224.3:60046 due to error 2
2021.01.31 16:01:59.848073 [ 42 ] {} <Critical> RaftInstance: session 181 failed to read rpc header from socket 192.168.224.2:43730 due to error 2
2021.01.31 16:01:59.848961 [ 46 ] {} <Critical> RaftInstance: session 182 failed to read rpc header from socket 192.168.224.2:42932 due to error 2
2021.01.31 16:02:00.098037 [ 13 ] {} <Warning> RaftInstance: 0x7facb3647598 connected to node3:44444 (as a client)
2021.01.31 16:02:00.098036 [ 51 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:02:00.098100 [ 54 ] {} <Warning> RaftInstance: 0x7facb3647f98 connected to node1:44444 (as a client)
2021.01.31 16:02:00.098238 [ 51 ] {} <Warning> RaftInstance: session 183 got connection from 192.168.224.3:60866 (as a server)
2021.01.31 16:02:00.098736 [ 11 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:02:00.098827 [ 11 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:02:00.099091 [ 51 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:02:00.099190 [ 51 ] {} <Warning> RaftInstance: session 184 got connection from 192.168.224.2:43744 (as a server)
2021.01.31 16:02:00.099339 [ 37 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:02:00.099436 [ 37 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:02:00.099442 [ 35 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facb3647598 (291). will ignore this response
2021.01.31 16:02:00.099555 [ 47 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facb3647f98 (292). will ignore this response
2021.01.31 16:02:00.099767 [ 28 ] {} <Critical> RaftInstance: session 183 failed to read rpc header from socket 192.168.224.3:60866 due to error 2
2021.01.31 16:02:00.100367 [ 31 ] {} <Critical> RaftInstance: session 184 failed to read rpc header from socket 192.168.224.2:43744 due to error 2
2021.01.31 16:02:00.353991 [ 46 ] {} <Warning> RaftInstance: 0x7facc74a8f98 connected to node1:44444 (as a client)
2021.01.31 16:02:00.354025 [ 44 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:02:00.354149 [ 44 ] {} <Warning> RaftInstance: session 185 got connection from 192.168.224.3:60876 (as a server)
2021.01.31 16:02:00.354244 [ 46 ] {} <Warning> RaftInstance: 0x7facc74a8598 connected to node3:44444 (as a client)
2021.01.31 16:02:00.354322 [ 40 ] {} <Warning> RaftInstance: 0x7facaaefb018 connected to node3:44444 (as a client)
2021.01.31 16:02:00.354374 [ 19 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:02:00.354488 [ 19 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:02:00.354563 [ 14 ] {} <Warning> RaftInstance: 0x7facaaefba18 connected to node1:44444 (as a client)
2021.01.31 16:02:00.354712 [ 58 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facc74a8f98 (188). will ignore this response
2021.01.31 16:02:00.354819 [ 44 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:02:00.354904 [ 44 ] {} <Warning> RaftInstance: session 186 got connection from 192.168.224.2:43762 (as a server)
2021.01.31 16:02:00.355047 [ 21 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:02:00.355147 [ 21 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:02:00.355414 [ 15 ] {} <Critical> RaftInstance: session 185 failed to read rpc header from socket 192.168.224.3:60876 due to error 2
2021.01.31 16:02:00.355565 [ 44 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:02:00.355631 [ 44 ] {} <Warning> RaftInstance: session 187 got connection from 192.168.224.2:42948 (as a server)
2021.01.31 16:02:00.356056 [ 15 ] {} <Critical> RaftInstance: session 186 failed to read rpc header from socket 192.168.224.2:43762 due to error 2
2021.01.31 16:02:00.356069 [ 54 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:02:00.356138 [ 18 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facc74a8598 (187). will ignore this response
2021.01.31 16:02:00.356159 [ 54 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:02:00.356207 [ 64 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facaaefba18 (294). will ignore this response
2021.01.31 16:02:00.356275 [ 44 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:02:00.356375 [ 44 ] {} <Warning> RaftInstance: session 188 got connection from 192.168.224.3:60058 (as a server)
2021.01.31 16:02:00.356525 [ 29 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:02:00.356632 [ 29 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:02:00.357079 [ 54 ] {} <Critical> RaftInstance: session 187 failed to read rpc header from socket 192.168.224.2:42948 due to error 2
2021.01.31 16:02:00.357222 [ 33 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facaaefb018 (293). will ignore this response
2021.01.31 16:02:00.357615 [ 57 ] {} <Critical> RaftInstance: session 188 failed to read rpc header from socket 192.168.224.3:60058 due to error 2
2021.01.31 16:02:00.610026 [ 36 ] {} <Warning> RaftInstance: 0x7facafa3d618 connected to node1:44444 (as a client)
2021.01.31 16:02:00.610054 [ 20 ] {} <Warning> RaftInstance: 0x7fac79a01e18 connected to node1:44444 (as a client)
2021.01.31 16:02:00.610067 [ 22 ] {} <Warning> RaftInstance: 0x7facafa3cc18 connected to node3:44444 (as a client)
2021.01.31 16:02:00.610132 [ 42 ] {} <Warning> RaftInstance: 0x7fac79a01418 connected to node3:44444 (as a client)
2021.01.31 16:02:00.610172 [ 61 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:02:00.610615 [ 61 ] {} <Warning> RaftInstance: session 189 got connection from 192.168.224.3:60890 (as a server)
2021.01.31 16:02:00.610766 [ 19 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:02:00.610864 [ 19 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:02:00.610881 [ 24 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facafa3d618 (296). will ignore this response
2021.01.31 16:02:00.610918 [ 38 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facafa3cc18 (295). will ignore this response
2021.01.31 16:02:00.611300 [ 61 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:02:00.611374 [ 61 ] {} <Warning> RaftInstance: session 190 got connection from 192.168.224.3:60082 (as a server)
2021.01.31 16:02:00.611428 [ 43 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7fac79a01418 (189). will ignore this response
2021.01.31 16:02:00.611503 [ 53 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:02:00.611546 [ 21 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7fac79a01e18 (190). will ignore this response
2021.01.31 16:02:00.611622 [ 53 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:02:00.612001 [ 61 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:02:00.612066 [ 61 ] {} <Warning> RaftInstance: session 191 got connection from 192.168.224.2:43776 (as a server)
2021.01.31 16:02:00.612200 [ 35 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:02:00.612290 [ 35 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:02:00.612571 [ 63 ] {} <Critical> RaftInstance: session 190 failed to read rpc header from socket 192.168.224.3:60082 due to error 2
2021.01.31 16:02:00.612689 [ 61 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:02:00.612780 [ 61 ] {} <Warning> RaftInstance: session 192 got connection from 192.168.224.2:42952 (as a server)
2021.01.31 16:02:00.612925 [ 15 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:02:00.612966 [ 65 ] {} <Critical> RaftInstance: session 189 failed to read rpc header from socket 192.168.224.3:60890 due to error 2
2021.01.31 16:02:00.613018 [ 15 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:02:00.613168 [ 15 ] {} <Critical> RaftInstance: session 191 failed to read rpc header from socket 192.168.224.2:43776 due to error 2
2021.01.31 16:02:00.613895 [ 29 ] {} <Critical> RaftInstance: session 192 failed to read rpc header from socket 192.168.224.2:42952 due to error 2
2021.01.31 16:02:00.865932 [ 26 ] {} <Warning> RaftInstance: 0x7facb2f21218 connected to node3:44444 (as a client)
2021.01.31 16:02:00.866001 [ 40 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:02:00.865945 [ 42 ] {} <Warning> RaftInstance: 0x7facb2f21c18 connected to node1:44444 (as a client)
2021.01.31 16:02:00.866113 [ 40 ] {} <Warning> RaftInstance: session 193 got connection from 192.168.224.2:43786 (as a server)
2021.01.31 16:02:00.866235 [ 20 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:02:00.866323 [ 20 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:02:00.866703 [ 26 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facb2f21c18 (298). will ignore this response
2021.01.31 16:02:00.866805 [ 40 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:02:00.866869 [ 40 ] {} <Warning> RaftInstance: session 194 got connection from 192.168.224.3:60912 (as a server)
2021.01.31 16:02:00.867004 [ 53 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:02:00.867114 [ 53 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:02:00.867434 [ 58 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facb2f21218 (297). will ignore this response
2021.01.31 16:02:00.867487 [ 40 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:02:00.867558 [ 40 ] {} <Warning> RaftInstance: session 195 got connection from 192.168.224.2:42970 (as a server)
2021.01.31 16:02:00.867689 [ 21 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:02:00.867733 [ 26 ] {} <Critical> RaftInstance: session 193 failed to read rpc header from socket 192.168.224.2:43786 due to error 2
2021.01.31 16:02:00.867775 [ 21 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:02:00.867981 [ 35 ] {} <Critical> RaftInstance: session 194 failed to read rpc header from socket 192.168.224.3:60912 due to error 2
2021.01.31 16:02:00.868661 [ 31 ] {} <Critical> RaftInstance: session 195 failed to read rpc header from socket 192.168.224.2:42970 due to error 2
2021.01.31 16:02:01.121977 [ 32 ] {} <Warning> RaftInstance: 0x7facac889e18 connected to node1:44444 (as a client)
2021.01.31 16:02:01.121977 [ 39 ] {} <Warning> RaftInstance: 0x7facb5708818 connected to node3:44444 (as a client)
2021.01.31 16:02:01.122201 [ 32 ] {} <Warning> RaftInstance: 0x7facb5709218 connected to node1:44444 (as a client)
2021.01.31 16:02:01.122264 [ 50 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:02:01.122353 [ 50 ] {} <Warning> RaftInstance: session 196 got connection from 192.168.224.3:60100 (as a server)
2021.01.31 16:02:01.122505 [ 23 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:02:01.122594 [ 48 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facb5708818 (191). will ignore this response
2021.01.31 16:02:01.122607 [ 23 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:02:01.123417 [ 36 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facac889e18 (300). will ignore this response
2021.01.31 16:02:01.123560 [ 22 ] {} <Critical> RaftInstance: session 196 failed to read rpc header from socket 192.168.224.3:60100 due to error 2
2021.01.31 16:02:01.124050 [ 49 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facb5709218 (192). will ignore this response
2021.01.31 16:02:01.377943 [ 65 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:02:01.377938 [ 64 ] {} <Warning> RaftInstance: 0x7facbe3f9018 connected to node3:44444 (as a client)
2021.01.31 16:02:01.377996 [ 15 ] {} <Warning> RaftInstance: 0x7facaaa52618 connected to node1:44444 (as a client)
2021.01.31 16:02:01.378064 [ 65 ] {} <Warning> RaftInstance: session 197 got connection from 192.168.224.3:60108 (as a server)
2021.01.31 16:02:01.378253 [ 64 ] {} <Warning> RaftInstance: 0x7facbe3f9a18 connected to node1:44444 (as a client)
2021.01.31 16:02:01.378355 [ 29 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:02:01.378452 [ 29 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:02:01.378698 [ 44 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facaaa52618 (302). will ignore this response
2021.01.31 16:02:01.378754 [ 65 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:02:01.378832 [ 65 ] {} <Warning> RaftInstance: session 198 got connection from 192.168.224.2:42986 (as a server)
2021.01.31 16:02:01.378986 [ 30 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:02:01.379082 [ 30 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:02:01.379328 [ 59 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facbe3f9a18 (194). will ignore this response
2021.01.31 16:02:01.379376 [ 32 ] {} <Critical> RaftInstance: session 197 failed to read rpc header from socket 192.168.224.3:60108 due to error 2
2021.01.31 16:02:01.379409 [ 62 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facbe3f9018 (193). will ignore this response
2021.01.31 16:02:01.379879 [ 44 ] {} <Critical> RaftInstance: session 198 failed to read rpc header from socket 192.168.224.2:42986 due to error 2
2021.01.31 16:02:01.634014 [ 42 ] {} <Warning> RaftInstance: 0x7facb412b218 connected to node3:44444 (as a client)
2021.01.31 16:02:01.634044 [ 20 ] {} <Warning> RaftInstance: 0x7facb412bc18 connected to node1:44444 (as a client)
2021.01.31 16:02:01.634291 [ 66 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:02:01.634366 [ 66 ] {} <Warning> RaftInstance: session 199 got connection from 192.168.224.2:43008 (as a server)
2021.01.31 16:02:01.634675 [ 41 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:02:01.634748 [ 24 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facb412b218 (195). will ignore this response
2021.01.31 16:02:01.634782 [ 41 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:02:01.634865 [ 21 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facb412bc18 (196). will ignore this response
2021.01.31 16:02:01.635116 [ 66 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:02:01.635182 [ 66 ] {} <Warning> RaftInstance: session 200 got connection from 192.168.224.3:58678 (as a server)
2021.01.31 16:02:01.635317 [ 58 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:02:01.635439 [ 58 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:02:01.635895 [ 66 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:02:01.635967 [ 66 ] {} <Warning> RaftInstance: session 201 got connection from 192.168.224.3:60118 (as a server)
2021.01.31 16:02:01.636104 [ 47 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:02:01.636204 [ 47 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:02:01.636276 [ 28 ] {} <Critical> RaftInstance: session 199 failed to read rpc header from socket 192.168.224.2:43008 due to error 2
2021.01.31 16:02:01.636378 [ 37 ] {} <Critical> RaftInstance: session 200 failed to read rpc header from socket 192.168.224.3:58678 due to error 2
2021.01.31 16:02:01.637483 [ 47 ] {} <Critical> RaftInstance: session 201 failed to read rpc header from socket 192.168.224.3:60118 due to error 2
2021.01.31 16:02:01.890092 [ 23 ] {} <Warning> RaftInstance: 0x7facafa3ae18 connected to node1:44444 (as a client)
2021.01.31 16:02:01.890356 [ 23 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:02:01.890366 [ 22 ] {} <Warning> RaftInstance: 0x7facafa3a418 connected to node3:44444 (as a client)
2021.01.31 16:02:01.890433 [ 23 ] {} <Warning> RaftInstance: session 202 got connection from 192.168.224.3:60138 (as a server)
2021.01.31 16:02:01.890569 [ 22 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:02:01.890666 [ 22 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:02:01.891167 [ 23 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:02:01.891239 [ 23 ] {} <Warning> RaftInstance: session 203 got connection from 192.168.224.2:43024 (as a server)
2021.01.31 16:02:01.891643 [ 40 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:02:01.891745 [ 40 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:02:01.891769 [ 14 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facafa3ae18 (198). will ignore this response
2021.01.31 16:02:01.891997 [ 55 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facafa3a418 (197). will ignore this response
2021.01.31 16:02:01.892375 [ 43 ] {} <Critical> RaftInstance: session 202 failed to read rpc header from socket 192.168.224.3:60138 due to error 2
2021.01.31 16:02:01.893506 [ 24 ] {} <Critical> RaftInstance: session 203 failed to read rpc header from socket 192.168.224.2:43024 due to error 2
2021.01.31 16:02:02.146054 [ 57 ] {} <Warning> RaftInstance: 0x7facad869818 connected to node1:44444 (as a client)
2021.01.31 16:02:02.146062 [ 29 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:02:02.146138 [ 33 ] {} <Warning> RaftInstance: 0x7facad868e18 connected to node3:44444 (as a client)
2021.01.31 16:02:02.146218 [ 29 ] {} <Warning> RaftInstance: session 204 got connection from 192.168.224.3:60154 (as a server)
2021.01.31 16:02:02.146355 [ 33 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:02:02.146436 [ 33 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:02:02.146714 [ 64 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facad869818 (200). will ignore this response
2021.01.31 16:02:02.147462 [ 45 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facad868e18 (199). will ignore this response
2021.01.31 16:02:02.147744 [ 25 ] {} <Critical> RaftInstance: session 204 failed to read rpc header from socket 192.168.224.3:60154 due to error 2
2021.01.31 16:02:02.402095 [ 27 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:02:02.402229 [ 27 ] {} <Warning> RaftInstance: session 205 got connection from 192.168.224.2:43044 (as a server)
2021.01.31 16:02:02.402427 [ 23 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:02:02.402537 [ 23 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:02:02.402981 [ 27 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:02:02.403053 [ 27 ] {} <Warning> RaftInstance: session 206 got connection from 192.168.224.3:60166 (as a server)
2021.01.31 16:02:02.403182 [ 55 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:02:02.403271 [ 55 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:02:02.403504 [ 40 ] {} <Critical> RaftInstance: session 205 failed to read rpc header from socket 192.168.224.2:43044 due to error 2
2021.01.31 16:02:02.404805 [ 21 ] {} <Critical> RaftInstance: session 206 failed to read rpc header from socket 192.168.224.3:60166 due to error 2
2021.01.31 16:02:02.657984 [ 15 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:02:02.658039 [ 16 ] {} <Warning> RaftInstance: 0x7facb4129418 connected to node3:44444 (as a client)
2021.01.31 16:02:02.658049 [ 30 ] {} <Warning> RaftInstance: 0x7fac7a76d018 connected to node1:44444 (as a client)
2021.01.31 16:02:02.658102 [ 15 ] {} <Warning> RaftInstance: session 207 got connection from 192.168.224.2:43058 (as a server)
2021.01.31 16:02:02.658846 [ 15 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:02:02.658915 [ 15 ] {} <Warning> RaftInstance: session 208 got connection from 192.168.224.3:60182 (as a server)
2021.01.31 16:02:02.658286 [ 57 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:02:02.659467 [ 60 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7fac7a76d018 (202). will ignore this response
2021.01.31 16:02:02.659497 [ 57 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:02:02.659652 [ 15 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facb4129418 (201). will ignore this response
2021.01.31 16:02:02.659746 [ 12 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:02:02.659859 [ 12 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:02:02.660442 [ 62 ] {} <Critical> RaftInstance: session 207 failed to read rpc header from socket 192.168.224.2:43058 due to error 2
2021.01.31 16:02:02.660778 [ 36 ] {} <Critical> RaftInstance: session 208 failed to read rpc header from socket 192.168.224.3:60182 due to error 2
2021.01.31 16:02:02.914040 [ 23 ] {} <Warning> RaftInstance: 0x7facaa62fe18 connected to node3:44444 (as a client)
2021.01.31 16:02:02.914075 [ 27 ] {} <Warning> RaftInstance: 0x7facaa630818 connected to node1:44444 (as a client)
2021.01.31 16:02:02.914197 [ 14 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:02:02.914312 [ 14 ] {} <Warning> RaftInstance: session 209 got connection from 192.168.224.3:60192 (as a server)
2021.01.31 16:02:02.914491 [ 51 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:02:02.914601 [ 51 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:02:02.914694 [ 21 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facaa62fe18 (203). will ignore this response
2021.01.31 16:02:02.914838 [ 31 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facaa630818 (204). will ignore this response
2021.01.31 16:02:02.915572 [ 51 ] {} <Critical> RaftInstance: session 209 failed to read rpc header from socket 192.168.224.3:60192 due to error 2
2021.01.31 16:02:03.169948 [ 12 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:02:03.170083 [ 12 ] {} <Warning> RaftInstance: session 210 got connection from 192.168.224.3:60208 (as a server)
2021.01.31 16:02:03.170119 [ 44 ] {} <Warning> RaftInstance: 0x7facaaa31c18 connected to node1:44444 (as a client)
2021.01.31 16:02:03.170179 [ 59 ] {} <Warning> RaftInstance: 0x7facaaa31218 connected to node3:44444 (as a client)
2021.01.31 16:02:03.171006 [ 12 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:02:03.171075 [ 12 ] {} <Warning> RaftInstance: session 211 got connection from 192.168.224.2:43086 (as a server)
2021.01.31 16:02:03.171219 [ 22 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 3, log term: req 2 / mine 4
2021.01.31 16:02:03.171317 [ 22 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:02:03.171516 [ 60 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 3: current 0x7facb5709c18 (345), from parameter 0x7facaaa31218 (205). will ignore this response
2021.01.31 16:02:03.171577 [ 13 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:02:03.171667 [ 13 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:02:03.172476 [ 19 ] {} <Critical> RaftInstance: session 210 failed to read rpc header from socket 192.168.224.3:60208 due to error 2
2021.01.31 16:02:03.172718 [ 13 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facaaa31c18 (206). will ignore this response
2021.01.31 16:02:03.172788 [ 60 ] {} <Critical> RaftInstance: session 211 failed to read rpc header from socket 192.168.224.2:43086 due to error 2
2021.01.31 16:02:03.385568 [ 43 ] {} <Critical> RaftInstance: session 44 failed to read rpc header from socket 192.168.224.2:44158 due to error 2
2021.01.31 16:02:03.425947 [ 66 ] {} <Warning> RaftInstance: 0x7facb207a618 connected to node1:44444 (as a client)
2021.01.31 16:02:03.426012 [ 51 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:02:03.426114 [ 51 ] {} <Warning> RaftInstance: session 212 got connection from 192.168.224.2:43094 (as a server)
2021.01.31 16:02:03.426150 [ 21 ] {} <Error> RaftInstance: peer (3) response error: failed to connect to peer 3, node3:44444, error 111
2021.01.31 16:02:03.426247 [ 21 ] {} <Error> RaftInstance: [EDGE CASE] RPC for 3 has been reset before returning error: current 0x7facb5709c18 (345), from parameter 0x7facb2079c18 (207)
2021.01.31 16:02:03.427312 [ 63 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facb207a618 (208). will ignore this response
2021.01.31 16:02:03.445844 [ 33 ] {} <Critical> RaftInstance: session 212 failed to read rpc header from socket 192.168.224.2:43094 due to error 2
2021.01.31 16:02:03.461255 [ 65 ] {} <Error> RaftInstance: peer (3) response error: failed to read response to peer 3, node3:44444, error 2
2021.01.31 16:02:03.547102 [ 45 ] {} <Error> RaftInstance: peer (3) response error: failed to read response to peer 3, node3:44444, error 2
2021.01.31 16:02:03.547214 [ 45 ] {} <Error> RaftInstance: [EDGE CASE] RPC for 3 has been reset before returning error: current (nil) (0), from parameter 0x7facbf050018 (3)
2021.01.31 16:02:03.611673 [ 57 ] {} <Warning> RaftInstance: 0x7facb2187318 reconnect peer 3
2021.01.31 16:02:03.612946 [ 32 ] {} <Error> RaftInstance: peer (3) response error: failed to connect to peer 3, node3:44444, error 111
2021.01.31 16:02:03.681966 [ 44 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:02:03.681974 [ 62 ] {} <Warning> RaftInstance: 0x7fac7cc5e618 connected to node1:44444 (as a client)
2021.01.31 16:02:03.682117 [ 44 ] {} <Warning> RaftInstance: session 213 got connection from 192.168.224.3:58712 (as a server)
2021.01.31 16:02:03.682233 [ 62 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:02:03.682316 [ 62 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:02:03.682831 [ 44 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:02:03.682900 [ 44 ] {} <Warning> RaftInstance: session 214 got connection from 192.168.224.3:58704 (as a server)
2021.01.31 16:02:03.683029 [ 19 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:02:03.683120 [ 19 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:02:03.683255 [ 36 ] {} <Critical> RaftInstance: session 213 failed to read rpc header from socket 192.168.224.3:58712 due to error 2
2021.01.31 16:02:03.683565 [ 44 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:02:03.683578 [ 13 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7fac7cc5e618 (210). will ignore this response
2021.01.31 16:02:03.683642 [ 44 ] {} <Warning> RaftInstance: session 215 got connection from 192.168.224.3:58720 (as a server)
2021.01.31 16:02:03.683818 [ 27 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:02:03.683915 [ 27 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:02:03.683997 [ 61 ] {} <Critical> RaftInstance: session 214 failed to read rpc header from socket 192.168.224.3:58704 due to error 2
2021.01.31 16:02:03.684561 [ 44 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:02:03.684639 [ 44 ] {} <Warning> RaftInstance: session 216 got connection from 192.168.224.3:58728 (as a server)
2021.01.31 16:02:03.684759 [ 61 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:02:03.684837 [ 58 ] {} <Critical> RaftInstance: session 215 failed to read rpc header from socket 192.168.224.3:58720 due to error 2
2021.01.31 16:02:03.684855 [ 61 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:02:03.685420 [ 44 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:02:03.685480 [ 44 ] {} <Warning> RaftInstance: session 217 got connection from 192.168.224.3:58696 (as a server)
2021.01.31 16:02:03.685636 [ 28 ] {} <Critical> RaftInstance: session 216 failed to read rpc header from socket 192.168.224.3:58728 due to error 2
2021.01.31 16:02:03.686355 [ 44 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:02:03.686353 [ 35 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:02:03.686434 [ 44 ] {} <Warning> RaftInstance: session 218 got connection from 192.168.224.3:58690 (as a server)
2021.01.31 16:02:03.686455 [ 35 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:02:03.686562 [ 51 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:02:03.686659 [ 51 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:02:03.686816 [ 43 ] {} <Error> RaftInstance: peer (3) response error: failed to connect to peer 3, node3:44444, error 111
2021.01.31 16:02:03.686895 [ 43 ] {} <Error> RaftInstance: [EDGE CASE] RPC for 3 has been reset before returning error: current (nil) (0), from parameter 0x7fac7cc5dc18 (209)
2021.01.31 16:02:03.687265 [ 44 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:02:03.687323 [ 44 ] {} <Warning> RaftInstance: session 219 got connection from 192.168.224.3:60220 (as a server)
2021.01.31 16:02:03.687350 [ 31 ] {} <Critical> RaftInstance: session 217 failed to read rpc header from socket 192.168.224.3:58696 due to error 2
2021.01.31 16:02:03.687504 [ 29 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:02:03.687560 [ 64 ] {} <Critical> RaftInstance: session 218 failed to read rpc header from socket 192.168.224.3:58690 due to error 2
2021.01.31 16:02:03.687593 [ 29 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:02:03.688394 [ 16 ] {} <Critical> RaftInstance: session 219 failed to read rpc header from socket 192.168.224.3:60220 due to error 2
2021.01.31 16:02:03.762902 [ 47 ] {} <Warning> RaftInstance: 0x7facc5870418 reconnect peer 3
2021.01.31 16:02:03.764328 [ 48 ] {} <Error> RaftInstance: peer (3) response error: failed to connect to peer 3, node3:44444, error 111
2021.01.31 16:02:03.913751 [ 32 ] {} <Warning> RaftInstance: 0x7facb2187318 reconnect peer 3
2021.01.31 16:02:03.938021 [ 15 ] {} <Warning> RaftInstance: 0x7facab37b418 connected to node1:44444 (as a client)
2021.01.31 16:02:03.938038 [ 52 ] {} <Warning> RaftInstance: receive a incoming rpc connection
2021.01.31 16:02:03.938178 [ 52 ] {} <Warning> RaftInstance: session 220 got connection from 192.168.224.3:60240 (as a server)
2021.01.31 16:02:03.938310 [ 15 ] {} <Warning> RaftInstance: [PRE-VOTE REQ] my role leader, from peer 1, log term: req 2 / mine 4
2021.01.31 16:02:03.938394 [ 15 ] {} <Warning> RaftInstance: pre-vote decision: X (deny)
2021.01.31 16:02:03.938811 [ 39 ] {} <Error> RaftInstance: [EDGE CASE] got stale RPC response from 1: current 0x7facb570a618 (346), from parameter 0x7facab37b418 (212). will ignore this response
2021.01.31 16:02:03.939144 [ 52 ] {} <Critical> RaftInstance: session 220 failed to read rpc header from socket 192.168.224.3:60240 due to error 2
2021.01.31 16:02:04.064045 [ 41 ] {} <Error> RaftInstance: skipped sending msg to 3 too long time, last msg sent 150 ms ago
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment