

InterviewSolution
Saved Bookmarks
1. |
________ can alter the behavior so that the delete phase of the current migration blocks the start of the next chunk migration.(a) _waitForUpdate(b) _waitForDelete(c) _waitForInsert(d) All of the mentionedThe question was posed to me in unit test.My doubt is from Sharding Mechanics in division Sharding Concepts, Mechanics and Sharded Cluster of MongoDB |
Answer» RIGHT answer is (b) _waitForDelete To explain I would SAY: The _waitForDelete is generally for INTERNAL TESTING PURPOSES. |
|