Backport/backport 15131 to 2.x#15673
Closed
SwethaGuptha wants to merge 9 commits intoopensearch-project:2.17from
Closed
Backport/backport 15131 to 2.x#15673SwethaGuptha wants to merge 9 commits intoopensearch-project:2.17from
SwethaGuptha wants to merge 9 commits intoopensearch-project:2.17from
Conversation
…#15579) (opensearch-project#15623) * Abstract out RemoteFsTranslog with pinned timestamps (cherry picked from commit deeb2de) Signed-off-by: Sachin Kale <kalsac@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>
…ct#15624 to 2.x (opensearch-project#15595) * [SnapshotV2] Snapshot Status API changes (opensearch-project#15409) --------- Signed-off-by: Lakshya Taragi <lakshya.taragi@gmail.com> (cherry picked from commit 925f41b) * Remove breaking changes from opensearch-project#15409 (opensearch-project#15624) Signed-off-by: Lakshya Taragi <lakshya.taragi@gmail.com> (cherry picked from commit a60b668)
…oject#15533) (opensearch-project#15610) --------- Signed-off-by: Bharathwaj G <bharath78910@gmail.com>
…5545) (opensearch-project#15634) This test assumed that the order of returned hits will match the order of insertion. That's not generally true, especially if there was a flush partway through, so documents end up in different segments. This fixes it by explicitly sorting the returned documents to guarantee that they come back in the correct order. Also, we were getting a NPE when trying to output the failure message because the expected value was intentionally null. I fixed that too. (cherry picked from commit eb1cbb8) Signed-off-by: Michael Froh <froh@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>
…imeout & Fix responsibility check for existing shards allocator when timed out (opensearch-project#15648) * Optimise unassigned shards iteration after allocator timeout (opensearch-project#14977) Signed-off-by: Rishab Nahata <rnnahata@amazon.com>
…tory configured (opensearch-project#15645) (opensearch-project#15653) Signed-off-by: Shivansh Arora <hishiv@amazon.com>
… prefix (opensearch-project#15643) Signed-off-by: Ashish Singh <ssashish@amazon.com>
…ject#15642) Signed-off-by: Lakshya Taragi <lakshya.taragi@gmail.com> (cherry picked from commit 0f53bf9)
Contributor
|
❌ Gradle check result for d368e3b: null Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Contributor
|
This PR is stalled because it has been open for 30 days with no activity. |
Member
|
This backport is into 2.17 that has shipped, closing. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Backport #15131 to 2.17
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
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.