]
Michael Musgrove commented on JBTM-1414:
----------------------------------------
Also printing the file name is only useful with file based stores so this won't help
with all the other store types, particularly the journalling store. Chapter 15 of
JBoss_Enterprise_Application_Platform-6-Administration_and_Configuration_Guide-en-US.pdf
contains a nice description of how to delete transaction records via the tooling.
Facilitate TM record removal by adding record's file name to the
warning message
---------------------------------------------------------------------------------
Key: JBTM-1414
URL:
https://issues.jboss.org/browse/JBTM-1414
Project: JBoss Transaction Manager
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Recovery
Affects Versions: later
Environment: JBoss EAP 6.x
Reporter: Tom Ross
Assignee: Tom Jenkinson
When printing warnings about none recoverable transaction manager records in the object
store it would help if the warning message included the record's physical file name as
well. It would made the manual removal of those records much easier.
{noformat}
15:19:51,003 WARN [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA016037: Could not find
new XAResource to use for recovering non-serializable XAResource XAResourceRecord <
resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36,
tx_uid=0:ffff0a2c0a0d:-140df526:50d1ddd3:ac883, node_name=1,
branch_uid=0:ffff0a2c0a0d:-140df526:50d1ddd3:ac95c, subordinatenodename=null,
eis_name=java:jboss/eis/Connection >, heuristic: TwoPhaseOutcome.FINISH_OK, product:
ActiveMQ/5.7.0, jndiName: java:jboss/eis/Connection
com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@5e124b >
15:19:51,008 WARN [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA016038: No XAResource
to recover < formatId=131077, gtrid_length=29, bqual_length=36,
tx_uid=0:ffff0a2c0a0d:-140df526:50d1ddd3:ac883, node_name=1,
branch_uid=0:ffff0a2c0a0d:-140df526:50d1ddd3:ac95c, subordinatenodename=null,
eis_name=java:jboss/eis/Connection >
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: