storj/storagenode/piecestore
Moby von Briesen e9dd5b2845 storagenode/piecestore: Properly log/send metrics for all successful pieces
When an uplink or repair work finishes uploading a piece to a
storagenode, it has no reason to wait another round trip after the piece
is committed to gracefully close the connection - in many (most?) cases,
the connection is simply canceled once the upload is complete. This has
the unintended side effect of producing a lot of "piece canceled" logs
and metrics on the storagenode side, when the reality is that the piece
uploads were successful, and not really canceled. This commit fixes
that.

Change-Id: Icbc1f7857d380134560219c1c19c186df2783cd0
2020-07-07 15:19:17 +00:00
..
usedserials storagenode/piecestore/usedserials: add monkit metric for serials that are randomly deleted 2020-06-09 17:04:37 -04:00
endpoint_test.go storagenode/piecestore: available storage check added in Upload 2020-06-01 16:55:22 +00:00
endpoint.go storagenode/piecestore: Properly log/send metrics for all successful pieces 2020-07-07 15:19:17 +00:00
verification_test.go private/testplanet: add WaitForStorageNodeEndpoints 2020-03-05 10:33:56 +00:00
verification.go storagenode/piecestore: switch usedserials db for in-memory usedserials store 2020-05-28 12:52:52 -04:00