Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 22619 invoked from network); 11 Oct 2008 02:22:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Oct 2008 02:22:05 -0000 Received: (qmail 29470 invoked by uid 500); 11 Oct 2008 02:22:04 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 29461 invoked by uid 500); 11 Oct 2008 02:22:04 -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 29450 invoked by uid 99); 11 Oct 2008 02:22:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Oct 2008 19:22:04 -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, 11 Oct 2008 02:21:07 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3F68E234C21C for ; Fri, 10 Oct 2008 19:21:44 -0700 (PDT) Message-ID: <460481338.1223691704258.JavaMail.jira@brutus> Date: Fri, 10 Oct 2008 19:21:44 -0700 (PDT) From: "Jean-Daniel Cryans (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=12638705#action_12638705 ] Jean-Daniel Cryans commented on HBASE-902: ------------------------------------------ Big button is nice! I would add a bit of doc (maybe to the right in italic) to briefly explain what it does. > 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, split.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.