v3.1: Streamer: allow 2000 unstaked connection slots (backport of #9289)#9301
Merged
alexpyattaev merged 1 commit intov3.1from Nov 26, 2025
Merged
v3.1: Streamer: allow 2000 unstaked connection slots (backport of #9289)#9301alexpyattaev merged 1 commit intov3.1from
alexpyattaev merged 1 commit intov3.1from
Conversation
|
test breakage looks real? |
|
Tests red since this lands after another PR (#9300) |
|
ah that one is clear to merge. get it in and rebase here |
|
@Mergifyio rebase |
streamer: bump unstaked connection slots 500 -> 2000 (cherry picked from commit 9169c96)
Author
✅ Branch has been successfully rebased |
6640571 to
daecdb0
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## v3.1 #9301 +/- ##
=======================================
Coverage 83.2% 83.2%
=======================================
Files 865 865
Lines 375623 375623
=======================================
+ Hits 312674 312694 +20
+ Misses 62949 62929 -20 🚀 New features to boost your workflow:
|
t-nelson
approved these changes
Nov 26, 2025
KirillLykov
approved these changes
Nov 26, 2025
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.
Problem
Currently operators may customize this setting via hidden CLI argument --tpu-max-unstaked-connections, though most choose not to. If this change is not desired, it may be reverted at runtime by supplying desired number via CLI.
Summary of Changes
This is on top of #9288
Testing on a staked mainnet node, shows that 2000 connection entries in the table are sufficient to accommodate current mainnet demand during leader slots (2 leader slots captured in the plot below):

This is an automatic backport of pull request #9289 done by [Mergify](https://mergify.com).