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

IPv6 [...] notation does not work correctly in cockroach start --join flag #5064

Closed
mattcrdb opened this issue Jul 16, 2019 · 2 comments
Closed

Comments

@mattcrdb
Copy link
Contributor

The issue was submitted by a user in cockroachdb/cockroach#38882

A known workaround is to use the join flag without brackets, I reproduced the issue locally and can confirm that the node will start without the brackets.

The user brings up a good point where we support IPv6 but have certain areas where bracket notation is supported and other areas where it is not.

Additionally, another workaround is to use a DNS name for the IPv6 address.

Here is a link to the docs page that specifically speaks about the cockroach start command and flags associated with it.

I think we should mention this until somewhere the issue is resolved.

It seems like we've seen this issue before relating to the hostname seen here. However, this issue is related to the join flag. cockroachdb/cockroach#33008

@knz
Copy link
Contributor

knz commented Jul 17, 2019

bug will be fixed in 19.2. cockroachdb/cockroach#38924

However the change will not be backported to 19.1 so perhaps some highlight in the 19.1 doc would be useful

@jseldess
Copy link
Contributor

jseldess commented Mar 1, 2021

We missed this, but since 19.1 is no longer supported, it's not worth updating those docs.

@jseldess jseldess closed this as completed Mar 1, 2021
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

No branches or pull requests

3 participants