-
Notifications
You must be signed in to change notification settings - Fork 89
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
Add a backing instance max count config option for clustermgtd to be robust to eventual EC2 consistency #613
Add a backing instance max count config option for clustermgtd to be robust to eventual EC2 consistency #613
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #613 +/- ##
===========================================
+ Coverage 90.73% 90.78% +0.04%
===========================================
Files 20 20
Lines 3109 3125 +16
===========================================
+ Hits 2821 2837 +16
Misses 288 288
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
e8c05c7
to
e169447
Compare
e169447
to
757277a
Compare
757277a
to
1aa7155
Compare
ce0bb32
to
70b11f6
Compare
9ed93bf
to
1596798
Compare
8b8adb7
to
8fd54d7
Compare
8fd54d7
to
de74342
Compare
…e robust to eventual EC2 consistency Adding a config option to clustermgtd, ec2_backing_instance_max_count, to allow more time for describe-instances to reach eventual consistency with run-instances data Passes the max count and map to is_healthy() and is_bootstrap_failure() for static and dynamic nodes to evaluate the count for individual instances.
de74342
to
1cad1c9
Compare
Description of changes
Add a backing_instance_max_count config option for clustermgtd to be robust to eventual EC2 consistency
Adding a config option to clustermgtd, ec2_backing_instance_max_count, to allow more time for describe-instances to reach eventual consistency with run-instances data
Passes the max count and map to is_healthy() for static and dynamic nodes to evaluate the count for individual instances.
Tests
Checklist
develop
add the branch name as prefix in the PR title (e.g.[release-3.6]
).Please review the guidelines for contributing and Pull Request Instructions.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.