Hi, all
Looks like the pooling does improve the throughput. I guess the
pool size should depend on the number of region servers, i.e. max pool
size = k*N, where N is the number of region servers and k > 1.
Currently, I am using max size =20 for a 4-host cluster and the
maximum throughput is achieved for ~20 concurrent threads. When we
tried to add more threads the throughput did not increase, so the only
solution is adding JVMs on client side.Thank you for your cooperation, M.
