[ 
https://issues.apache.org/jira/browse/KUDU-1457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18056636#comment-18056636
 ] 

ASF subversion and git services commented on KUDU-1457:
-------------------------------------------------------

Commit a1b87977403a7ea1875869cc557b9e3e3086227b in kudu's branch 
refs/heads/master from Ashwani Raina
[ https://gitbox.apache.org/repos/asf?p=kudu.git;h=a1b879774 ]

KUDU-1457 [7/n] Use correct URL host for ip mode

This patch uses correct URL host for a given IP config mode. If
webserver is running on wildcard address, tests using URL as input
to FetchURL need to make use of a corresponding loopback address.
For example, for a webserver running on '0.0.0.0', URL host is
'127.0.0.1' and similarly, for a webserver running on '[::]', URL
host is '[::1]'.
 * Based on IP config mode, choose correct service principal name.
 * Ensure test certificate contains subject name that matches with
   target hostname for non-IPv4 cases (i.e. when IP address is ::1).
   For this, new certificate and corresponding key is added with same
   configuration with additional subject name to accomodate '::1'.
 * Add a few more tests to IP config coverage.

Change-Id: I152b0755f286edce1738683b5d2cdf5804f4ff2a
Reviewed-on: http://gerrit.cloudera.org:8080/23711
Reviewed-by: Marton Greber <[email protected]>
Tested-by: Marton Greber <[email protected]>
Reviewed-by: Alexey Serbin <[email protected]>


> IPv6 support in kudu
> --------------------
>
>                 Key: KUDU-1457
>                 URL: https://issues.apache.org/jira/browse/KUDU-1457
>             Project: Kudu
>          Issue Type: New Feature
>          Components: rpc, util
>            Reporter: Manukranth Kolloju
>            Assignee: Ritwik Yadav
>            Priority: Major
>              Labels: roadmap-candidate
>   Original Estimate: 504h
>  Remaining Estimate: 504h
>
> Worked on a patch to make kudu work in an IPv6 setup. It needed some breaking 
> changes. Before spending more time making it backwards compatible, wanted to 
> get some feedback about whether something like this is interesting to people 
> here: https://github.com/cloudera/kudu/pull/6. 
> The tests etc. all pass, except for client_sample_test which relies on the 
> 127.x.x.x space as opposed to ::1 in ipv6. 
> If we agree upon a uniform way to configure IPv6, I can get a patch up for 
> review. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to