storj/storagenode/piecestore
Moby von Briesen 68b67c83a7 storagenode/{orders,piecestore}: Always unlock unsent orders file, even with an empty order.
When we call ordersStore.BeginEnqueue, the unsent orders file for that
satellite and hour is prevented from being sent. It is freed when the
commit callback returned by BeginEnqueue is used. This change ensures
that we always call the commit callback, even when we have an empty
order or an order with Amount <= 0.

Change-Id: Ic4678f7eaa1e6957dd77d4bb5a23bb35d25b1e93
2020-08-21 11:35:31 -04:00
..
usedserials all: fix comments 2020-07-16 19:13:14 +03:00
endpoint_test.go storagenode/piecestore: available storage check added in Upload 2020-06-01 16:55:22 +00:00
endpoint.go storagenode/{orders,piecestore}: Always unlock unsent orders file, even with an empty order. 2020-08-21 11:35:31 -04:00
verification_test.go storagenode/{monitor,piecestore}: if free disk < expected available space, return free disk 2020-07-22 15:08:37 +00:00
verification.go storagenode/piecestore: switch usedserials db for in-memory usedserials store 2020-05-28 12:52:52 -04:00