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 71C9E996D for ; Fri, 21 Dec 2012 15:09:13 +0000 (UTC) Received: (qmail 22258 invoked by uid 500); 21 Dec 2012 15:09:13 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 22205 invoked by uid 500); 21 Dec 2012 15:09: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 22185 invoked by uid 99); 21 Dec 2012 15:09:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Dec 2012 15:09:12 +0000 Date: Fri, 21 Dec 2012 15:09:12 +0000 (UTC) From: "Jonathan Hsieh (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-7388) Snapshot branch 12/18 rebase broke TestSnapshotFromMaster#testSnapshotHFileArchiving 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-7388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13538120#comment-13538120 ] Jonathan Hsieh commented on HBASE-7388: --------------------------------------- Since this is trivial, I plan on committing this to the branch in about 24 hours. > Snapshot branch 12/18 rebase broke TestSnapshotFromMaster#testSnapshotHFileArchiving > ------------------------------------------------------------------------------------ > > Key: HBASE-7388 > URL: https://issues.apache.org/jira/browse/HBASE-7388 > Project: HBase > Issue Type: Sub-task > Components: snapshots, test > Affects Versions: hbase-6055 > Reporter: Jonathan Hsieh > Assignee: Jonathan Hsieh > Fix For: hbase-6055 > > Attachments: hbase-7388.patch > > > {code} > Running org.apache.hadoop.hbase.master.cleaner.TestSnapshotFromMaster > Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 30.232 sec <<< FAILURE! > Results : > Failed tests: testSnapshotHFileArchiving(org.apache.hadoop.hbase.master.cleaner.TestSnapshotFromMaster): Archived hfiles [] is missing snapshot file:hdfs://localhost:36177/user/jon/hbase/.snapshot/snapshot/8b7235fe93a521daee2a446915d87bfe/fam/01a951c716a445dea55698bdd79c294c > {code} > Something in trunk changed the number of hfiles generated such that only four are generated. The previous default was a min of 5 hfiles before compaction actually started so files were never compacted, and thus never archived. -- 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