Hi, I've been running a lot of queries via jdbc/drill. I have four drillbits, but I could not get the zk jdbc URL to work so I used: jdbc:drill:drillbit=a-bits-hostname
Now I get a SocketException for too many open files, even when accessing via cli. I imagine I could restart the bits, but for something intended for production, that doesn't seem like a viable solution. Any ideas on how to keep the (suspected) resource leak from happening? I'm closing ResultSet, Statement, and Connection, after each query.
