Updated Branches: refs/heads/master f85d620e7 -> b5916ac38
Fixed BLUR-246 Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/e2677ea5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/e2677ea5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/e2677ea5 Branch: refs/heads/master Commit: e2677ea5968f1431f338e71793e9a35f7a5b1c9f Parents: 25fb703 Author: Aaron McCurry <[email protected]> Authored: Sat Sep 28 08:22:09 2013 -0400 Committer: Aaron McCurry <[email protected]> Committed: Sat Sep 28 08:23:48 2013 -0400 ---------------------------------------------------------------------- .../src/main/java/org/apache/blur/store/hdfs/HdfsDirectory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/e2677ea5/blur-store/src/main/java/org/apache/blur/store/hdfs/HdfsDirectory.java ---------------------------------------------------------------------- diff --git a/blur-store/src/main/java/org/apache/blur/store/hdfs/HdfsDirectory.java b/blur-store/src/main/java/org/apache/blur/store/hdfs/HdfsDirectory.java index 2b3f5b0..b95f7d7 100644 --- a/blur-store/src/main/java/org/apache/blur/store/hdfs/HdfsDirectory.java +++ b/blur-store/src/main/java/org/apache/blur/store/hdfs/HdfsDirectory.java @@ -55,7 +55,7 @@ public class HdfsDirectory extends Directory implements LastModified { private static final Log LOG = LogFactory.getLog(HdfsDirectory.class); - public static AtomicInteger fetchImpl = new AtomicInteger(1); + public static AtomicInteger fetchImpl = new AtomicInteger(4); // static { // Thread thread = new Thread(new Runnable() {
