Skip to content

Geo: Replicate wiki and design HEAD ref if needed

Michael Kozono requested to merge mk/geo-sync-wiki-head-ref into master

What does this MR do?

A customer noticed the HEAD ref was missing in some wiki repositories on a Geo secondary site.

When the HEAD ref on a Geo secondary site does not match the HEAD ref on the primary, it's not a data loss risk. But we expect wiki verification to fail in that case.

Geo did not need to replicate the wiki repository HEAD ref before. Something changed recently, related to this issue and it seems we might need to replicate the HEAD ref now.

In any case, it is desirable to copy the HEAD ref during syncs, in case it is somehow out-of-sync. This is already done for project repos and snippet repos.

I thought we were going to need to backport this, but we need more information to support that. See #338634 (comment 655483419)

Related to #338634 (closed)

How to setup and validate locally (strongly suggested)

See #338634 (comment 655483419)

I triggered verification and syncs in Rails console manually because waiting for automatic reverification/resync can take a very long time. I also went in and modified Git repos manually to try to reproduce bad states that this would fix. I had to disable Praefect because Praefect would also get into bad states during my tests. I think the customer was likely not using Praefect.

I don't have a quick way to test this. I don't really think it's absolutely necessary though, since this MR is mainly moving logic into a superclass so that it runs on all subclasses.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Michael Kozono

Merge request reports