Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
123151: kvclient: check for invalid routing token r=arulajmani a=andrewbaptist Previously in `DistSender.sendPartialBatch` we could hit an error path during processing of a proxy request if the method was called with an invalid token. This could happen if there was a range split or merge which could invalidate the routing token prior to the method being called. This fix validates the token is not null before attempting to Sync. Epic: none Fixes: #123146 Release note: None Co-authored-by: Andrew Baptist <baptist@cockroachlabs.com>
- Loading branch information