Skip to content

Commit

Permalink
rbdeal repair: Call done() on carlog open error
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k committed Nov 17, 2023
1 parent a37cad4 commit e20f038
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rbdeal/deal_repair.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ func (r *ribs) fetchGroupHttp(ctx context.Context, workerID int, group ribs2.Gro
_ = f.Close()
_ = os.Remove(groupFile)
_ = robustReqReader.Close()
done()
log.Errorw("failed to create repair reader", "err", err, "group", group, "provider", candidate.Provider, "url", reqUrl.String())
continue
}
Expand Down

0 comments on commit e20f038

Please sign in to comment.