You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2017/03/07 22:00:39 UTC

[jira] [Created] (HBASE-17752) Update reporting RPCs/Shell commands to break out space utilization by snapshot

Josh Elser created HBASE-17752:
----------------------------------

             Summary: 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


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.3.15#6346)