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

DM-42809: Add more detailed logging of calib preload #121

Merged
merged 2 commits into from
Feb 7, 2024

Conversation

kfindeisen
Copy link
Member

This PR adds extra timing blocks to the calib search path, to try to pin down anomalously slow (tens of seconds) calib queries.

_filter_datasets is called with a wide array of arguments, making it
essential that any logging or error messages disambiguate which call
they apply to. Centralizing the argument printing will minimize code
duplication as more logging is added.
Under some conditions, finding the correct calibs in the central repo
is slower than transferring the actual files or their validities.
Instrumenting each query should make it easier to find the bottleneck.
@kfindeisen kfindeisen marked this pull request as ready for review February 7, 2024 21:41
@kfindeisen kfindeisen merged commit fd52fc0 into main Feb 7, 2024
5 checks passed
@kfindeisen kfindeisen deleted the tickets/DM-42809 branch February 7, 2024 22:31
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.

2 participants