[
https://issues.apache.org/jira/browse/HADOOP-3752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Douglas updated HADOOP-3752:
----------------------------------
Attachment: 3752-1.patch
bq. On similar note, would it be helpful to log return status? One could then
easily query for all failed renames or similar operations.
For now, only successful operations are logged.
This patch adds rename, uses {{src=<Path>\tdst=<Path>}} instead of
{{path=<Path>[,<Path>]}}, and replaces the call to String.format- which
allocates a new Formatter and StringBuilder for each call- with a TheadLocal
Formatter that reuses its StringBuilder. It also adds types to most of the
args, which was missing from the first version.
> Audit logging fails to record rename
> ------------------------------------
>
> Key: HADOOP-3752
> URL: https://issues.apache.org/jira/browse/HADOOP-3752
> Project: Hadoop Core
> Issue Type: Bug
> Reporter: Chris Douglas
> Assignee: Chris Douglas
> Priority: Blocker
> Fix For: 0.18.0
>
> Attachments: 3752-0.patch, 3752-1.patch
>
>
> The audit log (HADOOP-3336) must also record rename events.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.