[JBoss JIRA] Created: (JBTM-839) Improve startup time by ensuring that the Object Store MBean does not probe the logs in its start method
by Michael Musgrove (JIRA)
Improve startup time by ensuring that the Object Store MBean does not probe the logs in its start method
--------------------------------------------------------------------------------------------------------
Key: JBTM-839
URL: https://issues.jboss.org/browse/JBTM-839
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Transaction Core
Affects Versions: 4.14.0
Reporter: Michael Musgrove
Assignee: Tom Jenkinson
Priority: Minor
There is an MBean called com.arjuna.ats.arjuna.tools.osb.mbean.ObjStoreBrowser that we use to expose transaction logs to the tooling. The start method probes (by calling the probe() method) the object store and creates MBeans for each log record it finds. We can improve boot time performance if the probe call is removed (it happens on demand anyway so will have zero impact on functionality).
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months