You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Xiaoyu Yao (JIRA)" <ji...@apache.org> on 2019/03/22 21:53:00 UTC

[jira] [Resolved] (HDDS-1327) ClientProtocol#close failed with EOFException running distcp from o3fs to o3fs

     [ https://issues.apache.org/jira/browse/HDDS-1327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xiaoyu Yao resolved HDDS-1327.
------------------------------
    Resolution: Duplicate

This is a dup of HDDS-1317

> ClientProtocol#close failed with EOFException running distcp from o3fs to o3fs
> ------------------------------------------------------------------------------
>
>                 Key: HDDS-1327
>                 URL: https://issues.apache.org/jira/browse/HDDS-1327
>             Project: Hadoop Distributed Data Store
>          Issue Type: Bug
>            Reporter: Xiaoyu Yao
>            Priority: Blocker
>
> {code}
> 2019-03-22 15:47:21 DEBUG OzoneFileSystem:843 - Found file (with /) for path o3fs://bucket1.vol1/user/hadoop/.staging: fake directory
> 2019-03-22 15:47:21 ERROR DistCp:167 - Exception encountered
> java.io.EOFException
>  at java.io.DataInputStream.readFully(DataInputStream.java:197)
>  at org.apache.hadoop.io.DataOutputBuffer$Buffer.write(DataOutputBuffer.java:70)
>  at org.apache.hadoop.io.DataOutputBuffer.write(DataOutputBuffer.java:120)
>  at org.apache.hadoop.io.SequenceFile$Reader.nextRaw(SequenceFile.java:2522)
>  at org.apache.hadoop.io.SequenceFile$Sorter$SortPass.run(SequenceFile.java:2994)
>  at org.apache.hadoop.io.SequenceFile$Sorter.sortPass(SequenceFile.java:2932)
>  at org.apache.hadoop.io.SequenceFile$Sorter.sort(SequenceFile.java:2880)
>  at org.apache.hadoop.io.SequenceFile$Sorter.sort(SequenceFile.java:2921)
>  at org.apache.hadoop.tools.util.DistCpUtils.sortListing(DistCpUtils.java:474)
>  at org.apache.hadoop.tools.util.DistCpUtils.sortListing(DistCpUtils.java:448)
>  at org.apache.hadoop.tools.CopyListing.validateFinalListing(CopyListing.java:155)
>  at org.apache.hadoop.tools.CopyListing.buildListing(CopyListing.java:93)
>  at org.apache.hadoop.tools.GlobbedCopyListing.doBuildListing(GlobbedCopyListing.java:89)
>  at org.apache.hadoop.tools.CopyListing.buildListing(CopyListing.java:86)
>  at org.apache.hadoop.tools.DistCp.createInputFileListing(DistCp.java:368)
>  at org.apache.hadoop.tools.DistCp.prepareFileListing(DistCp.java:96)
>  at org.apache.hadoop.tools.DistCp.createAndSubmitJob(DistCp.java:205)
>  at org.apache.hadoop.tools.DistCp.execute(DistCp.java:182)
>  at org.apache.hadoop.tools.DistCp.run(DistCp.java:153)
>  at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:76)
>  at org.apache.hadoop.tools.DistCp.main(DistCp.java:432)
> 2019-03-22 15:47:21 DEBUG Client:97 - stopping client from cache: org.apache.hadoop.ipc.Client@4944252c
> 2019-03-22 15:47:21 DEBUG OzoneClient:55 - Call: public abstract void org.apache.hadoop.ozone.client.protocol.ClientProtocol.close() throws java.io.IOException took 25 ms
> 2019-03-22 15:47:21 DEBUG ShutdownHookManager:97 - Completed shutdown in 0.026 seconds; Timeouts: 0
> {code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org