[jira] [Commented] (HADOOP-8334) HttpServer sometimes returns incorrect port

2012-05-01 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13265766#comment-13265766
 ] 

Hudson commented on HADOOP-8334:


Integrated in Hadoop-Hdfs-0.23-Build #244 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/244/])
svn merge -c 1332336. FIXES: HADOOP-8334. HttpServer sometimes returns 
incorrect port (Daryn Sharp via bobby) (Revision 1332338)

 Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1332338
Files : 
* 
/hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/http/HttpServer.java
* 
/hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/http/HttpServerFunctionalTest.java
* 
/hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/http/TestHttpServer.java


 HttpServer sometimes returns incorrect port
 ---

 Key: HADOOP-8334
 URL: https://issues.apache.org/jira/browse/HADOOP-8334
 Project: Hadoop Common
  Issue Type: Bug
Affects Versions: 0.23.3, 0.24.0, 2.0.0
Reporter: Daryn Sharp
Assignee: Daryn Sharp
 Fix For: 0.23.3, 2.0.0, 3.0.0

 Attachments: HADOOP-8334.patch


 {{HttpServer}} is not always returning the correct listening port.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HADOOP-8334) HttpServer sometimes returns incorrect port

2012-05-01 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13265788#comment-13265788
 ] 

Hudson commented on HADOOP-8334:


Integrated in Hadoop-Hdfs-trunk #1031 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1031/])
HADOOP-8334. HttpServer sometimes returns incorrect port (Daryn Sharp via 
bobby) (Revision 1332336)

 Result = FAILURE
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1332336
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/http/HttpServer.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/http/HttpServerFunctionalTest.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/http/TestHttpServer.java


 HttpServer sometimes returns incorrect port
 ---

 Key: HADOOP-8334
 URL: https://issues.apache.org/jira/browse/HADOOP-8334
 Project: Hadoop Common
  Issue Type: Bug
Affects Versions: 0.23.3, 0.24.0, 2.0.0
Reporter: Daryn Sharp
Assignee: Daryn Sharp
 Fix For: 0.23.3, 2.0.0, 3.0.0

 Attachments: HADOOP-8334.patch


 {{HttpServer}} is not always returning the correct listening port.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HADOOP-8334) HttpServer sometimes returns incorrect port

2012-05-01 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13265822#comment-13265822
 ] 

Hudson commented on HADOOP-8334:


Integrated in Hadoop-Mapreduce-trunk #1066 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1066/])
HADOOP-8334. HttpServer sometimes returns incorrect port (Daryn Sharp via 
bobby) (Revision 1332336)

 Result = FAILURE
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1332336
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/http/HttpServer.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/http/HttpServerFunctionalTest.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/http/TestHttpServer.java


 HttpServer sometimes returns incorrect port
 ---

 Key: HADOOP-8334
 URL: https://issues.apache.org/jira/browse/HADOOP-8334
 Project: Hadoop Common
  Issue Type: Bug
Affects Versions: 0.23.3, 0.24.0, 2.0.0
Reporter: Daryn Sharp
Assignee: Daryn Sharp
 Fix For: 0.23.3, 2.0.0, 3.0.0

 Attachments: HADOOP-8334.patch


 {{HttpServer}} is not always returning the correct listening port.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HADOOP-8334) HttpServer sometimes returns incorrect port

2012-04-30 Thread Robert Joseph Evans (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13265098#comment-13265098
 ] 

Robert Joseph Evans commented on HADOOP-8334:
-

The changes look good, and a lot simpler then they were before.  I like the new 
tests, and if everything passes I think it is OK.  Have you tested this on a 
cluster?

 HttpServer sometimes returns incorrect port
 ---

 Key: HADOOP-8334
 URL: https://issues.apache.org/jira/browse/HADOOP-8334
 Project: Hadoop Common
  Issue Type: Bug
Affects Versions: 0.23.3, 0.24.0, 2.0.0
Reporter: Daryn Sharp
Assignee: Daryn Sharp
 Attachments: HADOOP-8334.patch


 {{HttpServer}} is not always returning the correct listening port.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HADOOP-8334) HttpServer sometimes returns incorrect port

2012-04-30 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13265097#comment-13265097
 ] 

Hadoop QA commented on HADOOP-8334:
---

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12525089/HADOOP-8334.patch
  against trunk revision .

+1 @author.  The patch does not contain any @author tags.

+1 tests included.  The patch appears to include 2 new or modified test 
files.

+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 eclipse:eclipse.  The patch built with eclipse:eclipse.

+1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) 
warnings.

+1 release audit.  The applied patch does not increase the total number of 
release audit warnings.

-1 core tests.  The patch failed these unit tests:
  org.apache.hadoop.io.TestSequenceFile

+1 contrib tests.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/905//testReport/
Console output: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/905//console

This message is automatically generated.

 HttpServer sometimes returns incorrect port
 ---

 Key: HADOOP-8334
 URL: https://issues.apache.org/jira/browse/HADOOP-8334
 Project: Hadoop Common
  Issue Type: Bug
Affects Versions: 0.23.3, 0.24.0, 2.0.0
Reporter: Daryn Sharp
Assignee: Daryn Sharp
 Attachments: HADOOP-8334.patch


 {{HttpServer}} is not always returning the correct listening port.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HADOOP-8334) HttpServer sometimes returns incorrect port

2012-04-30 Thread Daryn Sharp (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13265106#comment-13265106
 ] 

Daryn Sharp commented on HADOOP-8334:
-

I haven't brought this up on a full cluster, but yarn tests appear ok.  This is 
only about successfully binding, so there aren't host issues to worry about.

 HttpServer sometimes returns incorrect port
 ---

 Key: HADOOP-8334
 URL: https://issues.apache.org/jira/browse/HADOOP-8334
 Project: Hadoop Common
  Issue Type: Bug
Affects Versions: 0.23.3, 0.24.0, 2.0.0
Reporter: Daryn Sharp
Assignee: Daryn Sharp
 Attachments: HADOOP-8334.patch


 {{HttpServer}} is not always returning the correct listening port.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HADOOP-8334) HttpServer sometimes returns incorrect port

2012-04-30 Thread Robert Joseph Evans (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13265109#comment-13265109
 ] 

Robert Joseph Evans commented on HADOOP-8334:
-

Yes, you are right once it is bound your really don't need to do any more then 
that. +1 (looks like there is already a JIRA for TestSequenceFile)

 HttpServer sometimes returns incorrect port
 ---

 Key: HADOOP-8334
 URL: https://issues.apache.org/jira/browse/HADOOP-8334
 Project: Hadoop Common
  Issue Type: Bug
Affects Versions: 0.23.3, 0.24.0, 2.0.0
Reporter: Daryn Sharp
Assignee: Daryn Sharp
 Attachments: HADOOP-8334.patch


 {{HttpServer}} is not always returning the correct listening port.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HADOOP-8334) HttpServer sometimes returns incorrect port

2012-04-30 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13265118#comment-13265118
 ] 

Hudson commented on HADOOP-8334:


Integrated in Hadoop-Hdfs-trunk-Commit #2228 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2228/])
HADOOP-8334. HttpServer sometimes returns incorrect port (Daryn Sharp via 
bobby) (Revision 1332336)

 Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1332336
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/http/HttpServer.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/http/HttpServerFunctionalTest.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/http/TestHttpServer.java


 HttpServer sometimes returns incorrect port
 ---

 Key: HADOOP-8334
 URL: https://issues.apache.org/jira/browse/HADOOP-8334
 Project: Hadoop Common
  Issue Type: Bug
Affects Versions: 0.23.3, 0.24.0, 2.0.0
Reporter: Daryn Sharp
Assignee: Daryn Sharp
 Fix For: 0.23.3, 2.0.0, 3.0.0

 Attachments: HADOOP-8334.patch


 {{HttpServer}} is not always returning the correct listening port.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HADOOP-8334) HttpServer sometimes returns incorrect port

2012-04-30 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13265120#comment-13265120
 ] 

Hudson commented on HADOOP-8334:


Integrated in Hadoop-Common-trunk-Commit #2154 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2154/])
HADOOP-8334. HttpServer sometimes returns incorrect port (Daryn Sharp via 
bobby) (Revision 1332336)

 Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1332336
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/http/HttpServer.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/http/HttpServerFunctionalTest.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/http/TestHttpServer.java


 HttpServer sometimes returns incorrect port
 ---

 Key: HADOOP-8334
 URL: https://issues.apache.org/jira/browse/HADOOP-8334
 Project: Hadoop Common
  Issue Type: Bug
Affects Versions: 0.23.3, 0.24.0, 2.0.0
Reporter: Daryn Sharp
Assignee: Daryn Sharp
 Fix For: 0.23.3, 2.0.0, 3.0.0

 Attachments: HADOOP-8334.patch


 {{HttpServer}} is not always returning the correct listening port.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HADOOP-8334) HttpServer sometimes returns incorrect port

2012-04-30 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13265149#comment-13265149
 ] 

Hudson commented on HADOOP-8334:


Integrated in Hadoop-Mapreduce-trunk-Commit #2171 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2171/])
HADOOP-8334. HttpServer sometimes returns incorrect port (Daryn Sharp via 
bobby) (Revision 1332336)

 Result = ABORTED
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1332336
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/http/HttpServer.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/http/HttpServerFunctionalTest.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/http/TestHttpServer.java


 HttpServer sometimes returns incorrect port
 ---

 Key: HADOOP-8334
 URL: https://issues.apache.org/jira/browse/HADOOP-8334
 Project: Hadoop Common
  Issue Type: Bug
Affects Versions: 0.23.3, 0.24.0, 2.0.0
Reporter: Daryn Sharp
Assignee: Daryn Sharp
 Fix For: 0.23.3, 2.0.0, 3.0.0

 Attachments: HADOOP-8334.patch


 {{HttpServer}} is not always returning the correct listening port.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira