Details
-
Bug
-
Resolution: Done
-
Blocker - P1
-
None
-
2.12.2
-
Linux OS
Description
I have 3 mongodb node setup like Primary, Secondary and an Arbiter.
In this case, if Secondary node is down then Write Concern REPLICA_ACKNOWLEDGED is not working. It is trying to replicate data with second node. But Arbiter node doesn't have data replication. So i am unable to read the data from primary node due to Primary node gets locked at the time of write operation which is not acknowledge by secondary node.