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 39d1195 commit 665cb6dCopy full SHA for 665cb6d
locale/zh/LC_MESSAGES/core/replication-introduction.po
@@ -167,7 +167,7 @@ msgid ""
167
"not reflect the state of the primary. See :doc:`secondaries </core/replica-"
168
"set-secondary>` for more information."
169
msgstr ""
170
-"**从节点** 将主节点上的oplog复制过来并应用这些操作来修改其自己的数据集。Secondaries' data sets reflect the primary's data set."
+"**从节点** 将主节点上的oplog复制过来并应用这些操作来修改其自己的数据集以确保从节点的数据集与主节点的数据集一致。"
171
"一旦主节点不可用了,副本集就会将一个从节点选举成为新的主节点。客户端默认是从主"
172
"节点进行读操作,但是客户端也可以通过指定 :doc:`读的优先倾向 </core/read-preference>` "
173
"来将读操作发送给从节点。需要注意的是,在从节点上进行读操作时,所获得的数据可能不是此时主节点上的值。"
0 commit comments