Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 98230 invoked from network); 31 Jan 2009 21:02:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Jan 2009 21:02:23 -0000 Received: (qmail 35022 invoked by uid 500); 31 Jan 2009 21:02:22 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 34998 invoked by uid 500); 31 Jan 2009 21:02:22 -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 34986 invoked by uid 99); 31 Jan 2009 21:02:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 Jan 2009 13:02:22 -0800 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, 31 Jan 2009 21:02:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9B3A0234C4AF for ; Sat, 31 Jan 2009 13:01:59 -0800 (PST) Message-ID: <1076893639.1233435719634.JavaMail.jira@brutus> Date: Sat, 31 Jan 2009 13:01:59 -0800 (PST) From: "Nitay Joffe (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Assigned: (HBASE-1171) move force split/compact/major compact logic to client In-Reply-To: <1061498744.1233434519704.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-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nitay Joffe reassigned HBASE-1171: ---------------------------------- Assignee: (was: Nitay Joffe) > move force split/compact/major compact logic to client > ------------------------------------------------------ > > Key: HBASE-1171 > URL: https://issues.apache.org/jira/browse/HBASE-1171 > Project: Hadoop HBase > Issue Type: Improvement > Components: master, regionserver > Reporter: Andrew Purtell > > We decided to have the force split, compact, or major compact actions on tables or regions go through the master, in part because then it is easy to have pushbuttons in the master UI for table actions. Requests are relayed by the master via the instruction stream returned when HRS call in. As Zookeeper integration progresses, and the master shrinks accordingly, the code in HBaseAdmin for requesting force splits etc. should move away from the HMasterInterface.modifyTable and instead talk directly to the regionserver(s) as desired. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.