You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Zhihong Ted Yu (JIRA)" <ji...@apache.org> on 2012/08/18 18:21:37 UTC

[jira] [Commented] (HBASE-6564) HDFS space is not reclaimed when a column family is deleted

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

Zhihong Ted Yu commented on HBASE-6564:
---------------------------------------

{code}
+    fs.delete(delDir, true);
{code}
Please check the return value from delete() call.

TestTableFamilyHandlers.java misses license header.
{code}
+   // TETS - Disable and delete the column family
{code}
'TETS' seems to be misspelled above.
Please add the following to the end of the new test:
{code}
  @org.junit.Rule
  public org.apache.hadoop.hbase.ResourceCheckerJUnitRule cu =
    new org.apache.hadoop.hbase.ResourceCheckerJUnitRule();
{code}
Please try the patch on a cluster.

Thanks
                
> HDFS space is not reclaimed when a column family is deleted
> -----------------------------------------------------------
>
>                 Key: HBASE-6564
>                 URL: https://issues.apache.org/jira/browse/HBASE-6564
>             Project: HBase
>          Issue Type: Bug
>          Components: master
>    Affects Versions: 0.94.1
>            Reporter: J Mohamed Zahoor
>            Priority: Minor
>         Attachments: HBASE-6564-trunk.patch
>
>
> When a column family of a table is deleted, the HDFS space of the column family does not seem to be reclaimed even after a major compaction.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira