[
https://issues.apache.org/jira/browse/HADOOP-4029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12653920#action_12653920
]
Konstantin Shvachko commented on HADOOP-4029:
---------------------------------------------
Minor comments:
# {{FSImage.getStorageDirs()}} is redundant. You should use
{{Storage.getNumStorageDirs()}} and {{Storage.getStorageDir(idx)}} instead.
# Could you please remove empty lines after {{it.remove()}} in FSImage.
# Unnecessary empty lines changes in dfshealth.jsp.
> NameNode should report status and performance for each replica of image and
> log
> -------------------------------------------------------------------------------
>
> Key: HADOOP-4029
> URL: https://issues.apache.org/jira/browse/HADOOP-4029
> Project: Hadoop Core
> Issue Type: New Feature
> Components: dfs
> Affects Versions: 0.20.0
> Reporter: Robert Chansler
> Assignee: Boris Shkolnik
> Attachments: HADOOP-4029-1.patch, HADOOP-4029.patch
>
>
> The administrator should have immediate access to the status of each replica.
> In addition to reporting whether the replica is active or not, measured
> performance should be reported so as to indicate whether a replica might
> impact cluster performance or might be in danger of failing.
> We're probably not close to doing automated replica fail over, but we can
> give the administrator some clues.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.