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

Hudson commented on HBASE-8030:
-------------------------------

Integrated in hbase-0.95-on-hadoop2 #16 (See 
[https://builds.apache.org/job/hbase-0.95-on-hadoop2/16/])
    HBASE-8030 znode  path of online region servers is hard coded in 
rolling_restart.sh (Rajeshbabu) (Revision 1454171)

     Result = FAILURE
tedyu : 
Files : 
* /hbase/branches/0.95/bin/rolling-restart.sh

                
> znode  path of online region servers is hard coded in rolling_restart.sh
> ------------------------------------------------------------------------
>
>                 Key: HBASE-8030
>                 URL: https://issues.apache.org/jira/browse/HBASE-8030
>             Project: HBase
>          Issue Type: Bug
>          Components: shell
>            Reporter: rajeshbabu
>            Assignee: rajeshbabu
>             Fix For: 0.98.0, 0.94.7
>
>         Attachments: HBASE-8030.patch
>
>
> znode path of online region servers($zparent/rs) is hard coded. We need to 
> use  configured value of zookeeper.znode.rs as child path.
> {code}
>     # gracefully restart all online regionservers
>     online_regionservers=`$bin/hbase zkcli ls $zparent/rs 2>&1 | tail -1 | 
> sed "s/\[//" | sed "s/\]//"`
> {code}

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