You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2017/02/03 23:13:14 UTC

lucene-solr:master: SOLR-10064: Lower block cache size to fit within default limits.

Repository: lucene-solr
Updated Branches:
  refs/heads/master 98d1dabcd -> e316f2f15


SOLR-10064: Lower block cache size to fit within default limits.


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/e316f2f1
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/e316f2f1
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/e316f2f1

Branch: refs/heads/master
Commit: e316f2f15a2a2ed64452c7effba30d6bf2d53fac
Parents: 98d1dab
Author: markrmiller <ma...@apache.org>
Authored: Fri Feb 3 18:12:59 2017 -0500
Committer: markrmiller <ma...@apache.org>
Committed: Fri Feb 3 18:12:59 2017 -0500

----------------------------------------------------------------------
 .../solr/cloud/hdfs/HdfsCollectionsAPIDistributedZkTest.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/e316f2f1/solr/core/src/test/org/apache/solr/cloud/hdfs/HdfsCollectionsAPIDistributedZkTest.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/cloud/hdfs/HdfsCollectionsAPIDistributedZkTest.java b/solr/core/src/test/org/apache/solr/cloud/hdfs/HdfsCollectionsAPIDistributedZkTest.java
index fc938a1..80aa78d 100644
--- a/solr/core/src/test/org/apache/solr/cloud/hdfs/HdfsCollectionsAPIDistributedZkTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/hdfs/HdfsCollectionsAPIDistributedZkTest.java
@@ -38,7 +38,7 @@ public class HdfsCollectionsAPIDistributedZkTest extends CollectionsAPIDistribut
   @BeforeClass
   public static void setupClass() throws Exception {
     dfsCluster = HdfsTestUtil.setupClass(createTempDir().toFile().getAbsolutePath());
-    System.setProperty("solr.hdfs.blockcache.blocksperbank", "2048");
+    System.setProperty("solr.hdfs.blockcache.blocksperbank", "1024");
 
     ZkConfigManager configManager = new ZkConfigManager(zkClient());
     configManager.uploadConfigDir(configset("cloud-hdfs"), "conf");