Venkatesh Seetharam created FALCON-773:
------------------------------------------
Summary: 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
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)