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:
authorStan Hu <stanhu@gmail.com>2021-11-16 01:44:36 +0300
committerStan Hu <stanhu@gmail.com>2021-11-16 01:44:36 +0300
commit1e59d91d1caf8e1dadc9b9f1feb6f931faf45fab (patch)
tree8890dc04ba089191d04993aa6d6fb54530cbec9b
parent3f64d439cdf2e045e1d4d14590301c7a6c238d8e (diff)
-rw-r--r--doc/failure_analysis/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/failure_analysis/index.md b/doc/failure_analysis/index.md
index dd8ef1452..c1e400286 100644
--- a/doc/failure_analysis/index.md
+++ b/doc/failure_analysis/index.md
@@ -29,7 +29,7 @@ sequenceDiagram
Workhorse->>Client: success
```
-In step 3, when Praefect reveives the `ReceivePack` RPC from Workhorse,
+In step 3, when Praefect receives the `ReceivePack` RPC from Workhorse,
it calls `GetPrimary()`, which consults the database. Praefect considers
a primary repository on a per-repository basis, which means that in a
cluster of 3 nodes, the primary repository could reside in any of the 3