Description
A Datanode should scan its disk devices in parallel so that the time to generate a block report is reduced. This will reduce the startup time of a cluster.
A datanode has 12 disk (each of 1 TB) to store HDFS blocks. There is a total of 150K blocks on these 12 disks. It takes the datanode upto 20 minutes to scan these devices to generate the first block report.
Attachments
Attachments
Issue Links
- is related to
-
HDFS-270 DFS Upgrade should process dfs.data.dirs in parallel
- Resolved