Skip to content

Fix duplicate replicas issue.#8481

Merged
yossigo merged 2 commits into
redis:unstablefrom
yossigo:fix-sentinel-replica-key
Feb 11, 2021
Merged

Fix duplicate replicas issue.#8481
yossigo merged 2 commits into
redis:unstablefrom
yossigo:fix-sentinel-replica-key

Conversation

@yossigo

@yossigo yossigo commented Feb 11, 2021

Copy link
Copy Markdown
Collaborator

We need to store replicas referenced by their announced address (IP or
address). Before that, if hostnames were used and the IP address
changed, duplicate entries would have been created.

We need to store replicas referenced by their announced address (IP or
address). Before that, if hostnames were used and the IP address
changed, duplicate entries would have been created.
@yossigo yossigo added the release-notes indication that this issue needs to be mentioned in the release notes label Feb 11, 2021
@yossigo yossigo requested a review from oranagra February 11, 2021 08:46
oranagra
oranagra previously approved these changes Feb 11, 2021
Comment thread src/sentinel.c Outdated
Co-authored-by: Oran Agra <oran@redislabs.com>
@yossigo yossigo merged commit 94bc26e into redis:unstable Feb 11, 2021
@yossigo yossigo deleted the fix-sentinel-replica-key branch February 11, 2021 09:50
@oranagra oranagra mentioned this pull request Feb 22, 2021
JackieXie168 pushed a commit to JackieXie168/redis that referenced this pull request Mar 2, 2021
We need to store replicas referenced by their announced address (IP or
address). Before that, if hostnames were used and the IP address
changed, duplicate entries would have been created.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release-notes indication that this issue needs to be mentioned in the release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants