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

Problem with interpreting of IP-adresses in master-addresses #3643

Closed
synnack opened this issue Feb 13, 2020 · 4 comments
Closed

Problem with interpreting of IP-adresses in master-addresses #3643

synnack opened this issue Feb 13, 2020 · 4 comments
Labels
community/request Issues created by external users

Comments

@synnack
Copy link

synnack commented Feb 13, 2020

Starting yb_master with:

/opt/yugabyte-2.0.11.0/bin/yb-master \
--master_addresses [2001:470:7b66:0:5054:ff:fea5:8824]:7100,[2001:982:286d:15::10]:7100 \
--rpc_bind_addresses 2001:982:286d:15::10 \
--fs_data_dirs "/opt/yugabyte-2.0.11.0/data"

Results in the following messages:
Log file created at: 2020/02/13 15:51:44
Running on machine: hitclab
Application fingerprint: version 2.0.11.0 build 23 revision 2d52e1d build_type RELEASE built at 24 Jan 2020 17:54:53 UTC
Running duration (h:mm:ss): 0:00:00
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
E0213 15:51:44.685276 28832 main_util.cc:22] Invalid argument (yb/util/net/net_util.cc:156): Couldn't parse the master_addresses flag ('[2001:470:7b66:0:5054:ff:fea5:8824]:7100,[2001:982:286d:15::10]:7100'): Invalid port: [2001:470:7b66:0:5054:ff:fea5:8824]:7100

Is there a different format I should use? All the examples only show legacy IP addresses, which my clusters don't have anywhere.

@yugabyte-ci yugabyte-ci added the community/request Issues created by external users label Feb 13, 2020
@synnack
Copy link
Author

synnack commented Feb 13, 2020

Hostname based also appears not to work:
If I use --rpc_bind_address hitclab.synnack.net, I get:
E0213 16:29:41.603329 27275 main_util.cc:22] Network error (yb/util/net/net_util.cc:197): Unable to resolve address hitclab.synnack.net, getaddrinfo returned -2 (EAI_NONAME): Name or service not known

@synnack
Copy link
Author

synnack commented Feb 13, 2020

It seems to mistakenly use legacy IP when it should have been using the current internet protocol..

@schoudhury
Copy link
Contributor

@synnack YugabyteDB currently does not support IPv6 addresses. It is on our roadmap and we hope to get to it sometime later this year. You can track progress through #3644

@ddorian
Copy link
Contributor

ddorian commented Feb 13, 2020

closing as duplicate of #3644
@synnack please subscribe to that issue

@ddorian ddorian closed this as completed Feb 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community/request Issues created by external users
Projects
None yet
Development

No branches or pull requests

4 participants