storj/satellite/metainfo/piecedeletion
Yingrong Zhao 7c7334e9d5 satellite/metainfo/piecedeletion: fix deadlock when waiting for threshold to reach
This PR fixes a deadlock that can happen when the number of piece
deletion requests is different from the distinct node count from those
requests. The success threshold should be based on the number of nodes
instead of the amount of requests

Change-Id: I83073a22eb1e111be1e27641cebcefecdc16afcb
2020-09-02 07:07:49 +00:00
..
combiner_bench_test.go ci: test benchmarks 2020-07-10 13:26:49 +00:00
combiner_test.go metainfo/piecedeletion: use NodeURL-s 2020-05-21 08:37:13 +03:00
combiner.go satellite/metainfo/piecedeletion: add metrics for deletion requests 2020-06-26 11:12:33 -03:00
dialer_test.go metainfo/piecedeletion: use NodeURL-s 2020-05-21 08:37:13 +03:00
dialer.go satellite/metainfo/piecedeletion: fix int to string conversion 2020-06-29 17:22:52 +03:00
doc.go satellite/metainfo/piecedeletion: add Service 2020-03-18 14:50:08 +00:00
handler_test.go metainfo/piecedeletion: use NodeURL-s 2020-05-21 08:37:13 +03:00
handler.go metainfo/piecedeletion: use NodeURL-s 2020-05-21 08:37:13 +03:00
queue_test.go satellite/metainfo/piecedeletion: try to make batches larger 2020-04-22 18:43:29 +00:00
queue.go all: fix dots 2020-07-16 14:58:28 +00:00
service_test.go satellite/metainfo: add limiter for objectdeletion and piecedeletion 2020-08-19 16:08:29 +00:00
service.go satellite/metainfo/piecedeletion: fix deadlock when waiting for threshold to reach 2020-09-02 07:07:49 +00:00