Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
It looks like triggering off heap eviction is somewhat asynchronous. We wrote a test that puts a bunch of entries into a region with offheap eviction, and the test occasionally fails with OutOfOffHeapMemoryException.
To reproduce this failure, just put a breakpoint or a sleep in org.apache.geode.internal.cache.control.OffHeapMemoryMonitor.OffHeapMemoryUsageListener#run and run the attached test.