Skip to content
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

[Backport 2.x] Recover all translogs during relocation handoff for remote-backed indexes #6318

Merged
merged 1 commit into from
Feb 15, 2023

Conversation

ashking94
Copy link
Member

@ashking94 ashking94 commented Feb 14, 2023

Signed-off-by: Ashish Singh ssashish@amazon.com

Description

Original PR - #6314

Issues Resolved

Original Issue - #6214

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff
  • Commit changes are listed out in CHANGELOG.md file (See: Changelog)

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.

…exes

Signed-off-by: Ashish Singh <ssashish@amazon.com>
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@codecov-commenter
Copy link

Codecov Report

Merging #6318 (19b3f82) into 2.x (4ddae92) will increase coverage by 0.00%.
The diff coverage is 50.00%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff            @@
##                2.x    #6318   +/-   ##
=========================================
  Coverage     70.39%   70.39%           
+ Complexity    59224    59155   -69     
=========================================
  Files          4796     4796           
  Lines        284123   284124    +1     
  Branches      41311    41312    +1     
=========================================
+ Hits         200014   200016    +2     
+ Misses        67397    67327   -70     
- Partials      16712    16781   +69     
Impacted Files Coverage Δ
...in/java/org/opensearch/index/shard/IndexShard.java 69.70% <50.00%> (-0.05%) ⬇️
...n/indices/forcemerge/ForceMergeRequestBuilder.java 0.00% <0.00%> (-75.00%) ⬇️
.../indices/forcemerge/TransportForceMergeAction.java 25.00% <0.00%> (-75.00%) ⬇️
.../java/org/opensearch/node/NodeClosedException.java 50.00% <0.00%> (-50.00%) ⬇️
...cluster/coordination/PendingClusterStateStats.java 20.00% <0.00%> (-48.00%) ⬇️
...r/src/main/java/org/opensearch/http/HttpStats.java 21.05% <0.00%> (-47.37%) ⬇️
...adcast/BroadcastShardOperationFailedException.java 55.55% <0.00%> (-44.45%) ⬇️
...cluster/coordination/PublishClusterStateStats.java 33.33% <0.00%> (-37.51%) ⬇️
...search/aggregations/metrics/ParsedPercentiles.java 46.31% <0.00%> (-34.74%) ⬇️
...on/admin/indices/forcemerge/ForceMergeRequest.java 52.77% <0.00%> (-33.34%) ⬇️
... and 466 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@gbbafna gbbafna merged commit cb42bb2 into opensearch-project:2.x Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants