]
Steven Hawkins resolved TEIID-4710.
-----------------------------------
Resolution: Done
Changed internal statements to generate random negative request ids and added a sanity
check to make sure we are not inadvertently allowing a duplicate id.
Request id conflict with CommandContext connection
--------------------------------------------------
Key: TEIID-4710
URL:
https://issues.jboss.org/browse/TEIID-4710
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 8.7
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 9.0.6, 9.2, 9.1.3
When using the connection from the command context it executes within the context of the
current session - but is not ensuring non-conflicting request ids are being used. This
means that the current execution can be replaced or seemingly closed.