-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 1.7.0
-
Component/s: None
-
Environment:MongoDB 2.2.0
Mongo::OperationFailure (Database command 'findandmodify' failed: (errmsg: 'not master'; note: 'from execCommand'; ok: '0.0').)
when
@con = Mongo::ReplSetConnection.new(['localhost:27017','localhost:27018'], :read => :secondary)
The driver should run the query on a primary.