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

Mukul Kumar Singh commented on HDFS-13137:
------------------------------------------

v4 patch fixes a Ozone fs contract test failure because of the change in the 
last patch.

> Ozone: Ozonefs read fails because ChunkGroupInputStream#read does not iterate 
> through all the blocks in the key
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: HDFS-13137
>                 URL: https://issues.apache.org/jira/browse/HDFS-13137
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>          Components: ozone
>    Affects Versions: HDFS-7240
>            Reporter: Mukul Kumar Singh
>            Assignee: Mukul Kumar Singh
>            Priority: Major
>             Fix For: HDFS-7240
>
>         Attachments: HDFS-13137-HDFS-7240.001.patch, 
> HDFS-13137-HDFS-7240.002.patch, HDFS-13137-HDFS-7240.003.patch, 
> HDFS-13137-HDFS-7240.004.patch
>
>
> OzoneFilesystem put is failing with the following exception. This happens 
> because ChunkGroupInputStream#read does not iterate through all the blocks in 
> the key.
> {code}
> [hdfs@y129 ~]$ time /opt/hadoop/hadoop-3.1.0-SNAPSHOT/bin/hdfs dfs -put test3 
> /test3a
> 18/02/12 13:36:21 WARN util.NativeCodeLoader: Unable to load native-hadoop 
> library for your platform... using builtin-java classes where applicable
> 2018-02-12 13:36:22,211 [main] INFO       - Using 
> org.apache.hadoop.ozone.client.rpc.RpcClient as client protocol.
> 18/02/12 13:37:25 WARN util.ShutdownHookManager: ShutdownHook 
> 'ClientFinalizer' timeout, java.util.concurrent.TimeoutException
> java.util.concurrent.TimeoutException
>         at java.util.concurrent.FutureTask.get(FutureTask.java:205)
>         at 
> org.apache.hadoop.util.ShutdownHookManager$1.run(ShutdownHookManager.java:68)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to