[
https://issues.apache.org/jira/browse/HADOOP-5383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tsz Wo (Nicholas), SZE updated HADOOP-5383:
-------------------------------------------
Description:
On NameNode, {{verifyReplication()}} is called for every new file created to
check if it falls within the configured limits. Currently its implementation
always builds the error string though it is almost never needed.
This jira fixes it.
was:
On NameNode, {{verifyReplication()}} is called for every new file created to
check if it falls within the configured limits. Currently its implementation
always builds the error string though it is almost never needed.
This jira fixes it.
Hadoop Flags: [Reviewed]
+1 patch looks good.
> minor : avoid building error string in verifyReplication()
> ----------------------------------------------------------
>
> Key: HADOOP-5383
> URL: https://issues.apache.org/jira/browse/HADOOP-5383
> Project: Hadoop Core
> Issue Type: Bug
> Components: dfs
> Reporter: Raghu Angadi
> Assignee: Raghu Angadi
> Priority: Minor
> Attachments: HADOOP-5383.patch
>
>
> On NameNode, {{verifyReplication()}} is called for every new file created to
> check if it falls within the configured limits. Currently its implementation
> always builds the error string though it is almost never needed.
> This jira fixes it.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.