Skip to content

fix filesystem caching issues#821

Merged
swissiety merged 3 commits intodevelopfrom
fix/ClosedFileSystemIssue#617
Jan 18, 2024
Merged

fix filesystem caching issues#821
swissiety merged 3 commits intodevelopfrom
fix/ClosedFileSystemIssue#617

Conversation

@swissiety
Copy link
Copy Markdown
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
@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