-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Snapshot V2] Support pinned timestamp in delete flow #15256
Merged
gbbafna
merged 67 commits into
opensearch-project:main
from
anshu1106:snapshot-pinned-timestamp-delete
Sep 4, 2024
Merged
[Snapshot V2] Support pinned timestamp in delete flow #15256
gbbafna
merged 67 commits into
opensearch-project:main
from
anshu1106:snapshot-pinned-timestamp-delete
Sep 4, 2024
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
…ocking mechanism Signed-off-by: Anshu Agarwal <[email protected]>
Signed-off-by: Anshu Agarwal <[email protected]>
Signed-off-by: Anshu Agarwal <[email protected]>
Signed-off-by: Anshu Agarwal <[email protected]>
Signed-off-by: Anshu Agarwal <[email protected]>
Signed-off-by: Anshu Agarwal <[email protected]>
Signed-off-by: Anshu Agarwal <[email protected]>
Signed-off-by: Anshu Agarwal <[email protected]>
Signed-off-by: Anshu Agarwal <[email protected]>
github-actions
bot
added
enhancement
Enhancement or improvement to existing feature or request
Storage:Snapshots
labels
Aug 15, 2024
❌ Gradle check result for afcc37a: 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? |
Signed-off-by: Anshu Agarwal <[email protected]>
Signed-off-by: Anshu Agarwal <[email protected]>
❌ Gradle check result for c91f1b5: 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? |
Signed-off-by: Anshu Agarwal <[email protected]>
Signed-off-by: Anshu Agarwal <[email protected]>
Signed-off-by: Anshu Agarwal <[email protected]>
…task Signed-off-by: Anshu Agarwal <[email protected]>
anshu1106
requested review from
anasalkouz,
andrross,
ashking94,
Bukhtawar,
CEHENKLE and
dblock
as code owners
August 22, 2024 09:11
mch2
added a commit
to mch2/OpenSearch
that referenced
this pull request
Sep 4, 2024
…arch-project#15256)" This reverts commit 5bf34d2.
mch2
added a commit
to mch2/OpenSearch
that referenced
this pull request
Sep 4, 2024
…arch-project#15256)" This reverts commit 5bf34d2. Signed-off-by: Marc Handalian <[email protected]>
anshu1106
added a commit
to anshu1106/OpenSearch
that referenced
this pull request
Sep 5, 2024
…ject#15256) Signed-off-by: Anshu Agarwal <[email protected]> (cherry picked from commit 5bf34d2)
3 tasks
gbbafna
pushed a commit
that referenced
this pull request
Sep 5, 2024
Signed-off-by: Anshu Agarwal <[email protected]> (cherry picked from commit 5bf34d2)
anshu1106
added a commit
to anshu1106/OpenSearch
that referenced
this pull request
Sep 5, 2024
…ject#15256) Signed-off-by: Anshu Agarwal <[email protected]> (cherry picked from commit 5bf34d2)
3 tasks
anshu1106
added a commit
to anshu1106/OpenSearch
that referenced
this pull request
Sep 5, 2024
…ject#15256) Signed-off-by: Anshu Agarwal <[email protected]> (cherry picked from commit 5bf34d2) Signed-off-by: Anshu Agarwal <[email protected]>
sachinpkale
pushed a commit
that referenced
this pull request
Sep 5, 2024
(cherry picked from commit 5bf34d2) Signed-off-by: Anshu Agarwal <[email protected]> Co-authored-by: Anshu Agarwal <[email protected]>
This was referenced Sep 6, 2024
akolarkunnu
pushed a commit
to akolarkunnu/OpenSearch
that referenced
this pull request
Sep 10, 2024
…ject#15256) Signed-off-by: Anshu Agarwal <[email protected]>
This was referenced Sep 11, 2024
dk2k
pushed a commit
to dk2k/OpenSearch
that referenced
this pull request
Oct 16, 2024
…ject#15256) Signed-off-by: Anshu Agarwal <[email protected]>
dk2k
pushed a commit
to dk2k/OpenSearch
that referenced
this pull request
Oct 17, 2024
…ject#15256) Signed-off-by: Anshu Agarwal <[email protected]>
dk2k
pushed a commit
to dk2k/OpenSearch
that referenced
this pull request
Oct 21, 2024
…ject#15256) Signed-off-by: Anshu Agarwal <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport 2.x
Backport to 2.x branch
backport 2.17
backport-failed
enhancement
Enhancement or improvement to existing feature or request
skip-changelog
Storage:Snapshots
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
This PR introduce changes to support pinned timestamp in delete flow
Related Issues
Resolves #15255
#15466
Check List
API changes companion pull request 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.