Re: Is there any way to release rpc handler when all handlers are occupied by big request.

2016-06-14 Thread Heng Chen
My HBase version is 0.98.17. My key point is that should we supply one tool which could kill big request just like mysql kill slow query? 2016-06-15 1:50 GMT+08:00 Esteban Gutierrez : > Hi Heng, > > That sound like some issue from older versions from HBase. Can you please

Re: Is there any way to release rpc handler when all handlers are occupied by big request.

2016-06-14 Thread Esteban Gutierrez
Hi Heng, That sound like some issue from older versions from HBase. Can you please give us a little more of details? like which version of HBase are you using and a stack dump from the RS? cheers, esteban. -- Cloudera, Inc. On Mon, Jun 13, 2016 at 8:35 PM, Heng Chen

Re: HBase acl commands are too slow

2016-06-14 Thread Ted Yu
bq. Opening socket connection to server machine2/192.168.60.3:2181. Will not attempt to authenticate using SASL (unknown error) It seems connection to zookeeper might have some issue. Can you double check configuration ? On Mon, Jun 13, 2016 at 11:56 PM, kumar r wrote: >

Re: HBase acl commands are too slow

2016-06-14 Thread kumar r
Hi, Thanks for the reply. Please find the command and time took to process it, *hbase(main):006:0> grant 'Selva','RW','@default'0 row(s) in 11.8830 secondshbase(main):007:0> revoke 'Selva','@default'0 row(s) in 32.4330 seconds* Find my HBase log in below pastebin