Description
A few minor improvements:
- @SuppressWarnings("deprecation") in FSEditLogOp can be removed.
- FSEditLogOpCodes.fromByte(..) can be more efficient.
- Some fields in FSEditLog can be final.
Attachments
Attachments
Issue Links
- relates to
-
HDFS-5781 Use an array to record the mapping between FSEditLogOpCode and the corresponding byte value
- Closed