Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
0.19.0
-
None
Description
In order to guarantee that an HLog sync() flushes the data to the HDFS, we will need to invoke FSDataOutputStream.sync() per HADOOP-4379.
Currently, there is no access to the underlying FSDataOutputStream from SequenceFile.Writer, as it is a package private member.
Attachments
Attachments
Issue Links
- is blocked by
-
HDFS-200 In HDFS, sync() not yet guarantees data available to the new readers
- Closed