This repository was archived by the owner on Jan 22, 2025. It is now read-only.
Aws5#261
Merged
garious merged 2 commits intosolana-labs:masterfrom May 27, 2018
Merged
Conversation
Contributor
|
Rebase please |
garious
reviewed
May 26, 2018
| batches | ||
| .iter() | ||
| .map(|p| p.read().unwrap().packets.len()) | ||
| .fold(0, |x, y| x + y) |
Contributor
There was a problem hiding this comment.
Does iter implement sum()?
poll both endpoints in client logs logs logs names verify plan not sig log set udp buffer to max drop output more verbose about window requests log the leader load leader identity readme for single node demo update asserts update replay all rsync dynamic file read in testnode fix cleanup readme sum fix scripts cleanup cleanup readme
Codecov Report
@@ Coverage Diff @@
## master #261 +/- ##
==========================================
- Coverage 81.6% 81.53% -0.07%
==========================================
Files 31 31
Lines 3104 3109 +5
==========================================
+ Hits 2533 2535 +2
- Misses 571 574 +3
Continue to review full report at Codecov.
|
vkomenda
referenced
this pull request
in vkomenda/solana
Aug 29, 2021
yhchiang-sol
added a commit
to yhchiang-sol/solana
that referenced
this pull request
Mar 18, 2024
#### Problem TieredWritableFile currently uses File instead of BufWriter. This will introduce more syscall when doing file writes. #### Summary of Changes This PR makes TieredWritableFile uses BufWriter to allow the write-call to be more optimized to reduce the number of syscalls. #### Test Plan Existing tiered-storage test. Will run experiments to verify its performance improvement. #### Dependency anza-xyz#260
willhickey
pushed a commit
that referenced
this pull request
Mar 20, 2024
#### Problem TieredWritableFile currently uses File instead of BufWriter. This will introduce more syscall when doing file writes. #### Summary of Changes This PR makes TieredWritableFile uses BufWriter to allow the write-call to be more optimized to reduce the number of syscalls. #### Test Plan Existing tiered-storage test. Will run experiments to verify its performance improvement. #### Dependency anza-xyz#260
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.