-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Environment:node driver v1.3.12 (nodejs v0.10.13), against mongo 2.4.4
-
Empty show more show less
We have run into an issue where we are opening the connection to a replicaset (2 servers), where the secondary server in the replicaset is performing a data compaction ...
The db.open() doesnt return ... and our apps sits hanging waiting for the connection. I've left the app hanging for minutes and nothing seems to time out.
This is node driver v1.3.12, against mongo 2.4.4
We dont seem to get a socket timeout.
I cant see anything in the code that would handle the compacting server not responding...