storj/satellite/repair
Moby von Briesen 5dfe27f175 satellite/{repair,overlay}: Use overlay NodeSelectionCache for repair uploads
This change removes the overlay function FindStorageNodesForRepair,
which skips using the node selection cache and hits the database
directly. Otherwise, it is functionally identical to
FindStorageNodesForUpload, which checks the node selection cache first.

When selecting nodes for PUT_REPAIRs, we now call
FindStorageNodesForUpload instead of FindStorageNodesForRepair to reduce
database load.

Change-Id: If34e109695b2ed2b8fb6759115bf769a3459684e
2020-08-04 12:50:12 -04:00
..
checker all: fix dots 2020-07-16 14:58:28 +00:00
irreparable all: fix dots 2020-07-16 14:58:28 +00:00
queue satellite: fix string(int) conversions 2020-06-12 06:41:34 +00:00
repairer satellite/{repair,overlay}: Use overlay NodeSelectionCache for repair uploads 2020-08-04 12:50:12 -04:00
repair_test.go satellite/audit/{queue,chore}: Wait for audit queue to be finished before swapping 2020-07-28 16:56:26 +00:00
repair.go satellite/repair: move test files (#2649) 2019-07-28 12:15:34 +03:00