Pavel Pereslegin created IGNITE-22073:
-----------------------------------------
Summary: Sql. Add processing of the provided query timeout
Key: IGNITE-22073
URL: https://issues.apache.org/jira/browse/IGNITE-22073
Project: Ignite
Issue Type: Improvement
Components: sql
Reporter: Pavel Pereslegin
Public org.apache.ignite.sql.Statement contains {{queryTimeout}} parameter,
which user can change using {{StatementBuilder}}.
{code:java}
/**
* Sets a query timeout.
*
* @param timeout Query timeout value.
* @param timeUnit Timeunit.
* @return {@code this} for chaining.
*/
StatementBuilder queryTimeout(long timeout, TimeUnit timeUnit);
{code}
I'm guessing that by using this option the user can expect the query to be
aborted when it times out. We need to implement handling of this option.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)