]
Steven Hawkins resolved TEIID-3823.
-----------------------------------
Resolution: Done
Added a check to prevent more processing when there is no request and correctly saving the
partially returned batch.
Issues with fetchsize and local connections
-------------------------------------------
Key: TEIID-3823
URL:
https://issues.jboss.org/browse/TEIID-3823
Project: Teiid
Issue Type: Bug
Components: Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.13, 8.12.3
Settting the fetchSize property on localconnections (or if the internal batch size
exceeds that of the maximum fetch size, which is unlikely by default) leads to several
issues:
It can cause an exception or the client may seem to hang (since the logic won't
properly save the current batch).