You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Yi Mei (JIRA)" <ji...@apache.org> on 2018/12/11 06:49:00 UTC

[jira] [Created] (HBASE-21578) Fix wrong throttling exception for capacity unit

Yi Mei created HBASE-21578:
------------------------------

             Summary: Fix wrong throttling exception for capacity unit
                 Key: HBASE-21578
                 URL: https://issues.apache.org/jira/browse/HBASE-21578
             Project: HBase
          Issue Type: Bug
            Reporter: Yi Mei


HBASE-21034 provides a new throttle type: capacity unit, but the throttling exception is confusing: 

 
{noformat}
2018-12-11 14:38:41,503 DEBUG [Time-limited test] client.RpcRetryingCallerImpl(131): Call exception, tries=6, retries=7, started=0 ms ago, cancelled=false, msg=org.apache.hadoop.hbase.quotas.RpcThrottlingException: write size limit exceeded - wait 10sec
at org.apache.hadoop.hbase.quotas.RpcThrottlingException.throwThrottlingException(RpcThrottlingException.java:106)
at org.apache.hadoop.hbase.quotas.RpcThrottlingException.throwWriteSizeExceeded(RpcThrottlingException.java:96)
at org.apache.hadoop.hbase.quotas.TimeBasedLimiter.checkQuota(TimeBasedLimiter.java:179){noformat}
Need to make the exception more clearly.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)