Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.5.1
Description
This is useful for Write-Ahead-Logs: these files are writen for recovery only, and are not read when there are no failures.
Taking HBase as an example, these files will be read only if the process that wrote them (the 'HBase regionserver') dies. This will likely come from a hardware failure, hence the corresponding datanode will be dead as well. So we're writing 3 replicas, but in reality only 2 of them are really useful.
Attachments
Attachments
Issue Links
- is duplicated by
-
HDFS-4946 Allow preferLocalNode in BlockPlacementPolicyDefault to be configurable
- Closed
- is related to
-
HDFS-13573 Javadoc for BlockPlacementPolicyDefault is inaccurate
- Resolved
-
HDFS-4946 Allow preferLocalNode in BlockPlacementPolicyDefault to be configurable
- Closed
- relates to
-
HBASE-5843 Improve HBase MTTR - Mean Time To Recover
- Closed
- links to