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

Add routing logic to UUID retrieval for sharding #632

Closed
lkatalin opened this issue Jan 28, 2022 · 0 comments · Fixed by #671
Closed

Add routing logic to UUID retrieval for sharding #632

lkatalin opened this issue Jan 28, 2022 · 0 comments · Fixed by #671
Labels
enhancement New feature or request

Comments

@lkatalin
Copy link
Contributor

Currently UUID parsing prepends a TreeID (of zero) to a UUID to create an EntryID, and returns that to the user. UUID lookup can still be performed as usual using this EntryID, because the TreeID is actually discarded during the query. We should instead make sure the treeID is correct when creating the entry (perhaps in #630 ), and use the TreeID to query the correct tree during UUID-based artifact retrieval.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant