On Saturday, August 25, 2012 7:03:07 AM UTC+10, Kevin Kwast wrote:
So clients will get an acknowledgment of the write from a hidden node just like a non-hidden one?
Hi Kevin,
Based on the majority write concern, clients will get confirmation that a majority of the data nodes in the replica set have written the data. As mentioned in my previous reply, hidden nodes are still included as data nodes in the context of write concern.
To put it another way, if the majority of a 5 node set is 3 .. a majority concern indicates there are now at least 3 data nodes with a copy of the data (i.e. a primary and two secondaries).
Cheers,
Stephen