Skip to content

Praefect: Replicate to existing repository

Justin Tobler requested to merge jt-replicate-repo into master

Currently when the ReplicateRepository RPC is invoked through Praefect with a target repository that already exists, the RPC will fail with the error AlreadyExists. Since it is perfectly valid to invoke this RPC with a target repository that already exists, Praefect coordinator logic was updated to handle routing the RPC whether the target repository already exists or not.

Closes: #4288 (closed)

Edited by Justin Tobler

Merge request reports