Re: Hbase throttling issues

2016-09-25 Thread Sumit Nigam
1.2, but not sure why this quota exceeded error with READ_SIZE then shows up. Thanks,Sumit From: Guanghao Zhang To: user@hbase.apache.org; Sumit Nigam Sent: Thursday, September 22, 2016 12:49 PM Subject: Re: Hbase throttling issues Did you set any other quotas? The exception

Re: Hbase throttling issues

2016-09-22 Thread Guanghao Zhang
Nigam : > No, did not try request number. I want to use size as my throttling > factor. > > Thanks again! > > From: Guanghao Zhang > To: user@hbase.apache.org; Sumit Nigam > Sent: Thursday, September 22, 2016 9:28 AM > Subject: Re: Hbase throttling issues > >

Re: Hbase throttling issues

2016-09-21 Thread Sumit Nigam
No, did not try request number. I want to use size as my throttling factor.  Thanks again! From: Guanghao Zhang To: user@hbase.apache.org; Sumit Nigam Sent: Thursday, September 22, 2016 9:28 AM Subject: Re: Hbase throttling issues Did you try to use REQUEST_NUMBER as throttle

Re: Hbase throttling issues

2016-09-21 Thread Guanghao Zhang
en when my table has hardly any data (possibly in kbs) and I have set > throttling limit to be ~10GB. > > Thanks,Sumit > > From: Guanghao Zhang > To: user@hbase.apache.org; Sumit Nigam > Sent: Thursday, September 22, 2016 7:37 AM > Subject: Re: Hbase throttling issues

Re: Hbase throttling issues

2016-09-21 Thread Sumit Nigam
From: Guanghao Zhang To: user@hbase.apache.org; Sumit Nigam Sent: Thursday, September 22, 2016 7:37 AM Subject: Re: Hbase throttling issues All scan operations were throttled? Now it use the avg size of all previous operations to check quota. Maybe the previous scan operation read too much

Re: Hbase throttling issues

2016-09-21 Thread Guanghao Zhang
All scan operations were throttled? Now it use the avg size of all previous operations to check quota. Maybe the previous scan operation read too much data. 2016-09-22 1:18 GMT+08:00 Sumit Nigam : > Hi Hbase experts, > > Our application is unable to scan or read from hbase tables, when > throttli