Skip to content

Commit

Permalink
Removed unnecessary variables from AsyncMetadataVersionManager
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinmay Soman committed Sep 17, 2012
1 parent 91ab1d8 commit 78ae5d5
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package voldemort.client.scheduler;

import java.util.Properties;
import java.util.Random;
import java.util.concurrent.Callable;

import org.apache.log4j.Logger;
Expand Down Expand Up @@ -32,11 +31,6 @@ public class AsyncMetadataVersionManager implements Runnable {
private Long currentClusterVersion;
private final Callable<Void> storeClientThunk;
private final SystemStoreRepository sysRepository;

// Random delta generator
private final int DELTA_MAX = 2000;
private final Random randomGenerator = new Random(System.currentTimeMillis());

public boolean isActive = false;

public AsyncMetadataVersionManager(SystemStoreRepository sysRepository,
Expand Down

0 comments on commit 78ae5d5

Please sign in to comment.