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

Shaik Idris Ali commented on FALCON-1146:
-----------------------------------------

Hi,

Did we regress this issue? I am not sure what is special about this feed expect 
for fact that retention is much lower than the frequency of the feed itself 
(which is not the usual case)

We had fixed similar issue sometime back, let me check this issue on local box 
and I am confident that we have regression tests to check this.

{code}
Path feedBasePath = fs.makeQualified(FeedHelper.getFeedBasePath(feedPath));
{code}
Does it take care of overridden qualified paths like s3:// etc.

> feed retention policy deleted everything all the way up to the root
> -------------------------------------------------------------------
>
>                 Key: FALCON-1146
>                 URL: https://issues.apache.org/jira/browse/FALCON-1146
>             Project: Falcon
>          Issue Type: Bug
>          Components: common, retention
>    Affects Versions: 0.6
>            Reporter: Peeyush Bishnoi
>            Assignee: Peeyush Bishnoi
>            Priority: Critical
>             Fix For: 0.6.1
>
>         Attachments: FALCON-1146.patch
>
>
> For the below feed definition xml,  feed is set to delete every minute but 
> once it run it deleted everything all the way up and even the root directory.
> {code}
> <?xml version="1.0" encoding="UTF-8"?>
> <feed description="ALU EVDO retention feed" name="alu-evdo-retention" 
> xmlns="uri:falcon:feed:0.1">
>     <frequency>minutes(30)</frequency>
>     <clusters>
>         <cluster name="primary-cluster" type="source">
>             <validity start="2014-03-01T00:00Z" end="2016-01-01T00:00Z"/>
>             <retention limit="minutes(1)" action="delete"/>
>         </cluster>
>     </clusters>
>     <locations>
>         <location type="data" 
> path="/adis/test/${YEAR}-${MONTH}-${DAY}/${HOUR}/${MINUTE}"/>
>     </locations>
>     <ACL owner="flume" group="landing" permission="0x777"/>
>     <schema location="/none" provider="none" />
> </feed>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to