2

mongo レプリケートが実行されている IP アドレスのリストが表示されます。ノードの追加を自動化する必要があります。どの IP が pymongo を使用してプライマリであるかを調べるために、ステータス コマンドまたは別の方法を発行するにはどうすればよいですか?

ありがとう

4

1 に答える 1

0

You should use the ReplicaSetConnetion to connect to your replica set. And according to the documentation for High Availability and PyMongo

By default an instance of ReplicaSetConnection will only send queries to the primary member of the replica set. To use secondaries for queries we have to change the ReadPreference

于 2012-11-09T16:17:10.943 に答える