]
Steven Hawkins resolved TEIID-4471.
-----------------------------------
Resolution: Done
Added more assertions and generally used a copy to track the current values.
Assertion error with temp table delete
--------------------------------------
Key: TEIID-4471
URL:
https://issues.jboss.org/browse/TEIID-4471
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 9.1, 8.13.7, 9.0.4
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 9.1, 8.13.7, 9.0.5
Related to TEIID-4405 there are circumstances where a temp table deletion results in an
assertion error of "delete failed". A possible scenario (that is dependent upon
a number of factors, including batch sizes and garbage collection) requires the values
stored by the tuple browser to get out of sync with what is stored by the page such that a
delete is attempted twice.