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 filesystem caching issues #821

Merged
merged 3 commits into from
Jan 18, 2024
Merged

Conversation

swissiety
Copy link
Collaborator

@swissiety swissiety commented Jan 17, 2024

no timing based cache eviction (+ resource closing) of a filesystem anymore.

  • check when/if cache entries are actually evicted - eventually closing the fs resource.
    e.g. Path can reference a Filesystem and therefore keep the filesystem open/ the cache entry alive

fixes #527
fixes #617

… is cached and available for access and only closed afterwards; no timing based eviction;

fixes #527
fixes #617
@swissiety swissiety marked this pull request as ready for review January 17, 2024 18:31
@swissiety swissiety merged commit 3c0b759 into develop Jan 18, 2024
14 checks passed
@swissiety swissiety deleted the fix/ClosedFileSystemIssue#617 branch February 20, 2024 09:23
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.

Possibly better cache strategy for FileSystem Class files are closed and later used
3 participants