Skip to content

Draft: praefect/service: RepositoryReplicas RPC fails if a replica does not exist

Because the original error message is not dictating ''a replica does not yet exist on the host" when the repository is not replicated yet to all the hosts. So in this commit, check whether the error gets from the CalculateChecksum Grpc call is dataloss or not. If it is dataloss, then return a more suitable error message.

Related to #4051

Merge request reports