GitHub user milleruntime opened a pull request:
https://github.com/apache/accumulo/pull/135
ACCUMULO-1787: created TwoTierCompactionStrategy and its Test
Created a new Compaction Strategy based on the request in ACCUMULO-1787. It
is a hybrid compaction strategy that supports two types of compression. If
total size of files being compacted is less than
table.custom.file.small.compress.threshold than the faster compression type
will be used. The faster compression type is specified in
table.custom.file.small.compress.type. Otherwise, the normal table compression
will be used.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/milleruntime/accumulo ACCUMULO-1787
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/accumulo/pull/135.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #135
----
commit cca826249a9b7bd43975c673b0dbdd78c954286b
Author: milleruntime <[email protected]>
Date: 2016-07-27T18:46:29Z
ACCUMULO-1787: created TwoTierCompactionStrategy and its Test
----
---
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.
---