[teiid-issues] [JBoss JIRA] Created: (TEIID-1252) LOB handling strategry issues

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Wed Sep 8 13:09:50 EDT 2010


LOB handling strategry issues
-----------------------------

                 Key: TEIID-1252
                 URL: https://jira.jboss.org/browse/TEIID-1252
             Project: Teiid
          Issue Type: Quality Risk
          Components: Query Engine
    Affects Versions: 7.1
            Reporter: Steven Hawkins
            Assignee: Steven Hawkins
             Fix For: 7.1.1


LOBs returned from sources cause executions to stay alive until the user query has been completed - this is true even if the LOB values are not returned to the user.
Whenever an execution is kept alive, it's associated connection is held until the execution is closed - thus source connections may be held out of their pool indefinately.
Currently each source execution will attempt to obtain a new connection from the pool, which with LOB handling will cause potentially many connections even to the same source to be held out of the their pool indefinitely.

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

        


More information about the teiid-issues mailing list