[
https://issues.apache.org/jira/browse/MAPREDUCE-1358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12828971#action_12828971
]
Todd Lipcon commented on MAPREDUCE-1358:
----------------------------------------
The existing test covers both classes since one delegates to the other, no? I
figured it was simple enough to cover them with a single test (previously they
were covered by no tests!)
> Utils.OutputLogFilter incorrectly filters for _logs
> ---------------------------------------------------
>
> Key: MAPREDUCE-1358
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1358
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Affects Versions: 0.22.0
> Reporter: Todd Lipcon
> Assignee: Todd Lipcon
> Attachments: mapreduce-1358.txt, mapreduce-1358.txt
>
>
> OutputLogFilter checks if the path contains _logs. This would incorrectly
> filter out all contents of a directory called server_logs, for example.
> Instead it should check for a path component exactly equal to _logs
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.