-
Notifications
You must be signed in to change notification settings - Fork 23
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 file attribute caching #854
Labels
performance
Performance improvements or problems
Comments
steve-todorov
added a commit
that referenced
this issue
Oct 29, 2024
BREAKING CHANGE: `S3FileSystem#getCache()` method was removed BREAKING CHANGE: `S3Path#setFileAttributes()` was removed. BREAKING CHANGE: `S3FileSystemProvider#getCache()` was removed. BREAKING CHANGE: `S3FileSystemProvider#setCache()` was removed.
steve-todorov
added a commit
that referenced
this issue
Oct 29, 2024
BREAKING CHANGE: `S3FileSystem#getCache()` method was removed BREAKING CHANGE: `S3Path#setFileAttributes()` was removed. BREAKING CHANGE: `S3FileSystemProvider#getCache()` was removed. BREAKING CHANGE: `S3FileSystemProvider#setCache()` was removed.
steve-todorov
added a commit
that referenced
this issue
Nov 5, 2024
BREAKING CHANGE: `S3OutputStream` constructor signatures changed
steve-todorov
added a commit
that referenced
this issue
Nov 6, 2024
BREAKING CHANGE: `S3OutputStream` constructor signatures changed
steve-todorov
added a commit
that referenced
this issue
Nov 6, 2024
BREAKING CHANGE: `S3FileSystem#getCache()` method was removed BREAKING CHANGE: `S3Path#setFileAttributes()` was removed. BREAKING CHANGE: `S3FileSystemProvider#getCache()` was removed. BREAKING CHANGE: `S3FileSystemProvider#setCache()` was removed.
steve-todorov
added a commit
that referenced
this issue
Nov 6, 2024
BREAKING CHANGE: `S3OutputStream` constructor signatures changed
steve-todorov
added a commit
that referenced
this issue
Nov 6, 2024
steve-todorov
added a commit
that referenced
this issue
Nov 6, 2024
steve-todorov
added a commit
that referenced
this issue
Nov 7, 2024
Set the default cache size to 30k
steve-todorov
added a commit
that referenced
this issue
Nov 21, 2024
BREAKING CHANGE: `S3FileSystem#getCache()` method was removed BREAKING CHANGE: `S3Path#setFileAttributes()` was removed. BREAKING CHANGE: `S3FileSystemProvider#getCache()` was removed. BREAKING CHANGE: `S3FileSystemProvider#setCache()` was removed. BREAKING CHANGE: `S3OutputStream` constructor signatures changed
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Task Description
The current implementation of the file attribute caching is very basic and is still executing some REST API instead of hitting the cache. We need to improve this.
Tasks
The following tasks will need to be carried out:
Task Relationships
This task:
Useful Links
Help
The text was updated successfully, but these errors were encountered: