You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/08/22 13:52:23 UTC

[GitHub] [accumulo] dlmarion opened a new pull request, #2888: Replace accumulo-cluster get_ip function with hostname -I

dlmarion opened a new pull request, #2888:
URL: https://github.com/apache/accumulo/pull/2888

   get_ip returns a single ip address for the host, but could return
   the incorrect one in the case where a host has multiple interfaces.
   This commit modifies the logic to use hostname -I instead and checks
   to see if the host we are looking for is in the list of returned IPs
   
   Closes #2884


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] dlmarion merged pull request #2888: Replace accumulo-cluster get_ip function with hostname -I

Posted by GitBox <gi...@apache.org>.
dlmarion merged PR #2888:
URL: https://github.com/apache/accumulo/pull/2888


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org