]
RH Bugzilla Integration updated TEIID-4288:
-------------------------------------------
Bugzilla References:
Cancel method against a socket based jdbc query can wait for synch
timeout
--------------------------------------------------------------------------
Key: TEIID-4288
URL:
https://issues.jboss.org/browse/TEIID-4288
Project: Teiid
Issue Type: Bug
Components: JDBC Driver
Affects Versions: 8.7
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 9.1, 9.0.1
If a JDBC socket query is cancelled using a separate thread, the cancel call may wait
until the timeout due to being synchronized which prevents the main execution thread from
processing it's response.
Details were also added to TEIID-3781