Skip to content

Commit 70e54bf

Browse files
author
Bob Grabar
committed
DOCS-401 minor edit
1 parent 8c08e46 commit 70e54bf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/administration/replica-sets.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -935,9 +935,8 @@ Duplicate Key Error on local.slaves
935935
The *duplicate key on local.slaves* error, shown below, occurs when a
936936
:term:`secondary` or :term:`slave` changes its hostname and the
937937
: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.
938+
collection with the new name. The update fails because it contains the
939+
same `_id` value as the document containing the previous hostname.
941940

942941
.. example::
943942

0 commit comments

Comments
 (0)