Skip to content

Wrap NewPayload error #10994

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

Merged
merged 14 commits into from
Jul 8, 2022
Merged

Wrap NewPayload error #10994

merged 14 commits into from
Jul 8, 2022

Conversation

terencechain
Copy link
Collaborator

@terencechain terencechain commented Jul 6, 2022

Reported by @SeaMonkey82. We saw repeated logging WARN blockchain: Pruned invalid blocks Upon further look, we did not wrap the new payload error. Due to that, we did not mark the block bad in sync service hence the block is stuck in the pending queue. Pending queue is processed every 4s which alings with the timestamp in log pruned_invalid.txt

This was also found by antithesis in their simulation.

@terencechain terencechain requested a review from a team as a code owner July 6, 2022 03:28
@terencechain terencechain added the Bug Something isn't working label Jul 6, 2022
@prylabs-bulldozer prylabs-bulldozer bot merged commit 67a1518 into develop Jul 8, 2022
@delete-merged-branch delete-merged-branch bot deleted the wrap-new-payload-err branch July 8, 2022 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants