[
https://issues.apache.org/jira/browse/HDFS-706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eli Collins updated HDFS-706:
-----------------------------
Attachment: TEST-org.apache.hadoop.hdfs.TestHFlush.txt
I saw TestFiHFlush fail (reproducibly) with the following. TestHFlush passes.
After doing a clean build and re-running the test (which regenerates the fault
injection version) the test passes. Uploaded the full test log.
------------- Standard Error -----------------
java.lang.IndexOutOfBoundsException
at org.apache.hadoop.fs.FSInputChecker.read(FSInputChecker.java:151)
at
org.apache.hadoop.hdfs.DFSClient$BlockReader.read(DFSClient.java:1411)
at
org.apache.hadoop.hdfs.DFSClient$DFSInputStream.readBuffer(DFSClient.java:2081)
at
org.apache.hadoop.hdfs.DFSClient$DFSInputStream.read(DFSClient.java:2131)
at java.io.DataInputStream.read(DataInputStream.java:132)
at org.apache.hadoop.hdfs.TestHFlush.doTheJob(TestHFlush.java:118)
at org.apache.hadoop.hdfs.TestHFlush.hFlush_01(TestHFlush.java:41)
> Intermittent failures in TestFiHFlush
> -------------------------------------
>
> Key: HDFS-706
> URL: https://issues.apache.org/jira/browse/HDFS-706
> Project: Hadoop HDFS
> Issue Type: Bug
> Reporter: Konstantin Boudnik
> Attachments: TEST-org.apache.hadoop.hdfs.TestHFlush.txt
>
>
> Running tests on a Linux box I've started seeing intermittent failures among
> TestFiHFlush test cases.
> It turns out that occasional failures are observed on my laptop running BSD
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.