You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org> on 2008/10/17 21:14:19 UTC

[jira] Created: (MNG-3797) RealmUtils.create*Id() does not properly separate multiple threads

RealmUtils.create*Id() does not properly separate multiple threads
------------------------------------------------------------------

                 Key: MNG-3797
                 URL: http://jira.codehaus.org/browse/MNG-3797
             Project: Maven 2
          Issue Type: Bug
          Components: Class Loading
    Affects Versions: 3.0-alpha-1
            Reporter: Benjamin Bentmann


In [r611615|http://svn.eu.apache.org/viewvc?view=rev&revision=611615], the realm identifiers have been extended with the thread identifier to prevent clashes in parallel executions. This has been broken in [r614316|http://svn.eu.apache.org/viewvc?view=rev&revision=614316] by switching from {{Thread.getId()}} to {{Thread.getName()}} as a thread's name is not necessarily unique.

Since JDK 1.4 compat is no longer required for trunk, the original could be restored.

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

        

[jira] Closed: (MNG-3797) RealmUtils.create*Id() does not properly separate multiple threads

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-3797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann closed MNG-3797.
----------------------------------

         Assignee: Benjamin Bentmann
       Resolution: Fixed
    Fix Version/s: 3.0-alpha-1

Fixed in [r714067|http://svn.eu.apache.org/viewvc?view=rev&revision=714067].

> RealmUtils.create*Id() does not properly separate multiple threads
> ------------------------------------------------------------------
>
>                 Key: MNG-3797
>                 URL: http://jira.codehaus.org/browse/MNG-3797
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Class Loading
>    Affects Versions: 3.0-alpha-1
>            Reporter: Benjamin Bentmann
>            Assignee: Benjamin Bentmann
>             Fix For: 3.0-alpha-1
>
>
> In [r611615|http://svn.eu.apache.org/viewvc?view=rev&revision=611615], the realm identifiers have been extended with the thread identifier to prevent clashes in parallel executions. This has been broken in [r614316|http://svn.eu.apache.org/viewvc?view=rev&revision=614316] by switching from {{Thread.getId()}} to {{Thread.getName()}} as a thread's name is not necessarily unique.
> Since JDK 1.4 compat is no longer required for trunk, the original could be restored.

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