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

Konstantin Boudnik commented on HDFS-1523:
------------------------------------------

The essence of the change is here
{code}
+  private static final String ALLOWED_VM = "64";
...
+    assumeTrue(ALLOWED_VM.equals(System.getProperty("sun.arch.data.model")));
{code}
I will fix the JIRA number - my fingers mustve slipped. Thanks for noticing.

> TestLargeBlock is failing on trunk
> ----------------------------------
>
>                 Key: HDFS-1523
>                 URL: https://issues.apache.org/jira/browse/HDFS-1523
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.22.0
>            Reporter: Konstantin Boudnik
>            Assignee: Konstantin Boudnik
>             Fix For: 0.22.0, 0.23.0
>
>         Attachments: HDFS-1523.patch, HDFS-1523.patch
>
>
> TestLargeBlock is failing for more than a week not on 0.22 and trunk with
> {noformat}
> java.io.IOException: Premeture EOF from inputStream
>       at org.apache.hadoop.io.IOUtils.readFully(IOUtils.java:118)
>       at org.apache.hadoop.hdfs.BlockReader.readChunk(BlockReader.java:275)
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to