-
Type:
Bug
-
Resolution: Done
-
Priority:
Blocker - P1
-
None
-
Affects Version/s: 2.12.2
-
Component/s: Write Operations
-
Environment:Linux OS
-
None
-
None
-
None
-
None
-
None
-
None
-
None
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.