]
Issue was automatically transitioned when Ondra Chaloupka created pull request #1363 in
GitHub
----------------------------------------------------------------------------------------------
Status: Pull Request Sent (was: Open)
Narayana log should be enhanced for information what are nodes the
node name orphan filter takes care of
--------------------------------------------------------------------------------------------------------
Key: JBTM-3053
URL:
https://issues.jboss.org/browse/JBTM-3053
Project: JBoss Transaction Manager
Issue Type: Enhancement
Components: Transaction Core
Reporter: Ondra Chaloupka
Assignee: Ondra Chaloupka
Priority: Minor
Based on my investigation of logs at WFWIP-118 I found out I'm not able to (easily)
find what are node names that the recovery considers to be responsible for.
The orphan filter {{NodeNameXAResourceOrphanFilter}} checks the node name sealed in the
{{Xid}} to be part of the list {{_xaRecoveryNodes}}
https://github.com/jbosstm/narayana/blob/5.9.0.Final/ArjunaJTA/jta/classe...
But what is the content of the list is not recorded in the log anywhere. I think setting
up the environmental bean with this information should be logged at debug level to be
possible to find it
https://github.com/jbosstm/narayana/blob/5.9.0.Final/ArjunaJTA/jta/classe...