You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ud...@apache.org on 2016/10/11 03:07:45 UTC

[17/20] incubator-geode git commit: GEODE-1956: fix the race condition that cause the vm only hosts 1 primary bucket

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/commit/71c6325e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/71c6325e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/71c6325e

Branch: refs/heads/feature/GEODE-1801
Commit: 71c6325ed3328cd94055ba3a8d427453fbaee5c5
Parents: ebf41ce
Author: zhouxh <gz...@pivotal.io>
Authored: Mon Oct 10 11:46:53 2016 -0700
Committer: Udo Kohlmeyer <uk...@pivotal.io>
Committed: Tue Oct 11 14:06:53 2016 +1100

----------------------------------------------------------------------
 .../java/org/apache/geode/cache/lucene/LuceneQueriesPRBase.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/71c6325e/geode-lucene/src/test/java/org/apache/geode/cache/lucene/LuceneQueriesPRBase.java
----------------------------------------------------------------------
diff --git a/geode-lucene/src/test/java/org/apache/geode/cache/lucene/LuceneQueriesPRBase.java b/geode-lucene/src/test/java/org/apache/geode/cache/lucene/LuceneQueriesPRBase.java
index d24131a..dd3dea1 100644
--- a/geode-lucene/src/test/java/org/apache/geode/cache/lucene/LuceneQueriesPRBase.java
+++ b/geode-lucene/src/test/java/org/apache/geode/cache/lucene/LuceneQueriesPRBase.java
@@ -54,7 +54,7 @@ import org.apache.geode.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() {