-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.1.4
-
Component/s: MongoDB 3.2
-
Environment:Ubuntu 12.04, Mongodb 3.2, Node Driver 2.1.6
-
Empty show more show less
Hi,
We met a critical emergency today. In a replset with 5 nodes, when a primary node lost and recover after 10 seconds, any db operation stuck.
I have test the same condition many times in local machine. Sometimes it will stuck and sometimes does not. Here is my connection url:
mongodb://localhost:30001,localhost:30002,localhost:30003/test?readPreference=secondary
Can you help me?