-
Notifications
You must be signed in to change notification settings - Fork 3
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
bf: UTAPI-105 UtapiReindex: use list of redis sentinels #1305
bf: UTAPI-105 UtapiReindex: use list of redis sentinels #1305
Conversation
Use a list of Redis sentinels that are running on stateful nodes only, instead of localhost. Previously, a stateless-only node wouldn't have a local sentinel node running, causing UtapiReindex to fail. Added a failover mechanism in case of connection error on the current sentinel, to try each other one in turn.
Hello jonathan-gramain,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Incorrect fix versionThe
Considering where you are trying to merge, I ignored possible hotfix versions and I expected to find:
Please check the |
ping |
Request integration branchesWaiting for integration branch creation to be requested by the user. To request integration branches, please comment on this pull request with the following command:
Alternatively, the |
/create_integration_branches |
ConflictA conflict has been raised during the creation of I have not created the integration branch. Here are the steps to resolve this conflict: $ git fetch
$ git checkout -B w/7.70/bugfix/UTAPI-105-useListOfSentinelNodes origin/development/7.70
$ git merge origin/bugfix/UTAPI-105-useListOfSentinelNodes
$ # <intense conflict resolution>
$ git commit
$ git push -u origin w/7.70/bugfix/UTAPI-105-useListOfSentinelNodes The following options are set: create_integration_branches |
/approve |
ConflictA conflict has been raised during the creation of I have not created the integration branch. Here are the steps to resolve this conflict: $ git fetch
$ git checkout -B w/8.1/bugfix/UTAPI-105-useListOfSentinelNodes origin/development/8.1
$ git merge origin/w/7.70/bugfix/UTAPI-105-useListOfSentinelNodes
$ # <intense conflict resolution>
$ git commit
$ git push -u origin w/8.1/bugfix/UTAPI-105-useListOfSentinelNodes The following options are set: approve, create_integration_branches |
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue UTAPI-105. Goodbye jonathan-gramain. The following options are set: approve, create_integration_branches |
Use a list of Redis sentinels that are running on stateful nodes only, instead of localhost.
Previously, a stateless-only node wouldn't have a local sentinel no running, causing UtapiReindex to fail.
Added a failover mechanism in case of connection error on the current sentinel, to try each other one in turn.