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

improve logging #5387

Merged
merged 2 commits into from
Sep 10, 2024
Merged

improve logging #5387

merged 2 commits into from
Sep 10, 2024

Conversation

PSeitz
Copy link
Contributor

@PSeitz PSeitz commented Sep 5, 2024

log actual index_id patterns that are queried on leaf nodes
reduce log spam

log actual index_id patterns that are queried on leaf nodes
reduce log spam
Copy link

github-actions bot commented Sep 5, 2024

On SSD:

Average search latency is 1.01x that of the reference (lower is better).
Ref run id: 3342, ref commit: 4ed7995
Link

On GCS:

Average search latency is 0.994x that of the reference (lower is better).
Ref run id: 3343, ref commit: 4ed7995
Link

self.force_path_style_access,
);
Some(force_path_style_access)
static FORCE_PATH_STYLE: OnceLock<Option<bool>> = OnceLock::new();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you discovered if all that logging was justified? Is this normal that we created that many S3Storage?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was not unreasonable, but could be improved with caching, which is covered by #5377 (not sure if it completely resolves the issue)

@PSeitz PSeitz enabled auto-merge (squash) September 10, 2024 05:39
@PSeitz PSeitz merged commit 674f386 into main Sep 10, 2024
5 checks passed
@PSeitz PSeitz deleted the improve_logs branch September 10, 2024 05:52
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