From 5bb337b6c0e25753ff2542cca5628129f9575d6f Mon Sep 17 00:00:00 2001 From: Andrew Aldridge Date: Mon, 22 Sep 2014 17:42:58 -0400 Subject: [PATCH] DOCS-3373: Chunk migration builds indexes --- source/core/sharding-chunk-migration.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/core/sharding-chunk-migration.txt b/source/core/sharding-chunk-migration.txt index 23be6f44e95..6fad3495c76 100644 --- a/source/core/sharding-chunk-migration.txt +++ b/source/core/sharding-chunk-migration.txt @@ -40,6 +40,9 @@ All chunk migrations use the following procedure: route to the source shard. The source shard is responsible for incoming write operations for the chunk. +#. The destination shard initializes all missing indexes compared to + the source. + #. The destination shard begins requesting documents in the chunk and starts receiving copies of the data.