]
Steven Hawkins updated TEIID-4941:
----------------------------------
Component/s: Query Engine
[RFE] Display a more informative error message when a query takes too
long and times out
----------------------------------------------------------------------------------------
Key: TEIID-4941
URL:
https://issues.jboss.org/browse/TEIID-4941
Project: Teiid
Issue Type: Enhancement
Components: Query Engine
Affects Versions: 8.8
Reporter: Yuming Zhu
Assignee: Steven Hawkins
Priority: Minor
Fix For: 10.0
This issue is from our user of RedHat internal pnt-devops Teiid.
Reality
{code:java}$ echo "SOME COMPLICATED QUERY" | psql -h
virtualdb.engineering.redhat.com -p 5433 -d public
ERROR: 57014 TEIID30160 The request AXhWh34gdzbY.0 has been cancelled.
DETAIL: org.teiid.jdbc.TeiidSQLException: 57014 TEIID30160 The request AXhWh34gdzbY.0
has been cancelled.
{code}
Expected
{code:java}$ echo "SOME COMPLICATED QUERY" | psql -h
virtualdb.engineering.redhat.com -p 5433 -d public
The request AXhWh34gdzbY.0 has been cancelled. The query takes too long/timed
out/whatever/resources exhausted
{code}