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