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

Hadoop QA commented on HBASE-8705:
----------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12588410/HBASE-8705_2.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

    {color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
                        Please justify why no new tests are needed for this 
patch.
                        Also please list what manual steps were performed to 
verify this patch.

    {color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/6100//console

This message is automatically generated.
                
> RS holding META when restarted in a single node setup may hang infinitely 
> without META assignment
> -------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-8705
>                 URL: https://issues.apache.org/jira/browse/HBASE-8705
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.95.1
>            Reporter: ramkrishna.s.vasudevan
>            Assignee: ramkrishna.s.vasudevan
>            Priority: Minor
>             Fix For: 0.98.0, 0.95.2
>
>         Attachments: HBASE-8705_1.patch, HBASE-8705_2.patch, HBASE-8705.patch
>
>
> This bug may be minor as it likely to happen in a single node setup.
> I restarted the RS holding META. The master tried assigning META using 
> MetaSSH. But tried this before the new RS came up.
> So as not region plan is found 
> {code}
>  if (plan == null) {
>         LOG.warn("Unable to determine a plan to assign " + region);
>         if (tomActivated){
>           this.timeoutMonitor.setAllRegionServersOffline(true);
>         } else {
>           regionStates.updateRegionState(region, 
> RegionState.State.FAILED_OPEN);
>         }
>         return;
>       }
> {code}
> we just return without assigment.  And this being the META the small cluster 
> just hangs.

--
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