Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 37A449E4C for ; Wed, 21 Sep 2011 21:25:14 +0000 (UTC) Received: (qmail 36319 invoked by uid 500); 21 Sep 2011 21:25:14 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 36265 invoked by uid 500); 21 Sep 2011 21:25:13 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 36255 invoked by uid 99); 21 Sep 2011 21:25:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Sep 2011 21:25:13 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Sep 2011 21:25:11 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 81C36A6973 for ; Wed, 21 Sep 2011 21:24:50 +0000 (UTC) Date: Wed, 21 Sep 2011 21:24:50 +0000 (UTC) From: "Hadoop QA (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <1626490629.52483.1316640290528.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1751959850.52418.1316639228973.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HADOOP-7668) Add a NetUtils method that can tell if an InetAddress belongs to local host MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-7668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13109886#comment-13109886 ] Hadoop QA commented on HADOOP-7668: ----------------------------------- -1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12495442/HADOOP-7668.txt against trunk revision . +1 @author. The patch does not contain any @author tags. +1 tests included. The patch appears to include 3 new or modified tests. +1 javadoc. The javadoc tool did not generate any warning messages. +1 javac. The applied patch does not increase the total number of javac compiler warnings. +1 findbugs. The patch does not introduce any new Findbugs (version 1.3.9) warnings. -1 release audit. The applied patch generated 1 release audit warnings (more than the trunk's current 0 warnings). +1 core tests. The patch passed unit tests in . +1 contrib tests. The patch passed contrib unit tests. Test results: https://builds.apache.org/job/PreCommit-HADOOP-Build/218//testReport/ Release audit warnings: https://builds.apache.org/job/PreCommit-HADOOP-Build/218//artifact/trunk/patchprocess/patchReleaseAuditProblems.txt Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/218//console This message is automatically generated. > 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