storj/satellite/repair/checker
Cameron Ayer 8c52bb3a18 satellite/checker: use numHealthy as segment health in repair queue
A few weeks ago it was discovered that the segment health function
was not working as expected with production values. As a bandaid,
we decided to insert the number of healthy pieces into the segment
health column. This should have effectively reverted our means of
prioritizing repair to the previous implementation.

However, it turns out that the bandaid was placed into the code which
removes items from the irreparable db and inserts them into the repair
queue.

This change: insert number of healthy pieces into the repair queue in the
method, RemoteSegment

Change-Id: Iabfc7984df0a928066b69e9aecb6f615253f1ad2
2020-12-15 17:16:59 -05:00
..
checker_test.go all: fix linter complaints 2020-10-13 15:59:01 +03:00
checker.go satellite/checker: use numHealthy as segment health in repair queue 2020-12-15 17:16:59 -05:00
checkerstats.go satellite/repair/checker: add new monkit stats tagged with rs scheme 2020-12-15 14:08:01 +00:00
config.go satellite/repair/checker: add new monkit stats tagged with rs scheme 2020-12-15 14:08:01 +00:00
online_test.go common: separate repository 2019-12-27 14:11:15 +02:00
online.go all: fix dots 2020-07-16 14:58:28 +00:00
override_test.go satellite/repair: Update repair override config to support multiple RS schemes. 2020-11-23 18:01:15 +00:00