You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2011/01/07 22:17:49 UTC

svn commit: r1056514 - in /hbase/branches/0.90: CHANGES.txt bin/hbase-daemon.sh

Author: stack
Date: Fri Jan  7 21:17:47 2011
New Revision: 1056514

URL: http://svn.apache.org/viewvc?rev=1056514&view=rev
Log:
HBASE-3430 hbase-daemon.sh should clean up PID files on process stop

Modified:
    hbase/branches/0.90/CHANGES.txt
    hbase/branches/0.90/bin/hbase-daemon.sh

Modified: hbase/branches/0.90/CHANGES.txt
URL: http://svn.apache.org/viewvc/hbase/branches/0.90/CHANGES.txt?rev=1056514&r1=1056513&r2=1056514&view=diff
==============================================================================
--- hbase/branches/0.90/CHANGES.txt (original)
+++ hbase/branches/0.90/CHANGES.txt Fri Jan  7 21:17:47 2011
@@ -787,6 +787,7 @@ Release 0.90.0 - Unreleased
    HBASE-3418  Increment operations can break when qualifiers are split
                between memstore/snapshot and storefiles
    HBASE-3403  Region orphaned after failure during split
+   HBASE-3430  hbase-daemon.sh should clean up PID files on process stop
 
 
   IMPROVEMENTS

Modified: hbase/branches/0.90/bin/hbase-daemon.sh
URL: http://svn.apache.org/viewvc/hbase/branches/0.90/bin/hbase-daemon.sh?rev=1056514&r1=1056513&r2=1056514&view=diff
==============================================================================
--- hbase/branches/0.90/bin/hbase-daemon.sh (original)
+++ hbase/branches/0.90/bin/hbase-daemon.sh Fri Jan  7 21:17:47 2011
@@ -164,6 +164,7 @@ case $startStop in
           echo -n "."
           sleep 1;
         done
+        rm $pid
         echo
       else
         retval=$?