Skip to content
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

[signer] Track 429 block submission failures in the database and resubmit them following a block validation response #5440

Open
jferrant opened this issue Nov 8, 2024 · 0 comments · May be fixed by #5453
Assignees
Labels
enhancement Iterations on existing features or infrastructure. performance-optimizations signer

Comments

@jferrant
Copy link
Collaborator

jferrant commented Nov 8, 2024

Currently signers do not reattempt to submit block proposals to their nodes if they fail to do so due to a 429 (node already processing a block proposal).

It is possible that a miner sends two block proposals relatively close together. Especially at a tenure boundary. and it would be good to consider that new miners block proposal even if we are still processing the last one. Cause otherwise we may never respond to that newer proposal and be an unresponsive signer in regards to it.

@jferrant jferrant added enhancement Iterations on existing features or infrastructure. signer labels Nov 8, 2024
@github-project-automation github-project-automation bot moved this to Status: 🆕 New in Stacks Core Eng Nov 8, 2024
@saralab saralab added this to the Nakamoto-3.0.x milestone Nov 11, 2024
@obycode obycode changed the title [signer] Track 429 block submission failures in the database and resubmit them following a block validaiton response [signer] Track 429 block submission failures in the database and resubmit them following a block validation response Nov 11, 2024
@hstove hstove linked a pull request Nov 12, 2024 that will close this issue
@hstove hstove linked a pull request Nov 12, 2024 that will close this issue
@hstove hstove moved this from Status: 🆕 New to Status: 💻 In Progress in Stacks Core Eng Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Iterations on existing features or infrastructure. performance-optimizations signer
Projects
Status: Status: 💻 In Progress
Development

Successfully merging a pull request may close this issue.

3 participants