-
Reading the document I have a question regarding this bit:
Why do we need to turn off gc + dedupe? Is it because zot is not cluster aware so it may cause race conditions if we don't turn these feature off? |
Beta Was this translation helpful? Give feedback.
Answered by
rchincha
Feb 5, 2024
Replies: 1 comment 2 replies
-
@zhming0 Correct! With multiple writers, the race is between updates in the metadata cache (which could also be remote - dynamodb etc) and the actual storage. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dedupe is run inline when you push, gc is triggered as a background job.