storj/satellite/repair
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 satellite/repair: fix lastSeenSegmentKey bug in IrreparableProcess 2020-11-09 14:48:15 +00:00
irreparable satellite/repair: fix lastSeenSegmentKey bug in IrreparableProcess 2020-11-09 14:48:15 +00:00
queue satellite/internalpb: move datarepair.pb to internal 2020-10-30 13:28:14 +02:00
repairer satellite: remove IsUp field from overlay.UpdateRequest 2020-11-02 15:34:17 -05:00
repair_test.go satellite/metainfo: use metabase.SegmentKey with metainfo.Service 2020-09-03 15:11:32 +00:00
repair.go satellite/repair: move test files (#2649) 2019-07-28 12:15:34 +03:00