storj/satellite/repair/checker
paul cannon 915f3952af satellite/repair: repair pieces on the same last_net
We avoid putting more than one piece of a segment on the same /24
network (or /64 for ipv6). However, it is possible for multiple pieces
of the same segment to move to the same network over time. Nodes can
change addresses, or segments could be uploaded with dev settings, etc.
We will call such pieces "clumped", as they are clumped into the same
net, and are much more likely to be lost or preserved together.

This change teaches the repair checker to recognize segments which have
clumped pieces, and put them in the repair queue. It also teaches the
repair worker to repair such segments (treating clumped pieces as
"retrievable but unhealthy"; i.e., they will be replaced on new nodes if
possible).

Refs: https://github.com/storj/storj/issues/5391
Change-Id: Iaa9e339fee8f80f4ad39895438e9f18606338908
2023-04-06 17:34:25 +00:00
..
checker_test.go satellite/repair/checker: remove monitoring from fast methods 2022-10-03 12:15:03 +00:00
checker.go satellite/repair: repair pieces on the same last_net 2023-04-06 17:34:25 +00:00
checkerstats.go satellite/repair: repair pieces on the same last_net 2023-04-06 17:34:25 +00:00
config.go satellite/repair/checker: buffer repair queue 2022-05-12 16:28:05 +00:00
observer_test.go satellite/repair : implemented ranged loop observer 2023-01-23 14:23:03 +00:00
observer.go satellite/metabase/rangedloop: few additions for monitoring 2023-02-17 08:46:00 +00:00
observerstats.go satellite/repair : implemented ranged loop observer 2023-01-23 14:23:03 +00:00
online_test.go satellite/overlay: remove unused mail service from overlay 2023-03-09 12:17:35 +00:00
online.go satellite/repair/checker: remove monitoring from fast methods 2022-10-03 12:15:03 +00:00
override_test.go satellite/repair: Update repair override config to support multiple RS schemes. 2020-11-23 18:01:15 +00:00