-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Searchable Snapshots] Implement mechanism to specify cache path (API/setting definition/moving cache) #6206
Comments
This issue need more discussion because it maybe complex to implement cache moving. For define the cache path through setting, Lines 68 to 76 in c95a6b9
To make this configurable, there is a similar function for user to define custom path through setting like this
and then the new defined logic can be used in this class createRemoteSnapshotDirectoryFromSnapshot Thanks @aabukhalil for his opinion. |
Is your feature request related to a problem? Please describe.
The feature request is a part of the overall file caching requirements needed for searchable snapshots.
As an user of searchable snapshots, I should be able to define a custom path for the cache.
Refer to #4964 for further details.
Describe alternatives you've considered
N/A
Additional context
The text was updated successfully, but these errors were encountered: