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

Refactor ContentMapping.fetchContents #7434

Merged
merged 1 commit into from
Aug 28, 2023

Conversation

snazy
Copy link
Member

@snazy snazy commented Aug 26, 2023

There is a very low chance (only for old, migrated repositories) that the exact same content object is used for multiple content-keys. If that situation happens, restart with a special, slower and more expensive implementation. It could have only happened before the enforcement of new content-IDs for Put-operations was in place and if the content-ID was explicitly specified by a client.

There is a *very* low chance (only for old, migrated repositories) that the exact same content object is used for multiple content-keys. If that situation happens, restart with a special, slower and more expensive implementation. It could have only happened before the enforcement of new content-IDs for Put-operations was in place _and_ if the content-ID was explicitly specified by a client.
@snazy snazy requested a review from adutra August 26, 2023 11:26
@snazy snazy marked this pull request as ready for review August 26, 2023 11:26
@snazy snazy merged commit d22c892 into projectnessie:main Aug 28, 2023
17 checks passed
@snazy snazy deleted the fetch-contents-dup-ids branch August 28, 2023 06:37
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

2 participants