[teiid-issues] [JBoss JIRA] (TEIID-5128) transaction support value not cloned on access node

Steven Hawkins (JIRA) issues at jboss.org
Tue Oct 31 07:46:00 EDT 2017


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

Steven Hawkins updated TEIID-5128:
----------------------------------
    Fix Version/s: 9.3.5


> transaction support value not cloned on access node
> ---------------------------------------------------
>
>                 Key: TEIID-5128
>                 URL: https://issues.jboss.org/browse/TEIID-5128
>             Project: Teiid
>          Issue Type: Bug
>          Components: Query Engine
>            Reporter: Steven Hawkins
>            Assignee: Steven Hawkins
>             Fix For: 10.0, 9.3.5
>
>
> The transaction support flag is not cloned, which leads non-transactional access to still start a transaction.  For example with typical web services lateral join when preformed in a procedure:
> begin
> select ... from (invokeHttp...) as x, texttable(...);
> end
> Since the procedure plan is cloned for invocation, the transaction support flag won't be set.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the teiid-issues mailing list