Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AB129DEF3 for ; Wed, 12 Dec 2012 17:01:26 +0000 (UTC) Received: (qmail 57761 invoked by uid 500); 12 Dec 2012 17:01:26 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 57207 invoked by uid 500); 12 Dec 2012 17:01:25 -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 56378 invoked by uid 99); 12 Dec 2012 17:01:24 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Dec 2012 17:01:24 +0000 Date: Wed, 12 Dec 2012 17:01:24 +0000 (UTC) From: "John Vines (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ACCUMULO-902) Have a common resource pool for minor and major compactions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 John Vines created ACCUMULO-902: ----------------------------------- Summary: Have a common resource pool for minor and major compactions Key: ACCUMULO-902 URL: https://issues.apache.org/jira/browse/ACCUMULO-902 Project: Accumulo Issue Type: Improvement Components: tserver Reporter: John Vines Assignee: Keith Turner Fix For: 1.6.0 Currently we have a defined threadpool for minor and major compactions, independent of one another. However, there are situations where a system may be minor compaction heavy with no major, or vice versa. I would like to see a common threadpool which is accessible to both operations for work to be done, with guarantees for certain resources to be available to the other type of work. That is, it should be a defined pool size with a (configurable) minimum of resources maintained for the other to maintain a certain QoS. Of course, major is heavier than minor, so some weighting of operations needs to be done to keep workloads reasonable. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira