-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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/backport 15131 to 2.x #15673
Closed
SwethaGuptha
wants to merge
9
commits into
opensearch-project:2.17
from
SwethaGuptha:backport/backport-15131-to-2.x
Closed
Backport/backport 15131 to 2.x #15673
SwethaGuptha
wants to merge
9
commits into
opensearch-project:2.17
from
SwethaGuptha:backport/backport-15131-to-2.x
Conversation
This file contains 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
…#15579) (opensearch-project#15623) * Abstract out RemoteFsTranslog with pinned timestamps (cherry picked from commit deeb2de) Signed-off-by: Sachin Kale <[email protected]> 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 <[email protected]> (cherry picked from commit 925f41b) * Remove breaking changes from opensearch-project#15409 (opensearch-project#15624) Signed-off-by: Lakshya Taragi <[email protected]> (cherry picked from commit a60b668)
…oject#15533) (opensearch-project#15610) --------- Signed-off-by: Bharathwaj G <[email protected]>
…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 <[email protected]> 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 <[email protected]>
…tory configured (opensearch-project#15645) (opensearch-project#15653) Signed-off-by: Shivansh Arora <[email protected]>
… prefix (opensearch-project#15643) Signed-off-by: Ashish Singh <[email protected]>
…ject#15642) Signed-off-by: Lakshya Taragi <[email protected]> (cherry picked from commit 0f53bf9)
❌ 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? |
This PR is stalled because it has been open for 30 days with no activity. |
This backport is into 2.17 that has shipped, closing. |
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.