Re: Thrift Server: How to increase "max worker threads" and "max queued requests"

2016-03-20 Thread Ted Yu
See the following from hbase-default.xml hbase.thrift.minWorkerThreads 16 ... hbase.thrift.maxWorkerThreads 1000 ... hbase.thrift.maxQueuedRequests 1000 On Thu, Mar 17, 2016 at 1:05 AM, Daniel wrote: > Hi, I find that the Thrift server will stop

Re: Thrift Server: How to increase "max worker threads" and "max queued requests"

2016-03-19 Thread Ding,Dongchao
Maybe you could add more information about hbase version and which thrift(thrift1 or thrift2) ? 在 16/3/17 下午4:35, "Ted Yu" 写入: >See the following from hbase-default.xml > > >hbase.thrift.minWorkerThreads >16 >... > >hbase.thrift.maxWorkerThreads >1000

Thrift Server: How to increase "max worker threads" and "max queued requests"

2016-03-19 Thread Daniel
Hi, I find that the Thrift server will stop responding (the request hangs until timeout) when the number of concurrent requests reaches several hundred. I guess the problem is related to "max worker threads" and "max queued requests", according to the following console output on Thrift start: