-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 3.6.2
-
Component/s: None
-
None
-
Empty show more show less
There is a bug in the new CMAP implementation where connections may be leaked if a wait queue member times out before execution. The bug is exacerbated by using a waitQueueTimeoutMS (and would likely have surfaced as part of client-side operation timeout), but only occurs when there are no active connections, the pool is not maxed out, and the wait queue member times out between checkout and connection establishment.