[
https://issues.apache.org/jira/browse/HDDS-1341?focusedWorklogId=249259&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-249259
]
ASF GitHub Bot logged work on HDDS-1341:
----------------------------------------
Author: ASF GitHub Bot
Created on: 28/May/19 10:51
Start Date: 28/May/19 10:51
Worklog Time Spent: 10m
Work Description: hadoop-yetus commented on issue #862: HDDS-1341.
TestContainerReplication#testContainerReplication fails intermittently
URL: https://github.com/apache/hadoop/pull/862#issuecomment-496466281
:broken_heart: **-1 overall**
| Vote | Subsystem | Runtime | Comment |
|:----:|----------:|--------:|:--------|
| 0 | reexec | 30 | 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 1 new or modified test
files. |
||| _ trunk Compile Tests _ |
| 0 | mvndep | 76 | Maven dependency ordering for branch |
| +1 | mvninstall | 551 | trunk passed |
| +1 | compile | 299 | trunk passed |
| +1 | checkstyle | 79 | trunk passed |
| +1 | mvnsite | 0 | trunk passed |
| +1 | shadedclient | 920 | branch has no errors when building and testing
our client artifacts. |
| +1 | javadoc | 152 | trunk passed |
| 0 | spotbugs | 326 | Used deprecated FindBugs config; considering
switching to SpotBugs. |
| +1 | findbugs | 532 | trunk passed |
||| _ Patch Compile Tests _ |
| 0 | mvndep | 33 | Maven dependency ordering for patch |
| +1 | mvninstall | 483 | the patch passed |
| +1 | compile | 294 | the patch passed |
| +1 | javac | 294 | the patch passed |
| +1 | checkstyle | 83 | the patch passed |
| +1 | mvnsite | 0 | the patch passed |
| +1 | whitespace | 0 | The patch has no whitespace issues. |
| +1 | shadedclient | 707 | patch has no errors when building and testing
our client artifacts. |
| +1 | javadoc | 149 | the patch passed |
| +1 | findbugs | 522 | the patch passed |
||| _ Other Tests _ |
| -1 | unit | 173 | hadoop-hdds in the patch failed. |
| -1 | unit | 1162 | hadoop-ozone in the patch failed. |
| -1 | asflicense | 50 | The patch generated 17 ASF License warnings. |
| | | 6488 | |
| Reason | Tests |
|-------:|:------|
| Failed junit tests | hadoop.ozone.web.client.TestKeys |
| | hadoop.ozone.client.rpc.TestBCSID |
| | hadoop.ozone.container.common.impl.TestContainerPersistence |
| Subsystem | Report/Notes |
|----------:|:-------------|
| Docker | Client=17.05.0-ce Server=17.05.0-ce base:
https://builds.apache.org/job/hadoop-multibranch/job/PR-862/1/artifact/out/Dockerfile
|
| GITHUB PR | https://github.com/apache/hadoop/pull/862 |
| Optional Tests | dupname asflicense compile javac javadoc mvninstall
mvnsite unit shadedclient findbugs checkstyle |
| uname | Linux 1583e51bf3c4 4.4.0-143-generic #169~14.04.2-Ubuntu SMP Wed
Feb 13 15:00:41 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | maven |
| Personality | personality/hadoop.sh |
| git revision | trunk / 4a692bc |
| Default Java | 1.8.0_212 |
| unit |
https://builds.apache.org/job/hadoop-multibranch/job/PR-862/1/artifact/out/patch-unit-hadoop-hdds.txt
|
| unit |
https://builds.apache.org/job/hadoop-multibranch/job/PR-862/1/artifact/out/patch-unit-hadoop-ozone.txt
|
| Test Results |
https://builds.apache.org/job/hadoop-multibranch/job/PR-862/1/testReport/ |
| asflicense |
https://builds.apache.org/job/hadoop-multibranch/job/PR-862/1/artifact/out/patch-asflicense-problems.txt
|
| Max. process+thread count | 4226 (vs. ulimit of 5500) |
| modules | C: hadoop-hdds/container-service hadoop-ozone/integration-test
U: . |
| Console output |
https://builds.apache.org/job/hadoop-multibranch/job/PR-862/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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 249259)
Time Spent: 0.5h (was: 20m)
> TestContainerReplication#testContainerReplication fails intermittently
> ----------------------------------------------------------------------
>
> Key: HDDS-1341
> URL: https://issues.apache.org/jira/browse/HDDS-1341
> Project: Hadoop Distributed Data Store
> Issue Type: Bug
> Reporter: Lokesh Jain
> Assignee: Elek, Marton
> Priority: Major
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> The test fails intermittently. The link to the test report can be found below.
> https://builds.apache.org/job/PreCommit-HDDS-Build/2582/testReport/
> {code:java}
> java.lang.AssertionError: Container is not replicated to the destination
> datanode
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertNotNull(Assert.java:621)
> at
> org.apache.hadoop.ozone.container.TestContainerReplication.testContainerReplication(TestContainerReplication.java:139)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
> at
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
> at
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> at
> org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74)
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]