HBASE-3430 hbase-daemon.sh should clean up PID files on process stop

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1056515 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2011-01-07 21:18:31 +00:00
parent a744bbec1d
commit ce16f762e9
2 changed files with 2 additions and 0 deletions

View File

@ -824,6 +824,7 @@ Release 0.90.0 - Unreleased
Andrew Purtell)
HBASE-3407 hbck should pause between fixing and re-checking state
HBASE-3401 Region IPC operations should be high priority
HBASE-3430 hbase-daemon.sh should clean up PID files on process stop
IMPROVEMENTS

View File

@ -164,6 +164,7 @@ case $startStop in
echo -n "."
sleep 1;
done
rm $pid
echo
else
retval=$?