Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.5.0
Description
------------------------------------------------------------------------------- Test set: org.apache.hadoop.ozone.s3.TestOzoneClientProducer ------------------------------------------------------------------------------- Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 222.239 s <<< FAILURE! - in org.apache.hadoop.ozone.s3.TestOzoneClientProducer testGetClientFailure[0](org.apache.hadoop.ozone.s3.TestOzoneClientProducer) Time elapsed: 111.036 s <<< FAILURE! java.lang.AssertionError: Expected to find 'Couldn't create protocol ' but got unexpected exception: java.net.ConnectException: Your endpoint configuration is wrong; For more details see: http://wiki.apache.org/hadoop/UnsetHostnameOrPort
Log output (with local log4j config) reveals that connection is attempted to 0.0.0.0:9862:
log output
2019-08-14 10:49:14,225 [main] INFO ipc.Client (Client.java:handleConnectionFailure(948)) - Retrying connect to server: 0.0.0.0/0.0.0.0:9862. Already tried 0 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
The address 0.0.0.0:9862 was added as default in HDDS-1920.
Attachments
Issue Links
- is caused by
-
HDDS-1920 Place ozone.om.address config key default value in ozone-site.xml
- Resolved
- links to