Changelog v0.23.4

Main focus of this point release is dRPC. Like last time please let us know if you see any dRPC errors.

4 Likes

@littleskunk
I got first drpc event:

docker logs storagenode 2>&1 | grep drpc

2019-10-16T20:12:37.880Z INFO piecestore download failed {"Piece ID": "KDUGCZE4K2U3JPHY7FBPTVG5E7UHOISHKLPKWDWURT5IK4674NSQ", "SatelliteID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "error": "piecestore: piecestore protocol: drpc: stream terminated by sending error", "errorVerbose": "piecestore: piecestore protocol: drpc: stream terminated by sending error\n\tstorj.io/drpc/drpcstream.(*Stream).SendError:260\n\tstorj.io/drpc/drpcmanager.(*Manager).manageStream:221"}

Details about that piece:
docker logs storagenode 2>&1 | grep "KDUGCZE4K2U3JPHY7FBPTVG5E7UHOISHKLPKWDWURT5IK4674NSQ"

2019-10-16T20:10:58.393Z        INFO    piecestore      upload started  {"Piece ID": "KDUGCZE4K2U3JPHY7FBPTVG5E7UHOISHKLPKWDWURT5IK4674NSQ", "SatelliteID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "PUT"}
2019-10-16T20:11:40.846Z        INFO    piecestore      uploaded        {"Piece ID": "KDUGCZE4K2U3JPHY7FBPTVG5E7UHOISHKLPKWDWURT5IK4674NSQ", "SatelliteID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "PUT"}
2019-10-16T20:12:34.088Z        INFO    piecestore      download started        {"Piece ID": "KDUGCZE4K2U3JPHY7FBPTVG5E7UHOISHKLPKWDWURT5IK4674NSQ", "SatelliteID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET"}
2019-10-16T20:12:37.880Z        INFO    piecestore      download failed {"Piece ID": "KDUGCZE4K2U3JPHY7FBPTVG5E7UHOISHKLPKWDWURT5IK4674NSQ", "SatelliteID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "error": "piecestore: piecestore protocol: drpc: stream terminated by sending error", "errorVerbose": "piecestore: piecestore protocol: drpc: stream terminated by sending error\n\tstorj.io/drpc/drpcstream.(*Stream).SendError:260\n\tstorj.io/drpc/drpcmanager.(*Manager).manageStream:221"}
2019-10-16T20:13:58.478Z        INFO    piecestore      deleted {"Piece ID": "KDUGCZE4K2U3JPHY7FBPTVG5E7UHOISHKLPKWDWURT5IK4674NSQ"}
1 Like

I have just updated 20 minutes ago to v0.23.4 and no drpc errors yet, would like to know if grpc errors are still normal.

autoupdate updated on 17.10.2019 today i have some
|2019-10-20T19:54:07.332+0300|ERROR|server|gRPC stream error response|{“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).doUpload:284\n\tstorj.io/storj/storagenode/piecestore.(*Endpoint).Upload:158\n\tstorj.io/storj/pkg/pb._Piecestore_Upload_Handler:1070\n\tstorj.io/storj/pkg/server.(*Server).logOnErrorStreamInterceptor:23\n\tgoogle.golang.org/grpc.(*Server).processStreamingRPC:1127\n\tgoogle.golang.org/grpc.(*Server).handleStream:1178\n\tgoogle.golang.org/grpc.(*Server).serveStreams.func1.1:696”}|
2019-10-20T19:54:47.565+0300 ERROR server gRPC stream error response {“error”: “piecestore: piecestore protocol: rpc error: code = Canceled desc = context canceled”, “errorVerbose”: “piecestore: piecestore protocol: rpc error: code = Canceled desc = context canceled\n\tstorj.io/storj/storagenode/piecestore.(*Endpoint).doDownload.func3:570\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57”}