Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
HDFS-5698 (FSImage in protobuf)
-
None
-
None
-
Reviewed
Description
The current implementation of CacheManager serializes the CacheDirectiveInfoExpirationProto in-house. It should call PBHelper.convert() to avoid code duplication.