HBASE-14768 bin/graceful_stop.sh logs nothing as a balancer state to be stored (Hiroshi Ikeda)
This commit is contained in:
parent
21b607e322
commit
050ebe850b
|
@ -157,7 +157,7 @@ fi
|
|||
|
||||
# Restore balancer state
|
||||
if [ $HBASE_BALANCER_STATE != "false" ]; then
|
||||
log "Restoring balancer state to " $HBASE_BALANCER_STATE
|
||||
log "Restoring balancer state to $HBASE_BALANCER_STATE"
|
||||
echo "balance_switch $HBASE_BALANCER_STATE" | "$bin"/hbase --config ${HBASE_CONF_DIR} shell &> /dev/null
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue