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

Report sync of block import via blob import #5836

Merged
merged 1 commit into from
May 24, 2024

Conversation

dapplion
Copy link
Collaborator

Issue Addressed

Fix lookup stuck incident reported in

Sync should be notified when a block abandons the da_checker to continue its child lookups. Block import can be completed both via block gossip import and blob import.

I am not 100% sure this fix is strictly necessary, but it's a good to have that can unstuck lookups if the logic to de-duplicate blob requests fails.

Proposed Changes

Emit GossipBlockProcessResult also from blob import if the block gets imported

@dapplion dapplion added the ready-for-review The code is ready for review label May 24, 2024
Copy link
Member

@realbigsean realbigsean left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

@realbigsean
Copy link
Member

@mergify queue

@realbigsean realbigsean added ready-for-merge This PR is ready to merge. and removed ready-for-review The code is ready for review labels May 24, 2024
Copy link

mergify bot commented May 24, 2024

queue

✅ The pull request has been merged automatically

The pull request has been merged automatically at 7fda18b

mergify bot added a commit that referenced this pull request May 24, 2024
@mergify mergify bot merged commit 7fda18b into sigp:unstable May 24, 2024
28 checks passed
@dapplion dapplion deleted the sync-blob-import branch May 24, 2024 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-merge This PR is ready to merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants