-
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
Always create empty translog on replica for remote store enabled index #10012
Always create empty translog on replica for remote store enabled index #10012
Conversation
server/src/internalClusterTest/java/org/opensearch/remotestore/RemoteStoreIT.java
Outdated
Show resolved
Hide resolved
Compatibility status:Checks if related components are compatible with change a33af59 Incompatible componentsSkipped 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/observability.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/opensearch-oci-object-storage.git, https://github.com/opensearch-project/performance-analyzer.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/neural-search.git] |
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #10012 +/- ##
============================================
+ Coverage 70.42% 71.09% +0.67%
- Complexity 57451 58094 +643
============================================
Files 4824 4824
Lines 273918 273927 +9
Branches 39918 39920 +2
============================================
+ Hits 192894 194761 +1867
+ Misses 64725 62855 -1870
- Partials 16299 16311 +12
|
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Sachin Kale <[email protected]>
Signed-off-by: Sachin Kale <[email protected]>
72ab6ed
to
6b0ab08
Compare
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Sachin Kale <[email protected]>
Signed-off-by: Sachin Kale <[email protected]>
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Sachin Kale <[email protected]>
Gradle Check (Jenkins) Run Completed with:
|
#10012) Signed-off-by: Sachin Kale <[email protected]> (cherry picked from commit 4a4a8fa) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
#10012) Signed-off-by: Sachin Kale <[email protected]> (cherry picked from commit 4a4a8fa) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
#10012) (#10074) (cherry picked from commit 4a4a8fa) Signed-off-by: Sachin Kale <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
opensearch-project#10012) Signed-off-by: Sachin Kale <[email protected]>
#10012) (#10085) (cherry picked from commit 4a4a8fa) Signed-off-by: Sachin Kale <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
opensearch-project#10012) Signed-off-by: Sachin Kale <[email protected]>
opensearch-project#10012) Signed-off-by: Sachin Kale <[email protected]> Signed-off-by: Ivan Brusic <[email protected]>
opensearch-project#10012) Signed-off-by: Sachin Kale <[email protected]>
opensearch-project#10012) Signed-off-by: Sachin Kale <[email protected]> Signed-off-by: Shivansh Arora <[email protected]>
Description
Issue
primaryMode
changed to true, replica recovery is triggered. In peer recovery, we download data from remote segment store.Solution
Related Issues
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.