storj/satellite/repair
Michal Niewrzal 578724e9b1 satellite/repair/repairer: use KnownReliable to check segment pieces
At the moment segment repairer is skipping offline nodes in checks like
clumped pieces and off placement pieces. This change is fixing this
problem using new version of KnownReliable method. New method is
returning both online and offline nodes. Provided data can be used to
find clumped and off placement pieces.

We are not using DownloadSelectionCache anymore with segment repairer.

https://github.com/storj/storj/issues/5998

Change-Id: I236a1926e21f13df4cdedc91130352d37ff97e18
2023-06-28 16:53:51 +00:00
..
checker satellite/repair: don't reuse allNodeIDs 2023-06-06 10:28:04 -05:00
queue storage: move errors to better locations 2023-04-06 17:26:29 +03:00
repairer satellite/repair/repairer: use KnownReliable to check segment pieces 2023-06-28 16:53:51 +00:00
clumping_test.go satellite/repair: repair pieces on the same last_net 2023-04-06 17:34:25 +00:00
clumping.go satellite/repair: repair pieces on the same last_net 2023-04-06 17:34:25 +00:00
priority_test.go satellite/repair: test inmemory/disk difference only once 2022-03-29 14:08:13 +03:00
priority.go all: reformat comments as required by gofmt 1.19 2022-08-10 18:24:55 +00:00
repair_test.go satellite/repair/repairer: make DialTimeout configurable 2023-06-16 12:23:25 +00:00
repair.go satellite/repair: move test files (#2649) 2019-07-28 12:15:34 +03:00