storj/satellite/repair
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
..
checker satellite/{metainfo,repair}: Delete expired segments from metainfo 2020-04-22 13:02:31 +00:00
irreparable all: use monkit v3 2020-02-05 23:53:17 +00:00
queue satellite: remove some unnecessary UTC() calls 2020-03-13 13:49:44 +00:00
repairer satellite/overlay: use node selection cache for uploads (#3859) 2020-04-24 09:11:04 -07:00
repair_test.go satellite/satellitedb/overlaycache: fix behavior around gracefully exited nodes 2020-04-28 23:58:43 +00:00
repair.go satellite/repair: move test files (#2649) 2019-07-28 12:15:34 +03:00