Strange Upload/Download/Delete behavior

Hi everyone,

I was looking at the logs and noticed some weird behavior where a piece upload is started but fails and is followed by download and delete requests. Anyone seing this? Is this some kind of test?

2020-01-31T19:28:20.384Z INFO piecestore upload started {“Piece ID”: “RY7VNUZLF3AWAOWUVVE65UGIG6DFPJKVOH4KYV5V6Z2BVUUAJPDQ”, “Satellite ID”: “12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S”, “Action”: “PUT”}
2020-01-31T19:28:22.291Z INFO piecestore upload failed {“Piece ID”: “RY7VNUZLF3AWAOWUVVE65UGIG6DFPJKVOH4KYV5V6Z2BVUUAJPDQ”, “Satellite ID”: “12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S”, “Action”: “PUT”, “error”: “context canceled”, “errorVerbose”: “context canceled\n\tstorj.io/common/rpc/rpcstatus.Wrap:79\n\tstorj.io/storj/storagenode/piecestore.(*Endpoint).doUpload:483\n\tstorj.io/storj/storagenode/piecestore.(*drpcEndpoint).Upload:257\n\tstorj.io/common/pb.DRPCPiecestoreDescription.Method.func1:1066\n\tstorj.io/drpc/drpcserver.(*Server).doHandle:175\n\tstorj.io/drpc/drpcserver.(*Server).HandleRPC:153\n\tstorj.io/drpc/drpcserver.(*Server).ServeOne:114\n\tstorj.io/drpc/drpcserver.(*Server).Serve.func2:147\n\tstorj.io/drpc/drpcctx.(*Tracker).track:51”}
2020-01-31T19:28:28.255Z INFO piecestore download started {“Piece ID”: “RY7VNUZLF3AWAOWUVVE65UGIG6DFPJKVOH4KYV5V6Z2BVUUAJPDQ”, “Satellite ID”: “12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S”, “Action”: “GET”}
2020-01-31T19:28:29.786Z INFO piecestore downloaded {“Piece ID”: “RY7VNUZLF3AWAOWUVVE65UGIG6DFPJKVOH4KYV5V6Z2BVUUAJPDQ”, “Satellite ID”: “12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S”, “Action”: “GET”}
2020-01-31T19:28:30.925Z INFO piecestore deleted {“Satellite ID”: “12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S”, “Piece ID”: “RY7VNUZLF3AWAOWUVVE65UGIG6DFPJKVOH4KYV5V6Z2BVUUAJPDQ”}

2 posts were merged into an existing topic: Error piercestore protocol: rpc error: code = canceled desc = context canceled