LiskArchive / lisk-sdk

🔩 Lisk software development kit
https://lisk.com
Apache License 2.0
2.72k stars 455 forks source link

Validator consecutiveMissedBlock return value 1 (false positive) #9080

Closed Gr33nDrag0n69 closed 1 year ago

Gr33nDrag0n69 commented 1 year ago

Expected behavior

Validator consecutiveMissedBlock return value 1 only when it's true.

Actual behavior

It doesn't.

Steps to reproduce

Poll the value of current list of active validator actively to see the bug appear and dissapear randomly.

Which version(s) does this affect? (Environment, OS, etc...)

OS: Ubuntu 20.04 Version: Lisk-Core 4.0.0-rc.6

Notes

bobanm commented 1 year ago

Yes, the behavior you observed is a consequence of the same bug which caused #9040 and #9075.

This will be resolved once #9088 is merged.

Thanks for reporting 👍🏻