Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
0.18.0
-
None
-
None
-
Incompatible change
-
Revert tmp files handling on DataNodes back to 0.17. sync() introduced in 0.18 has less gaurantees.
Description
This is a temporary work around issues discussed in HADOOP-4663.
The proposal is to remove all the files under tmp directory, thus bringing the behavior back to 0.17. The main cost is that sync() will not be supported. This is incompatible with 0.18.x, but not with 0.17 because of this reason.
Attachments
Attachments
Issue Links
- is part of
-
HDFS-142 In 0.20, move blocks being written into a blocksBeingWritten directory
- Closed
- is related to
-
HADOOP-5225 workaround for tmp file handling on DataNodes in 0.19.1 (HADOOP-4663)
- Closed