This is an automated email from the ASF dual-hosted git repository.
bbender pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git.
from cbe2528 GEODE-8537: Solve memory increase when LRU eviction is
enabled (#687)
add b74f474 GEODE-8614: Add LowMemoryException exceptions (#688)
No new revisions were added by this update.
Summary of changes:
cppcache/include/geode/ExceptionTypes.hpp | 26 ++
cppcache/integration/test/CMakeLists.txt | 1 +
...PutAllTest.cpp => ExceptionTranslationTest.cpp} | 90 +++--
...n_cacheserver.xml => lowmemory_cacheserver.xml} | 6 +-
cppcache/src/ErrType.hpp | 2 +
cppcache/src/ExceptionTypes.cpp | 385 ++++++++++-----------
cppcache/src/ThinClientRegion.cpp | 7 +
cppcache/test/ExceptionTypesTest.cpp | 16 +
8 files changed, 296 insertions(+), 237 deletions(-)
copy cppcache/integration/test/{RegionPutAllTest.cpp =>
ExceptionTranslationTest.cpp} (52%)
copy cppcache/integration/test/resources/{pdxjson_cacheserver.xml =>
lowmemory_cacheserver.xml} (90%)