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.12.3, 8.13
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).