[jbossts-issues] [JBoss JIRA] Created: (JBTM-704) SubordinateATCoordinator is not deleting entries from its recovered coordinator list correctly

Andrew Dinn (JIRA) jira-events at lists.jboss.org
Wed Feb 10 13:10:10 EST 2010


SubordinateATCoordinator is not deleting entries from its recovered coordinator list correctly
----------------------------------------------------------------------------------------------

                 Key: JBTM-704
                 URL: https://jira.jboss.org/jira/browse/JBTM-704
             Project: JBoss Transaction Manager
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: XTS
    Affects Versions: 4.9.0
            Reporter: Andrew Dinn
            Assignee: Andrew Dinn
             Fix For: 4.10.0


SubordinateATCoordinator uses a put or null to delete hashmap entries where it should be doing a remove. This is a prolme because it means method listRecoveredCoordinators can hand out a list containing null pointers which makes the recovery code throw a NPE.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbossts-issues mailing list