redpanda-data / redpanda-data/redpanda
Implement deadline in ts read path
Open
Nobody has claimed this yet.
area/cloud-storage
kind/enhance
sev/medium
- Dominant language
- C++
- Stars
- 12.6k
- Forks
- 792
- PR merge metrics
- No merged PRs in 30d
Description
Right now in the tiered storage read path we do not use deadline passed in by consumer (max fetch ms). We should honor this so that consumers can correctly manage connections.
JIRA Link: CORE-1578
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the tiered storage read path and how the consumer's max fetch ms deadline is passed into it. Determine where the deadline is currently ignored; done means the read path honors it so consumers can manage their connections correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- stream-processing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100