You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by Mark Bretl <as...@gmail.com> on 2016/10/10 18:26:34 UTC

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

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

--Mark
---------- Forwarded message ----------
From: <zh...@apache.org>
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: commits@geode.incubator.apache.org


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 <gz...@pivotal.io>
Authored: Mon Oct 10 11:20:25 2016 -0700
Committer: zhouxh <gz...@pivotal.io>
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() {

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

Posted by Anthony Baker <ab...@pivotal.io>.
Just reverted.  Thanks for catching this Mark.

Anthony

> On Oct 10, 2016, at 11:26 AM, Mark Bretl <as...@gmail.com> wrote:
> 
> Not sure why this got into master, but probably needs to be reverted.
> 
> --Mark
> ---------- Forwarded message ----------
> From: <zh...@apache.org>
> 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: commits@geode.incubator.apache.org
> 
> 
> 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 <gz...@pivotal.io>
> Authored: Mon Oct 10 11:20:25 2016 -0700
> Committer: zhouxh <gz...@pivotal.io>
> 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() {