Commit bfdb41be authored by Ray Paik's avatar Ray Paik

Merge branch 'patch-79' into 'master'

Fixed spelling

See merge request gitlab-org/gitlab-ce!32434
parents 98f2ab29 be685251
...@@ -186,7 +186,7 @@ When a pool repository record is created in SQL on a Geo primary, this ...@@ -186,7 +186,7 @@ When a pool repository record is created in SQL on a Geo primary, this
will eventually trigger an event on the Geo secondary. The Geo secondary will eventually trigger an event on the Geo secondary. The Geo secondary
will then create the pool repository in Gitaly. This leads to an will then create the pool repository in Gitaly. This leads to an
"eventually consistent" situation because as each pool participant gets "eventually consistent" situation because as each pool participant gets
synchronized, Geo will eventuall trigger garbage collection in Gitaly on synchronized, Geo will eventually trigger garbage collection in Gitaly on
the secondary, at which stage Git objects will get deduplicated. the secondary, at which stage Git objects will get deduplicated.
> TODO How do we handle the edge case where at the time the Geo > TODO How do we handle the edge case where at the time the Geo
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment