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

Allow metrics to be configurable by level #1671

Merged
merged 5 commits into from
Feb 5, 2021

Conversation

revans2
Copy link
Collaborator

@revans2 revans2 commented Feb 4, 2021

This fixes #1626

The goal of this is to reduce the number of metrics that we report by default and also to allow the user to disable most metrics if they hit a situation like the one in the issue being fixed.

I realize that this is a huge change, in terms of the files and lines that it touches.

Signed-off-by: Robert (Bobby) Evans <bobby@apache.org>
@revans2 revans2 added the bug Something isn't working label Feb 4, 2021
@revans2 revans2 added this to the Feb 1 - Feb 12 milestone Feb 4, 2021
@revans2 revans2 self-assigned this Feb 4, 2021
@revans2
Copy link
Collaborator Author

revans2 commented Feb 4, 2021

build

@abellina abellina self-requested a review February 4, 2021 23:38
@revans2
Copy link
Collaborator Author

revans2 commented Feb 5, 2021

build

@revans2
Copy link
Collaborator Author

revans2 commented Feb 5, 2021

@jlowe I think I have addressed all of your review comments. I also updated some of the code that made some metrics optional with nulls and instead turned them into NoopMetric instances.

jlowe
jlowe previously approved these changes Feb 5, 2021
@revans2
Copy link
Collaborator Author

revans2 commented Feb 5, 2021

build

@revans2
Copy link
Collaborator Author

revans2 commented Feb 5, 2021

Thanks for the review @abellina I think I have addressed all of your concerns

@revans2 revans2 merged commit 523e36e into NVIDIA:branch-0.4 Feb 5, 2021
@revans2 revans2 deleted the reduce_metrics_option branch February 5, 2021 19:07
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
Signed-off-by: Robert (Bobby) Evans <bobby@apache.org>
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
Signed-off-by: Robert (Bobby) Evans <bobby@apache.org>
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] TPC-DS-like query 77 at scale=3TB fails with maxResultSize exceeded error
3 participants