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

fix(kv): push down org ID to skip in delete URM #16841

Merged
merged 2 commits into from
Feb 12, 2020
Merged

fix(kv): push down org ID to skip in delete URM #16841

merged 2 commits into from
Feb 12, 2020

Conversation

goller
Copy link
Contributor

@goller goller commented Feb 12, 2020

We are trying to skip deletes that would remove keys
that have already been deleted. This is a rather
extreme approach and I believe we should think about how
to fix user-resource-mappings.

It is possible that a cursor does not respect transactions and thus a range may contain already
deleted keys. This is a workaround.

GeorgeMac and others added 2 commits February 12, 2020 19:44
We are trying to skip deletes that would remove keys
that have already been deleted.  This is a rather
extreme approach and I believe we should think about how
to fix user-resource-mappings.

Co-authored-by:  Lyon Hill <lyondhill@gmail.com>
Signed-off-by: Chris Goller <goller@gmail.com>
@goller goller merged commit a5f508d into master Feb 12, 2020
@goller goller deleted the gm/skip-list branch February 12, 2020 20:33
GeorgeMac added a commit that referenced this pull request Feb 13, 2020
GeorgeMac added a commit that referenced this pull request Feb 13, 2020
* Revert "fix(kv): Don't stop when key not found from index."

This reverts commit bd9167d.

* Revert "fix(kv): push down org ID to skip in delete URM (#16841)"

This reverts commit a5f508d.

* Revert "fix(kv): delete authorization from correct index bucket (#16835)"

This reverts commit 7349216.

* Revert "feat(kv): Index Authorizations by User ID (#16818)"

This reverts commit df36fe9.

* Revert "feat: add indexes to urm for user lookups (#16789)"

This reverts commit 9561d0a.
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.

3 participants