Skip to content

Geo - Ensure that upload deletions are communicated to the secondary

What does this MR do?

When an uploaded file is deleted on the Geo primary, generate a upload_deleted_event. The Geo secondary can then remove the entry form the file_registry table in the Geo tracking database.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

The file_registry table on the secondary falls out of sync with what's actually stored in the uploads table.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #2103 (closed)

Edited by Nick Thomas

Merge request reports