[ 
https://issues.apache.org/jira/browse/HADOOP-7668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13109875#comment-13109875
 ] 

Milind Bhandarkar commented on HADOOP-7668:
-------------------------------------------

Suresh, I think you want a check to see if the same file representing a block 
is accessible from the client as well as the datanode. (Checking that both 
client and datanode is on the same host, is an overly restrictive check. In 
some ways, even if both client and datanode are run on the same node, with 
chrooted containers, this is an overly general check.) Right ?

> Add a NetUtils method that can tell if an InetAddress belongs to local host
> ---------------------------------------------------------------------------
>
>                 Key: HADOOP-7668
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7668
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: util
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.23.0, 0.24.0
>
>         Attachments: HADOOP-7668.txt
>
>
> This utility will be useful for mechanism proposed in HDFS-2231 where based 
> on matching configured address with local address, a node determines the 
> related configuration parameters.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to