Github user keith-turner commented on a diff in the pull request:
https://github.com/apache/accumulo/pull/135#discussion_r77687604
--- Diff:
server/tserver/src/main/java/org/apache/accumulo/tserver/compaction/TwoTierCompactionStrategy.java
---
@@ -73,6 +78,14 @@ private Long calculateTotalSize(MajorCompactionRequest
request, CompactionPlan p
}
@Override
+ public void init(Map<String,String> options) {
+ String threshold = options.get(LARGE_FILE_COMPRESSION_THRESHOLD);
--- End diff --
This is a good change, getting stuff from options instead of table config.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---