keith-turner commented on code in PR #5743:
URL: https://github.com/apache/accumulo/pull/5743#discussion_r2214733108


##########
core/src/main/java/org/apache/accumulo/core/conf/Property.java:
##########
@@ -1412,6 +1412,15 @@ public enum Property {
           + "constraint.",
       "2.0.0"),
 
+  TABLE_ENABLE_ERASURE_CODES("table.file.ec.enable", "false", 
PropertyType.BOOLEAN,
+      "This determines if Accumulo will manage erasure codes on a table."
+          + " When setting this to true must also set erasure.code.policy.",
+      "2.1.4"),
+
+  TABLE_ERASURE_CODE_POLICY("table.file.ec.policy", "", PropertyType.STRING,

Review Comment:
   Added a check in 91d8b1a.  One potential problem with the check is that EC 
could only be used on a single volume and this would force enabling on all 
volumes.  However the check is nice for failing fast on bad input. Figure we 
can relax or remove the check later if its too broad.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to