Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 3056 invoked from network); 13 Jun 2009 08:59:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Jun 2009 08:59:20 -0000 Received: (qmail 86560 invoked by uid 500); 13 Jun 2009 08:59:31 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 86513 invoked by uid 500); 13 Jun 2009 08:59:31 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 86497 invoked by uid 99); 13 Jun 2009 08:59:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Jun 2009 08:59:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Jun 2009 08:59:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 95BF0234C004 for ; Sat, 13 Jun 2009 01:59:07 -0700 (PDT) Message-ID: <314004151.1244883547599.JavaMail.jira@brutus> Date: Sat, 13 Jun 2009 01:59:07 -0700 (PDT) From: "ryan rawson (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-1513) Compactions to slow In-Reply-To: <1502302150.1244835787535.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-1513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ryan rawson updated HBASE-1513: ------------------------------- Status: Patch Available (was: Open) minor compactor previously was too complex and did too much logic. new one kicks ass. major compactions will be slow however (of course). > Compactions to slow > ------------------- > > Key: HBASE-1513 > URL: https://issues.apache.org/jira/browse/HBASE-1513 > Project: Hadoop HBase > Issue Type: Bug > Components: regionserver > Affects Versions: 0.20.0 > Reporter: Billy Pearson > Assignee: ryan rawson > Priority: Blocker > Fix For: 0.20.0 > > Attachments: HBASE-1513.patch > > > know there was some changes to compaction a few days back I just got back > to where I could run imports with the new client api > and noticing that compactions are vary slow I meand 100x+ slower then they > used to be I thought one of the servers compaction thread had died > but after retesting and ruleing that out. > I tested with and without compression and with and with out > blockcache and all are running about the same > I got one small compaction to complete it took 1977 secs to compact 48.56MB > thats about 25kb sec -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.