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 2020/03/20 16:05:47 UTC

[geode] branch develop updated (f84d3e6 -> 2d2a3f8)

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

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


    from f84d3e6  GEODE-7895:Create integration tests for EXPIRE command in Redis Adapter (#4831)
     add 2d2a3f8  GEODE-7884: server hangs due to IllegalStateException (#4822)

No new revisions were added by this update.

Summary of changes:
 .../internal/InternalDistributedSystem.java        |   2 +-
 .../org/apache/geode/internal/SystemTimer.java     | 367 +++++++--------------
 .../geode/internal/admin/StatAlertsManager.java    |   2 +-
 .../geode/internal/cache/ExpirationScheduler.java  |   2 +-
 .../geode/internal/cache/GemFireCacheImpl.java     |   2 +-
 .../cache/partitioned/PRSanityCheckMessage.java    |   2 +-
 .../internal/cache/tier/sockets/AcceptorImpl.java  |   2 +-
 .../org/apache/geode/internal/tcp/Connection.java  |  30 +-
 .../apache/geode/internal/tcp/ConnectionTable.java |  22 +-
 .../org/apache/geode/internal/SystemTimerTest.java | 162 +++++++++
 10 files changed, 329 insertions(+), 264 deletions(-)
 create mode 100644 geode-core/src/test/java/org/apache/geode/internal/SystemTimerTest.java