Flume's init script output is confusing when restarting
-------------------------------------------------------
Key: BIGTOP-231
URL: https://issues.apache.org/jira/browse/BIGTOP-231
Project: Bigtop
Issue Type: Sub-task
Affects Versions: 0.1.0
Reporter: Peter Linnell
Priority: Minor
Fix For: 0.3.0
When restarting, we should explicitly state we are sleeping for 3 seconds
restart() {
stop
echo "Sleeping for ${DOTIME}"
sleep ${DOTIME}
start
}
Activity
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira