storj/satellite/overlay
Moby von Briesen de366537a8 satellite/satellitedb/overlaycache: fix behavior around gracefully exited nodes
Sometimes nodes who have gracefully exited will still be holding pieces
according to the satellite. This has some unintended side effects
currently, such as nodes getting disqualified after having successfully
exited.
* When the audit reporter attempts to update node stats, do not update
stats (alpha, beta, suspension, disqualification) if the node has
finished graceful exit (audit/reporter_test.go TestGracefullyExitedNotUpdated)
* Treat gracefully exited nodes as "not reputable" so that the repairer
and checker do not count them as healthy (overlay/statdb_test.go
TestKnownUnreliableOrOffline, repair/repair_test.go
TestRepairGracefullyExited)

Change-Id: I1920d60dd35de5b2385a9b06989397628a2f1272
2020-04-28 23:58:43 +00:00
..
benchmark_test.go satellite/overlay: use node selection cache for uploads (#3859) 2020-04-24 09:11:04 -07:00
config.go satellite/overlay: use node selection cache for uploads (#3859) 2020-04-24 09:11:04 -07:00
inspector.go common: separate repository 2019-12-27 14:11:15 +02:00
nodeselectioncache_test.go satellite/overlay: use node selection cache for uploads (#3859) 2020-04-24 09:11:04 -07:00
nodeselectioncache.go satellite/overlay: use node selection cache for uploads (#3859) 2020-04-24 09:11:04 -07: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: use IP for all uplink operations, use hostname for audit and repairs 2020-03-11 09:11:40 -07:00
selection_test.go satellite/overlay: use node selection cache for uploads (#3859) 2020-04-24 09:11:04 -07:00
service_test.go satellite/overlay: hardcode default values for audit alpha/beta 2020-04-14 19:12:40 +00:00
service.go satellite/overlay: use node selection cache for uploads (#3859) 2020-04-24 09:11:04 -07:00
statdb_test.go satellite/satellitedb/overlaycache: fix behavior around gracefully exited nodes 2020-04-28 23:58:43 +00:00
suspension_test.go satellite/satellitedb/overlaycache: update unknown alpha/beta values properly 2020-04-23 10:40:53 -04:00