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

Hudson commented on HBASE-10051:
--------------------------------

SUCCESS: Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #854 (See 
[https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/854/])
HBASE-10051 rolling-restart.sh have old value of "zookeeper.znode.unassiged" 
config causing infinite loop (stack: rev 1546215)
* /hbase/trunk/bin/rolling-restart.sh


> rolling-restart.sh have old value of "zookeeper.znode.unassiged" config 
> causing infinite loop
> ---------------------------------------------------------------------------------------------
>
>                 Key: HBASE-10051
>                 URL: https://issues.apache.org/jira/browse/HBASE-10051
>             Project: HBase
>          Issue Type: Bug
>          Components: scripts
>    Affects Versions: 0.96.0
>         Environment: x86_64 GNU/Linux
>            Reporter: Samir Ahmic
>            Assignee: Samir Ahmic
>             Fix For: 0.98.0, 0.96.1
>
>         Attachments: HBASE-10051.patch
>
>
> While running rolling-restart.sh without arguments or with --master-only 
> argument script throws error when trying to check did all regions are cleared 
> from transition state.  Here is line causing error:
> {code}
> if [ "$zunassigned" == "null" ]; then zunassigned="unassigned"; fi 
> {code}
> AFAIK default value of "zookeeper.znode.unassiged" is changed to 
> "region-in-transition". So we should change this line to:
> {code}
> if [ "$zunassigned" == "null" ]; then zunassigned="region-in-transition"; fi 
> {code}
> I will attach patch today.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to