[JBoss JIRA] (JBTM-2306) Tooling does not display the type of a heuristic
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2306?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson closed JBTM-2306.
-------------------------------
> Tooling does not display the type of a heuristic
> ------------------------------------------------
>
> Key: JBTM-2306
> URL: https://issues.jboss.org/browse/JBTM-2306
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: Tooling
> Affects Versions: 5.0.3
> Reporter: Michael Musgrove
> Assignee: Michael Musgrove
> Priority: Minor
> Fix For: 5.0.4
>
>
> The new JMX based tooling for browsing abstract records does not display the particular type of a heuristic *when it's available*.
> There is a comment in the javadoc for AbstractRecord which seems to indicate that the particular kind of heuristic may be available:
> {code}
> /**
> * If this abstract record caused a heuristic then it should return an
> * object which implements <code>HeuristicInformation</code>
> *
> * @return <code>Object</code> to be used to order.
> */
> public abstract Object value ();
> {code}
> HeuristicInformation contains a method getHeuristicType() which looks like it may report the particular kind of heuristic.:
> {code}
> public interface HeuristicInformation {
> /**
> * The type of heuristic.
> * @return the heuristic type
> */
> public int getHeuristicType();
> {code}
> This JIRA is asking for value() object to be consulted to see if it contains an instance of HeuristicInformation and if so to report it in the JBX MBean corresponding to the AR.
> Note that such a change would only affect 3rd party implementers of ARs (since our own code does not set this field).
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 5 months
[JBoss JIRA] (JBTM-2468) xts, jts and rts performance comparison job has failures
by Michael Musgrove (JIRA)
Michael Musgrove created JBTM-2468:
--------------------------------------
Summary: xts, jts and rts performance comparison job has failures
Key: JBTM-2468
URL: https://issues.jboss.org/browse/JBTM-2468
Project: JBoss Transaction Manager
Issue Type: Bug
Components: Performance Testing
Affects Versions: 5.2.0
Reporter: Michael Musgrove
Assignee: Michael Musgrove
Fix For: 5.next
The weekly NCL jenkins job for performance comparison of jts/xts/rts has three issues:
- the throughput is coming out at 0 (I think it is because its very slow but it needs investigating);
- the jts component fails to configure wildfly into jts mode (I have temporarily disabled it in the job config);
- it runs against 9.0.0.Alpha2-SNAPSHOT (so it needs updating to run against the wildfly bi weekly builds)
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 5 months