In the master branch, the Find() command uses selector := makePinnedSelector(sess, coll.writeSelector) but it should use a read selector as the default to makePinnedSelector.
This bug blocks mongotools 4.2 support, as it breaks read preference support in tools.
- is depended on by
-
TOOLS-2326 read_preference_and_tags.js fails after updating to Go driver master
- Closed