[
https://issues.apache.org/jira/browse/HDDS-13024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Attila Doroszlai updated HDDS-13024:
------------------------------------
Description:
Recon is available on 15010:
{code}
[main] INFO http.BaseHttpServer
(BaseHttpServer.java:updateConnectorAddress(359)) - HTTP server of recon
listening at http://0.0.0.0:15010
{code}
but client cannot connect:
{code}
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)
{code}
Client should not use 0.0.0.0.
https://cwiki.apache.org/confluence/display/HADOOP2/UnsetHostnameOrPort
was:
Recon is available on 15010:
{code}
[main] INFO http.BaseHttpServer
(BaseHttpServer.java:updateConnectorAddress(359)) - HTTP server of recon
listening at http://0.0.0.0:15010
{code}
but client cannot connect:
{code}
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)
{code}
> Connect to 0.0.0.0 failed
> -------------------------
>
> Key: HDDS-13024
> URL: https://issues.apache.org/jira/browse/HDDS-13024
> Project: Apache Ozone
> Issue Type: Bug
> Components: test
> Reporter: Attila Doroszlai
> Assignee: Attila Doroszlai
> Priority: Critical
>
> Recon is available on 15010:
> {code}
> [main] INFO http.BaseHttpServer
> (BaseHttpServer.java:updateConnectorAddress(359)) - HTTP server of recon
> listening at http://0.0.0.0:15010
> {code}
> but client cannot connect:
> {code}
> 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)
> {code}
> Client should not use 0.0.0.0.
> https://cwiki.apache.org/confluence/display/HADOOP2/UnsetHostnameOrPort
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]