[ 
https://issues.apache.org/jira/browse/HBASE-17752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16056728#comment-16056728
 ] 

Hudson commented on HBASE-17752:
--------------------------------

FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3231 (See 
[https://builds.apache.org/job/HBase-Trunk_matrix/3231/])
HBASE-17752 Shell command to list snapshot sizes WRT quotas (elserj: rev 
5b485d14cd6a5bce1bef8329122166153162037e)
* (add) hbase-shell/src/main/ruby/shell/commands/list_snapshot_sizes.rb
* (edit) hbase-shell/src/test/ruby/hbase/quotas_test.rb
* (edit) hbase-shell/src/main/ruby/hbase/quotas.rb
* (edit) hbase-shell/src/test/ruby/tests_runner.rb
* (edit) hbase-shell/src/main/ruby/shell.rb
* (edit) 
hbase-server/src/main/java/org/apache/hadoop/hbase/quotas/TableQuotaSnapshotStore.java
* (edit) 
hbase-client/src/main/java/org/apache/hadoop/hbase/quotas/QuotaTableUtil.java
* (edit) 
hbase-server/src/test/java/org/apache/hadoop/hbase/quotas/TestSpaceQuotasWithSnapshots.java


> Update reporting RPCs/Shell commands to break out space utilization by 
> snapshot
> -------------------------------------------------------------------------------
>
>                 Key: HBASE-17752
>                 URL: https://issues.apache.org/jira/browse/HBASE-17752
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>             Fix For: 3.0.0
>
>         Attachments: HBASE-17752.001.patch, HBASE-17752.002.patch, 
> HBASE-17752.003.patch, HBASE-17752.004.patch
>
>
> For adminstrators running HBase with space quotas, it is useful to provide a 
> breakdown of the utilization of a table. For example, it may be non-intuitive 
> that a table's utilization is primarily made up of snapshots. We should 
> provide a new command or modify existing commands such that an admin can see 
> the utilization for a table/ns:
> e.g.
> {noformat}
> table1:       17GB
>   resident:   10GB
>   snapshot_a: 5GB
>   snapshot_b: 2GB
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to