-
Type:
Improvement
-
Status: Closed
-
Priority:
Major - P3
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.10.1
-
Component/s: None
-
Labels:None
-
Environment:pymongo up to 1.5.2
In original pymongo.master_slave_connection.MasterSlaveConnection all read queries routed to random slave server regardless live it or not.
Patch in attachment excludes broken/staled connection from query routing.