-
Notifications
You must be signed in to change notification settings - Fork 343
fix: Redis pods are taking more time to be running in HA enabled mode #996
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: Redis pods are taking more time to be running in HA enabled mode #996
Conversation
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: svghadi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/cherry-pick v1.18 |
|
@svghadi: once the present PR merges, I will cherry-pick it on top of In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/cherry-pick v1.17 |
|
@svghadi: once the present PR merges, I will cherry-pick it on top of In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/retest |
|
/retest-required |
|
/test unit |
Signed-off-by: akhil nittala <nakhil@redhat.com>
c509e7d to
1e4326b
Compare
|
/retest-required |
1 similar comment
|
/retest-required |
|
/lgtm |
|
/retest-required |
1 similar comment
|
/retest-required |
f706d31
into
redhat-developer:master
|
@svghadi: new pull request created: #1001 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
@svghadi: new pull request created: #1002 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
What type of PR is this?
/kind bug
What does this PR do / why we need it:
Reported a significant startup delay, approximately 13 minutes, for HA server zero due to the config init container for Redis hanging while attempting to identify the Redis master, a problem stemming from the lack of a connection timeout flag in the current Redis version. To resolve this, proposed and demonstrated a fix involving adding a 3-second timeout command before redis-cli, which agreed to implement in both the GitOps and Argo CD operators.
Have you updated the necessary documentation?
Which issue(s) this PR fixes:
https://issues.redhat.com/browse/GITOPS-7608
Fixes #?
https://issues.redhat.com/browse/GITOPS-7608
Test acceptance criteria:
How to test changes / Special notes to the reviewer: