-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid tick count causes slot dumping #10082
Comments
Whenever I see this error in my logs, the current slot is spoiled along with the three following slots. In this sequence, the leader made the 1st block, messed-up the 2nd block, and didn't submit the 3rd or 4th.
(30817246 & 30817247 do not appear in my logs) The next leader in line skipped 30817248 and then submitted blocks in the next 3 slots.
|
@sakridge Is the problem that I highlighted above directly related to this particular Issue #? If not, I will create a new Issue to track it. |
I think I will create a new Issue # since they seem like different issues. |
@brianlong I think this is a different issue. I think this is not an issue in the current code because the slot dumping is disabled at the moment. |
Problem
Validators can dump their slots if they encounter an invalid tick count slot, but this error was expected and dumping/redownloading the slot is just wasted effort.
Proposed Solution
Detect this case and don't dump, or at least detect if there is some other different version of the slot available.
The text was updated successfully, but these errors were encountered: