Upload failed...not "INFO" but "ERROR"

hai…i have got new error on storagenode.

2022-04-17T22:14:17.809+0800 ERROR piecestore upload failed {“Piece ID”: “JFCCFHQA4B36EEVN2APADQYLWSB5I75BCIY2S5RWWLJLH3HO53QA”, “Satellite ID”: “12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs”, “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”: 1843200}

anyone can explain what error this is?

It’s a usual “context canceled” error - your node were too slow against competitors and the upload has been canceled before upload was finished.

tq for your explaination