[
https://issues.jboss.org/browse/TEIID-3024?page=com.atlassian.jira.plugin...
]
gaurav singhal commented on TEIID-3024:
---------------------------------------
We are actually using local connections for our platform as it runs within the same JBoss
instance, could the local connections be made to work the same way as socked based
connections? Also does teiid use a localconnection to materialize a view thats marked to
be materialized?
QueryTimeout not working for synchronous queries against Teiid
---------------------------------------------------------------
Key: TEIID-3024
URL:
https://issues.jboss.org/browse/TEIID-3024
Project: Teiid
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: JDBC Driver
Affects Versions: 8.1, 8.7
Reporter: gaurav singhal
Assignee: Steven Hawkins
Attachments: query timeout bug.zip
If i run a query with synchronous query with a timeout set using
PreparedStatementImpl.setQueryTimeout() method, that timeout is not honored. But if i run
the same query with all the same setup and execute the query asynchronously then a timeout
happens and warning message like below is printed:
Jul 02, 2014 10:19:21 AM org.teiid.jdbc.StatementImpl timeoutOccurred
WARNING: Timeout occurred in Statement.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)