[
https://issues.apache.org/jira/browse/HBASE-17428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16020302#comment-16020302
]
Hudson commented on HBASE-17428:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3059 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/3059/])
HBASE-17428 Implement informational RPCs for space quotas (elserj: rev
80a1f8fa2aec6687774ffeb03178efcdda2e136b)
* (edit) hbase-protocol-shaded/src/main/protobuf/Admin.proto
* (edit)
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java
* (edit)
hbase-client/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/RequestConverter.java
* (edit) hbase-protocol-shaded/src/main/protobuf/Master.proto
* (edit)
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionImplementation.java
* (edit) hbase-shell/src/main/ruby/shell.rb
* (add) hbase-shell/src/main/ruby/shell/commands/list_quota_table_sizes.rb
* (edit)
hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterRpcServices.java
* (edit)
hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/QuotaProtos.java
* (edit) hbase-shell/src/main/ruby/hbase/quotas.rb
* (edit)
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ShortCircuitMasterConnection.java
* (add)
hbase-server/src/test/java/org/apache/hadoop/hbase/quotas/TestQuotaStatusRPCs.java
* (add) hbase-shell/src/test/ruby/hbase/quotas_test_no_cluster.rb
* (edit)
hbase-server/src/test/java/org/apache/hadoop/hbase/master/MockRegionServer.java
* (edit)
hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/AdminProtos.java
* (edit)
hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/QuotaProtos.java
* (edit)
hbase-client/src/main/java/org/apache/hadoop/hbase/quotas/QuotaTableUtil.java
* (edit)
hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/RegionServerStatusProtos.java
* (edit)
hbase-server/src/main/java/org/apache/hadoop/hbase/quotas/ActivePolicyEnforcement.java
* (add) hbase-shell/src/main/ruby/shell/commands/list_quota_snapshots.rb
* (edit)
hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/MasterProtos.java
* (edit) hbase-protocol-shaded/src/main/protobuf/Quota.proto
* (add) hbase-shell/src/main/ruby/shell/commands/list_quota_violations.rb
* (edit) hbase-shell/src/test/ruby/hbase/quotas_test.rb
* (add)
hbase-client/src/main/java/org/apache/hadoop/hbase/client/QuotaStatusCalls.java
> Expand on shell commands for detailed insight
> ---------------------------------------------
>
> Key: HBASE-17428
> URL: https://issues.apache.org/jira/browse/HBASE-17428
> Project: HBase
> Issue Type: Sub-task
> Components: shell
> Reporter: Josh Elser
> Assignee: Josh Elser
> Fix For: HBASE-16961
>
> Attachments: HBASE-17428.001.patch, HBASE-17428.002.patch,
> HBASE-17428.003.HBASE-16961.patch, HBASE-17428.004.HBASE-16961.patch
>
>
> Was talking over how to build some tests with [~romil.choksi], and what kind
> of information we capture and expose via some more shell commands.
> * Current SpaceQuotaSnapshots that the Master sees
> * Current SpaceQuotaSnapshots that a RS sees (or all RSs)
> * Current SpaceViolationPolicyEnforcements that a RS has enabled
> We can build out on the {{status}} command, with some options for different
> levels of detail, perhaps. Shouldn't be too tricky -- we have the info, just
> need to wire up java API, RPC, and shell command.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)