Hi,
When I’m getting com.mongodb.MongoWriteConcernException: waiting for replication timed out
expection, what guarantees does it give me? Can I be sure that it succeeded writing to at least one node?
I’m writing with write concern w2, I understand it writes to primary node and wait for replication to happen on any other node.
Thanks.