Some DatanodeProtocol methods are missing DatanodeRegistration parameter
------------------------------------------------------------------------
Key: HDFS-1270
URL: https://issues.apache.org/jira/browse/HDFS-1270
Project: Hadoop HDFS
Issue Type: Bug
Affects Versions: 0.20.2, 0.20.1, 0.20.3, 0.21.0, 0.22.0
Reporter: Suresh Srinivas
Assignee: Suresh Srinivas
Methods commitBlockSynchronization(), reportBadBlocks() are missing
DatanodeRegistration parameter. Hence the datanodes that are calling these
methods are not validated. Registration information should be used to reject
the requests from an unregistered or dead datanode. TestDeadDatanode should be
updated to test this functionality.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.