Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.16.0
-
None
-
None
Description
This makes unit tests fail in unexpected ways.
In DFSTestUtil.java :
/** wait for the file's replication to be done */ static void waitReplication(FileSystem fs, Path fileName, short replFactor) throws IOException { boolean good; do { good = true; //... 'good' is never accessed } while(!good); }
Attachments
Attachments
Issue Links
- is depended upon by
-
HDFS-170 TestCrcCorruption sometimes fails
- Resolved