Don't proactively close source executions under a transaction
scope higher than request
---------------------------------------------------------------------------------------
Key: TEIID-2701
URL:
https://issues.jboss.org/browse/TEIID-2701
Project: Teiid
Issue Type: Quality Risk
Components: Query Engine
Affects Versions: 7.0
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.6, 7.7.9
Under a transaction we are always closing source executions that are typically held open
for lobs. While this is basically required in the request scope (as close is too late for
a commit - the client would not receive a failure notification), it should not be needed
in the other transaction scopes.
For lobs that are not readable after close currently will be seen as unreabable values
from Teiid.
--
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: