[
https://issues.apache.org/jira/browse/HADOOP-19695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18022869#comment-18022869
]
ASF GitHub Bot commented on HADOOP-19695:
-----------------------------------------
ferdelyi commented on PR #7979:
URL: https://github.com/apache/hadoop/pull/7979#issuecomment-3335426490
shadedclient was failing on this:
[INFO] Running org.apache.hadoop.example.ITUseMiniCluster
[ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed:
19.60 s <<< FAILURE!
> Add dual-stack/IPv6 Support to HttpServer2
> ------------------------------------------
>
> Key: HADOOP-19695
> URL: https://issues.apache.org/jira/browse/HADOOP-19695
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: hadoop-common
> Reporter: Ferenc Erdelyi
> Assignee: Ferenc Erdelyi
> Priority: Minor
> Labels: pull-request-available
>
> To support clients connecting to JHS via IPv6, we need to equip the YARN
> WebApp class to bind to an IPv6 address. WebApp uses the HttpServer2, and
> adding the IPv6 connector to this class makes the solution more elegant.
> To enable dual-stack or IPv6 support, use InetAddress.getAllByName(hostname)
> to resolve the IP addresses of a host.
> When the system property java.net.preferIPv4Stack is set to true, only IPv4
> addresses are returned, and any IPv6 addresses are ignored, so no extra check
> is needed to exclude IPv6.
> When java.net.preferIPv4Stack is false, both IPv4 and IPv6 addresses may be
> returned, and any IPv6 addresses will also be added as connectors.
> To disable IPv4, you need to configure the OS at the system level.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]