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] [Snapshot Interop] Add Changes in Restore Snapshot Flo… #8299

Merged
merged 1 commit into from
Jun 28, 2023

Conversation

harishbhakuni
Copy link
Contributor

@harishbhakuni harishbhakuni commented Jun 27, 2023

…w for remote store Interoperability (#6788)

Description

Backporting Restore Snapshot Changes from PR #6788 to 2.x branch.

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.

…w for remote store Interoperability (opensearch-project#6788)

Signed-off-by: Harish Bhakuni <[email protected]>
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      1 org.opensearch.remotestore.SegmentReplicationUsingRemoteStoreIT.testPressureServiceStats

@codecov
Copy link

codecov bot commented Jun 27, 2023

Codecov Report

Merging #8299 (d0c7458) into 2.x (2dbe33f) will increase coverage by 0.07%.
The diff coverage is 45.84%.

@@             Coverage Diff              @@
##                2.x    #8299      +/-   ##
============================================
+ Coverage     70.54%   70.62%   +0.07%     
- Complexity    56776    56839      +63     
============================================
  Files          4706     4706              
  Lines        269087   269303     +216     
  Branches      39773    39807      +34     
============================================
+ Hits         189836   190202     +366     
+ Misses        62886    62695     -191     
- Partials      16365    16406      +41     
Impacted Files Coverage Δ
...apshots/restore/RestoreSnapshotRequestBuilder.java 15.00% <0.00%> (-0.79%) ⬇️
...rg/opensearch/index/translog/RemoteFsTranslog.java 70.39% <0.00%> (-2.45%) ⬇️
...dex/translog/transfer/TranslogTransferManager.java 78.45% <0.00%> (-1.33%) ⬇️
.../org/opensearch/repositories/FilterRepository.java 6.25% <0.00%> (-0.14%) ⬇️
...n/java/org/opensearch/repositories/Repository.java 40.00% <0.00%> (-10.00%) ⬇️
...java/org/opensearch/index/shard/StoreRecovery.java 57.40% <3.50%> (-9.78%) ⬇️
...ch/indices/cluster/IndicesClusterStateService.java 65.84% <33.33%> (-1.77%) ⬇️
.../java/org/opensearch/snapshots/RestoreService.java 55.55% <33.33%> (+1.34%) ⬆️
...in/java/org/opensearch/index/shard/IndexShard.java 68.56% <53.93%> (-1.14%) ⬇️
...org/opensearch/cluster/routing/RecoverySource.java 66.04% <59.09%> (-2.49%) ⬇️
... and 8 more

... and 473 files with indirect coverage changes

@gbbafna gbbafna merged commit bb7624d into opensearch-project:2.x Jun 28, 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