-
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 2.x] fix rollover alias supports restored searchable snapshot index (#16483) #16568
Merged
mch2
merged 1 commit into
opensearch-project:2.x
from
andrross:backport/backport-16483-to-2.x
Nov 6, 2024
Merged
[Backport 2.x] fix rollover alias supports restored searchable snapshot index (#16483) #16568
mch2
merged 1 commit into
opensearch-project:2.x
from
andrross:backport/backport-16483-to-2.x
Nov 6, 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
…earch-project#16483) Signed-off-by: kkewwei <kkewwei@163.com> Signed-off-by: kkewwei <kewei.11@bytedance.com> (cherry picked from commit 4c35a2b)
andrross
requested review from
anasalkouz,
ashking94,
Bukhtawar,
CEHENKLE,
dblock,
dbwiddis,
gbbafna,
jainankitk,
kotwanikunal,
linuxpi,
mch2,
msfroh,
nknize,
owaiskazi19,
reta,
Rishikesh1159,
sachinpkale,
saratvemulapalli,
shwetathareja,
sohami and
VachaShah
as code owners
November 5, 2024 22:28
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #16568 +/- ##
============================================
+ Coverage 71.86% 71.93% +0.06%
- Complexity 65411 65440 +29
============================================
Files 5312 5312
Lines 305024 305033 +9
Branches 44443 44443
============================================
+ Hits 219216 219432 +216
+ Misses 67514 67329 -185
+ Partials 18294 18272 -22 ☔ View full report in Codecov by Sentry. |
mch2
approved these changes
Nov 6, 2024
cwperks
added a commit
to cwperks/index-management
that referenced
this pull request
Dec 6, 2024
…ect/OpenSearch#16568) Signed-off-by: Craig Perkins <cwperx@amazon.com>
5 tasks
bowenlan-amzn
pushed a commit
to opensearch-project/index-management
that referenced
this pull request
Dec 13, 2024
…ActionRequest (#1311) * Upgrade to actions/upload-artifact@v4 Signed-off-by: Craig Perkins <cwperx@amazon.com> * Make ActionRequests that extend UpdateRequest to extend more generic ActionRequest Signed-off-by: Craig Perkins <cwperx@amazon.com> * Apply to StartTransformRequest Signed-off-by: Craig Perkins <cwperx@amazon.com> * Apply to rollup actions Signed-off-by: Craig Perkins <cwperx@amazon.com> * Update snapshot management requests Signed-off-by: Craig Perkins <cwperx@amazon.com> * Fix tests Signed-off-by: Craig Perkins <cwperx@amazon.com> * Free up disk space on github runner Signed-off-by: Craig Perkins <cwperx@amazon.com> * Remove sudo Signed-off-by: Craig Perkins <cwperx@amazon.com> * Check runner space Signed-off-by: Craig Perkins <cwperx@amazon.com> * Remove sudo Signed-off-by: Craig Perkins <cwperx@amazon.com> * Delete index in test Signed-off-by: Craig Perkins <cwperx@amazon.com> * Skip generic Signed-off-by: Craig Perkins <cwperx@amazon.com> * Clear AfterClass Signed-off-by: Craig Perkins <cwperx@amazon.com> * Permissive warnings handler Signed-off-by: Craig Perkins <cwperx@amazon.com> * Move into waitFor Signed-off-by: Craig Perkins <cwperx@amazon.com> * Remove match to generic Signed-off-by: Craig Perkins <cwperx@amazon.com> * Revert "Permissive warnings handler" This reverts commit 7c82470. Signed-off-by: Craig Perkins <cwperx@amazon.com> * Move back out of waitFor Signed-off-by: Craig Perkins <cwperx@amazon.com> * Fix issue with readonly indices after bugfix in core (opensearch-project/OpenSearch#16568) Signed-off-by: Craig Perkins <cwperx@amazon.com> * Overwrite true Signed-off-by: Craig Perkins <cwperx@amazon.com> --------- Signed-off-by: Craig Perkins <cwperx@amazon.com>
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.
Backports 4c35a2b from #16483 to
2.x