Network stop commit new block
ngdlong91 opened this issue · 3 comments
ngdlong91 commented
INFO [11-03|13:48:57.869] Ensure peers numOutPeers=1 numInPeers=0 numDialing=0 numToDial=9
INFO [11-03|13:48:57.870] We need more addresses. Sending pexRequest to random peer peer="Peer{MConn{127.0.0.1:3001} 7cefc13b6e2aedeedfb7cb6c32457240746baee5 out}"
INFO [11-03|13:48:57.870] No addresses to dial. Falling back to seeds
INFO [11-03|13:48:59.003]KARDIA Timed out dur=57s height=4 round=108 step=RoundStepPropose
INFO [11-03|13:48:59.003] enterPrevote(4/108). Current: 4/108/RoundStepPropose
INFO [11-03|13:48:59.003] enterPrevote: ProposalBlock is nil height=4 round=108
INFO [11-03|13:48:59.005] Signed and pushed vote height=4 round=108 vote="Vote{2:FF3DAC4F04DD 4/108/SIGNED_MSG_TYPE_PREVOTE(Prevote) 000000000000:000000000000 , 5396CCEB2143 @2020-11-03 06:48:59.003793149 +0000 UTC}" err=nil
INFO [11-03|13:48:59.006] Added to prevote vote="Vote{2:FF3DAC4F04DD 4/108/SIGNED_MSG_TYPE_PREVOTE(Prevote) 000000000000:000000000000 , 5396CCEB2143 @2020-11-03 06:48:59.003793149 +0000 UTC}" prevotes="VoteSet{H:4 R:108 T:SIGNED_MSG_TYPE_PREVOTE +2/3:<nil>(0.2777777777777778) BA{9:__x______} map[]}"
INFO [11-03|13:48:59.008] Added to prevote vote="Vote{0:7CEFC13B6E2A 4/108/SIGNED_MSG_TYPE_PREVOTE(Prevote) 000000000000:000000000000 , 12E082CAEFF0 @2020-11-03 06:48:58.903039454 +0000 UTC}" prevotes="VoteSet{H:4 R:108 T:SIGNED_MSG_TYPE_PREVOTE +2/3:<nil>(0.5555555555555556) BA{9:x_x______} map[]}"
INFO [11-03|13:48:59.209] Added to prevote vote="Vote{1:C1FE56E3F58D 4/108/SIGNED_MSG_TYPE_PREVOTE(Prevote) 000000000000:000000000000 , 037344486529 @2020-11-03 06:48:59.00387503 +0000 UTC}" prevotes="VoteSet{H:4 R:108 T:SIGNED_MSG_TYPE_PREVOTE +2/3:000000000000:000000000000(0.8333333333333334) BA{9:xxx______} map[]}"
INFO [11-03|13:48:59.209] enterPrecommit(4/108). Current: 4/108/RoundStepPrevote height=4 round=108
INFO [11-03|13:48:59.209] enterPrecommit: +2/3 prevoted for nil. height=4 round=108
INFO [11-03|13:48:59.212] Signed and pushed vote height=4 round=108 vote="Vote{2:FF3DAC4F04DD 4/108/SIGNED_MSG_TYPE_PRECOMMIT(Precommit) 000000000000:000000000000 , 1CE1B42CD04A @2020-11-03 06:48:59.20981159 +0000 UTC}" err=nil
INFO [11-03|13:48:59.213] Added to precommit vote="Vote{2:FF3DAC4F04DD 4/108/SIGNED_MSG_TYPE_PRECOMMIT(Precommit) 000000000000:000000000000 , 1CE1B42CD04A @2020-11-03 06:48:59.20981159 +0000 UTC}" precommits="VoteSet{H:4 R:108 T:SIGNED_MSG_TYPE_PRECOMMIT +2/3:<nil>(0.2777777777777778) BA{9:__x______} map[]}"
INFO [11-03|13:48:59.213] Added to precommit vote="Vote{0:7CEFC13B6E2A 4/108/SIGNED_MSG_TYPE_PRECOMMIT(Precommit) 000000000000:000000000000 , FF585ABE523D @2020-11-03 06:48:59.109053918 +0000 UTC}" precommits="VoteSet{H:4 R:108 T:SIGNED_MSG_TYPE_PRECOMMIT +2/3:<nil>(0.5555555555555556) BA{9:x_x______} map[]}"
INFO [11-03|13:48:59.413] Added to precommit vote="Vote{1:C1FE56E3F58D 4/108/SIGNED_MSG_TYPE_PRECOMMIT(Precommit) 000000000000:000000000000 , 272546F25E90 @2020-11-03 06:48:59.209735391 +0000 UTC}" precommits="VoteSet{H:4 R:108 T:SIGNED_MSG_TYPE_PRECOMMIT +2/3:000000000000:000000000000(0.8333333333333334) BA{9:xxx______} map[]}"
INFO [11-03|13:48:59.413] enterPrecommitWait(4/108). Current: 4/108/RoundStepPrecommit height=4 round=108
ngdlong91 commented
How to reproduce:
- Run tool/pump with 3 nodes
- Run tool/pump with a new node
- Interrupt 1 nodes
lewtran commented
Look like the network receive duplicate vote signatures.
This might be fixed in #65, also merged into master.
Next time, please capture errors of the interrupted node instead the alive one.
lewtran commented
Close due to no errors on test network