-
Type: Improvement
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Scala, Test Runner
-
None
This issue was discovered while running tests on a machine with very low open files ulimit of 256, and observing that the Scala tests were consistently causing the server to run out of open file handles for new connections. On investigation it was evident that the root cause is MongoClient instances that are created but never closed.