storj/satellite/repair/checker
Ethan Adams 6070018021
satellite/overlay: use AS OF SYSTEM TIME with Cockroach
Query nodes table using AS OF SYSTEM TIME '-10s' (by default) when on CRDB to alleviate contention on the nodes table and minimize CRDB retries. Queries for standard uploads are already cached, and node lookups for graceful exit uploads has retry logic so it isn't necessary for the nodes returned to be current.
2020-12-22 21:07:07 +02:00
..
checker_test.go all: fix linter complaints 2020-10-13 15:59:01 +03:00
checker.go satellite/repair: use survivability model for segment health 2020-12-17 21:30:17 +00: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 satellite/overlay: use AS OF SYSTEM TIME with Cockroach 2020-12-22 21:07:07 +02:00
online.go satellite/repair: use survivability model for segment health 2020-12-17 21:30:17 +00:00
override_test.go satellite/repair: Update repair override config to support multiple RS schemes. 2020-11-23 18:01:15 +00:00