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

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

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

KUDU-1457 [6/n] Enable IPv6-only mode for webserver

This patch adds config inside config_options for callers to set socket
option i.e. IPV6_V6ONLY. This is useful when webserver is expected to
serve only IPv6 requests and refuse any IPv4 request.
Also, a couple of unit tests are added to test two scenarios:
1. Webserver running in dual stack mode. Both types of connection
   requests i.e., IPv4 and IPv6, are accepted by the server.
2. Webserver running in IPv6-only mode. Only one type of connection
   i.e., IPv6, is accepted by the server.

Change-Id: I3db4195c82ee1e7843a3ea84681e080905030eb7
Reviewed-on: http://gerrit.cloudera.org:8080/23710
Reviewed-by: Alexey Serbin <[email protected]>
Reviewed-by: Marton Greber <[email protected]>
Tested-by: Marton Greber <[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