You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Shwetha G S (JIRA)" <ji...@apache.org> on 2014/01/27 10:54:37 UTC

[jira] [Comment Edited] (FALCON-60) Feed retention doesn't delete empty parent dirs

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

Shwetha G S edited comment on FALCON-60 at 1/27/14 9:53 AM:
------------------------------------------------------------

{norformat}
+            if (fs.delete(parent, true)) {
+                LOG.info("Deleted empty dir: " + parent);
+            }
else throw exception?
{norformat}



was (Author: shwethags):
+            if (fs.delete(parent, true)) {
+                LOG.info("Deleted empty dir: " + parent);
+            }
else throw exception?

> Feed retention doesn't delete empty parent dirs
> -----------------------------------------------
>
>                 Key: FALCON-60
>                 URL: https://issues.apache.org/jira/browse/FALCON-60
>             Project: Falcon
>          Issue Type: Bug
>    Affects Versions: 0.4
>            Reporter: Shwetha G S
>            Assignee: Shaik Idris Ali
>         Attachments: FALCON-60.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)