[jboss-jira] [JBoss JIRA] Closed: (JBTM-216) Contention on Vector _threadSetups in ThreadActionData.java

Mark Little (JIRA) jira-events at lists.jboss.org
Thu May 10 13:20:52 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBTM-216?page=all ]

Mark Little closed JBTM-216.
----------------------------

    Fix Version/s: 4.2.3.SP3
       Resolution: Done

The datastructure didn't need to be synchronized on use, only on modification. The assumption was already there that additions and removals to the structure happen before the system starts or after it has shutdown, respectively. So we've changed this to an unsynchronized item except for additions/removals.

> Contention on Vector _threadSetups in ThreadActionData.java
> -----------------------------------------------------------
>
>                 Key: JBTM-216
>                 URL: http://jira.jboss.com/jira/browse/JBTM-216
>             Project: JBoss Transaction Manager
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: JTS Implementation
>    Affects Versions: 4.2.3
>            Reporter: Phillip Thurmond
>         Assigned To: Mark Little
>             Fix For: 4.2.3.SP3
>
>
> Seeing a lot of contention on the Vector object _threadSetups in ThreadActionData.

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

        



More information about the jboss-jira mailing list