Skip to content

fix panic in stream push when context deadline expires during request marshalling#7541

Open
SungJin1212 wants to merge 1 commit into
cortexproject:masterfrom
SungJin1212:fix-push-stream-out-of-range-panic
Open

fix panic in stream push when context deadline expires during request marshalling#7541
SungJin1212 wants to merge 1 commit into
cortexproject:masterfrom
SungJin1212:fix-push-stream-out-of-range-panic

Conversation

@SungJin1212
Copy link
Copy Markdown
Member

@SungJin1212 SungJin1212 commented May 22, 2026

Fix Distributor slice bounds out of range panic with gRPC push stream

Which issue(s) this PR fixes:
Fixes #7540

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]
  • docs/configuration/v1-guarantees.md updated if this PR introduces experimental flags

… marshalling

Signed-off-by: SungJin1212 <tjdwls1201@gmail.com>
@dosubot dosubot Bot added component/distributor go Pull requests that update Go code type/bug labels May 22, 2026
@SungJin1212 SungJin1212 changed the title fix panic in stream push when context deadline expires during request… fix panic in stream push when context deadline expires during request marshalling May 22, 2026
@SungJin1212
Copy link
Copy Markdown
Member Author

SungJin1212 commented May 22, 2026

@alexqyle
Could you take a look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component/distributor go Pull requests that update Go code size/L type/bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: Distributor panic with gRPC push stream

1 participant