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 EB2279EDC for ; Fri, 18 Nov 2011 03:46:17 +0000 (UTC) Received: (qmail 35447 invoked by uid 500); 18 Nov 2011 03:46:17 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 35193 invoked by uid 500); 18 Nov 2011 03:46:16 -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 34910 invoked by uid 99); 18 Nov 2011 03:46:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Nov 2011 03:46:16 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Nov 2011 03:46:13 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 559A68C23C for ; Fri, 18 Nov 2011 03:45:52 +0000 (UTC) Date: Fri, 18 Nov 2011 03:45:52 +0000 (UTC) From: "Hudson (Commented) (JIRA)" To: issues@hbase.apache.org Message-ID: <1165370859.42005.1321587952352.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <274117647.19708.1320974632815.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-4771) Script to List HRegion Availability 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-4771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13152624#comment-13152624 ] Hudson commented on HBASE-4771: ------------------------------- Integrated in HBase-TRUNK #2453 (See [https://builds.apache.org/job/HBase-TRUNK/2453/]) [jira] [HBASE-4771] List HBase Region availability Summary: One critical feature necessary to completely automate production pushes is the ability to recognize when HBase has successfully made all regions available for reads/writes (step prior to HBCK). Created script to display region availability status and stall until all onlined regions are actually available. Test Plan: - bin/hbase org.jruby.Main bin/region_status.rb wait Reviewers: stack, Kannan, JIRA Reviewed By: stack CC: stack Differential Revision: 399 karthik : Files : * /hbase/trunk/bin/region_status.rb > Script to List HRegion Availability > ----------------------------------- > > Key: HBASE-4771 > URL: https://issues.apache.org/jira/browse/HBASE-4771 > Project: HBase > Issue Type: Improvement > Affects Versions: 0.94.0 > Reporter: Nicolas Spiegelberg > Assignee: Nicolas Spiegelberg > Priority: Minor > Fix For: 0.92.0 > > Attachments: D399.1.patch, D399.2.patch > > > One critical feature necessary to completely automate production pushes is the ability to recognize when HBase has successfully made all regions available for reads/writes (step prior to HBCK). Created script to display region availability status and stall until all onlined regions are actually available. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira