Skip to content
New issue

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

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

Already on GitHub? # 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

@github-actions github-actions bot requested review from atburke and smallinsky March 14, 2022 22:17
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 force-pushed the zmb3/v9-backport-11124 branch from 73c8488 to 288ae9b Compare March 15, 2022 14:34
@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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants