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

Devaraj Das commented on HBASE-9389:
------------------------------------

The (unrelated) test failure seems to be caused by tasktracker not starting up 
correctly in the test. 
{noformat}
2013-08-30 16:19:37,869 INFO  [pool-1-thread-1] log.Slf4jLog(67): Stopped 
[email protected]:0
2013-08-30 16:19:37,971 ERROR [Thread-207] mapred.TaskTracker(1926): Caught 
exception: java.io.IOException: Jetty problem. Jetty didn't bind to a valid port
        at 
org.apache.hadoop.mapred.TaskTracker.checkJettyPort(TaskTracker.java:1630)
        at 
org.apache.hadoop.mapred.TaskTracker.offerService(TaskTracker.java:1903)
        at org.apache.hadoop.mapred.TaskTracker.run(TaskTracker.java:2676)
        at 
org.apache.hadoop.mapred.MiniMRCluster$TaskTrackerRunner.run(MiniMRCluster.java:217)
        at java.lang.Thread.run(Thread.java:662)

{noformat}
                
> Favorednodes command line not verifying assignments correctly
> -------------------------------------------------------------
>
>                 Key: HBASE-9389
>                 URL: https://issues.apache.org/jira/browse/HBASE-9389
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Devaraj Das
>            Assignee: Devaraj Das
>            Priority: Critical
>             Fix For: 0.96.0
>
>         Attachments: 9389-1.txt, verification-fix.1.txt
>
>
> In manual testing, encountered an issue to do with the command line tool 
> (HBASE-9116) not verifying the assignments correctly. Although the regions 
> are assigned to the favored nodes, the verification/print showed otherwise.
> The command to reproduce the problem (after having created the tables, and 
> loading some data):
> bin/hbase org.apache.hadoop.hbase.master.RegionPlacementMaintainer -tables 
> cluster_test1,cluster_test2 -hbase_root /apps/hbase/data -v 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to