-
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
Continuous Execution #428
Continuous Execution #428
Conversation
f9a1f6b
to
0e4960a
Compare
3323a84
to
4acc051
Compare
Codecov Report
@@ Coverage Diff @@
## main #428 +/- ##
============================================
- Coverage 75.81% 75.65% -0.17%
- Complexity 2466 2472 +6
============================================
Files 313 313
Lines 14411 14503 +92
Branches 2227 2249 +22
============================================
+ Hits 10926 10972 +46
- Misses 2239 2272 +33
- Partials 1246 1259 +13
Help us with your feedback. Take ten seconds to tell us how you rate us. |
Signed-off-by: bowenlan-amzn <[email protected]> Signed-off-by: Ronnak Saxena <[email protected]>
…situations (opensearch-project#419) Signed-off-by: Petar Dzepina <[email protected]> Signed-off-by: Ronnak Saxena <[email protected]>
Signed-off-by: Ronnak Saxena <[email protected]>
Signed-off-by: Ronnak Saxena <[email protected]> Signed-off-by: Ronnak Saxena <[email protected]>
…com> Signed-off-by: Ronnak Saxena <[email protected]> Signed-off-by: Ronnak Saxena <[email protected]>
Signed-off-by: Ronnak Saxena <[email protected]>
…o that runManagedIndex avoids continuous execution on outdated managed index config Signed-off-by: Ronnak Saxena <[email protected]>
Signed-off-by: Ronnak Saxena <[email protected]> Signed-off-by: Ronnak Saxena <[email protected]>
Signed-off-by: Ronnak Saxena <[email protected]>
Based on the feedback from the presentation of this feature, we would like a mechanism to support bulk migrating indices to continuous. The change policy API does support wildcards, but it requires a policyID in the request, so users can only bulk change indices to be continuous if the policies are set as well. Before this feature is released, let's do a minor refactor to allow null policyID values in a ChangePolicyRequest if there is a continuous field present. |
close, dup as #462 |
Signed-off-by: Ronnak Saxena [email protected]
Issue #, if available:
Description of changes:
•Added a continuous execution option when adding polices to managed indices
•Speeds up execution of indices that can run multiple actions/steps in a single execution cycle within runner logic
•Modified "Add Policy", "Update Managed Index Policy", & "Explain Index" APIs to incorporate continuous execution feature
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.