You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by nn...@apache.org on 2020/04/02 19:03:52 UTC

[geode] branch develop updated (ef6fdc1 -> c5c0b0b)

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

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


    from ef6fdc1  GEODE-7919-fix-flaky: add Awaitility to soak up latency (#4891)
     add c5c0b0b  Revert "GEODE-7710: Fix race condition in federation of MXBeans (#4807)" (#4832)

No new revisions were added by this update.

Summary of changes:
 .../management/JMXMBeanReconnectDUnitTest.java     |  36 +++--
 .../management/internal/FederatingManager.java     |   3 +
 .../internal/ManagementCacheListener.java          |  39 +++--
 .../internal/NotificationCacheListener.java        |  90 ++++++++++--
 .../internal/ManagementCacheListenerTest.java      | 159 ---------------------
 .../internal/NotificationCacheListenerTest.java    |  70 ---------
 .../serializable/SerializableTemporaryFolder.java  |   2 +-
 7 files changed, 126 insertions(+), 273 deletions(-)
 delete mode 100644 geode-core/src/test/java/org/apache/geode/management/internal/ManagementCacheListenerTest.java
 delete mode 100644 geode-core/src/test/java/org/apache/geode/management/internal/NotificationCacheListenerTest.java