Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 61E53200B58 for ; Wed, 27 Jul 2016 21:13:02 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 60705160A90; Wed, 27 Jul 2016 19:13:02 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D79A6160A6F for ; Wed, 27 Jul 2016 21:13:01 +0200 (CEST) Received: (qmail 70219 invoked by uid 500); 27 Jul 2016 19:13:01 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 70208 invoked by uid 99); 27 Jul 2016 19:13:00 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2016 19:13:00 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A9AABE02A2; Wed, 27 Jul 2016 19:13:00 +0000 (UTC) From: milleruntime To: dev@accumulo.apache.org Reply-To: dev@accumulo.apache.org Message-ID: Subject: [GitHub] accumulo pull request #135: ACCUMULO-1787: created TwoTierCompactionStrategy... Content-Type: text/plain Date: Wed, 27 Jul 2016 19:13:00 +0000 (UTC) archived-at: Wed, 27 Jul 2016 19:13:02 -0000 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 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 infrastructure@apache.org or file a JIRA ticket with INFRA. ---