You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Sakthi (JIRA)" <ji...@apache.org> on 2018/12/21 07:54:00 UTC

[jira] [Work started] (HBASE-21362) Disable printing of stack-trace in shell when quotas are violated

     [ https://issues.apache.org/jira/browse/HBASE-21362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on HBASE-21362 started by Sakthi.
--------------------------------------
> Disable printing of stack-trace in shell when quotas are violated
> -----------------------------------------------------------------
>
>                 Key: HBASE-21362
>                 URL: https://issues.apache.org/jira/browse/HBASE-21362
>             Project: HBase
>          Issue Type: Sub-task
>          Components: shell
>            Reporter: Sakthi
>            Assignee: Sakthi
>            Priority: Minor
>         Attachments: hbase-21362.master.001.patch
>
>
> When quotas are violated, a 'Quota violated on #table. Due to #ViolationPolicy, #Action is not allowed' message should suffice. The current trace in shell looks like this:
> {noformat}
> hbase(main):009:0> put 't2','r1','cf1:c','val'
> ERROR: org.apache.hadoop.hbase.quotas.SpaceLimitingException: NO_WRITES Puts are disallowed due to a space quota.
> 	at org.apache.hadoop.hbase.quotas.policies.NoWritesViolationPolicyEnforcement.check(NoWritesViolationPolicyEnforcement.java:46)
> 	at org.apache.hadoop.hbase.regionserver.RSRpcServices.mutate(RSRpcServices.java:2779)
> 	at org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:42000)
> 	at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:409)
> 	at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:130)
> 	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:324)
> 	at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:304)
> {noformat}



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