We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c08e46 commit 70e54bfCopy full SHA for 70e54bf
source/administration/replica-sets.txt
@@ -935,9 +935,8 @@ Duplicate Key Error on local.slaves
935
The *duplicate key on local.slaves* error, shown below, occurs when a
936
:term:`secondary` or :term:`slave` changes its hostname and the
937
:term:`primary` or :term:`master` tries to update its ``local.slaves``
938
-collection with the new name but runs into a duplicate `_id` field. The
939
-duplicate `_id` field exists in a document containing the previous
940
-hostname.
+collection with the new name. The update fails because it contains the
+same `_id` value as the document containing the previous hostname.
941
942
.. example::
943
0 commit comments