You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "sandeep samudrala (JIRA)" <ji...@apache.org> on 2016/08/15 15:44:20 UTC

[jira] [Created] (FALCON-2116) Queue defined in is not getting used in actual retention job

sandeep samudrala created FALCON-2116:
-----------------------------------------

             Summary: Queue defined in <retention-stage> is not getting used in actual retention job
                 Key: FALCON-2116
                 URL: https://issues.apache.org/jira/browse/FALCON-2116
             Project: Falcon
          Issue Type: Bug
            Reporter: sandeep samudrala
            Assignee: sandeep samudrala


Following feed definition segment is not working properly, Both replication and retention jobs are running in "m10n" queue and queue from retention-stage is not getting picked up: 
{noformat}
<properties>
        <property name="webhdfs" value="enabled"/>
        <property name="queueName" value="m10n"/>
    </properties>
    <lifecycle>
        <retention-stage>
            <frequency>hours(1)</frequency>
            <queue>default</queue>
            <priority>NORMAL</priority>
            <properties>
                <property name="retention.policy.agebaseddelete.limit" value="days(10)"/>
            </properties>
        </retention-stage>
    </lifecycle>
{noformat}

Here we have a feed which replicates data from local to global cluster. We have queue "m10n" in global, but not in local colos. So we have specified "default" queue for retention jobs and "m10n" for replication jobs.
But both are getting "m10n" queue. Due to which retention jobs in local colos are getting suspended. 



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