File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -343,11 +343,16 @@ Consider the following error message:
343343
344344:program:`mongod` procudes this message if, during a :ref:`chunk
345345migration <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
347348the shard cannot update the config database after
348349: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. In these situations, the :term:`primary` member of
351+ the shard will terminate
352+ itself to prevent data inconsistency. If the :term:`secondary` member
353+ can access the config database, the shard's data will be
354+ accessible after an election. Administrators will need to resolve the
355+ chunk migration failure independently.
351356
352357If you encounter this issue, contact the `MongoDB User Group
353358<http://groups.google.com/group/mongodb-user>`_ or 10gen support to
You can’t perform that action at this time.
0 commit comments