Skip to content

Commit

Permalink
fix an anothor issue
Browse files Browse the repository at this point in the history
Signed-off-by: zyguan <[email protected]>
  • Loading branch information
zyguan committed Jan 26, 2025
1 parent b571c08 commit d6ce406
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/locate/region_request.go
Original file line number Diff line number Diff line change
Expand Up @@ -774,6 +774,7 @@ func (s *sendReqState) next(
retry, err := s.onRegionError(bo, s.vars.rpcCtx, req, s.vars.regionErr)
if err != nil {
s.vars.rpcCtx, s.vars.resp = nil, nil
s.vars.err = err
s.vars.msg = fmt.Sprintf("failed to handle region error: %v", err)
return true
}
Expand Down

0 comments on commit d6ce406

Please sign in to comment.