]
Ondra Chaloupka updated JBTM-3042:
----------------------------------
Fix Version/s: 5.next
(was: 5.9.2.Final)
API to get detailed LRA information should not include stats type
data
----------------------------------------------------------------------
Key: JBTM-3042
URL:
https://issues.jboss.org/browse/JBTM-3042
Project: JBoss Transaction Manager
Issue Type: Bug
Components: LRA
Affects Versions: 5.9.0.Final
Reporter: Michael Musgrove
Assignee: Michael Musgrove
Priority: Major
Fix For: 5.next
The interface to obtain information about an LRA [1] includes data such as when the LRA
was started and ended. This type of information is more appropriate to monitoring and
statistics gathering rather than core LRA info. Not all implementations may want to / be
able to report these accurately so perhaps move them to an extended optional interface
[1]
https://github.com/jbosstm/narayana/blob/master/rts/lra/lra-client/src/ma...