[jboss-jira] [JBoss JIRA] (AS7-4056) JBoss Remote Naming is leaking threads

Richard Opalka (JIRA) jira-events at lists.jboss.org
Tue Mar 6 10:31:39 EST 2012


    [ https://issues.jboss.org/browse/AS7-4056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674011#comment-12674011 ] 

Richard Opalka commented on AS7-4056:
-------------------------------------

Pull request sent for review: https://github.com/jbossas/jboss-remote-naming/pull/6
                
> JBoss Remote Naming is leaking threads
> --------------------------------------
>
>                 Key: AS7-4056
>                 URL: https://issues.jboss.org/browse/AS7-4056
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Naming
>            Reporter: Richard Opalka
>            Assignee: Stuart Douglas
>             Fix For: 7.1.1.Final
>
>
> In our test suite we're doing the following usecase many times:
> {code} 
> InitialContext ctx = new InitialContext(remoteJndiProperties);
> try {
>    Object obj = ctx.lookup();
>    // do something with obj
> } finally {
>    ctx.close();
> }
> {code} 
> Unfortunately this leads to huge thread leaks in remote naming :(

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list