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 missing GpuBatchScanExec metrics in SQL UI #5643

Merged
merged 1 commit into from
May 26, 2022

Conversation

jlowe
Copy link
Contributor

@jlowe jlowe commented May 25, 2022

Fixes #5615. SQLMetric instances were being created on the executor separately from the metrics on the driver, causing the metrics to get disconnected. The eventlog would contain the metric data for the missing metrics, but the metric IDs would not match those predeclared in the SQL execution start event. That explains why the SQL UI wouldn't show them, as it was looking for metric IDs that never received any updates in any of the task completion events.

Signed-off-by: Jason Lowe <jlowe@nvidia.com>
@jlowe jlowe added this to the May 23 - Jun 3 milestone May 25, 2022
@jlowe jlowe self-assigned this May 25, 2022
@jlowe
Copy link
Contributor Author

jlowe commented May 25, 2022

build

@jlowe jlowe merged commit c399401 into NVIDIA:branch-22.06 May 26, 2022
@jlowe jlowe deleted the fix-batchexec-metrics branch May 26, 2022 13:14
@sameerz sameerz added the bug Something isn't working label May 26, 2022
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.

[BUG] GpuBatchScanExec only reports output row metrics
4 participants