[
https://issues.apache.org/jira/browse/HADOOP-1211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Konstantin Shvachko updated HADOOP-1211:
----------------------------------------
Attachment: (was: 1211.patch)
> 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
>
>
> 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.