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:
parent
a744bbec1d
commit
ce16f762e9
|
@ -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
|
||||
|
|
|
@ -164,6 +164,7 @@ case $startStop in
|
|||
echo -n "."
|
||||
sleep 1;
|
||||
done
|
||||
rm $pid
|
||||
echo
|
||||
else
|
||||
retval=$?
|
||||
|
|
Loading…
Reference in New Issue