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

Investigate setting use_listings_cache=True explicitly for s3 and http #934

Open
Koncopd opened this issue Jan 10, 2025 · 0 comments
Open
Assignees

Comments

@Koncopd
Copy link
Member

Koncopd commented Jan 10, 2025

It is set to True in s3 by default, and also dircache in http fs is initialized with True by default, but the fs itself sets it to False.
If dircache is initialized with False (in both filesystems), this can error in some cases (here for s3 and here for http).
I am reluctant to set this to True explicitly as it can degrade connections caching. Need to investigate, these is a very rare edge case anyways.

@Koncopd Koncopd self-assigned this Jan 10, 2025
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

No branches or pull requests

1 participant