Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Not A Problem
-
None
-
None
-
None
-
None
Description
In HDFS, "dfs.namenode.fs-limits.max-directory-items" was introduced in HDFS-6102 to restrict max items of single directory, and the value of it can not be larger than the value of MAX_DIR_ITEMS. Since "ipc.maximum.data.length" was added in HADOOP-9676 and documented in HADOOP-13039 to make maximum RPC buffer size configurable, it's not proper to hard code the value of MAX_DIR_ITEMS in FSDirectory.
Attachments
Issue Links
- relates to
-
HDFS-6102 Lower the default maximum items per directory to fix PB fsimage loading
- Closed
-
HADOOP-13039 Add documentation for configuration property ipc.maximum.data.length for controlling maximum RPC message size.
- Closed
-
HADOOP-9676 make maximum RPC buffer size configurable
- Closed