Re: How to specify Drill JDBC connection timeout or JDBC Query timeout

2016-06-03 Thread Abdel Hakim Deneche
You should fill a JIRA asking for this to be implemented. At least this will be visible to the developers. Thanks On Fri, Jun 3, 2016 at 1:01 PM, Hao Zhu wrote: > Thanks Hakim. > Seems the test framework is using JAVA Thread level timeout. > Is there any chance we implement JDBC api level timeo

Re: How to specify Drill JDBC connection timeout or JDBC Query timeout

2016-06-03 Thread Hao Zhu
Thanks Hakim. Seems the test framework is using JAVA Thread level timeout. Is there any chance we implement JDBC api level timeout? Thanks, Hao On Thu, Jun 2, 2016 at 6:42 PM, Abdel Hakim Deneche wrote: > For connection timeout, there are configuration options that you can set in > drill-overri

Re: How to specify Drill JDBC connection timeout or JDBC Query timeout

2016-06-02 Thread Abdel Hakim Deneche
For connection timeout, there are configuration options that you can set in drill-override.conf that affect how much time the Drill client will try to connect to the server, but even then the client could actually block forever (I've seen it happen on an internal tool). Drill test framework has a

How to specify Drill JDBC connection timeout or JDBC Query timeout

2016-06-02 Thread Hao Zhu
Hi Team, I am trying to create a java code to test the health of each drillbit. The goal is to use JDBC connection logon each drillbit and run a simple query. However I could not find the way to set either connection timeout or query timeout. I checked below api pages: https://drill.apache.org/a