]
Steven Hawkins resolved TEIID-3275.
-----------------------------------
Resolution: Done
generalized the cancellation logic to always cancel source work that was not completed.
remaining work should always be canceled
----------------------------------------
Key: TEIID-3275
URL:
https://issues.jboss.org/browse/TEIID-3275
Project: Teiid
Issue Type: Quality Risk
Components: JDBC Connector, Query Engine
Affects Versions: 7.0
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.10
When a result is partially read we typically send a cancel to source queries that remain
open for faster cleanup. Depending upon the plan and the usage of max rows this may not
happen in all circumstances. We should ensure that cancel is always called on partially
read results.