Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v9] Fix DeleteRange when the backend sanitizer is used (#11124) #11131

Merged
merged 1 commit into from
Mar 15, 2022

Conversation

zmb3
Copy link
Collaborator

@zmb3 zmb3 commented Mar 14, 2022

We no longer require the end key for a DeleteRange operation to be
a valid backend key. This prevented us from deleting resources ending
in 'z', because it would produce an end key that the sanitizer doesn't
like.

Updates #2776
Backports #11124

We no longer require the end key for a DeleteRange operation to be
a valid backend key. This prevented us from deleting resources ending
in 'z', because it would produce an end key that the sanitizer doesn't
like.

Updates #2776
@zmb3 zmb3 enabled auto-merge (squash) March 15, 2022 14:34
@zmb3 zmb3 merged commit e0dc57f into branch/v9 Mar 15, 2022
@zmb3 zmb3 deleted the zmb3/v9-backport-11124 branch March 15, 2022 15:23
@webvictim webvictim mentioned this pull request Apr 19, 2022
@webvictim webvictim mentioned this pull request Jun 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants