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

[Remote Store] Add support to restore only unassigned shards of an index (#8792) #8950

Merged
merged 2 commits into from
Jul 28, 2023

Conversation

sachinpkale
Copy link
Member

Backports c25c175 from #8792

…dex (opensearch-project#8792)

* Add support to restore only unassigned shards of an index

---------

Signed-off-by: Sachin Kale <kalsac@amazon.com>
Signed-off-by: Sachin Kale <sachinpkale@gmail.com>
Co-authored-by: Sachin Kale <kalsac@amazon.com>
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@sachinpkale
Copy link
Member Author

Test is failing: org.opensearch.action.admin.cluster.node.tasks.ResourceAwareTasksTests.testBasicTaskResourceTracking.
Does not seem to be flaky. Checking

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      3 org.opensearch.search.SearchWeightedRoutingIT.testStrictWeightedRoutingWithCustomString

@codecov
Copy link

codecov bot commented Jul 28, 2023

Codecov Report

Merging #8950 (b888607) into 2.x (5164fe2) will increase coverage by 0.14%.
Report is 1 commits behind head on 2.x.
The diff coverage is 38.88%.

@@             Coverage Diff              @@
##                2.x    #8950      +/-   ##
============================================
+ Coverage     70.64%   70.79%   +0.14%     
- Complexity    57265    57378     +113     
============================================
  Files          4745     4745              
  Lines        271070   271092      +22     
  Branches      39984    39988       +4     
============================================
+ Hits         191508   191929     +421     
+ Misses        63130    62719     -411     
- Partials      16432    16444      +12     
Files Changed Coverage Δ
...on/admin/cluster/RestRestoreRemoteStoreAction.java 30.00% <0.00%> (-3.34%) ⬇️
.../java/org/opensearch/snapshots/RestoreService.java 52.80% <0.00%> (-1.01%) ⬇️
...remotestore/restore/RestoreRemoteStoreRequest.java 70.68% <100.00%> (+0.68%) ⬆️
.../opensearch/cluster/routing/IndexRoutingTable.java 76.22% <100.00%> (+0.19%) ⬆️
...a/org/opensearch/cluster/routing/RoutingTable.java 94.37% <100.00%> (ø)

... and 466 files with indirect coverage changes

CHANGELOG.md Outdated Show resolved Hide resolved
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      1 org.opensearch.index.ShardIndexingPressureSettingsIT.testShardIndexingPressureEnforcedEnabledDisabledSetting
      1 org.opensearch.index.ShardIndexingPressureSettingsIT.classMethod

@gbbafna gbbafna merged commit c1d4b3d into opensearch-project:2.x Jul 28, 2023
6 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants