forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 291
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
retransmits recovered shreds concurrently with blockstore insert (#4433)
We can immediately channel recovered shreds to retransmit stage so that inserting recovered shreds into blockstore happens concurrently with retranmsit. This is similar to how shreds received from turbine are concurrently inserted into blockstore while also retransmitted: https://github.com/anza-xyz/agave/blob/525ea0c27/turbine/src/sigverify_shreds.rs#L241-L242
- Loading branch information
1 parent
9f7f34b
commit fd1954d
Showing
2 changed files
with
145 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters