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

Hudson commented on HBASE-14768:
--------------------------------

FAILURE: Integrated in HBase-1.2-IT #265 (See 
[https://builds.apache.org/job/HBase-1.2-IT/265/])
HBASE-14768 bin/graceful_stop.sh logs nothing as a balancer state to be (stack: 
rev 97f7857b7be4eae565b6b0bb0cc0c25aa25ccc9e)
* bin/graceful_stop.sh


> bin/graceful_stop.sh logs nothing as a balancer state to be stored
> ------------------------------------------------------------------
>
>                 Key: HBASE-14768
>                 URL: https://issues.apache.org/jira/browse/HBASE-14768
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Hiroshi Ikeda
>            Assignee: Hiroshi Ikeda
>            Priority: Trivial
>             Fix For: 2.0.0, 1.2.0, 1.3.0, 1.0.3, 1.1.3, 0.98.16
>
>         Attachments: HBASE-14768.patch
>
>
> In bin/graceful_stop.sh
> {code}
> log() {
>   echo `date +%Y-%m-%dT%H:%M:%S` $1
> }
> ...skip...
> if [ $HBASE_BALANCER_STATE != "false" ]; then
>   log "Restoring balancer state to " $HBASE_BALANCER_STATE
> {code}
> The position of the above last double quotation mark is wrong, and the 
> balancer state will be not shown.  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to