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 <[email protected]>
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
['"[email protected]" <[email protected]>'].