[teiid-issues] [JBoss JIRA] (TEIID-2628) StackOverflowError Running Query Against REST Service

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Mon Aug 19 19:22:25 EDT 2013


     [ https://issues.jboss.org/browse/TEIID-2628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins resolved TEIID-2628.
-----------------------------------

    Resolution: Done


Fixed by removing the the use of the xmltablenode final buffer entirely and added assertions in the join logic to ensure that we don't use non-closed buffers (which can happen with dup-removal, but should never actually feed a join as we'll convert it to dup remove sort).
                
> StackOverflowError Running Query Against REST Service
> -----------------------------------------------------
>
>                 Key: TEIID-2628
>                 URL: https://issues.jboss.org/browse/TEIID-2628
>             Project: Teiid
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 8.4
>            Reporter: Ted Jones
>            Assignee: Steven Hawkins
>            Priority: Critical
>             Fix For: 8.4.1, 8.5
>
>         Attachments: flight-service-ds.xml, flight.vdb, flight.zip
>
>
> When executing a query against https://sapes1.sapdevcenter.com/sap/opu/odata/IWFND/RMTSAMPLEFLIGHT/FlightCollection, I get the following exception (with query plan included): https://gist.github.com/tejones/6250290

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the teiid-issues mailing list