[
https://issues.apache.org/jira/browse/HADOOP-3571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12606978#action_12606978
]
Hadoop QA commented on HADOOP-3571:
-----------------------------------
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12384425/RemoveBlock.patch
against trunk revision 670086.
+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 tests are needed for 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 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:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2715/testReport/
Findbugs warnings:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2715/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2715/artifact/trunk/build/test/checkstyle-errors.html
Console output:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2715/console
This message is automatically generated.
> ArrayIndexOutOfBoundsException in BlocksMap$BlockInfo.setPrevious
> -----------------------------------------------------------------
>
> Key: HADOOP-3571
> URL: https://issues.apache.org/jira/browse/HADOOP-3571
> Project: Hadoop Core
> Issue Type: Bug
> Components: dfs
> Reporter: Tsz Wo (Nicholas), SZE
> Assignee: Konstantin Shvachko
> Priority: Blocker
> Fix For: 0.18.0
>
> Attachments: RemoveBlock.patch
>
>
> 2008-06-16 17:31:13,565 INFO org.apache.hadoop.ipc.Server: IPC Server handler
> 3 on 52750, call commitBlockSynchronization(blk_-5603224380662485577_2034,
> 2034, 80499712, false, false, [Lorg.apache.hadoop.dfs.DatanodeID;@73bc22)
> from xx.xx.xx.xx:51581: error: java.io.IOException:
> java.lang.ArrayIndexOutOfBoundsException: -2
> java.io.IOException: java.lang.ArrayIndexOutOfBoundsException: -2
> at
> org.apache.hadoop.dfs.BlocksMap$BlockInfo.setPrevious(BlocksMap.java:94)
> at
> org.apache.hadoop.dfs.BlocksMap$BlockInfo.listInsert(BlocksMap.java:212)
> at
> org.apache.hadoop.dfs.DatanodeDescriptor.addBlock(DatanodeDescriptor.java:173)
> at
> org.apache.hadoop.dfs.FSNamesystem.commitBlockSynchronization(FSNamesystem.java:1734)
> at
> org.apache.hadoop.dfs.NameNode.commitBlockSynchronization(NameNode.java:385)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:452)
> at org.apache.hadoop.ipc.Server$Handler.run(Server.java:888)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.