You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ud...@apache.org on 2020/11/06 22:31:41 UTC

[geode] branch develop updated (d1e003c -> c068979)

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

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


    from d1e003c  GEODE-8603: fix StressNew for support branches (#5717)
     add c068979  GEODE-8683: Honor maximum-time-between-pings in gateway receiver (#5701)

No new revisions were added by this update.

Summary of changes:
 .../apache/geode/internal/cache/tier/Acceptor.java |  2 +
 .../internal/cache/tier/sockets/AcceptorImpl.java  |  7 +++
 .../cache/tier/sockets/ClientHealthMonitor.java    | 33 +++++++++++---
 .../cache/tier/sockets/ServerConnection.java       |  2 +-
 .../tier/sockets/ClientHealthMonitorTest.java      |  4 ++
 .../geode/internal/cache/wan/WANTestBase.java      | 34 +++++++++++++-
 .../wan/parallel/ParallelWANStatsDUnitTest.java    | 52 ++++++++++++++++++++++
 7 files changed, 126 insertions(+), 8 deletions(-)