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


##########
core/src/main/java/org/apache/accumulo/core/conf/Property.java:
##########
@@ -1412,6 +1412,19 @@ public enum Property {
           + "constraint.",
       "2.0.0"),
 
+  TABLE_ENABLE_ERASURE_CODES("table.file.ec", "dir", PropertyType.EC,

Review Comment:
   The `disable` case forces replication, even if the dir the file is being 
stored in has EC turned on.  The `dir` case will use ec if the directory the 
file is stored in has EC set, otherwise it will use replication.   So their 
behavior does differ.



-- 
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: notifications-unsubscr...@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to