You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ns...@apache.org on 2011/10/11 04:12:13 UTC

svn commit: r1181481 - /hbase/branches/0.89/bin/rolling-restart.sh

Author: nspiegelberg
Date: Tue Oct 11 02:12:12 2011
New Revision: 1181481

URL: http://svn.apache.org/viewvc?rev=1181481&view=rev
Log:
increase default rolling restart sleep to 60 until faster rolls can be tested more

Modified:
    hbase/branches/0.89/bin/rolling-restart.sh

Modified: hbase/branches/0.89/bin/rolling-restart.sh
URL: http://svn.apache.org/viewvc/hbase/branches/0.89/bin/rolling-restart.sh?rev=1181481&r1=1181480&r2=1181481&view=diff
==============================================================================
--- hbase/branches/0.89/bin/rolling-restart.sh (original)
+++ hbase/branches/0.89/bin/rolling-restart.sh Tue Oct 11 02:12:12 2011
@@ -53,7 +53,7 @@ if [ $# -gt 1 ] && [ "--sleep" = "$1" ];
   export HBASE_SLAVE_SLEEP=$1
   shift
 else
-  export HBASE_SLAVE_SLEEP=15
+  export HBASE_SLAVE_SLEEP=60
 fi
 
 # quick function to get a value from the HBase config file