Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.22.0
-
None
-
None
-
Reviewed
Description
The refactoring in HDFS-2003 allowed findbugs to expose two potential bugs:
- the atime field logged with OP_MKDIR is unused
- the timestamp field logged with OP_CONCAT_DELETE is unused
The concat issue is definitely real. The atime for MKDIR might always be identical to mtime in that case, in which case it could be ignored.
Attachments
Attachments
Issue Links
- relates to
-
HDFS-2003 Separate FSEditLog reading logic from editLog memory state building logic
- Closed