Say, I have set write concern for a replica set with 3 members as w = "majority". If a member of the replica set goes down, would it be possible that the write concern could change for such a scenario?
I read MongoDB: The definitive guide as well as read the MongoDB documentation, but could not find anything. But it seems like something that should be available to implement.