Description
Description
Status | Assigned | Task | ||
---|---|---|---|---|
Migrated | gitlab-migration | T1899 complete object storage mirror on AWS | ||
Migrated | gitlab-migration | T1914 Keep mirror of contents on S3 up to date | ||
Migrated | gitlab-migration | T2003 Content replayer may try to copy objects before they are available from an objstorage |
Event Timeline
Comment Actions
I don't think we're going to do this but rather use the journal client approach. (Even more so considering that writing to S3 takes 500ms for each object, which sounds like a silly artificial limit to put on a synchronous process).
Comment Actions
We'll need to address T2003 before this can be closed (if we go the journal client route), so marking accordingly.
Comment Actions
We've now hit T2003 hard as the client caught up with the head of the local kafka cluster. That's why the curve is flattening out currently, as I stopped the replayers until the queue is implemented.