Re: JDBC connection stuck in an infinite loop

2015-11-01 Thread Jacques Nadeau
Can you try again with the following command line options when you start your client? -Ddrill.exec.zk.retry.count=1 It looks like we have an artificially high attempt count of 7200 as our default (with a 5 second timeout for each). For reference, the settings are here:

Re: JDBC connection stuck in an infinite loop

2015-11-01 Thread William Witt
It does appear to be confined to zookeeper based connections. I’ve expanded to a 3 node drill cluster, so connecting to a single drillbit seems innefficient. Will > On Oct 31, 2015, at 12:42 PM, Jacques Nadeau wrote: > > I think this is a bug. Do you see the same