You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 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
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.
The text was updated successfully, but these errors were encountered: