storj/satellite/overlay
Egon Elbre 2955c50bc1 satellite/overlay: fix data-race in node selection cache
GetNodes returned references to nodes in the immutable state, however
some parts of code expect them to be modified.

Change-Id: I5be1866f95e0dbe062a6b6be60e29f2365c35faa
2020-05-06 20:03:06 +03:00
..
benchmark_test.go satellite/overlay: add feature flag for node selection cache 2020-05-06 16:13:47 +03:00
config.go satellite/overlay: Add flag for enabling/disabling disqualification from suspension mode 2020-05-04 17:25:09 +00:00
inspector.go common: separate repository 2019-12-27 14:11:15 +02:00
nodeselectioncache_test.go satellite/overlay: fix data-race in node selection cache 2020-05-06 20:03:06 +03:00
nodeselectioncache.go satellite/overlay: fix data-race in node selection cache 2020-05-06 20:03:06 +03: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 satellite/overlay: remove old updateaddress method 2020-04-30 06:41:48 +00:00
selection_test.go satellite/overlay: add feature flag for node selection cache 2020-05-06 16:13:47 +03:00
service_test.go satellite/overlay: remove old updateaddress method 2020-04-30 06:41:48 +00:00
service.go satellite/overlay: fix data-race in node selection cache 2020-05-06 20:03:06 +03:00
statdb_test.go satellite/overlay: remove old updateaddress method 2020-04-30 06:41:48 +00:00
suspension_test.go satellite/overlay: Add flag for enabling/disabling disqualification from suspension mode 2020-05-04 17:25:09 +00:00