You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ag...@apache.org on 2017/09/21 23:41:50 UTC

[geode] branch feature/GEODE-3190 updated: GEODE-3190 Added additional log to diagnose the issue in test hook.

This is an automated email from the ASF dual-hosted git repository.

agingade pushed a commit to branch feature/GEODE-3190
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/feature/GEODE-3190 by this push:
     new 1156fa9  GEODE-3190 Added additional log to diagnose the issue in test hook.
1156fa9 is described below

commit 1156fa9f4e17c403a556afdbc5cfad5f0b2dbb24
Author: Anil <ag...@pivotal.io>
AuthorDate: Thu Sep 21 16:40:10 2017 -0700

    GEODE-3190 Added additional log to diagnose the issue in test hook.
---
 .../main/java/org/apache/geode/internal/cache/AbstractRegionMap.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/AbstractRegionMap.java b/geode-core/src/main/java/org/apache/geode/internal/cache/AbstractRegionMap.java
index dbcf9b7..40c8b07 100644
--- a/geode-core/src/main/java/org/apache/geode/internal/cache/AbstractRegionMap.java
+++ b/geode-core/src/main/java/org/apache/geode/internal/cache/AbstractRegionMap.java
@@ -93,7 +93,7 @@ public abstract class AbstractRegionMap implements RegionMap {
    * This test hook is used to force the conditions for defect 48182. This hook is used by
    * Bug48182JUnitTest.
    */
-  static volatile Runnable testHookRunnableFor48182 = null;
+  static Runnable testHookRunnableFor48182 = null;
 
   private RegionEntryFactory entryFactory;
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@geode.apache.org" <co...@geode.apache.org>'].