]
Steven Hawkins resolved TEIID-3299.
-----------------------------------
Resolution: Done
Corrected the issues and added a minor logging for finished processing.
Errors when calculating bytes sent.
-----------------------------------
Key: TEIID-3299
URL:
https://issues.jboss.org/browse/TEIID-3299
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 8.9
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.10
TEIID-3147 caused several regressions:
The client will appear to hang if we are determining the data bytes sent and there is a
serialization error (which is not common). This is because the receiver has already been
cleared but an exception is thrown.
Also if generated keys are requested, then an update will fail on the client side with an
npe as the delayed deserialization logic will be used, but no attempt will have been made
to reconstruct the results.