kevinrr888 commented on code in PR #5994:
URL: https://github.com/apache/accumulo/pull/5994#discussion_r2578811086


##########
core/src/main/java/org/apache/accumulo/core/client/admin/compaction/ErasureCodeConfigurer.java:
##########
@@ -85,9 +85,12 @@ public Overrides override(InputParameters params) {
       long inputsSum =
           
params.getInputFiles().stream().mapToLong(CompactableFile::getEstimatedSize).sum();
       if (inputsSum >= this.ecSize) {
-        overs.put(Property.TABLE_ENABLE_ERASURE_CODES.getKey(), "enable");
-        if (ecPolicyName != null) {
-          overs.put(Property.TABLE_ERASURE_CODE_POLICY.getKey(), ecPolicyName);
+        if (!params.getEnvironment().getConfiguration(params.getTableId())

Review Comment:
   Addressed in 8b0a1cbc822403f38da98ced74a8ba2e6bc67427



-- 
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