]
Steven Hawkins resolved TEIID-5663.
-----------------------------------
Resolution: Done
Made similar changes to both the xml and text nodes.
increase texttablenode synchronization
--------------------------------------
Key: TEIID-5663
URL:
https://issues.jboss.org/browse/TEIID-5663
Project: Teiid
Issue Type: Quality Risk
Components: Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Major
Fix For: 12.1
Async work started by the texttablenode may be in process or process after reset.
Typically this will create a npe which is just swallowed as an unreported async exception.
However we should properly synchronizing close/reset and preventing any invalid async
work.