

InterviewSolution
Saved Bookmarks
1. |
Point out the correct statement.(a) To facilitate replication, all replica set members send heartbeats (pings) to all other members(b) For proper replication operations, entries in the oplog must be idempotent(c) Any member can import oplog entries from any other member(d) All of the mentionedThe question was asked in an interview.My enquiry is from Replication Processes topic in portion Replication Concepts, Processes and Replication Set of MongoDB |
Answer» The correct answer is (b) For proper REPLICATION operations, entries in the oplog MUST be idempotent |
|