You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2013/03/04 21:45:33 UTC

svn commit: r1452505 - /accumulo/branches/1.5/test/system/randomwalk/conf/modules/Concurrent.xml

Author: ecn
Date: Mon Mar  4 20:45:32 2013
New Revision: 1452505

URL: http://svn.apache.org/r1452505
Log:
ACUMULO-1148 decrease the frequency with which shutdown and shutdown server are run

Modified:
    accumulo/branches/1.5/test/system/randomwalk/conf/modules/Concurrent.xml

Modified: accumulo/branches/1.5/test/system/randomwalk/conf/modules/Concurrent.xml
URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/test/system/randomwalk/conf/modules/Concurrent.xml?rev=1452505&r1=1452504&r2=1452505&view=diff
==============================================================================
--- accumulo/branches/1.5/test/system/randomwalk/conf/modules/Concurrent.xml (original)
+++ accumulo/branches/1.5/test/system/randomwalk/conf/modules/Concurrent.xml Mon Mar  4 20:45:32 2013
@@ -44,9 +44,9 @@
   <edge id="ct.ChangePermissions" weight="1000"/>
   <edge id="ct.CheckPermission" weight="1000"/>
   <edge id="ct.CheckBalance" weight="1000"/>
-  <edge id="ct.StopTabletServer" weight="1000"/>
+  <edge id="ct.StopTabletServer" weight="100"/>
   <edge id="ct.StartAll" weight="1000"/>
-  <edge id="ct.Shutdown" weight="100"/>
+  <edge id="ct.Shutdown" weight="10"/>
   <edge id="ct.Config" weight="1000"/>
   <edge id="END" weight="1"/>
 </node>