Race condition in TestBlockFixer causes intermittent failure
------------------------------------------------------------
Key: MAPREDUCE-2173
URL: https://issues.apache.org/jira/browse/MAPREDUCE-2173
Project: Hadoop Map/Reduce
Issue Type: Bug
Reporter: Patrick Kling
TestBlockFixer sometimes fails in reportCorruptBlocks because a corrupt block
is deleted before in.readFully is called. This causes a BlockMissingException
instead of the expected ChecksumException.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.