Re: How to increase Thrift maximum concurrent connection number?

2016-03-19 Thread Ted Yu
I think what observed (16 concurrent connections) was due to the following parameter: hbase.thrift.minWorkerThreads whose default value is 16. On Fri, Mar 18, 2016 at 11:06 PM, Daniel wrote: > Hi, my Thrift API server seems to allow at most 16 concurrent connections. > Is

How to increase Thrift maximum concurrent connection number?

2016-03-19 Thread Daniel
Hi, my Thrift API server seems to allow at most 16 concurrent connections. Is there a way to raise this limit? I cannot find a clue in the documentation. Thanks a lot. Daniel