File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -343,11 +343,15 @@ Consider the following error message:
343
343
344
344
:program:`mongod` procudes this message if, during a :ref:`chunk
345
345
migration <sharding-chunk-migration>`, the :term:`shard` could not
346
- connect to the :term:`config database` to update chunk information. If
346
+ connect to the :term:`config database` to update chunk information at
347
+ the end of the migration process. If
347
348
the shard cannot update the config database after
348
349
:dbcommand:`moveChunk`, the shard cluster will have an inconsistent
349
- view of all chunks. For this situation, the shard will terminate
350
- itself to prevent data inconsistency.
350
+ view of all chunks. For this situation, the :term:`primary` member of
351
+ the shard will terminate
352
+ itself to prevent data inconsistency. The :term:`secondary` members of
353
+ the shard will elect a new primary member so that the remainder of the
354
+ shard data is available for access.
351
355
352
356
If you encounter this issue, contact the `MongoDB User Group
353
357
<http://groups.google.com/group/mongodb-user>`_ or 10gen support to
You can’t perform that action at this time.
0 commit comments