-
Notifications
You must be signed in to change notification settings - Fork 62
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] Handle clean-up of stale index task during cancellation (#645) #909
Merged
saikaranam-amazon
merged 1 commit into
opensearch-project:2.x
from
saikaranam-amazon:origin-backport-645
May 31, 2023
Merged
[Backport] Handle clean-up of stale index task during cancellation (#645) #909
saikaranam-amazon
merged 1 commit into
opensearch-project:2.x
from
saikaranam-amazon:origin-backport-645
May 31, 2023
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
…pensearch-project#645) Signed-off-by: Sai Kumar <[email protected]>
Codecov Report
@@ Coverage Diff @@
## 2.x #909 +/- ##
============================================
+ Coverage 72.91% 73.44% +0.53%
- Complexity 1001 1013 +12
============================================
Files 141 141
Lines 4678 4693 +15
Branches 514 521 +7
============================================
+ Hits 3411 3447 +36
+ Misses 944 922 -22
- Partials 323 324 +1
|
ankitkala
approved these changes
May 31, 2023
soosinha
approved these changes
May 31, 2023
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
May 31, 2023
) (#909) Signed-off-by: Sai Kumar <[email protected]> (cherry picked from commit 9e06f40)
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
May 31, 2023
) (#909) Signed-off-by: Sai Kumar <[email protected]> (cherry picked from commit 9e06f40)
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
May 31, 2023
) (#909) Signed-off-by: Sai Kumar <[email protected]> (cherry picked from commit 9e06f40)
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
May 31, 2023
) (#909) Signed-off-by: Sai Kumar <[email protected]> (cherry picked from commit 9e06f40)
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
May 31, 2023
) (#909) Signed-off-by: Sai Kumar <[email protected]> (cherry picked from commit 9e06f40)
This was referenced May 31, 2023
Merged
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
May 31, 2023
) (#909) Signed-off-by: Sai Kumar <[email protected]> (cherry picked from commit 9e06f40)
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
May 31, 2023
) (#909) Signed-off-by: Sai Kumar <[email protected]> (cherry picked from commit 9e06f40)
ankitkala
pushed a commit
that referenced
this pull request
May 31, 2023
) (#909) (#913) Signed-off-by: Sai Kumar <[email protected]> (cherry picked from commit 9e06f40) Co-authored-by: Sai Kumar <[email protected]>
ankitkala
pushed a commit
that referenced
this pull request
May 31, 2023
) (#909) (#914) Signed-off-by: Sai Kumar <[email protected]> (cherry picked from commit 9e06f40) Co-authored-by: Sai Kumar <[email protected]>
ankitkala
pushed a commit
that referenced
this pull request
May 31, 2023
) (#909) (#915) Signed-off-by: Sai Kumar <[email protected]> (cherry picked from commit 9e06f40) Co-authored-by: Sai Kumar <[email protected]>
ankitkala
pushed a commit
that referenced
this pull request
May 31, 2023
) (#909) (#916) Signed-off-by: Sai Kumar <[email protected]> (cherry picked from commit 9e06f40) Co-authored-by: Sai Kumar <[email protected]>
ankitkala
pushed a commit
that referenced
this pull request
May 31, 2023
) (#909) (#917) Signed-off-by: Sai Kumar <[email protected]> (cherry picked from commit 9e06f40) Co-authored-by: Sai Kumar <[email protected]>
ankitkala
pushed a commit
that referenced
this pull request
May 31, 2023
) (#909) (#918) Signed-off-by: Sai Kumar <[email protected]> (cherry picked from commit 9e06f40) Co-authored-by: Sai Kumar <[email protected]>
ankitkala
pushed a commit
that referenced
this pull request
May 31, 2023
) (#909) (#919) Signed-off-by: Sai Kumar <[email protected]> (cherry picked from commit 9e06f40) Co-authored-by: Sai Kumar <[email protected]>
saikaranam-amazon
added a commit
to saikaranam-amazon/cross-cluster-replication-2
that referenced
this pull request
Jun 1, 2023
…pensearch-project#645) (opensearch-project#909) (opensearch-project#913) Signed-off-by: Sai Kumar <[email protected]> (cherry picked from commit 9e06f40) Co-authored-by: Sai Kumar <[email protected]>
saikaranam-amazon
added a commit
to saikaranam-amazon/cross-cluster-replication-2
that referenced
this pull request
Jun 1, 2023
…pensearch-project#645) (opensearch-project#909) (opensearch-project#913) Signed-off-by: Sai Kumar <[email protected]> (cherry picked from commit 9e06f40) Co-authored-by: Sai Kumar <[email protected]>
saikaranam-amazon
added a commit
that referenced
this pull request
Jun 2, 2023
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] Handle clean-up of stale index task during cancellation
Issues Resolved
N/A
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.