Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C6165EC3C for ; Wed, 27 Feb 2013 01:17:11 +0000 (UTC) Received: (qmail 77959 invoked by uid 500); 27 Feb 2013 01:17:11 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 77901 invoked by uid 500); 27 Feb 2013 01:17:11 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 77892 invoked by uid 99); 27 Feb 2013 01:17:11 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Feb 2013 01:17:11 +0000 Date: Wed, 27 Feb 2013 01:17:11 +0000 (UTC) From: "Hadoop QA (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-7725) Add ability to create custom compaction request MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-7725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13587832#comment-13587832 ] Hadoop QA commented on HBASE-7725: ---------------------------------- {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12571100/hbase-7725_0.94-v4.patch against trunk revision . {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:green}+1 tests included{color}. The patch appears to include 3 new or modified tests. {color:red}-1 patch{color}. The patch command could not apply the patch. Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/4564//console This message is automatically generated. > Add ability to create custom compaction request > ----------------------------------------------- > > Key: HBASE-7725 > URL: https://issues.apache.org/jira/browse/HBASE-7725 > Project: HBase > Issue Type: Bug > Components: Compaction, Coprocessors, regionserver > Affects Versions: 0.95.0, 0.94.6 > Reporter: Jesse Yates > Assignee: Jesse Yates > Fix For: 0.95.0, 0.94.6 > > Attachments: example.java, hbase-7725_0.94-v0.patch, hbase-7725_0.94-v3.patch, hbase-7725_0.94-v4.patch, hbase-7725-addenum.patch, hbase-7725-addenum-v1.patch, hbase-7725-v0.patch, hbase-7725-v1.patch, hbase-7725-v3.patch, hbase-7725-v4.patch, hbase-7725-v5.patch, hbase-7725-v6.patch, hbase-7725_with-attributes-0.94-v0.patch, hbase-7725_with-attributes-0.94-v1.patch > > > You can request that a compaction be started, but you can't be sure when that compaction request completes. This is a simple update to the CompactionRequest interface and the compact-split thread on the RS that doesn't actually impact the RS exposed interface. > This is particularly useful for CPs so they can control starting/running a compaction. > *Update - Better description (3/20/13):* > Enable coprocessors to submit custom compaction requests. > This compaction request is used (if not null) through the entire compaction process. If no custom compaction request is submitted (its null - the normal case) then we we build a new compaction request via the usual mechanisms in the Store. > Adding this mechanism is particularly useful when 'special' compactions are desired and you want to do things like: only change certain files for a particularly requested compaction or follow a single compaction through the queue. -- 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