storj/satellite/overlay
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
..
benchmark_test.go ci: test benchmarks 2020-07-10 13:26:49 +00:00
config.go all: fix dots 2020-07-16 14:58:28 +00:00
inspector.go all: fix dots 2020-07-16 14:58:28 +00:00
nodeselectioncache_test.go satellite/overlay: remove MinimumRequiredNodes 2020-05-07 15:41:23 +00:00
nodeselectioncache.go all: fix dots 2020-07-16 14:58:28 +00:00
peeridentities_test.go satellite/satellitedb/satellitedbtest: pass ctx as an argument 2020-01-20 16:35:42 +02:00
peeridentities.go common: separate repository 2019-12-27 14:11:15 +02:00
piececount_test.go ci: test benchmarks 2020-07-10 13:26:49 +00:00
selection_test.go all: fix dots 2020-07-16 14:58:28 +00:00
service_test.go all: fix dots 2020-07-16 14:58:28 +00:00
service.go satellite/{repair,overlay}: Use overlay NodeSelectionCache for repair uploads 2020-08-04 12:50:12 -04:00
statdb_test.go satellite: replace references to Suspended with UnknownAuditSuspended 2020-06-23 14:19:22 +00:00
suspension_test.go all: fix dots 2020-07-16 14:58:28 +00:00