You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "James Taylor (JIRA)" <ji...@apache.org> on 2016/01/23 04:01:39 UTC

[jira] [Resolved] (PHOENIX-2297) Support jdbcClient instantiation with timeout param & statement.setQueryTimeout method

     [ https://issues.apache.org/jira/browse/PHOENIX-2297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Taylor resolved PHOENIX-2297.
-----------------------------------
    Resolution: Duplicate

Duplicate of PHOENIX-1582.

> Support jdbcClient instantiation with timeout param & statement.setQueryTimeout method
> --------------------------------------------------------------------------------------
>
>                 Key: PHOENIX-2297
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-2297
>             Project: Phoenix
>          Issue Type: Improvement
>            Reporter: Randy Gelhausen
>            Assignee: James Taylor
>
> When using Phoenix with Storm's JDBCInsertBolt or NiFi's ExecuteSQL processor, the default timeout settings cause Phoenix statements to fail.
> With JDBCInsertBolt and JDBCLookupBolt, I've had to set query timeout seconds to -1 to get Phoenix statements working. Storm creates a JDBC client with the standard "new JdbcClient(connectionProvider, queryTimeoutSecs)" call.
> NiFi's ExecuteSQL processor sets a timeout on every statement: "statement.setQueryTimeout(queryTimeout)".
> Both of these seem to be standard JDBC usage, but fail when using PhoenixDriver.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)