Author: mircea.markus
Date: 2008-07-24 04:56:28 -0400 (Thu, 24 Jul 2008)
New Revision: 6392
Modified:
benchmarks/benchmark-fwk/trunk/src/org/cachebench/tests/ReplicationOccursTest.java
Log:
increased try count
Modified:
benchmarks/benchmark-fwk/trunk/src/org/cachebench/tests/ReplicationOccursTest.java
===================================================================
---
benchmarks/benchmark-fwk/trunk/src/org/cachebench/tests/ReplicationOccursTest.java 2008-07-24
08:44:39 UTC (rev 6391)
+++
benchmarks/benchmark-fwk/trunk/src/org/cachebench/tests/ReplicationOccursTest.java 2008-07-24
08:56:28 UTC (rev 6392)
@@ -26,7 +26,7 @@
private Configuration conf;
private static final String PREFIX = "_ReplicationOccursTest_";
- private static final int REPLICATION_TRY_COUNT = 5;
+ private static final int REPLICATION_TRY_COUNT = 17;
private static final int REPLICATION_TRY_SLEEP = 2000;
public void setConfiguration(Configuration configuration)
@@ -71,7 +71,7 @@
private void tryToPut(CacheWrapper cache, Integer currentNodeIndex) throws Exception
{
int tryCount = 0;
- while (tryCount < 17)
+ while (tryCount < 5)
{
try
{
Show replies by date