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/16 22:58:31 UTC

[geode] branch develop updated (7fee5bf -> 5d0fcf3)

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 7fee5bf  fix typo in JAVA_HOME command on OSX
     new 94ccba3  GEODE-6649: Static analyzer warning cleanup.
     new fc4e825  GEODE-6649: Add tests for effected methods.
     new 5d0fcf3  GEODE-6649: Remove lock contention in ClientHealthMonitor heartbeats.

The 7666 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/ClientHealthMonitor.java    | 258 +++++++++------------
 .../geode/internal/util/JavaWorkarounds.java       |  12 +-
 ...JUnitTest.java => ClientHealthMonitorTest.java} |  87 ++++++-
 .../cache/tier/sockets/DurableClientTestBase.java  |   2 +-
 4 files changed, 208 insertions(+), 151 deletions(-)
 rename geode-core/src/test/java/org/apache/geode/internal/cache/tier/sockets/{ClientHealthMonitorJUnitTest.java => ClientHealthMonitorTest.java} (50%)