-
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
[SnapshotV2] Snapshot Status API changes #15409
Conversation
❌ Gradle check result for b0c0c7c: FAILURE 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? |
server/src/main/java/org/opensearch/action/admin/cluster/snapshots/status/SnapshotStatus.java
Outdated
Show resolved
Hide resolved
...c/main/java/org/opensearch/action/admin/cluster/snapshots/status/SnapshotsStatusRequest.java
Outdated
Show resolved
Hide resolved
❌ Gradle check result for 1a5fa32: FAILURE 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? |
❌ Gradle check result for 513732d: FAILURE 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? |
513732d
to
dba91db
Compare
❌ Gradle check result for dba91db: FAILURE 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? |
74468bd
to
b5cab5b
Compare
❌ Gradle check result for 74468bd: FAILURE 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? |
❌ Gradle check result for b5cab5b: FAILURE 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? |
9623803
to
138ca7c
Compare
❌ Gradle check result for 2c59e24: FAILURE 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? |
❌ Gradle check result for 9623803: FAILURE 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? |
…ject#15624) Signed-off-by: Lakshya Taragi <lakshya.taragi@gmail.com> (cherry picked from commit a60b668)
…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) (cherry picked from commit 01b38be)
…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) (cherry picked from commit 01b38be)
--------- Signed-off-by: Lakshya Taragi <lakshya.taragi@gmail.com> (cherry picked from commit 925f41b) * Remove breaking changes from #15409 (#15624) Signed-off-by: Lakshya Taragi <lakshya.taragi@gmail.com> (cherry picked from commit a60b668) (cherry picked from commit 01b38be) * Change version to V_2_17_0 (#15596) (#15642) Signed-off-by: Lakshya Taragi <lakshya.taragi@gmail.com> (cherry picked from commit 0f53bf9) (cherry picked from commit d368e3b)
--------- Signed-off-by: Lakshya Taragi <lakshya.taragi@gmail.com>
…ject#15624) Signed-off-by: Lakshya Taragi <lakshya.taragi@gmail.com>
--------- Signed-off-by: Lakshya Taragi <lakshya.taragi@gmail.com>
…ject#15624) Signed-off-by: Lakshya Taragi <lakshya.taragi@gmail.com>
--------- Signed-off-by: Lakshya Taragi <lakshya.taragi@gmail.com>
…ject#15624) Signed-off-by: Lakshya Taragi <lakshya.taragi@gmail.com>
--------- Signed-off-by: Lakshya Taragi <lakshya.taragi@gmail.com>
…ject#15624) Signed-off-by: Lakshya Taragi <lakshya.taragi@gmail.com>
Description
This PR contains the necessary changes to Snapshot Status API as part of V2 snapshots:
IndexNotFoundException
in case an index name is not found in the provided snapshot.snapshot.max_shards_allowed_in_status_api
Related Issues
Resolves #15463
Check List
API changes companion pull request created, if applicable.Public documentation issue/PR created, if applicable.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.