-
Notifications
You must be signed in to change notification settings - Fork 810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Querier panic when marshaling frontendv2pb.(*QueryResultRequest) #6599
Labels
Comments
Should we use a forked query stat before calling the QueryResult? 🤔 |
3 tasks
SungJin1212
added a commit
to SungJin1212/cortex
that referenced
this issue
Feb 25, 2025
…oject#6599) Signed-off-by: SungJin1212 <[email protected]>
SungJin1212
added a commit
to SungJin1212/cortex
that referenced
this issue
Feb 25, 2025
…oject#6599) Signed-off-by: SungJin1212 <[email protected]>
SungJin1212
added a commit
to SungJin1212/cortex
that referenced
this issue
Feb 25, 2025
…oject#6599) Signed-off-by: SungJin1212 <[email protected]>
SungJin1212
added a commit
to SungJin1212/cortex
that referenced
this issue
Feb 25, 2025
…oject#6599) Signed-off-by: SungJin1212 <[email protected]>
SungJin1212
added a commit
to SungJin1212/cortex
that referenced
this issue
Feb 25, 2025
…oject#6599) Signed-off-by: SungJin1212 <[email protected]>
SungJin1212
added a commit
to SungJin1212/cortex
that referenced
this issue
Feb 25, 2025
…oject#6599) Signed-off-by: SungJin1212 <[email protected]>
SungJin1212
added a commit
to SungJin1212/cortex
that referenced
this issue
Feb 26, 2025
…oject#6599) Signed-off-by: SungJin1212 <[email protected]>
SungJin1212
added a commit
to SungJin1212/cortex
that referenced
this issue
Feb 27, 2025
…oject#6599) Signed-off-by: SungJin1212 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The querier get panics when marshaling
frontendv2pb.(*QueryResultRequest)
in my test cluster.To Reproduce
I reproduce it in my local branch test code
The panic scenario I guess is:
fetchSeriesFromStores
(by not yet exited go routines) while progressing(*QueryResultRequest).MarshalToSizedBuffer
because the same query-stat objects are used.Expected behavior
Not panic
Environment:
Additional Context
logs:
The text was updated successfully, but these errors were encountered: