[
https://issues.apache.org/jira/browse/HBASE-6564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13437515#comment-13437515
]
Zhihong Ted Yu commented on HBASE-6564:
---------------------------------------
@J:
If you look at patch v2 closely, you can see that it is composed of two patch
files (line 310).
I suggest renaming TestTableFamilyHandlers.java ->
TestTableDeleteFamilyHandler.java because only TableDeleteFamilyHandler is
tested.
There're a lot of two (successive) empty lines in this new file.
Please remove redundant empty line.
{code}
* Copyright 2009 The Apache Software Foundation
{code}
The above line should be removed from license header.
{code}
// 4 - Check if all the 3 column families exists in FS
{code}
'exists' -> 'exist'
{code}
public org.apache.hadoop.hbase.ResourceCheckerJUnitRule cu = new
org.apache.hadoop.hbase.ResourceCheckerJUnitRule();
{code}
The above line is longer than 100 characters. Please wrap.
Please regenerate patch and attach to this JIRA.
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, HBASE-6564-v2.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