You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Balu Vellanki (JIRA)" <ji...@apache.org> on 2014/10/02 19:48:34 UTC

[jira] [Assigned] (FALCON-773) Log clean up handlers only work in distributed mode

     [ https://issues.apache.org/jira/browse/FALCON-773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Balu Vellanki reassigned FALCON-773:
------------------------------------

    Assignee: Balu Vellanki

> Log clean up handlers only work in distributed mode
> ---------------------------------------------------
>
>                 Key: FALCON-773
>                 URL: https://issues.apache.org/jira/browse/FALCON-773
>             Project: Falcon
>          Issue Type: Bug
>          Components: general
>    Affects Versions: 0.5, 0.6
>            Reporter: Venkatesh Seetharam
>            Assignee: Balu Vellanki
>             Fix For: 0.6
>
>
> The code only works if the colo matches the default colo
> {code}
>                 if (currentCluster.getColo().equals(getCurrentColo())) {
>                     LOG.info("Cleaning up logs for process: {} in cluster: {} with retention: {}",
>                             processName, cluster.getName(), retention);
>                     delete(currentCluster, process, retention);
>                 }
> {code}



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