[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 00:19:45 EDT 2011


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

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

The temp streams automatically clean up when their corresponding inputstream is garbage collected.  The file store logic also maintains an open file pool, but limits the size to by default to 64 files.  

We could be more proactive at purging on the stream close for readers and inputstreams since they can only be read once (lob types can be read multiple times).

If we're creating additional listening sockets, I'm not sure what those are.

> 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