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

Steven Hawkins (JIRA) issues at jboss.org
Thu Sep 14 15:27:00 EDT 2017


     [ https://issues.jboss.org/browse/TEIID-4941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins resolved TEIID-4941.
-----------------------------------
    Resolution: Done


updated the request work item to add the cancel reason to the cancel exception sent to the client.

> [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}
>  



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


More information about the teiid-issues mailing list