[
https://issues.apache.org/jira/browse/HDFS-2498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13156308#comment-13156308
]
Konstantin Shvachko commented on HDFS-2498:
-------------------------------------------
See the following assert in the logs when the test actually succeeded:
{code}
Exception in thread "ReadWorker-7-/TestParallelRead.dat.0"
java.lang.AssertionError: Bad args: 262098 + 46 should be < 262144
at org.junit.Assert.fail(Assert.java:91)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.hadoop.hdfs.TestParallelRead$ReadWorker.read(TestParallelRead.java:137)
at
org.apache.hadoop.hdfs.TestParallelRead$ReadWorker.run(TestParallelRead.java:104)
{code}
This is a wrong condition, should be <=
> TestParallelRead times out consistently on Jenkins
> --------------------------------------------------
>
> Key: HDFS-2498
> URL: https://issues.apache.org/jira/browse/HDFS-2498
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: test
> Affects Versions: 0.22.0
> Reporter: Konstantin Shvachko
> Assignee: Jakob Homan
> Priority: Blocker
> Fix For: 0.22.0
>
> Attachments: TestParallelRead.txt
>
>
> During last several Jenkins builds TestParallelRead consistently fails. See
> Hadoop-Hdfs-22-branch for logs.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira