Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2020-05-27 21:29:09 +0300
committerJohn Cai <jcai@gitlab.com>2020-05-29 00:34:35 +0300
commit24cd1e781887e36e72329e89542898bda554cfa9 (patch)
tree9d6f17666db7b0a1b2745c1b395d213f23ca4b0a
parent2c0194fc7ac8436107a40ff79edbdc8f1ce2afc4 (diff)
Remove outdated comment about alternates sync
This comment links to an issue that's closed, referring: https://gitlab.com/gitlab-org/gitaly/-/issues/1674#note_251566094. Which points to https://gitlab.com/gitlab-org/gitaly/-/issues/2016, itself closed too.
-rw-r--r--internal/praefect/replicator.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/internal/praefect/replicator.go b/internal/praefect/replicator.go
index 0668a59f8..6df96d488 100644
--- a/internal/praefect/replicator.go
+++ b/internal/praefect/replicator.go
@@ -101,12 +101,6 @@ func (dr defaultReplicator) Replicate(ctx context.Context, event datastore.Repli
}).Error("checksums do not match")
}
- // TODO: ensure attribute files are synced
- // https://gitlab.com/gitlab-org/gitaly/issues/1655
-
- // TODO: ensure objects/info/alternates are synced
- // https://gitlab.com/gitlab-org/gitaly/issues/1674
-
return nil
}