-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Networking
-
None
-
Fully Compatible
-
ALL
-
Platform C (11/20/15)
-
0
conn_pool_stats.js asserts that the totalCreated number of connections should be the sum of the totalInUse connections and the totalAvailable connections. This isn't true in NetworkInterfaceASIO or dbclient: the pool may intentionally drop connections during its lifetime under some conditions.