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:
authorJohn Cai <jcai@gitlab.com>2020-05-29 00:56:59 +0300
committerJohn Cai <jcai@gitlab.com>2020-05-29 00:56:59 +0300
commit453500b03d8d66d534a8c9aac8d8d0f24e871ee7 (patch)
treeaf860bed6350c3636f794af72caa086b0ee4789c
parentf75934ed8f10cc9fe2a95ad659183d3526cf99f6 (diff)
parent24cd1e781887e36e72329e89542898bda554cfa9 (diff)
Merge branch 'zj-remove-comment' into 'master'
Remove outdated comment about alternates sync See merge request gitlab-org/gitaly!2220
-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
}