[
https://issues.apache.org/jira/browse/HADOOP-3565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12605636#action_12605636
]
Hadoop QA commented on HADOOP-3565:
-----------------------------------
+1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12384112/hadoop-3565-v3.patch
against trunk revision 668612.
+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 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/2671/testReport/
Findbugs warnings:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2671/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2671/artifact/trunk/build/test/checkstyle-errors.html
Console output:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2671/console
This message is automatically generated.
> JavaSerialization can throw java.io.StreamCorruptedException
> ------------------------------------------------------------
>
> Key: HADOOP-3565
> URL: https://issues.apache.org/jira/browse/HADOOP-3565
> Project: Hadoop Core
> Issue Type: Bug
> Components: mapred
> Affects Versions: 0.17.0, 0.18.0
> Reporter: Tom White
> Assignee: Tom White
> Fix For: 0.17.1, 0.18.0
>
> Attachments: hadoop-3565-v2.patch, hadoop-3565-v3.patch,
> hadoop-3565.patch
>
>
> When using JavaSerialization I sometimes get:
> {noformat}
> Caused by: java.io.StreamCorruptedException: illegal handle value
> at java.io.ObjectInputStream.readHandle(ObjectInputStream.java:1406)
> at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1285)
> at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
> at
> org.apache.hadoop.io.serializer.JavaSerialization$JavaSerializationDeserializer.deseriali
> ze(JavaSerialization.java:53)
> at
> org.apache.hadoop.io.serializer.JavaSerialization$JavaSerializationDeserializer.deseriali
> ze(JavaSerialization.java:36)
> at
> org.apache.hadoop.mapred.Task$ValuesIterator.readNextValue(Task.java:735)
> at org.apache.hadoop.mapred.Task$ValuesIterator.next(Task.java:675)
> ... 4 more
> {noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.