You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2020/03/17 20:36:44 UTC

[geode] branch develop updated (683113a -> ff6b0c8)

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

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


    from 683113a  GEODE-7710: Fix race condition in federation of MXBeans (#4807)
     add ff6b0c8  GEODE-7710: Fix race condition in sending JMX notifications (#4808)

No new revisions were added by this update.

Summary of changes:
 .../management/internal/FederatingManager.java     |  2 -
 .../internal/NotificationCacheListener.java        | 90 +++-------------------
 .../internal/NotificationCacheListenerTest.java    | 70 +++++++++++++++++
 3 files changed, 82 insertions(+), 80 deletions(-)
 create mode 100644 geode-core/src/test/java/org/apache/geode/management/internal/NotificationCacheListenerTest.java