Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 23043 invoked from network); 26 Nov 2007 23:48:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Nov 2007 23:48:07 -0000 Received: (qmail 10409 invoked by uid 500); 26 Nov 2007 23:47:55 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 10029 invoked by uid 500); 26 Nov 2007 23:47:53 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 10017 invoked by uid 99); 26 Nov 2007 23:47:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2007 15:47:53 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2007 23:48:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 07A83714204 for ; Mon, 26 Nov 2007 15:47:43 -0800 (PST) Message-ID: <1607502.1196120863011.JavaMail.jira@brutus> Date: Mon, 26 Nov 2007 15:47:43 -0800 (PST) From: "stack (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-2255) [hbase] UI listing regions should be sorted by address and list all data from META row including whether region is offline, split daughters, etc. In-Reply-To: <509118.1195686165242.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/HADOOP-2255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12545649 ] stack commented on HADOOP-2255: ------------------------------- web ui should list hostnames instead of or in addition to server addresses -- from paul saab (Make sure the hostname in ISA instance in HServerAddress is cached -- and that we're not doing a lookup each time). > [hbase] UI listing regions should be sorted by address and list all data from META row including whether region is offline, split daughters, etc. > ------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: HADOOP-2255 > URL: https://issues.apache.org/jira/browse/HADOOP-2255 > Project: Hadoop > Issue Type: Bug > Components: contrib/hbase > Reporter: stack > Priority: Minor > > Currently, looking at a cluster underload, you'll often trip over the disorientating listing of more than one region with a null end key (Was seen by Billy yesterday and psaab today). UI should ist out all of its attributes. > Also sort region listings by server address so easier finding servers. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.