-
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
Read the same medata file that is locked during restore of shallow snapshot #10979
Read the same medata file that is locked during restore of shallow snapshot #10979
Conversation
server/src/main/java/org/opensearch/index/store/lockmanager/RemoteStoreMetadataLockManager.java
Show resolved
Hide resolved
Gradle Check (Jenkins) Run Completed with:
|
Compatibility status:Checks if related components are compatible with change 424c801 Incompatible componentsIncompatible components: [https://github.com/opensearch-project/performance-analyzer.git] Skipped componentsCompatible componentsCompatible components: [https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/opensearch-oci-object-storage.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/neural-search.git] |
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #10979 +/- ##
============================================
- Coverage 71.27% 71.25% -0.03%
- Complexity 58724 58736 +12
============================================
Files 4870 4870
Lines 276578 276589 +11
Branches 40202 40204 +2
============================================
- Hits 197137 197083 -54
- Misses 62986 63087 +101
+ Partials 16455 16419 -36
|
Added integ test that fails without the change in this PR. |
Gradle Check (Jenkins) Run Completed with:
|
server/src/main/java/org/opensearch/index/store/lockmanager/RemoteStoreMetadataLockManager.java
Show resolved
Hide resolved
…apshot Signed-off-by: Sachin Kale <[email protected]>
af11c4a
to
424c801
Compare
Gradle Check (Jenkins) Run Completed with:
|
…apshot (#10979) Signed-off-by: Sachin Kale <[email protected]> (cherry picked from commit 4efa6d7) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…apshot (opensearch-project#10979) Signed-off-by: Sachin Kale <[email protected]> Signed-off-by: Shivansh Arora <[email protected]>
Description
md_1_4_1
md_1_4_24
.segments_N
file which remains constant for the given generation.segments_N
file gets merged and not part of the latest metadata file anymore.Check List
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.