Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 50415 invoked from network); 2 Jun 2010 01:46:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Jun 2010 01:46:06 -0000 Received: (qmail 99300 invoked by uid 500); 2 Jun 2010 01:46:06 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 99260 invoked by uid 500); 2 Jun 2010 01:46:06 -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 99052 invoked by uid 99); 2 Jun 2010 01:46:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jun 2010 01:46:05 +0000 X-ASF-Spam-Status: No, hits=-1487.7 required=10.0 tests=ALL_TRUSTED,AWL,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jun 2010 01:46:05 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o521jjBn026987 for ; Wed, 2 Jun 2010 01:45:45 GMT Message-ID: <3696184.121051275443145301.JavaMail.jira@thor> Date: Tue, 1 Jun 2010 21:45:45 -0400 (EDT) From: "HBase Review Board (JIRA)" To: issues@hbase.apache.org Subject: [jira] Commented: (HBASE-2560) IllegalArgumentException when manually splitting table from web UI MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-2560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12874369#action_12874369 ] HBase Review Board commented on HBASE-2560: ------------------------------------------- Message from: "Todd Lipcon" ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://review.hbase.org/r/112/#review118 ----------------------------------------------------------- src/main/java/org/apache/hadoop/hbase/master/HMaster.java I'll get rid of this before commit, just was useful when trying to figure out what was going on with the TODO below - Todd > IllegalArgumentException when manually splitting table from web UI > ------------------------------------------------------------------ > > Key: HBASE-2560 > URL: https://issues.apache.org/jira/browse/HBASE-2560 > Project: HBase > Issue Type: Bug > Components: master > Affects Versions: 0.21.0 > Reporter: Todd Lipcon > Priority: Critical > Attachments: hbase-2560.txt > > > Clicked split once, then again, got an error: > http://monster01.sf.cloudera.com:60010/table.jsp?action=split&name=VerifiableEditor&key= > java.lang.IllegalArgumentException: Not a host:port pair: > at org.apache.hadoop.hbase.HServerAddress.(HServerAddress.java:57) > at org.apache.hadoop.hbase.master.HMaster.getTableRegions(HMaster.java:841) > at org.apache.hadoop.hbase.master.HMaster.modifyTable(HMaster.java:981) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.