-
Notifications
You must be signed in to change notification settings - Fork 737
Closed
Labels
investigatingThis issue is being investigated and/or work is in progress to resolve the issue.This issue is being investigated and/or work is in progress to resolve the issue.
Description
Noticed this relRetryToken value being returned, but the value is never used again, nor released. This potentially could lead to token leaking preventing subsequent retry attempts being made. This needs more investigation, and cleanup to correctly handle the returned retry token for the attempt.
aws-sdk-go-v2/aws/retry/middleware.go
Lines 170 to 173 in a1be727
| relRetryToken, reqErr := r.retryer.GetRetryToken(ctx, err) | |
| if reqErr != nil { | |
| return out, attemptResult, reqErr | |
| } |
skmcgrail and TomerHeber
Metadata
Metadata
Assignees
Labels
investigatingThis issue is being investigated and/or work is in progress to resolve the issue.This issue is being investigated and/or work is in progress to resolve the issue.