Skip to content

Fix allowed length for REPLCONF ip-address.#8517

Merged
yossigo merged 1 commit into
redis:unstablefrom
yossigo:fix-replica-ip-length
Feb 21, 2021
Merged

Fix allowed length for REPLCONF ip-address.#8517
yossigo merged 1 commit into
redis:unstablefrom
yossigo:fix-replica-ip-length

Conversation

@yossigo

@yossigo yossigo commented Feb 20, 2021

Copy link
Copy Markdown
Collaborator

Originally this was limited to IPv6 address length, but effectively it
has been used for host names and now that Sentinel accepts that as well
we need to be able to store full hostnames.

Also saves a few bytes per active client.

Fixes #8507

Originally this was limited to IPv6 address length, but effectively it
has been used for host names and now that Sentinel accepts that as well
we need to be able to store full hostnames.

Also saves a few bytes per active client.

Fixes redis#8507
@oranagra oranagra added the release-notes indication that this issue needs to be mentioned in the release notes label Feb 21, 2021
@yossigo yossigo merged commit d828f90 into redis:unstable Feb 21, 2021
@yossigo yossigo deleted the fix-replica-ip-length branch February 21, 2021 09:22
ningsongshen pushed a commit to ningsongshen/redis that referenced this pull request Feb 21, 2021
Originally this was limited to IPv6 address length, but effectively it
has been used for host names and now that Sentinel accepts that as well
we need to be able to store full hostnames.

Fixes redis#8507
@oranagra oranagra mentioned this pull request Feb 22, 2021
JackieXie168 pushed a commit to JackieXie168/redis that referenced this pull request Mar 2, 2021
Originally this was limited to IPv6 address length, but effectively it
has been used for host names and now that Sentinel accepts that as well
we need to be able to store full hostnames.

Fixes redis#8507
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.

[QUESTION] Sentinel host name support not working as expected.

2 participants