[teiid-issues] [JBoss JIRA] Commented: (TEIID-1511) VDB deployment leaves with too many open files

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Wed Mar 16 21:33:45 EDT 2011


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

Steven Hawkins commented on TEIID-1511:
---------------------------------------

I confirmed that the temp streams are appropriately limited to 64 and I can see that we already have logic that should be freeing them but the inputstreamfactory created by the objectdecoder doesn't implement the free method.  I'll make that change.

The root of the issue is that for every deployment a JBoss Remoting serversocket and thread is being leaked.  It looks like these should be getting closed in a finally method, but that is not happening.

> VDB deployment leaves with too many open files
> ----------------------------------------------
>
>                 Key: TEIID-1511
>                 URL: https://issues.jboss.org/browse/TEIID-1511
>             Project: Teiid
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 7.1, 7.2, 7.3
>            Reporter: Ramesh Reddy
>             Fix For: 7.4
>
>
> After deploying a VDB using Admn API or AdminShell a temporary file handle is open and does not seem to be closed. After deploying the VDB run
> lsof

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the teiid-issues mailing list