storj/storagenode
Ivan Fraixedes 537769d7fa
storagenode/orders: Don't return error Archiving unsent (#2903)
Don't return error when archiving errors which aren't found in the DB
because it causes Storage Node send orders cycle to stop.

This was applied in the commit e47b8ed131
but the last call to orders.Archive function was missed so the errors
weren't returned when not found orders in the first call but they were
returned in the second call.

This commit address the second call for making handleBatches function
never returns error on not found orders.
2019-08-29 20:22:22 +02:00
..
bandwidth Use UTC date in TestCachedBandwidthMonthRollover (#2684) 2019-08-01 11:30:04 -04:00
collector storagenode/orders: add archive cleanup to orders service (#2821) 2019-08-22 10:33:14 -04:00
console all: enable staticcheck (#2849) 2019-08-22 13:40:15 +02:00
inspector all: use fewer storage nodes to improve test memory usage (#2875) 2019-08-26 14:40:44 -04:00
monitor Restrict node info only for trusted satellites (#2737) 2019-08-09 12:21:41 +03:00
nodestats storagenode/reputation: add disqualified flag (#2862) 2019-08-28 23:54:12 +03:00
orders storagenode/orders: Don't return error Archiving unsent (#2903) 2019-08-29 20:22:22 +02:00
pieces storagenode/piecestore + uplink/piecestore: return PieceHash and original OrderLimit during GET_REPAIR (#2775) 2019-08-26 14:57:41 -04:00
piecestore storagenode/piecestore + uplink/piecestore: return PieceHash and original OrderLimit during GET_REPAIR (#2775) 2019-08-26 14:57:41 -04:00
reputation storagenode/reputation: add disqualified flag (#2862) 2019-08-28 23:54:12 +03:00
retain storagenode/retain: add comment (#2910) 2019-08-29 19:42:17 +03:00
storagenodedb storagenode/reputation: add disqualified flag (#2862) 2019-08-28 23:54:12 +03:00
storageusage storagenode/console: refactor service and api (#2751) 2019-08-14 15:17:11 +03:00
trust rename all the things (#2531) 2019-07-28 08:55:36 +03:00
peer.go storagenode/retain: fix concurrency issues (#2828) 2019-08-28 16:35:25 -04:00