----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/41094/ -----------------------------------------------------------
Review request for geode and Sai Boorlagadda. Repository: geode Description ------- The problem was caused by the listener not rechecking the system property every time it was notified of an OutOfOffHeapMemoryException. Since the code that disconnects the distributed system when we run out of off-heap memory is async the test would intermittently pass. Diffs ----- gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/OffHeapStorage.java 82cbfeb3eabb7d8256feb9bf372a62b5dc34b276 Diff: https://reviews.apache.org/r/41094/diff/ Testing ------- OffHeapStorageJUnitTest, OffHeapManagementDUnitTest, and FreeListOffHeapRegionJUnitTest. These are all the tests that use STAY_CONNECTED_ON_OUTOFOFFHEAPMEMORY_PROPERTY. Thanks, Darrel Schneider
