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

Performance: Retransmit Shred #4280

Open
bw-solana opened this issue Jan 3, 2025 · 0 comments
Open

Performance: Retransmit Shred #4280

bw-solana opened this issue Jan 3, 2025 · 0 comments
Assignees

Comments

@bw-solana
Copy link

bw-solana commented Jan 3, 2025

Ability to disseminate shreds quickly through turbine is crucial to ensure timely replay and thus minimal skipped slots, even with larger block capacity.

As block capacity grows, number of shreds increase, and worst case delivery can increase.

It has been observed that as number of shreds 5xs (~1.5k to 9k), median turbine block delivery times can increase almost 2x (~400ms to ~700ms).

Making shred processing, verification, and retransmit faster will help here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In progress
Development

No branches or pull requests

2 participants