[jira] [Work logged] (HDDS-1964) TestOzoneClientProducer fails with ConnectException

2019-08-14 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/HDDS-1964?focusedWorklogId=294886&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-294886
 ]

ASF GitHub Bot logged work on HDDS-1964:


Author: ASF GitHub Bot
Created on: 14/Aug/19 17:26
Start Date: 14/Aug/19 17:26
Worklog Time Spent: 10m 
  Work Description: adoroszlai commented on pull request #1292: HDDS-1964. 
TestOzoneClientProducer fails with ConnectException
URL: https://github.com/apache/hadoop/pull/1292
 
 
   
 

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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 294886)
Time Spent: 1h 10m  (was: 1h)

> TestOzoneClientProducer fails with ConnectException
> ---
>
> Key: HDDS-1964
> URL: https://issues.apache.org/jira/browse/HDDS-1964
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>  Components: test
>Affects Versions: 0.5.0
>Reporter: Doroszlai, Attila
>Assignee: Doroszlai, Attila
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> {code:title=https://raw.githubusercontent.com/elek/ozone-ci/master/trunk/trunk-nightly-wxhxr/unit/hadoop-ozone/s3gateway/org.apache.hadoop.ozone.s3.TestOzoneClientProducer.txt}
> ---
> 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
> {code}
> Log output (with local log4j config) reveals that connection is attempted to 
> 0.0.0.0:9862:
> {code:title=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)
> {code}
> The address 0.0.0.0:9862 was added as default in 
> [HDDS-1920|https://github.com/apache/hadoop/commit/bf457797f607f3aeeb2292e63f440cb13e15a2d9].



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Work logged] (HDDS-1964) TestOzoneClientProducer fails with ConnectException

2019-08-14 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/HDDS-1964?focusedWorklogId=294885&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-294885
 ]

ASF GitHub Bot logged work on HDDS-1964:


Author: ASF GitHub Bot
Created on: 14/Aug/19 17:26
Start Date: 14/Aug/19 17:26
Worklog Time Spent: 10m 
  Work Description: adoroszlai commented on issue #1292: HDDS-1964. 
TestOzoneClientProducer fails with ConnectException
URL: https://github.com/apache/hadoop/pull/1292#issuecomment-521340758
 
 
   Thanks @anuengineer (82420851645f1644f597e11e14a1d70bb8a7cc23) and 
@nandakumar131 (b1e4eeef59632ca127f6dded46bde3af2ee8558b) for committing this.
 

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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 294885)
Time Spent: 1h  (was: 50m)

> TestOzoneClientProducer fails with ConnectException
> ---
>
> Key: HDDS-1964
> URL: https://issues.apache.org/jira/browse/HDDS-1964
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>  Components: test
>Affects Versions: 0.5.0
>Reporter: Doroszlai, Attila
>Assignee: Doroszlai, Attila
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> {code:title=https://raw.githubusercontent.com/elek/ozone-ci/master/trunk/trunk-nightly-wxhxr/unit/hadoop-ozone/s3gateway/org.apache.hadoop.ozone.s3.TestOzoneClientProducer.txt}
> ---
> 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
> {code}
> Log output (with local log4j config) reveals that connection is attempted to 
> 0.0.0.0:9862:
> {code:title=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)
> {code}
> The address 0.0.0.0:9862 was added as default in 
> [HDDS-1920|https://github.com/apache/hadoop/commit/bf457797f607f3aeeb2292e63f440cb13e15a2d9].



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Work logged] (HDDS-1964) TestOzoneClientProducer fails with ConnectException

2019-08-14 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/HDDS-1964?focusedWorklogId=294853&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-294853
 ]

ASF GitHub Bot logged work on HDDS-1964:


Author: ASF GitHub Bot
Created on: 14/Aug/19 16:41
Start Date: 14/Aug/19 16:41
Worklog Time Spent: 10m 
  Work Description: adoroszlai commented on issue #1292: HDDS-1964. 
TestOzoneClientProducer fails with ConnectException
URL: https://github.com/apache/hadoop/pull/1292#issuecomment-521323896
 
 
   @smengcl @anuengineer please review
   
   Here are the fixed unit tests:
   
https://ci.anzix.net/job/ozone/17670/testReport/org.apache.hadoop.ozone.s3/TestOzoneClientProducer/
   
   Failed acceptance test is being fixed in #1295.
 

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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 294853)
Time Spent: 50m  (was: 40m)

> TestOzoneClientProducer fails with ConnectException
> ---
>
> Key: HDDS-1964
> URL: https://issues.apache.org/jira/browse/HDDS-1964
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>  Components: test
>Affects Versions: 0.5.0
>Reporter: Doroszlai, Attila
>Assignee: Doroszlai, Attila
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> {code:title=https://raw.githubusercontent.com/elek/ozone-ci/master/trunk/trunk-nightly-wxhxr/unit/hadoop-ozone/s3gateway/org.apache.hadoop.ozone.s3.TestOzoneClientProducer.txt}
> ---
> 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
> {code}
> Log output (with local log4j config) reveals that connection is attempted to 
> 0.0.0.0:9862:
> {code:title=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)
> {code}
> The address 0.0.0.0:9862 was added as default in 
> [HDDS-1920|https://github.com/apache/hadoop/commit/bf457797f607f3aeeb2292e63f440cb13e15a2d9].



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Work logged] (HDDS-1964) TestOzoneClientProducer fails with ConnectException

2019-08-14 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/HDDS-1964?focusedWorklogId=294812&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-294812
 ]

ASF GitHub Bot logged work on HDDS-1964:


Author: ASF GitHub Bot
Created on: 14/Aug/19 15:50
Start Date: 14/Aug/19 15:50
Worklog Time Spent: 10m 
  Work Description: hadoop-yetus commented on issue #1292: HDDS-1964. 
TestOzoneClientProducer fails with ConnectException
URL: https://github.com/apache/hadoop/pull/1292#issuecomment-521304482
 
 
   :broken_heart: **-1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |::|--:|:|:|
   | 0 | reexec | 71 | Docker mode activated. |
   ||| _ Prechecks _ |
   | +1 | dupname | 0 | No case conflicting files found. |
   | +1 | @author | 0 | The patch does not contain any @author tags. |
   | +1 | test4tests | 0 | The patch appears to include 2 new or modified test 
files. |
   ||| _ trunk Compile Tests _ |
   | +1 | mvninstall | 595 | trunk passed |
   | +1 | compile | 368 | trunk passed |
   | +1 | checkstyle | 71 | trunk passed |
   | +1 | mvnsite | 0 | trunk passed |
   | +1 | shadedclient | 935 | branch has no errors when building and testing 
our client artifacts. |
   | +1 | javadoc | 167 | trunk passed |
   | 0 | spotbugs | 434 | Used deprecated FindBugs config; considering 
switching to SpotBugs. |
   | +1 | findbugs | 633 | trunk passed |
   ||| _ Patch Compile Tests _ |
   | +1 | mvninstall | 559 | the patch passed |
   | +1 | compile | 375 | the patch passed |
   | +1 | javac | 375 | the patch passed |
   | +1 | checkstyle | 78 | the patch passed |
   | +1 | mvnsite | 0 | the patch passed |
   | +1 | whitespace | 0 | The patch has no whitespace issues. |
   | +1 | shadedclient | 716 | patch has no errors when building and testing 
our client artifacts. |
   | +1 | javadoc | 167 | the patch passed |
   | +1 | findbugs | 726 | the patch passed |
   ||| _ Other Tests _ |
   | +1 | unit | 367 | hadoop-hdds in the patch passed. |
   | -1 | unit | 2560 | hadoop-ozone in the patch failed. |
   | +1 | asflicense | 56 | The patch does not generate ASF License warnings. |
   | | | 8616 | |
   
   
   | Reason | Tests |
   |---:|:--|
   | Failed junit tests | hadoop.ozone.om.TestOzoneManagerHA |
   |   | hadoop.ozone.client.rpc.TestWatchForCommit |
   |   | hadoop.ozone.client.rpc.TestOzoneRpcClientWithRatis |
   |   | hadoop.hdds.scm.safemode.TestSCMSafeModeWithPipelineRules |
   |   | hadoop.hdds.scm.pipeline.TestRatisPipelineCreateAndDestory |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | Client=19.03.0 Server=19.03.0 base: 
https://builds.apache.org/job/hadoop-multibranch/job/PR-1292/2/artifact/out/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hadoop/pull/1292 |
   | Optional Tests | dupname asflicense compile javac javadoc mvninstall 
mvnsite unit shadedclient findbugs checkstyle |
   | uname | Linux 47d0c0356561 4.15.0-52-generic #56-Ubuntu SMP Tue Jun 4 
22:49:08 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | personality/hadoop.sh |
   | git revision | trunk / 83e452e |
   | Default Java | 1.8.0_212 |
   | unit | 
https://builds.apache.org/job/hadoop-multibranch/job/PR-1292/2/artifact/out/patch-unit-hadoop-ozone.txt
 |
   |  Test Results | 
https://builds.apache.org/job/hadoop-multibranch/job/PR-1292/2/testReport/ |
   | Max. process+thread count | 4873 (vs. ulimit of 5500) |
   | modules | C: hadoop-ozone/s3gateway U: hadoop-ozone/s3gateway |
   | Console output | 
https://builds.apache.org/job/hadoop-multibranch/job/PR-1292/2/console |
   | versions | git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1 |
   | Powered by | Apache Yetus 0.10.0 http://yetus.apache.org |
   
   
   This message was automatically generated.
   
   
 

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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 294812)
Time Spent: 40m  (was: 0.5h)

> TestOzoneClientProducer fails with ConnectException
> ---
>
> Key: HDDS-1964
> URL: https://issues.apache.org/jira/browse/HDDS-1964
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>  Components: test
>Affects Versions: 0.5.0
>Reporter: Doroszlai, Attila
>Assignee: Doroszlai, Attila
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> {code:title=https://raw.githubusercontent.com/elek/ozone-ci

[jira] [Work logged] (HDDS-1964) TestOzoneClientProducer fails with ConnectException

2019-08-14 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/HDDS-1964?focusedWorklogId=294684&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-294684
 ]

ASF GitHub Bot logged work on HDDS-1964:


Author: ASF GitHub Bot
Created on: 14/Aug/19 11:04
Start Date: 14/Aug/19 11:04
Worklog Time Spent: 10m 
  Work Description: hadoop-yetus commented on issue #1292: HDDS-1964. 
TestOzoneClientProducer fails with ConnectException
URL: https://github.com/apache/hadoop/pull/1292#issuecomment-521201591
 
 
   :broken_heart: **-1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |::|--:|:|:|
   | 0 | reexec | 50 | Docker mode activated. |
   ||| _ Prechecks _ |
   | +1 | dupname | 0 | No case conflicting files found. |
   | +1 | @author | 0 | The patch does not contain any @author tags. |
   | +1 | test4tests | 0 | The patch appears to include 2 new or modified test 
files. |
   ||| _ trunk Compile Tests _ |
   | -1 | mvninstall | 135 | hadoop-ozone in trunk failed. |
   | -1 | compile | 48 | hadoop-ozone in trunk failed. |
   | +1 | checkstyle | 59 | trunk passed |
   | +1 | mvnsite | 0 | trunk passed |
   | +1 | shadedclient | 837 | branch has no errors when building and testing 
our client artifacts. |
   | +1 | javadoc | 145 | trunk passed |
   | 0 | spotbugs | 192 | Used deprecated FindBugs config; considering 
switching to SpotBugs. |
   | -1 | findbugs | 99 | hadoop-ozone in trunk failed. |
   ||| _ Patch Compile Tests _ |
   | -1 | mvninstall | 136 | hadoop-ozone in the patch failed. |
   | -1 | compile | 50 | hadoop-ozone in the patch failed. |
   | -1 | javac | 50 | hadoop-ozone in the patch failed. |
   | +1 | checkstyle | 61 | the patch passed |
   | +1 | mvnsite | 0 | the patch passed |
   | +1 | whitespace | 0 | The patch has no whitespace issues. |
   | +1 | shadedclient | 632 | patch has no errors when building and testing 
our client artifacts. |
   | +1 | javadoc | 152 | the patch passed |
   | -1 | findbugs | 100 | hadoop-ozone in the patch failed. |
   ||| _ Other Tests _ |
   | +1 | unit | 295 | hadoop-hdds in the patch passed. |
   | -1 | unit | 104 | hadoop-ozone in the patch failed. |
   | +1 | asflicense | 36 | The patch does not generate ASF License warnings. |
   | | | 3856 | |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | Client=19.03.1 Server=19.03.1 base: 
https://builds.apache.org/job/hadoop-multibranch/job/PR-1292/1/artifact/out/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hadoop/pull/1292 |
   | Optional Tests | dupname asflicense compile javac javadoc mvninstall 
mvnsite unit shadedclient findbugs checkstyle |
   | uname | Linux ebf668536fa9 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 
17:16:02 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | personality/hadoop.sh |
   | git revision | trunk / 0e4b757 |
   | Default Java | 1.8.0_222 |
   | mvninstall | 
https://builds.apache.org/job/hadoop-multibranch/job/PR-1292/1/artifact/out/branch-mvninstall-hadoop-ozone.txt
 |
   | compile | 
https://builds.apache.org/job/hadoop-multibranch/job/PR-1292/1/artifact/out/branch-compile-hadoop-ozone.txt
 |
   | findbugs | 
https://builds.apache.org/job/hadoop-multibranch/job/PR-1292/1/artifact/out/branch-findbugs-hadoop-ozone.txt
 |
   | mvninstall | 
https://builds.apache.org/job/hadoop-multibranch/job/PR-1292/1/artifact/out/patch-mvninstall-hadoop-ozone.txt
 |
   | compile | 
https://builds.apache.org/job/hadoop-multibranch/job/PR-1292/1/artifact/out/patch-compile-hadoop-ozone.txt
 |
   | javac | 
https://builds.apache.org/job/hadoop-multibranch/job/PR-1292/1/artifact/out/patch-compile-hadoop-ozone.txt
 |
   | findbugs | 
https://builds.apache.org/job/hadoop-multibranch/job/PR-1292/1/artifact/out/patch-findbugs-hadoop-ozone.txt
 |
   | unit | 
https://builds.apache.org/job/hadoop-multibranch/job/PR-1292/1/artifact/out/patch-unit-hadoop-ozone.txt
 |
   |  Test Results | 
https://builds.apache.org/job/hadoop-multibranch/job/PR-1292/1/testReport/ |
   | Max. process+thread count | 520 (vs. ulimit of 5500) |
   | modules | C: hadoop-ozone/s3gateway U: hadoop-ozone/s3gateway |
   | Console output | 
https://builds.apache.org/job/hadoop-multibranch/job/PR-1292/1/console |
   | versions | git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1 |
   | Powered by | Apache Yetus 0.10.0 http://yetus.apache.org |
   
   
   This message was automatically generated.
   
   
 

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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 294684)
Time Spent: 

[jira] [Work logged] (HDDS-1964) TestOzoneClientProducer fails with ConnectException

2019-08-14 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/HDDS-1964?focusedWorklogId=294655&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-294655
 ]

ASF GitHub Bot logged work on HDDS-1964:


Author: ASF GitHub Bot
Created on: 14/Aug/19 10:00
Start Date: 14/Aug/19 10:00
Worklog Time Spent: 10m 
  Work Description: adoroszlai commented on issue #1292: HDDS-1964. 
TestOzoneClientProducer fails with ConnectException
URL: https://github.com/apache/hadoop/pull/1292#issuecomment-521183613
 
 
   /label ozone
 

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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 294655)
Time Spent: 20m  (was: 10m)

> TestOzoneClientProducer fails with ConnectException
> ---
>
> Key: HDDS-1964
> URL: https://issues.apache.org/jira/browse/HDDS-1964
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>  Components: test
>Affects Versions: 0.5.0
>Reporter: Doroszlai, Attila
>Assignee: Doroszlai, Attila
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> {code:title=https://raw.githubusercontent.com/elek/ozone-ci/master/trunk/trunk-nightly-wxhxr/unit/hadoop-ozone/s3gateway/org.apache.hadoop.ozone.s3.TestOzoneClientProducer.txt}
> ---
> 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
> {code}
> Log output (with local log4j config) reveals that connection is attempted to 
> 0.0.0.0:9862:
> {code:title=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)
> {code}
> The address 0.0.0.0:9862 was added as default in 
> [HDDS-1920|https://github.com/apache/hadoop/commit/bf457797f607f3aeeb2292e63f440cb13e15a2d9].



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Work logged] (HDDS-1964) TestOzoneClientProducer fails with ConnectException

2019-08-14 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/HDDS-1964?focusedWorklogId=294654&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-294654
 ]

ASF GitHub Bot logged work on HDDS-1964:


Author: ASF GitHub Bot
Created on: 14/Aug/19 09:59
Start Date: 14/Aug/19 09:59
Worklog Time Spent: 10m 
  Work Description: adoroszlai commented on pull request #1292: HDDS-1964. 
TestOzoneClientProducer fails with ConnectException
URL: https://github.com/apache/hadoop/pull/1292
 
 
   ## What changes were proposed in this pull request?
   
   `TestOzoneClientProducer` verifies that `RpcClient` cannot be created 
because OM address is not configured.  The call to `producer.createClient()` is 
expected to fail with the message `Couldn't create protocol`, which is 
triggered by `IllegalArgumentException: Could not find any configured addresses 
for OM. Please configure the system with ozone.om.address`.  
bf457797f607f3aeeb2292e63f440cb13e15a2d9 added the default address as 
explicitly configured value, so client creation now progresses further and 
fails when it cannot connect to OM (which is not started by the unit test).
   
   This change simply sets the previous empty OM address for this test.
   
   It also adds log4j config for `s3gateway` tests to produce better output 
next time, because 
[currently](https://raw.githubusercontent.com/elek/ozone-ci/master/trunk/trunk-nightly-wxhxr/unit/hadoop-ozone/s3gateway/org.apache.hadoop.ozone.s3.TestOzoneClientProducer-output.txt)
 it is not very helpful.
   
   https://issues.apache.org/jira/browse/HDDS-1964
   
   ## How was this patch tested?
   
   ```
   $ mvn -Phdds -pl :hadoop-ozone-s3gateway test
   ...
   [INFO] Tests run: 77, Failures: 0, Errors: 0, Skipped: 0
   ...
   [INFO] BUILD SUCCESS
   ```
 

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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 294654)
Time Spent: 10m
Remaining Estimate: 0h

> TestOzoneClientProducer fails with ConnectException
> ---
>
> Key: HDDS-1964
> URL: https://issues.apache.org/jira/browse/HDDS-1964
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>  Components: test
>Affects Versions: 0.5.0
>Reporter: Doroszlai, Attila
>Assignee: Doroszlai, Attila
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> {code:title=https://raw.githubusercontent.com/elek/ozone-ci/master/trunk/trunk-nightly-wxhxr/unit/hadoop-ozone/s3gateway/org.apache.hadoop.ozone.s3.TestOzoneClientProducer.txt}
> ---
> 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
> {code}
> Log output (with local log4j config) reveals that connection is attempted to 
> 0.0.0.0:9862:
> {code:title=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)
> {code}
> The address 0.0.0.0:9862 was added as default in 
> [HDDS-1920|https://github.com/apache/hadoop/commit/bf457797f607f3aeeb2292e63f440cb13e15a2d9].



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org