[teiid-issues] [JBoss JIRA] (TEIID-4941) [RFE] Display a more informative error message when a query takes too long and times out

Yuming Zhu (JIRA) issues at jboss.org
Fri Jun 2 03:26:00 EDT 2017


Yuming Zhu created TEIID-4941:
---------------------------------

             Summary: [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: Feature Request
    Affects Versions: 8.8
            Reporter: Yuming Zhu
            Assignee: Steven Hawkins
            Priority: Minor


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}
 



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the teiid-issues mailing list