-
-
Notifications
You must be signed in to change notification settings - Fork 231
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
fix: ensure sentinel does not observes the failover progress in replication cluster #803
fix: ensure sentinel does not observes the failover progress in replication cluster #803
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #803 +/- ##
==========================================
+ Coverage 35.20% 35.73% +0.52%
==========================================
Files 19 19
Lines 3213 2628 -585
==========================================
- Hits 1131 939 -192
+ Misses 2015 1621 -394
- Partials 67 68 +1 ☔ View full report in Codecov by Sentry. |
This PR needs #806 to be merged first because when one applies the sentinel first, the sentinel will be monitoring an empty Redis replication cluster. |
e65282e
to
083118f
Compare
@shubham-cmyk it's ready now plz. |
…cation cluster Signed-off-by: drivebyer <[email protected]>
Signed-off-by: drivebyer <[email protected]>
Signed-off-by: drivebyer <[email protected]>
Signed-off-by: drivebyer <[email protected]>
36cc0ee
to
8d36f11
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…cation cluster (OT-CONTAINER-KIT#803) * fix: ensure sentinel does not observes the failover progress in replication cluster Signed-off-by: drivebyer <[email protected]> * add e2e Signed-off-by: drivebyer <[email protected]> * enhance check Signed-off-by: drivebyer <[email protected]> * check master through sentinel Signed-off-by: drivebyer <[email protected]> --------- Signed-off-by: drivebyer <[email protected]> Signed-off-by: drivebyer <[email protected]> Signed-off-by: Matt Robinson <[email protected]>
Description
Fix #802.
Fix #778 .
It's acceptable to extend the RequeueAfter period for reconciliation, as the operations performed during this process are limited and primarily involve creating the sentinel StatefulSet and associated services.
Type of change
Checklist
Additional Context