Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0-alpha4
-
Incompatible change
-
By default, none of the built-in erasure coding policies are enabled. Users have to explicitly enable the erasure coding policy via the hdfs configuration 'dfs.namenode.ec.policies.enabled' before setting the policy on any directories.
Description
As discussed on HDFS-11314, administrators need to choose the correct set of EC policies based on cluster size and desired fault-tolerance properties.
This means we should not enable any EC policies by default, since any default value could be incorrect.
Attachments
Attachments
Issue Links
- depends upon
-
HDFS-11314 Enforce set of enabled EC policies on the NameNode
- Resolved