You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by es...@apache.org on 2019/10/30 00:24:31 UTC

[geode] branch develop updated (7868cb6 -> 52c9d9d)

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

eshu11 pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 7868cb6  GEODE-7361: sever ties to PoolStatHelper & CoreLoggingExecutors (#4238)
     add 52c9d9d  GEODE-7341: Provide a way to avoid memory lock if over committed (#4210)

No new revisions were added by this update.

Summary of changes:
 .../internal/InternalDistributedSystem.java        |  71 ++++++++------
 .../internal/InternalDistributedSystemTest.java    | 108 +++++++++++++++++++++
 2 files changed, 152 insertions(+), 27 deletions(-)
 create mode 100644 geode-core/src/test/java/org/apache/geode/distributed/internal/InternalDistributedSystemTest.java