Skip to content
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

fix: dont request query progress reporting if reporting query start failed #5958

Merged

Conversation

raj-k-singh
Copy link
Collaborator

Summary

This change ensures query progress reporting for clickhouse queries is only requested if reporting the start of query succeeds.
Otherwise progress reports are made for queries that failed to registered with the progress tracker.
Failing to register query start should usually never happen, but we have encountered a case with query id collision that prevented reporting of start of a query

Related Issues / PR's

Contributes to https://github.com/SigNoz/engineering-pod/issues/1782

Affected Areas and Manually Tested Areas

Logs Query progress

Copy link

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

@github-actions github-actions bot added the bug Something isn't working label Sep 13, 2024
@raj-k-singh raj-k-singh merged commit 83d01e7 into develop Sep 17, 2024
13 checks passed
@raj-k-singh raj-k-singh deleted the fix/qb-only-report-progress-if-query-start-report-succeeds branch September 17, 2024 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants