Details
Description
In bin/graceful_stop.sh
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
The position of the above last double quotation mark is wrong, and the balancer state will be not shown.