Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 68725 invoked from network); 18 Oct 2008 01:59:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Oct 2008 01:59:05 -0000 Received: (qmail 52011 invoked by uid 500); 18 Oct 2008 01:59:06 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 51983 invoked by uid 500); 18 Oct 2008 01:59:06 -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 51972 invoked by uid 99); 18 Oct 2008 01:59:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Oct 2008 18:59:06 -0700 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, 18 Oct 2008 01:58:06 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 89D50234C235 for ; Fri, 17 Oct 2008 18:58:44 -0700 (PDT) Message-ID: <93527094.1224295124563.JavaMail.jira@brutus> Date: Fri, 17 Oct 2008 18:58:44 -0700 (PDT) From: "Andrew Purtell (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Commented: (HBASE-902) Add force major compaction and force split to UI In-Reply-To: <950836415.1222407824377.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640734#action_12640734 ] Andrew Purtell commented on HBASE-902: -------------------------------------- I would like to commit this but do not want to commit something (of mine) without review by another pair of eyes. Will wait. > Add force major compaction and force split to UI > ------------------------------------------------ > > Key: HBASE-902 > URL: https://issues.apache.org/jira/browse/HBASE-902 > Project: Hadoop HBase > Issue Type: Improvement > Reporter: stack > Assignee: Andrew Purtell > Attachments: 902-1.patch, 902-2.patch, 902-3.patch, split.png, ui.1.png > > > Would help debugging or at start of big upload or if we have a hot region we want to distribute over the cluster if we could just manually force the splitting of regions. > I thought it would be just a little messing in jsp but its a bit more than that. > Actual decision to split is made down in guts of the Store. Won't split if any references still around and a file must be > maxsize. > Chatting w/ Jon Gray, could set a flag on the region that we want to split. Could do this from UI (Can get to HRegion instance from HRS instance in HRS jsp). Stores have references to their hosting regions (I think). When figuring if we're to split, check the force split flag up in the hosting region. > To get the flag checked, safest way is to just force a flush (Otherwise, have to mess w/ locks in the compact/splitter thread). Registering a flush request on a region is easy enough to do. Its a public method on HRS (or HR). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.