-
Notifications
You must be signed in to change notification settings - Fork 593
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fetch: Switch to chunked_vector for shard_fetch.requests
`ntp_fetch_config` is 250 bytes. When doing super wide reads of 500-1000k partitions (quite niche) this goes above the oversized alloc threshold. Switch to chunked_vector. Switch responses too for uniformity.
- Loading branch information
1 parent
1cef21b
commit bd30a74
Showing
2 changed files
with
18 additions
and
14 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