-
Notifications
You must be signed in to change notification settings - Fork 113
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
Multi rollup ndx search #453
Merged
bowenlan-amzn
merged 12 commits into
opensearch-project:main
from
petardz:multi_rollup_ndx_search
Aug 9, 2022
Merged
Multi rollup ndx search #453
bowenlan-amzn
merged 12 commits into
opensearch-project:main
from
petardz:multi_rollup_ndx_search
Aug 9, 2022
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
Signed-off-by: Petar Dzepina <[email protected]>
Signed-off-by: Petar Dzepina <[email protected]>
Signed-off-by: Petar Dzepina <[email protected]>
…b; Added picking rollup job deterministic Signed-off-by: petar.dzepina <[email protected]>
Signed-off-by: petar.dzepina <[email protected]>
Signed-off-by: petardz <[email protected]>
Signed-off-by: petardz <[email protected]>
Signed-off-by: petardz <[email protected]>
khushbr
reviewed
Aug 8, 2022
src/test/kotlin/org/opensearch/indexmanagement/rollup/interceptor/RollupInterceptorIT.kt
Outdated
Show resolved
Hide resolved
Signed-off-by: petardz <[email protected]>
Signed-off-by: petardz <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #453 +/- ##
=========================================
Coverage 75.76% 75.76%
+ Complexity 2470 2466 -4
=========================================
Files 314 314
Lines 14440 14440
Branches 2233 2233
=========================================
Hits 10940 10940
+ Misses 2255 2250 -5
- Partials 1245 1250 +5
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: petardz <[email protected]>
khushbr
approved these changes
Aug 9, 2022
bowenlan-amzn
approved these changes
Aug 9, 2022
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Aug 9, 2022
* added support for searching multiple rollup indices with same mapping Signed-off-by: Petar Dzepina <[email protected]> * fixed failing rollupInterceptorIT test Signed-off-by: Petar Dzepina <[email protected]> * reverted old error messages Signed-off-by: Petar Dzepina <[email protected]> * reverted checking for matching jobs on whole set instead of job by job; Added picking rollup job deterministic Signed-off-by: petar.dzepina <[email protected]> * fixed sorting Signed-off-by: petar.dzepina <[email protected]> * added ITs for multi rollup index search Signed-off-by: petardz <[email protected]> * added ITs for multi rollup index search#2 Signed-off-by: petardz <[email protected]> * detekt fixes Signed-off-by: petardz <[email protected]> * changed index names and rollup job Signed-off-by: petardz <[email protected]> * detekt fix Signed-off-by: petardz <[email protected]> * empty commit to trigger test pipeline Signed-off-by: petardz <[email protected]> Co-authored-by: petar.dzepina <[email protected]> (cherry picked from commit af5b366)
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Aug 9, 2022
* added support for searching multiple rollup indices with same mapping Signed-off-by: Petar Dzepina <[email protected]> * fixed failing rollupInterceptorIT test Signed-off-by: Petar Dzepina <[email protected]> * reverted old error messages Signed-off-by: Petar Dzepina <[email protected]> * reverted checking for matching jobs on whole set instead of job by job; Added picking rollup job deterministic Signed-off-by: petar.dzepina <[email protected]> * fixed sorting Signed-off-by: petar.dzepina <[email protected]> * added ITs for multi rollup index search Signed-off-by: petardz <[email protected]> * added ITs for multi rollup index search#2 Signed-off-by: petardz <[email protected]> * detekt fixes Signed-off-by: petardz <[email protected]> * changed index names and rollup job Signed-off-by: petardz <[email protected]> * detekt fix Signed-off-by: petardz <[email protected]> * empty commit to trigger test pipeline Signed-off-by: petardz <[email protected]> Co-authored-by: petar.dzepina <[email protected]> (cherry picked from commit af5b366)
bowenlan-amzn
pushed a commit
that referenced
this pull request
Aug 9, 2022
* added support for searching multiple rollup indices with same mapping Signed-off-by: Petar Dzepina <[email protected]> * fixed failing rollupInterceptorIT test Signed-off-by: Petar Dzepina <[email protected]> * reverted old error messages Signed-off-by: Petar Dzepina <[email protected]> * reverted checking for matching jobs on whole set instead of job by job; Added picking rollup job deterministic Signed-off-by: petar.dzepina <[email protected]> * fixed sorting Signed-off-by: petar.dzepina <[email protected]> * added ITs for multi rollup index search Signed-off-by: petardz <[email protected]> * added ITs for multi rollup index search#2 Signed-off-by: petardz <[email protected]> * detekt fixes Signed-off-by: petardz <[email protected]> * changed index names and rollup job Signed-off-by: petardz <[email protected]> * detekt fix Signed-off-by: petardz <[email protected]> * empty commit to trigger test pipeline Signed-off-by: petardz <[email protected]> Co-authored-by: petar.dzepina <[email protected]> (cherry picked from commit af5b366) Co-authored-by: Petar Dzepina <[email protected]>
petardz
added a commit
to petardz/index-management
that referenced
this pull request
Aug 9, 2022
* added support for searching multiple rollup indices with same mapping * fixed failing rollupInterceptorIT test Signed-off-by: Petar Dzepina <[email protected]> * reverted old error messages Signed-off-by: Petar Dzepina <[email protected]> * reverted checking for matching jobs on whole set instead of job by job; Added picking rollup job deterministic Signed-off-by: petar.dzepina <[email protected]> * fixed sorting * added ITs for multi rollup index search * added ITs for multi rollup index search#2 * detekt fixes * changed index names and rollup job * detekt fix * empty commit to trigger test pipeline Signed-off-by: Petar Dzepina <[email protected]>
petardz
added a commit
to petardz/index-management
that referenced
this pull request
Aug 10, 2022
* fixed failing rollupInterceptorIT test * reverted old error messages * reverted checking for matching jobs on whole set instead of job by job; Added picking rollup job deterministic * fixed sorting * added ITs for multi rollup index search * added ITs for multi rollup index search#2 * detekt fixes * changed index names and rollup job * detekt fix * empty commit to trigger test pipeline Signed-off-by: Petar Dzepina <[email protected]>
petardz
added a commit
to petardz/index-management
that referenced
this pull request
Aug 10, 2022
* fixed failing rollupInterceptorIT test * reverted old error messages * reverted checking for matching jobs on whole set instead of job by job; Added picking rollup job deterministic * fixed sorting * added ITs for multi rollup index search * added ITs for multi rollup index search#2 * detekt fixes * changed index names and rollup job * detekt fix * empty commit to trigger test pipeline Signed-off-by: Petar Dzepina <[email protected]>
Angie-Zhang
pushed a commit
to Angie-Zhang/index-management
that referenced
this pull request
Sep 12, 2022
) * added support for searching multiple rollup indices with same mapping Signed-off-by: Petar Dzepina <[email protected]> * fixed failing rollupInterceptorIT test Signed-off-by: Petar Dzepina <[email protected]> * reverted old error messages Signed-off-by: Petar Dzepina <[email protected]> * reverted checking for matching jobs on whole set instead of job by job; Added picking rollup job deterministic Signed-off-by: petar.dzepina <[email protected]> * fixed sorting Signed-off-by: petar.dzepina <[email protected]> * added ITs for multi rollup index search Signed-off-by: petardz <[email protected]> * added ITs for multi rollup index search#2 Signed-off-by: petardz <[email protected]> * detekt fixes Signed-off-by: petardz <[email protected]> * changed index names and rollup job Signed-off-by: petardz <[email protected]> * detekt fix Signed-off-by: petardz <[email protected]> * empty commit to trigger test pipeline Signed-off-by: petardz <[email protected]> Co-authored-by: petar.dzepina <[email protected]> (cherry picked from commit af5b366) Co-authored-by: Petar Dzepina <[email protected]> Signed-off-by: Angie Zhang <[email protected]>
wuychn
pushed a commit
to ochprince/index-management
that referenced
this pull request
Mar 16, 2023
) * added support for searching multiple rollup indices with same mapping Signed-off-by: Petar Dzepina <[email protected]> * fixed failing rollupInterceptorIT test Signed-off-by: Petar Dzepina <[email protected]> * reverted old error messages Signed-off-by: Petar Dzepina <[email protected]> * reverted checking for matching jobs on whole set instead of job by job; Added picking rollup job deterministic Signed-off-by: petar.dzepina <[email protected]> * fixed sorting Signed-off-by: petar.dzepina <[email protected]> * added ITs for multi rollup index search Signed-off-by: petardz <[email protected]> * added ITs for multi rollup index search#2 Signed-off-by: petardz <[email protected]> * detekt fixes Signed-off-by: petardz <[email protected]> * changed index names and rollup job Signed-off-by: petardz <[email protected]> * detekt fix Signed-off-by: petardz <[email protected]> * empty commit to trigger test pipeline Signed-off-by: petardz <[email protected]> Co-authored-by: petar.dzepina <[email protected]> (cherry picked from commit af5b366) Co-authored-by: Petar Dzepina <[email protected]>
ronnaksaxena
pushed a commit
to ronnaksaxena/index-management
that referenced
this pull request
Jul 19, 2023
) * added support for searching multiple rollup indices with same mapping Signed-off-by: Petar Dzepina <[email protected]> * fixed failing rollupInterceptorIT test Signed-off-by: Petar Dzepina <[email protected]> * reverted old error messages Signed-off-by: Petar Dzepina <[email protected]> * reverted checking for matching jobs on whole set instead of job by job; Added picking rollup job deterministic Signed-off-by: petar.dzepina <[email protected]> * fixed sorting Signed-off-by: petar.dzepina <[email protected]> * added ITs for multi rollup index search Signed-off-by: petardz <[email protected]> * added ITs for multi rollup index search#2 Signed-off-by: petardz <[email protected]> * detekt fixes Signed-off-by: petardz <[email protected]> * changed index names and rollup job Signed-off-by: petardz <[email protected]> * detekt fix Signed-off-by: petardz <[email protected]> * empty commit to trigger test pipeline Signed-off-by: petardz <[email protected]> Co-authored-by: petar.dzepina <[email protected]> (cherry picked from commit af5b366) Co-authored-by: Petar Dzepina <[email protected]> Signed-off-by: Ronnak Saxena <[email protected]>
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.
Issue #, if available:
#321
Description of changes:
Added integration tests
CheckList:
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.