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 55C31E76C for ; Sat, 2 Mar 2013 14:31:14 +0000 (UTC) Received: (qmail 48471 invoked by uid 500); 2 Mar 2013 14:31:14 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 48428 invoked by uid 500); 2 Mar 2013 14:31:13 -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 48416 invoked by uid 99); 2 Mar 2013 14:31:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Mar 2013 14:31:13 +0000 Date: Sat, 2 Mar 2013 14:31:13 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-7947) Custom compaction requests should have test for adding to wrong list 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-7947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13591415#comment-13591415 ] Hudson commented on HBASE-7947: ------------------------------- Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #427 (See [https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/427/]) HBASE-7947: Custom compaction requests should have test for adding to wrong list (Revision 1451747) Result = FAILURE jyates : Files : * /hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestCompaction.java > Custom compaction requests should have test for adding to wrong list > -------------------------------------------------------------------- > > Key: HBASE-7947 > URL: https://issues.apache.org/jira/browse/HBASE-7947 > Project: HBase > Issue Type: Bug > Reporter: Jesse Yates > Assignee: Jesse Yates > Fix For: 0.95.0, 0.96.0 > > Attachments: HBASE-7947-v0.patch, hbase-7947-v1.patch > > > This came from backporting HBASE-7725 to 0.94. Essentially, the created compaction requests were added to the wrong list, resulting in concurrent modifications exceptions and incorrect return values when used in practice. The code is fine in 0.95/trunk, but should include the same added test to catch a possible regression. -- 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