[
https://issues.apache.org/jira/browse/HBASE-18392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16131044#comment-16131044
]
Hudson commented on HBASE-18392:
--------------------------------
FAILURE: Integrated in Jenkins build HBASE-14070.HLC #233 (See
[https://builds.apache.org/job/HBASE-14070.HLC/233/])
HBASE-18392 Add default value of --movetimeout to rolling-restart.sh (tedyu:
rev 56d00f574b391fa58ba5b73718f2a5b29171bd07)
* (edit) bin/rolling-restart.sh
> Add default value of ----movetimeout to rolling-restart.sh
> ----------------------------------------------------------
>
> Key: HBASE-18392
> URL: https://issues.apache.org/jira/browse/HBASE-18392
> Project: HBase
> Issue Type: Bug
> Components: scripts
> Affects Versions: 3.0.0
> Reporter: Samir Ahmic
> Assignee: Samir Ahmic
> Fix For: 3.0.0
>
> Attachments: HBASE-18392-master-001.patch
>
>
> We are calling graceful_stop.sh in rolling-restart.sh with following line
> {code}
> "$bin"/graceful_stop.sh --config ${HBASE_CONF_DIR} --restart --reload -nob
> --maxthreads \
> ${RR_MAXTHREADS} ${RR_NOACK} --movetimeout ${RR_MOVE_TIMEOUT}
> $hostname
> {code}
> and if we not specified --movetimeout option while calling rolling-restart.sh
> --graceful script will not work. My propose is to add default value for this
> parameter same way we are doing in graceful_stop.sh
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)