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]

Reply via email to