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

Hudson commented on HBASE-14594:
--------------------------------

SUCCESS: Integrated in HBase-1.2 #255 (See 
[https://builds.apache.org/job/HBase-1.2/255/])
HBASE-14594 Use new DNS API introduced in HADOOP-12437 (Josh Elser) (tedyu: rev 
eba181ec5e9293266a95867c5d91665e32b63b04)
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java
* hbase-common/src/main/java/org/apache/hadoop/hbase/util/DNS.java
* hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/RESTServer.java
* hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/HQuorumPeer.java
* hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/ThriftServer.java
* hbase-common/src/main/java/org/apache/hadoop/hbase/AuthUtil.java
* 
hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift/ThriftServerRunner.java
* hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/filter/AuthFilter.java


> Use new DNS API introduced in HADOOP-12437
> ------------------------------------------
>
>                 Key: HBASE-14594
>                 URL: https://issues.apache.org/jira/browse/HBASE-14594
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>             Fix For: 2.0.0, 1.2.0, 1.3.0, 1.1.3, 0.98.16
>
>         Attachments: HBASE-14594.001.patch, HBASE-14594.002.patch
>
>
> HADOOP-12437 introduced a new API to {{org.apache.hadoop.net.DNS}}: 
> {{getDefaultHost(String, String, boolean)}}.
> The purpose of this method (the boolean argument really) is to change the 
> functionality so that when rDNS fails, {{InetAddress#getCanonicalHostName()}} 
> is consulted which includes resolution via the hosts file.
> The direct application of this new method is relevant on hosts with multiples 
> NICs and Kerberos enabled.
> Sadly, this method only exists in 2.8.0-SNAPSHOT, so to benefit from the fix 
> without great pain, some reflection is required.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to