storj/satellite/repair/irreparable
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
..
inspector.go satellite/internalpb: add inspectors 2020-10-30 13:28:17 +02:00
irreparable_test.go satellite/repair: fix lastSeenSegmentKey bug in IrreparableProcess 2020-11-09 14:48:15 +00:00
irreparable.go satellite/internalpb: add inspectors 2020-10-30 13:28:17 +02:00