Use clusterUUID for discovery nodes remote path#15143
Use clusterUUID for discovery nodes remote path#15143Bukhtawar merged 1 commit intoopensearch-project:mainfrom
Conversation
Signed-off-by: Sooraj Sinha <soosinha@amazon.com>
|
❌ Gradle check result for e4a5855: 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? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #15143 +/- ##
============================================
- Coverage 71.85% 71.81% -0.04%
+ Complexity 62832 62786 -46
============================================
Files 5169 5169
Lines 294688 294688
Branches 42616 42616
============================================
- Hits 211735 211623 -112
- Misses 65561 65667 +106
- Partials 17392 17398 +6 ☔ View full report in Codecov by Sentry. |
Yes. The manifest contains the actual path. The entities are downloaded by reading the manifest file. So bwc should not be impacted. GC also uses the path from manifest. |
Signed-off-by: Sooraj Sinha <soosinha@amazon.com> (cherry picked from commit 68bdb77) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…5143) Signed-off-by: Sooraj Sinha <soosinha@amazon.com>
…5143) Signed-off-by: Sooraj Sinha <soosinha@amazon.com>
Description
DiscoveryNodes is being uploaded as part of remote cluster state. The remote path for this object is being constructed using stateUUID. Cluster UUID should be used for the path instead.
Related Issues
#15142
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.