Skip to content
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

[BUG] It doesn't work with ipv6? #491

Closed
MrYawe opened this issue Feb 21, 2022 · 1 comment · Fixed by #554
Closed

[BUG] It doesn't work with ipv6? #491

MrYawe opened this issue Feb 21, 2022 · 1 comment · Fixed by #554

Comments

@MrYawe
Copy link

MrYawe commented Feb 21, 2022

I'm trying to make kvrocks works with an ipv6 address on https://fly.io

To Reproduce
Here is my Dockerfile :

FROM kvrocks/kvrocks:v2.0.6

RUN sed -i "s|bind 0.0.0.0|bind ::|g" ./conf/kvrocks.conf
# lsof -i -P -n | grep LISTEN
kvrocks  523 root   16u  IPv4   4450      0t0  TCP *:6666 (LISTEN)
kvrocks  523 root   21u  IPv4   4452      0t0  TCP *:6666 (LISTEN)
kvrocks  523 root   26u  IPv4   4454      0t0  TCP *:6666 (LISTEN)
kvrocks  523 root   31u  IPv4   4456      0t0  TCP *:6666 (LISTEN)
kvrocks  523 root   36u  IPv4   4458      0t0  TCP *:6666 (LISTEN)
kvrocks  523 root   41u  IPv4   4460      0t0  TCP *:6666 (LISTEN)
kvrocks  523 root   46u  IPv4   4462      0t0  TCP *:6666 (LISTEN)
kvrocks  523 root   51u  IPv4   4464      0t0  TCP *:6666 (LISTEN)

Expected behavior
Kvrocks should listen on IPv6 TCP *:6666

@MrYawe MrYawe changed the title [BUG] Don't work with ipv6? [BUG] It doesn't work with ipv6? Feb 21, 2022
@git-hulk
Copy link
Member

Yes, kvrocks don't support ipv6 address now, we can support it on the next release. PR is always welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants