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 1E26C200B65 for ; Wed, 17 Aug 2016 19:51:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1CACE160ABF; Wed, 17 Aug 2016 17:51:22 +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 89EC6160A6C for ; Wed, 17 Aug 2016 19:51:21 +0200 (CEST) Received: (qmail 99435 invoked by uid 500); 17 Aug 2016 17:51:20 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 99416 invoked by uid 99); 17 Aug 2016 17:51:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Aug 2016 17:51:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9CCBD2C02A4 for ; Wed, 17 Aug 2016 17:51:20 +0000 (UTC) Date: Wed, 17 Aug 2016 17:51:20 +0000 (UTC) From: "Michael Miller (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (ACCUMULO-1055) Configurable maximum size in which to perform merging minor compactions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 17 Aug 2016 17:51:22 -0000 [ https://issues.apache.org/jira/browse/ACCUMULO-1055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Miller reassigned ACCUMULO-1055: ---------------------------------------- Assignee: Michael Miller (was: Keith Turner) > Configurable maximum size in which to perform merging minor compactions > ----------------------------------------------------------------------- > > Key: ACCUMULO-1055 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1055 > Project: Accumulo > Issue Type: Improvement > Components: tserver > Reporter: Josh Elser > Assignee: Michael Miller > > When performing a merging minor compaction, the smallest file for a tablet is chosen, and then data to be minor compacted is merged with said small file. > When the smallest file isn't actually small, this can cause extremely large/long minor compactions. I don't want to completely "disable" merging minor compactions, for as I continue to run ingest, I'd like to take advantage of merging the small files together via minc. > An upper bound on the file size to merge seems the most straightforward means to control this. -- This message was sent by Atlassian JIRA (v6.3.4#6332)