You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ab...@apache.org on 2016/10/10 18:39:43 UTC

incubator-geode git commit: Revert "GEODE-1956: fix the race condition that cause the vm only hosts 1 primary bucket"

Repository: incubator-geode
Updated Branches:
  refs/heads/master c3162e0b9 -> 639c85602


Revert "GEODE-1956: fix the race condition that cause the vm only hosts 1 primary bucket"

This reverts commit c3162e0b9d7315c4665ebd05e26515228f9e89de.


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/639c8560
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/639c8560
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/639c8560

Branch: refs/heads/master
Commit: 639c856021ec9321cdc0895a5e1503a6296dc765
Parents: c3162e0
Author: Anthony Baker <ab...@apache.org>
Authored: Mon Oct 10 11:38:51 2016 -0700
Committer: Anthony Baker <ab...@apache.org>
Committed: Mon Oct 10 11:38:51 2016 -0700

----------------------------------------------------------------------
 .../com/gemstone/gemfire/cache/lucene/LuceneQueriesPRBase.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/639c8560/geode-lucene/src/test/java/com/gemstone/gemfire/cache/lucene/LuceneQueriesPRBase.java
----------------------------------------------------------------------
diff --git a/geode-lucene/src/test/java/com/gemstone/gemfire/cache/lucene/LuceneQueriesPRBase.java b/geode-lucene/src/test/java/com/gemstone/gemfire/cache/lucene/LuceneQueriesPRBase.java
index 66a5f48..1de600d 100644
--- a/geode-lucene/src/test/java/com/gemstone/gemfire/cache/lucene/LuceneQueriesPRBase.java
+++ b/geode-lucene/src/test/java/com/gemstone/gemfire/cache/lucene/LuceneQueriesPRBase.java
@@ -49,7 +49,7 @@ import com.gemstone.gemfire.test.dunit.VM;
  *
  */
 public abstract class LuceneQueriesPRBase extends LuceneQueriesBase {
-  protected static final int NUM_BUCKETS = 10;
+  protected static final int NUM_BUCKETS = 7;
 
   @After
   public void cleanupRebalanceCallback() {