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

Revert s3 performance regression that checked if files were ncml by opening them #1281

Merged
merged 1 commit into from
Dec 29, 2023

Conversation

tdrwenski
Copy link
Contributor

Revert part of the changes from #1277 to fix S3 performance regression. That change made it possible to identify ncml files that had extensions other than "ncml" or "xml" by peaking inside the files. That check will be made for all s3 files and is slow, so it doesn't seem worthwhile-- so this PR reverts that change.

@tdrwenski tdrwenski marked this pull request as ready for review December 29, 2023 15:46
@haileyajohnson haileyajohnson merged commit a4cd72c into Unidata:maint-5.x Dec 29, 2023
10 checks passed
@tdrwenski tdrwenski deleted the fix-s3-perf-regression branch December 29, 2023 17:36
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