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

Hadoop QA commented on HDFS-2310:
---------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12493036/HDFS-2310.diff
  against trunk revision .

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

    -1 tests included.  The patch doesn't appear to include any new or modified 
tests.
                        Please justify why no new tests are needed for this 
patch.
                        Also please list what manual steps were performed to 
verify this patch.

    +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 failed these unit tests:

                  org.apache.hadoop.hdfs.TestDfsOverAvroRpc
                  
org.apache.hadoop.hdfs.server.blockmanagement.TestHost2NodesMap
                  org.apache.hadoop.hdfs.server.datanode.TestReplicasMap

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

Test results: 
https://builds.apache.org/job/PreCommit-HDFS-Build/1194//testReport/
Release audit warnings: 
https://builds.apache.org/job/PreCommit-HDFS-Build/1194//artifact/trunk/patchprocess/patchReleaseAuditProblems.txt
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HDFS-Build/1194//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-hdfs.html
Console output: https://builds.apache.org/job/PreCommit-HDFS-Build/1194//console

This message is automatically generated.

> TestBackupNode fails since HADOOP-7524 went in.
> -----------------------------------------------
>
>                 Key: HDFS-2310
>                 URL: https://issues.apache.org/jira/browse/HDFS-2310
>             Project: Hadoop HDFS
>          Issue Type: Bug
>            Reporter: Ivan Kelly
>            Assignee: Ivan Kelly
>         Attachments: HDFS-2310.diff
>
>
> Logs give the following error. This happens because the JournalProtocol is 
> never registered with the server.
> 2011-09-05 10:44:36,811 INFO  ipc.Server (Server.java:run(1497)) - IPC Server 
> handler 0 on 60758, call: 
> startLogSegment(NamenodeRegistration(localhost:60754, role=NameNode), 3), rpc 
> version=2, client version=1, methodsFingerPrint=-852377201 from 
> 127.0.0.1:60760, error: 
> java.io.IOException: java.io.IOException: Unknown protocol: 
> org.apache.hadoop.hdfs.server.protocol.JournalProtocol
>       at 
> org.apache.hadoop.ipc.WritableRpcEngine$Server.call(WritableRpcEngine.java:622)
>       at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:1489)
>       at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:1485)
>       at java.security.AccessController.doPrivileged(Native Method)
>       at javax.security.auth.Subject.doAs(Subject.java:396)
>       at 
> org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1135)
>       at org.apache.hadoop.ipc.Server$Handler.run(Server.java:1483)
> 2011-09-05 10:44:36,813 ERROR namenode.FSEditLog 
> (FSEditLog.java:mapJournalsAndReportErrors(1048)) - Error starting log 
> segment 3 (journal 
> JournalAndStream(mgr=org.apache.hadoop.hdfs.server.namenode.BackupJournalManager@2876b359,
>  stream=null))
> java.io.IOException: java.io.IOException: Unknown protocol: 
> org.apache.hadoop.hdfs.server.protocol.JournalProtocol
>       at 
> org.apache.hadoop.ipc.WritableRpcEngine$Server.call(WritableRpcEngine.java:622)
>       at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:1489)
>       at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:1485)
>       at java.security.AccessController.doPrivileged(Native Method)
>       at javax.security.auth.Subject.doAs(Subject.java:396)
>       at 
> org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1135)
>       at org.apache.hadoop.ipc.Server$Handler.run(Server.java:1483)

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

        

Reply via email to