-
Type: Task
-
Resolution: Done
-
Affects Version/s: None
-
Component/s: None
I'm using replica set, consistency eventual and inline map_reduce (mongoid 3.0.9).
I suspect that mongoid is forcing strong consistency and querying primary node (map_reduce.rb: @results ||= session.with(consistency: :strong).command(command)).
should it hit secondary? if not, why?