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] Standardize snapshot indices parsing so that combinations of included and excluded indices are treated the same regardless of the order they are listed in #5683

Merged
merged 1 commit into from
Jan 3, 2023

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport 57d4485 from #5626.

Standardize snapshot indices parsing so that combinations of included and
excluded indices are treated the same regardless of the order they are listed
in.

Signed-off-by: Stephen Crawford <steecraw@amazon.com>
(cherry picked from commit 57d4485)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@github-actions
Copy link
Contributor

github-actions bot commented Jan 3, 2023

Gradle Check (Jenkins) Run Completed with:

@codecov-commenter
Copy link

Codecov Report

Merging #5683 (fa6f58f) into 2.x (934600f) will increase coverage by 0.16%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##                2.x    #5683      +/-   ##
============================================
+ Coverage     70.57%   70.74%   +0.16%     
- Complexity    58615    58732     +117     
============================================
  Files          4740     4740              
  Lines        280522   280526       +4     
  Branches      40883    40883              
============================================
+ Hits         197982   198454     +472     
+ Misses        66113    65663     -450     
+ Partials      16427    16409      -18     
Impacted Files Coverage Δ
...n/java/org/opensearch/snapshots/SnapshotUtils.java 88.05% <100.00%> (+0.75%) ⬆️
...port/ResponseHandlerFailureTransportException.java 0.00% <0.00%> (-60.00%) ⬇️
...cluster/coordination/PendingClusterStateStats.java 20.00% <0.00%> (-48.00%) ⬇️
.../java/org/opensearch/search/dfs/AggregatedDfs.java 51.61% <0.00%> (-45.17%) ⬇️
...opensearch/persistent/PersistentTasksExecutor.java 22.22% <0.00%> (-44.45%) ⬇️
...earch/client/indices/GetIndexTemplatesRequest.java 46.15% <0.00%> (-38.47%) ⬇️
...pensearch/action/ingest/DeletePipelineRequest.java 31.25% <0.00%> (-37.50%) ⬇️
...ava/org/opensearch/search/dfs/DfsSearchResult.java 43.26% <0.00%> (-35.58%) ⬇️
...min/cluster/snapshots/get/GetSnapshotsRequest.java 52.63% <0.00%> (-31.58%) ⬇️
...ensearch/discovery/InitializeExtensionRequest.java 0.00% <0.00%> (-30.00%) ⬇️
... and 504 more

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

@andrross andrross merged commit adfcf7d into 2.x Jan 3, 2023
@github-actions github-actions bot deleted the backport/backport-5626-to-2.x branch January 3, 2023 23:42
kotwanikunal pushed a commit that referenced this pull request Jan 25, 2023
Standardize snapshot indices parsing so that combinations of included and
excluded indices are treated the same regardless of the order they are listed
in.

Signed-off-by: Stephen Crawford <steecraw@amazon.com>
(cherry picked from commit 57d4485)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

Signed-off-by: Stephen Crawford <steecraw@amazon.com>
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>
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.

2 participants