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

stack commented on HBASE-7283:
------------------------------

[~lhofhansl] Tracing, the IOE becomes a LOG#ERROR in the super 
TableEventHandler class:

    } catch (IOException e) {
      LOG.error("Error manipulating table " + Bytes.toString(tableName), e);

At least it doesn't kill the server.

Leaving trash in the filesystem is probably ok logged as an error I'd say.
                
> Backport HBASE-6564 + HBASE-7202 to 0.94
> ----------------------------------------
>
>                 Key: HBASE-7283
>                 URL: https://issues.apache.org/jira/browse/HBASE-7283
>             Project: HBase
>          Issue Type: Task
>            Reporter: Matteo Bertozzi
>            Assignee: Matteo Bertozzi
>            Priority: Minor
>             Fix For: 0.94.4
>
>         Attachments: 7283.094.txt, HBASE-6564-0.94.patch, 
> HBASE-7202-0.94.patch
>
>
> * HBASE-6564: HDFS space is not reclaimed when a column family is deleted
> * HBASE-7202: Family Store Files are not archived on admin.deleteColumn()
> (the second one is a fix for the first, to use the archiver)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to