You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jb...@apache.org on 2019/04/17 03:14:09 UTC

[geode] branch develop updated (ea0dc64 -> 55fd4a2)

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

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


    from ea0dc64  GEODE-5231: Fix timeout in PersistentRVVRecoveryDUnitTest
     new 2862bc7  GEODE-6639: Cleanup static analyzer warnings.
     new a75c5d0  GEODE-6639: Adds unit test for processing message time logic.
     new 55fd4a2  GEODE-6639: Use AtomicLong for processingMessageStartTime

The 7672 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../cache/tier/sockets/ServerConnection.java       | 608 ++++++++++-----------
 .../tier/sockets/ProcessingMessageTimerTest.java   |  86 +++
 2 files changed, 383 insertions(+), 311 deletions(-)
 create mode 100644 geode-core/src/test/java/org/apache/geode/internal/cache/tier/sockets/ProcessingMessageTimerTest.java