redpanda-data / redpanda-data/redpanda

Implement deadline in ts read path

Open
#14,973 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.