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 2019/01/31 16:18:09 UTC

[geode] branch develop updated (9fa4dc2 -> bbf78d4)

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 9fa4dc2  GEODE-6293: Fix fire & forget functions in gfsh (#3138)
     add 8e3c9d7  GEODE-6342 ThreadsMonitor prints many warnings in gateway sender logs
     new bbf78d4  Merge pull request #3140 from apache/feature/GEODE-6342

The 1 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:
 .../wan/AbstractGatewaySenderEventProcessor.java   |  3 +++
 .../internal/monitoring/ThreadsMonitoring.java     |  6 +++++
 .../internal/monitoring/ThreadsMonitoringImpl.java |  8 +++++++
 .../monitoring/ThreadsMonitoringImplDummy.java     |  3 +++
 .../monitoring/ThreadsMonitoringImplJUnitTest.java | 28 ++++++++++++++++++----
 5 files changed, 44 insertions(+), 4 deletions(-)


[geode] 01/01: Merge pull request #3140 from apache/feature/GEODE-6342

Posted by bs...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit bbf78d4e4a1cc1a16d0876838ebea154b2e87a92
Merge: 9fa4dc2 8e3c9d7
Author: Bruce Schuchardt <bs...@pivotal.io>
AuthorDate: Thu Jan 31 08:17:57 2019 -0800

    Merge pull request #3140 from apache/feature/GEODE-6342
    
    GEODE-6342 ThreadsMonitor prints many warnings in gateway sender logs

 .../wan/AbstractGatewaySenderEventProcessor.java   |  3 +++
 .../internal/monitoring/ThreadsMonitoring.java     |  6 +++++
 .../internal/monitoring/ThreadsMonitoringImpl.java |  8 +++++++
 .../monitoring/ThreadsMonitoringImplDummy.java     |  3 +++
 .../monitoring/ThreadsMonitoringImplJUnitTest.java | 28 ++++++++++++++++++----
 5 files changed, 44 insertions(+), 4 deletions(-)