Updated Branches: refs/heads/apache-blur-0.2 eb74d5fa1 -> 5a3e7dde8
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/5a3e7dde Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/5a3e7dde Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/5a3e7dde Branch: refs/heads/apache-blur-0.2 Commit: 5a3e7dde864d12b5f040edd033ca9238a55bdac3 Parents: eb74d5f Author: Aaron McCurry <[email protected]> Authored: Sat Sep 28 08:22:09 2013 -0400 Committer: Aaron McCurry <[email protected]> Committed: Sat Sep 28 08:22:09 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/5a3e7dde/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() {
