Ashwani Raina has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/22984 )

Change subject: [net] KUDU-1457 [1/n] Add support for IPv6
......................................................................


Patch Set 3:

> Patch Set 3:
>
> Build Started http://jenkins.kudu.apache.org/job/pre_commit/1439/

It seems some are trying to start webserver with rpc addresses bound to 
"localhost" that is most likely resolving to a IPv6 loopback address i.e. ::1. 
Since squeasel and webserver part of Kudu source doesn't support IPv6 in this 
change, call to webserver start fails as squeasel is unable parse the loopback 
IPv6 address.

I was able to recreate the scenario by passing bind interface as ::1 to 
sq_start API that failed with same error message.

This is only applicable to cases where JWKS server initialisation is required 
because it sets bind interface to "localhost".

It would be worth checking whether the same error is seen on jenkins build & 
test on source without any IPv6 changes from current patchset.


--
To view, visit http://gerrit.cloudera.org:8080/22984
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I22c773ffb2ff44b9cd765b546d6724ec5543586f
Gerrit-Change-Number: 22984
Gerrit-PatchSet: 3
Gerrit-Owner: Ashwani Raina <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Ashwani Raina <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Comment-Date: Wed, 11 Jun 2025 16:16:01 +0000
Gerrit-HasComments: No

Reply via email to