Encountering BufferUnderflowException when querying from Phoenix

2018-10-12 Thread William Shen
Hi all, We are running Phoenix 4.13, and periodically we would encounter the following exception when querying from Phoenix in our staging environment. Initially, we thought we had some incompatible client version connecting and creating data corruption, but after ensuring that we are only connect

Re: Concurrent phoenix queries throw unable to create new native thread error

2018-10-12 Thread Batyrshin Alexander
Yes - phoenix.query.threadPoolSize is client side property. And yes - I suggest to set it at hbase-site.xml and provide (via CLASSPATH) this config for client Phoenix JDBC driver Yep, you shoud provide hbase-site.xml to client-side fat JDBC driver > On 11 Oct 2018, at 16:37, Hemal Parekh wrote: