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: stats cache json processing bug #2477

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

jqnatividad
Copy link
Collaborator

@jqnatividad jqnatividad commented Jan 27, 2025

"false errors" were being triggered by cleanup code that was unnecessarily bubbling up "file do not exist errors" that should be ignored. Also created a fast path that short-circuited stats json processing when it does not exist as its normally created when the --cache-threshold is reached (>5 seconds to compute stats)

fixes #2476

"false errors" were being triggered by cleanup code that was unnecessarily bubbling up "file do not exist errors" that should be ignored.
Also created a fast path that short-circuited stats json processing when it does not exist as its normally created when the --cache-threshold is reached (5 seconds to compute stats)
@jqnatividad jqnatividad merged commit 64fea61 into master Jan 27, 2025
12 of 13 checks passed
@jqnatividad jqnatividad deleted the 2476-fix-stats-cachejson-bug branch January 27, 2025 00:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: stats cache json file not processed properly for small datasets
1 participant