Support ipv6 on Alluxio HA
Is your feature request related to a problem? Please describe.
Now we get a exception in formatJournal when use ipv6 in alluxio.master.embedded.journal.addresses.
2023-01-03 19:25:01,272 ERROR Format - Failed to format
java.lang.IllegalArgumentException: Failed to parse host:port: 2402:...:b831:19200
at alluxio.util.ConfigurationUtils.parseInetSocketAddresses(ConfigurationUtils.java:160)
at alluxio.util.ConfigurationUtils.getMasterEmbeddedJournalAddresses(ConfigurationUtils.java:76)
at alluxio.util.ConfigurationUtils.getEmbeddedJournalAddresses(ConfigurationUtils.java:63)
at alluxio.master.journal.raft.RaftJournalSystem.
Describe the solution you'd like support ipv6 on Alluxio HA
@kuszz are you planning to resolve the issue?
@kuszz are you planning to resolve the issue?
Sorry, I don't know whether there are other codes don't support ipv6
@HelloHorizon Do you think supporting ipv6 is a valid feature request?
@kuszz Could you please explain more on:
- What is the scale of this cluster? How many Alluxio nodes are there? Is it on K8s?
- Is Alluxio running on embedded journal or UFS journal?
- What are the UFS? If we are to add support on ipv6, we will need to test internally. And if you can help with providing some basic info on the cluster, we can test on that setup and make sure things run correctly in that one.
@kuszz Could you please explain more on:
- What is the scale of this cluster? How many Alluxio nodes are there? Is it on K8s?
- Is Alluxio running on embedded journal or UFS journal?
- What are the UFS? If we are to add support on ipv6, we will need to test internally. And if you can help with providing some basic info on the cluster, we can test on that setup and make sure things run correctly in that one.
- No, it‘s not on k8s.
- embedded journal
- cos,hdfs,csp
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in two weeks if no further activity occurs. Thank you for your contributions.