[MongoDB]: what happend to your queries when any shard (complete RS) goes down
We observed when any complete shard (all nodes in that replica set) got down, all the queries which involved data from that down shard are giving failures as below. Want to know whether it’s expected behavior ? mongos> db.shrcol.count() Thu…