Error “Action”: “PUT”, “error”: “unexpected EOF”

what error this is?can anyone explain?

2022-04-08T18:47:34.739+0800 ERROR piecestore upload failed {“Piece ID”: “FMI32K6566EUCDZ563L4ELT2KKTX47HZMZPJI7VSBBSILLP7HAIQ”, “Satellite ID”: “12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S”, “Action”: “PUT”, “error”: “unexpected EOF”, “errorVerbose”: “unexpected EOF\n\tstorj.io/common/rpc/rpcstatus.Error:82\n\tstorj.io/storj/storagenode/piecestore.(*Endpoint).Upload:347\n\tstorj.io/common/pb.DRPCPiecestoreDescription.Method.func1:220\n\tstorj.io/drpc/drpcmux.(*Mux).HandleRPC:33\n\tstorj.io/common/rpc/rpctracing.(*Handler).HandleRPC:58\n\tstorj.io/drpc/drpcserver.(*Server).handleRPC:122\n\tstorj.io/drpc/drpcserver.(*Server).ServeOne:66\n\tstorj.io/drpc/drpcserver.(*Server).Serve.func2:112\n\tstorj.io/drpc/drpcctx.(*Tracker).track:52”, “Size”: 0}

@Alexey

Hi @RJGSpace

Let’s break down the error line…

This means the error occurred when trying to access (read/write) a file.

Data was coming from the Storj network to your node

When trying to save the file to your blobs folder the node received an end of file (EOF) during the save process.


This means that your node was not quick enough to save the piece from the network so the upload was cancelled half way through the transfer. On it’s own this is a normal part of the way Storj operates, uploading to multiple nodes but only storing the pieces on the fastest to respond.

3 Likes

tq for explaination… @Stob

1 Like