[
https://issues.jboss.org/browse/TEIID-2130?page=com.atlassian.jira.plugin...
]
Steven Hawkins commented on TEIID-2130:
---------------------------------------
There are a couple of issues the root problem is that we were expecting the exit execute
by having a row returned. I'll also add an enhancement to implement a waitUntil
version of the DataNotAvailableException.
DataNotFoundException inconsistency when used with engine
---------------------------------------------------------
Key: TEIID-2130
URL:
https://issues.jboss.org/browse/TEIID-2130
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 8.0
Reporter: Ramesh Reddy
Assignee: Steven Hawkins
Fix For: 8.1
Attachments: TestNoPollDataNotFoundWithExecutionReuse.java
When a DataNotException is thrown from translator, the engine should wait until
commancContext.dataAvailable() call before it can send the "next" request to
translator. However when the dataAvaialble() is called, in the async mode the Reset and
Execute are being called instead of "next".
See the attached test case for the behaviour.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira