Re: Random read operation about hundreds request per second

2014-11-07 Thread Pere Kyle
I think it may be a thrift issue, have you tried playing with the connection queues? set hbase.thrift.maxQueuedRequests to 0 From Varun Sharma: If you are opening persistent connections (connections that never close), you should probably set the queue size to 0. Because those connections will

Random read operation about hundreds request per second

2014-11-06 Thread zhiyuan yang
Hi, I'm new to hbase. Several days ago I built an web service with hbase as backend. However, when I used ab benchmark to test the performance of read only wordload, the result was only hundreds request per second even hbase cache hit ration was 100%. The architecture of my system is as

Re: Random read operation about hundreds request per second

2014-11-06 Thread Ted Yu
Can you provide a bit more information about your environment ? hbase release hadoop release hardware config heap size for the daemons Cheers On Thu, Nov 6, 2014 at 5:24 PM, zhiyuan yang sjtu@gmail.com wrote: Hi, I'm new to hbase. Several days ago I built an web service with hbase as