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

Steven Hawkins (JIRA) issues at jboss.org
Mon Oct 30 11:02:00 EDT 2017


Steven Hawkins created TEIID-5128:
-------------------------------------

             Summary: 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


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