]
Michael Musgrove resolved JBTM-839.
-----------------------------------
Resolution: Won't Fix
AS7 is no longer consuming 4.14.0 and since this change is already in a later release I am
closing the issue.
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: