-
Notifications
You must be signed in to change notification settings - Fork 2k
Make HASHED_PREFIX as the default path type for remote store and snapshot #18163
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
Conversation
❌ Gradle check result for cd69552: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for a304b4c: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for ed4a9c7: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Ashish Singh <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #18163 +/- ##
============================================
+ Coverage 72.53% 72.55% +0.01%
- Complexity 67207 67232 +25
============================================
Files 5476 5476
Lines 310436 310438 +2
Branches 45121 45121
============================================
+ Hits 225179 225237 +58
+ Misses 66894 66889 -5
+ Partials 18363 18312 -51 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@ashking94 We disabled using |
Description
The default value for
cluster.remote_store.index.path.type
has been changed fromFIXED
toHASHED_PREFIX
. This setting determines the path type used for data stored in the remote store. TheHASHED_PREFIX
option provides better distribution of keys and has been known to scale better with growing data size.The default value for
shard_path_type
has been changed fromFIXED
toHASHED_PREFIX
. This setting determines the path type used for shard files in the blob store repository. Similar to the remote store settings, theHASHED_PREFIX
option provides better distribution of shard files.These changes are intended to improve the default performance and reliability of remote store and snapshot functionality in OpenSearch.
Let me know if you would like me to modify or expand on anything in this PR description.
Check List
[ ] API changes companion pull request created, if applicable.[ ] Public documentation issue/PR created, if applicable.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.