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

Hadoop QA commented on ZOOKEEPER-1386:
--------------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12513164/ZOOKEEPER-1386.patch
  against trunk revision 1238176.

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

    +0 tests included.  The patch appears to be a documentation patch that 
doesn't require 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 does not increase the total number of 
release audit warnings.

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

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

Test results: 
https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/938//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/938//artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Console output: 
https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/938//console

This message is automatically generated.
                
> avoid flaky URL redirection in "ant javadoc" : replace 
> "http://java.sun.com/javase/6/docs/api/package-list"; with 
> "http://download.oracle.com/javase/6/docs/api/"; 
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-1386
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1386
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: documentation
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>            Priority: Minor
>         Attachments: ZOOKEEPER-1386.patch
>
>
> It seems that the current javadoc.link.java value, 
> http://java.sun.com/javase/6/docs/api/, redirects (via HTTP 301) to 
> http://download.oracle.com/javase/6/docs/api/. This redirect does not always 
> work apparently, causing the URL fetch to fail. This causes an additional 
> javadoc warning: 
> javadoc: warning - Error fetching URL: 
> http://java.sun.com/javase/6/docs/api/package-list
> which can in turn cause Jenkins to give a -1 to an otherwise OK build (see 
> e.g. 
> https://issues.apache.org/jira/browse/ZOOKEEPER-1373?focusedCommentId=13199456&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13199456).
>  

--
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

        

Reply via email to