[ https://issues.apache.org/jira/browse/HADOOP-1211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488050
]
Hadoop QA commented on HADOOP-1211:
-----------------------------------
Integrated in Hadoop-Nightly #54 (See http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/54/)
> Remove deprecated constructor and unused static members in DataNode class
> -------------------------------------------------------------------------
>
> Key: HADOOP-1211
> URL: https://issues.apache.org/jira/browse/HADOOP-1211
> Project: Hadoop
> Issue Type: Bug
> Components: dfs
> Affects Versions: 0.12.2
> Reporter: Konstantin Shvachko
> Assigned To: Konstantin Shvachko
> Fix For: 0.13.0
>
> Attachments: 1211.patch
>
>
> HADOOP-702 deprecated one DataNode constructor, which is only used in MiniDFSCluster.
It should be removed.
> Static member
> dataNodeList
> dataNodeThreadList
> seem to be redundant now. Removing them will also require to remove static method
> shutdownAll()
> It is public now, but is also used only by MiniDFSCluster.
> The alternative to static shutdownAll() is to call shutdown() on the DataNode instance.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|