Skip to content

Commit

Permalink
remove redundant line
Browse files Browse the repository at this point in the history
Signed-off-by: husharp <[email protected]>
  • Loading branch information
HuSharp committed Aug 29, 2023
1 parent 23318b6 commit c82d267
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/base_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ func (c *baseClient) memberLoop() {
failpoint.Inject("skipUpdateMember", func() {
failpoint.Continue()
})

if err := retry.WithBackoff(ctx, c.updateMember, &bo); err != nil {
log.Info("[pd] failed update member with retry", errs.ZapError(err))
}
Expand Down

0 comments on commit c82d267

Please sign in to comment.