Skip to content

Commit a303e75

Browse files
author
Vladimir I
committed
Fix gh-885
Also gh-886, gh-887, gh-888, gh-889. Translation fix. Few meaningfull changes in trasnlation, rest is just fuzzy removal. Probably subject for proof-reading due to size of the text.
1 parent fe97665 commit a303e75

File tree

2 files changed

+22
-137
lines changed
  • doc/2.2/reference/reference_rock/vshard
  • locale/ru/LC_MESSAGES

2 files changed

+22
-137
lines changed

doc/2.2/reference/reference_rock/vshard/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ A **rebalancer** is a background rebalancing process that ensures an even
263263
distribution of buckets across the shards. During rebalancing, buckets are being
264264
migrated among replica sets.
265265

266-
A replica set from which the bucket is being migrated is called a **source**; a
266+
A replica set from which the bucket is being migrated is called a **source** ; a
267267
target replica set to which the bucket is being migrated is called a **destination**.
268268

269269
A **replica set lock** makes a replica set invisible to the rebalancer. A locked
@@ -277,7 +277,7 @@ While a bucket is being migrated, it can have different states:
277277
* SENDING – the bucket is currently being copied to the destination replica set;
278278
read requests to the source replica set are still processed.
279279
* RECEIVING – the bucket is currently being filled; all requests to it are rejected.
280-
* SENT – the bucket was migrated to the destination replica set. The `router`
280+
* SENT – the bucket was migrated to the destination replica set. The ``router``
281281
uses the SENT state to calculate the new location of the bucket. A bucket in
282282
the SENT state goes to the GARBAGE state automatically after BUCKET_SENT_GARBAGE_DELAY
283283
seconds, which by default is :ref:`0.5 seconds <cfg_basic-collect_bucket_garbage_interval>`.

0 commit comments

Comments
 (0)