Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix an anothor issue
Browse files Browse the repository at this point in the history
Signed-off-by: zyguan <zhongyangguan@gmail.com>
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
@@ -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
}

0 comments on commit d6ce406

Please sign in to comment.