Reduce SS changelog retention to use the async buffer size#2954
Merged
Reduce SS changelog retention to use the async buffer size#2954
Conversation
|
The latest Buf updates on your PR. Results from workflow Buf / buf (pull_request).
|
philipsu522
approved these changes
Feb 22, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2954 +/- ##
===========================================
+ Coverage 57.82% 63.42% +5.59%
===========================================
Files 2110 10 -2100
Lines 174122 1438 -172684
===========================================
- Hits 100681 912 -99769
+ Misses 64464 413 -64051
+ Partials 8977 113 -8864
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
blindchaser
approved these changes
Feb 22, 2026
|
Created backport PR for
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-2954-to-release/v6.3
git worktree add --checkout .worktree/backport-2954-to-release/v6.3 backport-2954-to-release/v6.3
cd .worktree/backport-2954-to-release/v6.3
git reset --hard HEAD^
git cherry-pick -x 3f0be7cc0b1850fd59325428df67415fa57b9a14
git push --force-with-lease |
yzang2019
added a commit
that referenced
this pull request
Feb 25, 2026
This PR reduce the changelog retention for SS to a min value of 1000 entries (1000 blocks), and max up to the SS async write buffer size.
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Describe your changes and provide context
This PR reduce the changelog retention for SS to a min value of 1000 entries (1000 blocks), and max up to the SS async write buffer size.
Testing performed to validate your change