storj/satellite/repair/checker
Cameron Ayer d63b7658e8 satellite/repair: fix lastSeenSegmentKey bug in IrreparableProcess
A change was made to use a metabase.SegmentKey (a byte slice alias)
as the last seen item to iterate through the irreparable DB in a
for loop. However, this SegmentKey was not initialized, thus it was
nil. This caused the DB query to return nothing, and healthy segments
could not be cleaned out of the irreparable DB.

Change-Id: Idb30d6fef6113a30a27158d548f62c7443e65a81
2020-11-09 14:48:15 +00:00
..
checker_test.go all: fix linter complaints 2020-10-13 15:59:01 +03:00
checker.go satellite/repair: fix lastSeenSegmentKey bug in IrreparableProcess 2020-11-09 14:48:15 +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