Description
The LazyWriter thread just uses FileUtils.copyFile to copy block files to persistent storage. It would be better to use unbuffered writes to avoid churning page cache.
Attachments
Attachments
Issue Links
- is related to
-
HDFS-7291 Persist in-memory replicas with appropriate unbuffered copy API on POSIX and Windows
- Closed