adoroszlai opened a new pull request, #8439: URL: https://github.com/apache/ozone/pull/8439
## What changes were proposed in this pull request? Fix integration test failures caused by client trying to connect to 0.0.0.0. Recon is available on 15010: ``` [main] INFO http.BaseHttpServer (BaseHttpServer.java:updateConnectorAddress(359)) - HTTP server of recon listening at http://0.0.0.0:15010 ``` but client cannot connect: ``` HttpHostConnectException: Connect to 0.0.0.0:15010 [/0.0.0.0] failed: Connection refused ... at org.apache.hadoop.ozone.recon.TestReconWithOzoneManager.makeHttpCall(TestReconWithOzoneManager.java:151) at org.apache.hadoop.ozone.recon.TestReconWithOzoneManager.testOmDBSyncing(TestReconWithOzoneManager.java:192) ``` https://cwiki.apache.org/confluence/display/HADOOP2/UnsetHostnameOrPort https://issues.apache.org/jira/browse/HDDS-13024 ## How was this patch tested? Added unit test. CI in progress (but uses different runner version anyway): https://github.com/adoroszlai/ozone/actions/runs/14991735694 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
