You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "HBase Review Board (JIRA)" <ji...@apache.org> on 2010/06/02 03:45:44 UTC

[jira] Commented: (HBASE-2560) IllegalArgumentException when manually splitting table from web UI

    [ https://issues.apache.org/jira/browse/HBASE-2560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12874368#action_12874368 ] 

HBase Review Board commented on HBASE-2560:
-------------------------------------------

Message from: "Todd Lipcon" <to...@cloudera.com>

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://review.hbase.org/r/112/
-----------------------------------------------------------

Review request for hbase and Jonathan Gray.


Summary
-------

Patch fixes the issue and includes a unit test. Note that there is a TODO in the unit test - would appreciate comments on what the right behavior is there.


This addresses bug HBASE-2560.
    http://issues.apache.org/jira/browse/HBASE-2560


Diffs
-----

  src/main/java/org/apache/hadoop/hbase/master/HMaster.java c713245 
  src/test/java/org/apache/hadoop/hbase/master/TestMaster.java PRE-CREATION 

Diff: http://review.hbase.org/r/112/diff


Testing
-------


Thanks,

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.