Handling intermittent replication failures #15380
Replies: 2 comments
-
cc @steven-zou we have fixed some issues related on jobservice, what's the Harbor version? Is there a way to determine the delta between two repositories (i.e which image is missing exactly)? Is there an alternative to running the replicate rule on the entire project if we can't determine which images are missing exactly? |
Beta Was this translation helpful? Give feedback.
-
@wy65701436 sorry for the late response, thanks for the useful comments! We'll have to try to create a tool that compares the two harbor instances. One of the issues is that our Harbor registry is growing quite a bit and a full replication took several hours to complete, even though only a handful of images are missing in the follower instance. We're running |
Beta Was this translation helpful? Give feedback.
-
We observed a transient failure with our Redis instance that caused some replication jobs to not get queued for an event based replication rule. The straight forward approach seems to be running the replication on everything, but it seems like the job is FIFO so that means a full replication may cause the replication to be significantly behind.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions