

InterviewSolution
Saved Bookmarks
1. |
Point out the correct statement.(a) To affect the sync target for the initial sync, run rs.syn() operation before initial sync(b) If you run rs.syncFrom() during initial sync, MongoDB produces no error messages(c) replSetSyncFrom and rs.syncFrom() provide a permanent override of default behavior(d) All of the mentionedThe question was asked in my homework.Query is from Troubleshooting in section Replication Concepts, Processes and Replication Set of MongoDB |
Answer» Correct option is (b) If you run rs.syncFrom() during initial sync, MongoDB produces no ERROR messages |
|