Description
Currently FSDataOutputStream.sync is a no-op if the wrapped stream is not Syncable. Instead it should call flush() if the wrapped stream is not syncable.
This behavior is already present in trunk, but branch-1 does not have this.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-7844 Flush/sync do not work on Hadoop LocalFileSystem
- Reopened