lalinsky / python-phoenixdb

Phoenix database adapter for Python (migrated to the Apache Phoenix repo)
https://issues.apache.org/jira/browse/PHOENIX-4636
Apache License 2.0
26 stars 24 forks source link

set connection timeout #10

Open bc-santhosh opened 5 years ago

bc-santhosh commented 5 years ago

Hello,

Right now, I get the error, java.net.SocketTimeoutException: callTimeout=60000 when trying to read large data from Phoenix.

Is there a way to set the connection timeout for a session? The API docs, https://python-phoenixdb.readthedocs.io/en/latest/api.html doesn't seem to have an option.

mikhail1kasatkin commented 4 years ago

Hi,

I am also interested in the same timeout feature for phoenixdb.cursor connection.