Description
java.io.File's method renameTo() returns boolean (true for success and false for failure). If any call to this method failed, the caller can't tell why it failed.
Filing this jira to address this issue in FileJournalManager by using hadoop nativeio alternative.
Attachments
Attachments
Issue Links
- is related to
-
HDFS-7118 Improve diagnostics on storage directory rename operations by using NativeIO#renameTo in Storage#rename.
- Closed