Ashwani Raina has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22822
Change subject: WIP KUDU-1457: IPv6 support for Kudu ...................................................................... WIP KUDU-1457: IPv6 support for Kudu This patch is rebase of old unmerged patch: https://gerrit.cloudera.org/c/15996/ As of now, this is a just a rebase made to build successfully. There are some tests that failing due to this change. Additionally, there are is a long list of pending items that need to be addressed before we can state that IPv6 is supported in Kudu. Some of the highlights from that list are as follows: 1. Fix hostname parsing errors. 2. Fix unit test failures. 3. Add flexibility modes - Dual stack and IPv6 only. 4. Add unit tests to test both the modes. 5. Add IPv6 support for webserver. Change-Id: Iab9225f7465a647876670562e4dee3911e3208a9 --- M src/kudu/rpc/reactor.cc M src/kudu/rpc/rpc-test.cc M src/kudu/server/rpc_server.cc M src/kudu/util/net/diagnostic_socket.cc M src/kudu/util/net/dns_resolver-test.cc M src/kudu/util/net/net_util-test.cc M src/kudu/util/net/net_util.cc M src/kudu/util/net/net_util.h M src/kudu/util/net/sockaddr.cc M src/kudu/util/net/sockaddr.h M src/kudu/util/net/socket-test.cc M src/kudu/util/test_util.cc 12 files changed, 360 insertions(+), 120 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/22/22822/1 -- To view, visit http://gerrit.cloudera.org:8080/22822 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Iab9225f7465a647876670562e4dee3911e3208a9 Gerrit-Change-Number: 22822 Gerrit-PatchSet: 1 Gerrit-Owner: Ashwani Raina <[email protected]>
