Chris Nauroth created HDFS-4065: ----------------------------------- Summary: TestDFSShell.testGet sporadically fails attempting to corrupt block files due to race condition Key: HDFS-4065 URL: https://issues.apache.org/jira/browse/HDFS-4065 Project: Hadoop HDFS Issue Type: Bug Components: test Affects Versions: 1-win Reporter: Chris Nauroth Assignee: Chris Nauroth
TestDFSShell.testGet attempts to simulate corruption of block files in order to test hadoop fs -get with the -ignoreCrc option. It is possible that the data node's DataXceiver thread has not yet closed the block file. This causes a locking violation on Windows, so the test fails. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira