Not sure why this got into master, but probably needs to be reverted.

--Mark
---------- Forwarded message ----------
From: <[email protected]>
Date: Mon, Oct 10, 2016 at 11:21 AM
Subject: incubator-geode git commit: GEODE-1956: fix the race condition
that cause the vm only hosts 1 primary bucket
To: [email protected]


Repository: incubator-geode
Updated Branches:
  refs/heads/master 2e1075246 -> c3162e0b9


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


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commi
t/c3162e0b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/c3162e0b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/c3162e0b

Branch: refs/heads/master
Commit: c3162e0b9d7315c4665ebd05e26515228f9e89de
Parents: 2e10752
Author: zhouxh <[email protected]>
Authored: Mon Oct 10 11:20:25 2016 -0700
Committer: zhouxh <[email protected]>
Committed: Mon Oct 10 11:20:25 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/
c3162e0b/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/luce
ne/LuceneQueriesPRBase.java
index 1de600d..66a5f48 100644
--- a/geode-lucene/src/test/java/com/gemstone/gemfire/cache/luce
ne/LuceneQueriesPRBase.java
+++ b/geode-lucene/src/test/java/com/gemstone/gemfire/cache/luce
ne/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 = 7;
+  protected static final int NUM_BUCKETS = 10;

   @After
   public void cleanupRebalanceCallback() {

Reply via email to