Sakthi created HBASE-21362:
------------------------------
Summary: 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
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)