Upload error message

2019-08-12T09:39:51.595Z INFO piecestore upload failed {“Piece ID”: “ZO7I3V36SQ2TJL2F5KUJQ7E424JHLWHQY6QXYFODE4MNPSZEEXMA”, “SatelliteID”: “12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S”, “Action”: “PUT”, “error”: “piecestore protocol: rpc error: code = Canceled desc = context canceled”, “errorVerbose”: “piecestore protocol: rpc error: code = Canceled desc = context canceled\n\tstorj.io/storj/storagenode/piecestore.(*Endpoint).Upload:283\n\tstorj.io/storj/pkg/pb._Piecestore_Upload_Handler:701\n\tstorj.io/storj/pkg/server.logOnErrorStreamInterceptor:23\n\tgoogle.golang.org/grpc.(*Server).processStreamingRPC:1209\n\tgoogle.golang.org/grpc.(*Server).handleStream:1282\n\tgoogle.golang.org/grpc.(*Server).serveStreams.func1.1:717”}
2019-08-12T09:39:51.596Z ERROR piecestore protocol: rpc error: code = Canceled desc = context canceled
storj.io/storj/storagenode/piecestore.(*Endpoint).Upload:283
storj.io/storj/pkg/pb._Piecestore_Upload_Handler:701
storj.io/storj/pkg/server.logOnErrorStreamInterceptor:23
google.golang.org/grpc.(*Server).processStreamingRPC:1209
google.golang.org/grpc.(*Server).handleStream:1282
google.golang.org/grpc.(*Server).serveStreams.func1.1:717

what is wrong with this error ?

2019-08-12T09:57:53.486Z ERROR piecestore:orderssender.118UWpMCHzs6CvSgWd9BfFVjw5K9pZbJjkfZJexMtSkmKxvvAW failed to settle orders {“error”: “order: unable to connect to the satellite: transport error: connection error: desc = “transport: error while dialing: dial tcp 78.94.240.189:7777: connect: connection refused””, “errorVerbose”: “order: unable to connect to the satellite: transport error: connection error: desc = “transport: error while dialing: dial tcp 78.94.240.189:7777: connect: connection refused”\n\tstorj.io/storj/storagenode/orders.(*Sender).settle:168\n\tstorj.io/storj/storagenode/orders.(*Sender).Settle:142\n\tstorj.io/storj/storagenode/orders.(*Sender).runOnce.func1:127\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57”}

The first one is a normal context cancelled error that happens when enough other nodes have finished the transfer before yours has. Part of normal operation and nothing to worry about.

The second one is caused by on of the satellites being temporarily down. Nothing wrong on your end.

1 Like