[infinispan-issues] [JBoss JIRA] (ISPN-8487) Global MBean registration happens too soon
Dan Berindei (JIRA)
issues at jboss.org
Fri Nov 3 10:11:01 EDT 2017
Dan Berindei created ISPN-8487:
----------------------------------
Summary: Global MBean registration happens too soon
Key: ISPN-8487
URL: https://issues.jboss.org/browse/ISPN-8487
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 9.2.0.Alpha2
Reporter: Dan Berindei
Fix For: 9.2.0.Beta1
Currently {{DefaultCacheManager}} explicitly starts {{CacheManagerJmxRegistration}} before calling {{ModuleLifecycle#cacheManagerStarting}}, which means MBeans in other modules are not registered in JMX.
We should start {{CacheManagerJmxRegistration}} only during global component registry start, after the modules have registered their components. If we want to make the cache manager available in JMX before {{DefaultCacheManager.start()}}, we should only register that particular MBean. Conversely, on shutdown, components other than the cache manager should be removed from JMX on {{DefaultCacheManager.stop()}} (as per ISPN-118).
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the infinispan-issues
mailing list