You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bs...@apache.org on 2018/12/31 16:10:43 UTC

[geode] branch feature/GEODE-2113d updated (9db7ebb -> c33b4a8)

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

bschuchardt pushed a change to branch feature/GEODE-2113d
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 9db7ebb  better exception handling for SSL & stats
     add c33b4a8  added logging for stresstest hang

No new revisions were added by this update.

Summary of changes:
 .../apache/geode/internal/net/NioSslEngine.java    |  30 +-
 .../geode/internal/net/NioSslEngineTest.java       | 445 +++++++++++++++++++++
 2 files changed, 462 insertions(+), 13 deletions(-)
 create mode 100644 geode-core/src/test/java/org/apache/geode/internal/net/NioSslEngineTest.java