rmannibucau opened a new pull request, #3285: URL: https://github.com/apache/polaris/pull/3285
if ::1 is mapped to localhost in /etc/hosts then java stack and dns resolver of polaris can pick it up (`0:0:...:1`) but if sysctl disabled ipv6 then it will still be able to picj the ipv6 using /etc/hosts - can depend network manager but on ubuntu it does by default. this is bothering cause `LOCAL_ADDRESS` set was wrong but still everything was functional just fixed it for localhost since it hits in tests but can be a more general issue even if less likely to be used for other cases/outside tests since address would be explicitly passed IMHO <!-- ๐ Describe what changes you're proposing, especially breaking or user-facing changes. ๐ See https://github.com/apache/polaris/blob/main/CONTRIBUTING.md for more. --> ## Checklist - [X] ๐ก๏ธ Don't disclose security issues! (contact [email protected]) - [X] ๐ Clearly explained why the changes are needed, or linked related issues: Fixes # - [X] ๐งช Added/updated tests with good coverage, or manually tested (and explained how - not really possible without playing with OS tools, likely undesired) - [X] ๐ก Added comments for complex logic - [X] ๐งพ Updated `CHANGELOG.md` (if needed - not needed) - [X] ๐ Updated documentation in `site/content/in-dev/unreleased` (if needed - not needed) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
