storj/storagenode/piecestore
Egon Elbre 961e841bd7 all: fix error naming
errs.Class should not contain "error" in the name, since that causes a
lot of stutter in the error logs. As an example a log line could end up
looking like:

    ERROR node stats service error: satellitedbs error: node stats database error: no rows

Whereas something like:

    ERROR nodestats service: satellitedbs: nodestatsdb: no rows

Would contain all the necessary information without the stutter.

Change-Id: I7b7cb7e592ebab4bcfadc1eef11122584d2b20e0
2021-04-29 15:38:21 +03:00
..
usedserials all: fix error naming 2021-04-29 15:38:21 +03:00
endpoint_test.go storagenode/piecestore: fix error handling in TestDownload 2021-04-23 18:43:45 +00:00
endpoint.go pb: use *UnimplementedServer to avoid breaking API changes 2021-03-29 12:26:10 +03:00
verification_test.go all: fix defers in loop 2020-11-02 15:06:38 +02:00
verification.go storagenode/piecestore: switch usedserials db for in-memory usedserials store 2020-05-28 12:52:52 -04:00