]
Tristan Tarrant reassigned ISPN-3858:
-------------------------------------
Assignee: (was: Mircea Markus)
RHQ management -- [RecoveryAdmin] forceCommit operation call throws
NumberFormatException
-----------------------------------------------------------------------------------------
Key: ISPN-3858
URL:
https://issues.jboss.org/browse/ISPN-3858
Project: Infinispan
Issue Type: Bug
Components: JMX, reporting and management
Affects Versions: 6.0.0.Final
Reporter: Tomas Sykora
Attachments: recoveryAdminForceCommitByInternalIdNumFormatException.txt
Operation ShowInDoubtTransactions is working and it is possible to identify internal IDs
of in doubt transactions.
Operation force rollback by internal id is working as well.
Remove recovery info by internal id is working as well.
However, operation force commit by internal id is throwing
java.lang.NumberFormatException: For input string: "1125908496777218" etc., see
attached file with full stack trace.
"Bonus" question: how can we externally (from jon gui? somewhere else?)
identify properties for commit/rollback operations using Xid?
i.e.: Format Id, Global Tx Id and Branch Qualifier?