-
Bug
-
Resolution: Done
-
Major
-
7.0.2.Final
-
None
-
Fixed a bug in com.arjuna.ats.arjuna.coordinator.ActionManager.getNumberOfInflightTransactions(). Now this method is returning the correct number of in-flight transactions currently in the system.
`com.arjuna.ats.arjuna.coordinator.ActionManager`, through its method `getNumberOfInflightTransactions()`, should report the number of in-flight transactions. What it actually does, it reports the number of all transactions in the system.