Problem Description
When i run MongoDB Compass and connect it to my local mongod instance, this generates several connections.
After closing mongodb compass, i still have some connections opened (db.serverStatus().connections gives me a "current" >= 10 when i should only get the one related to my mongo shell connection).
It happens that eventhough Compass is closed, i have some jobs running called MongoDB Compass Helper (Renderer) working in background. Those ones are responsible for the extra connections, therefore closing them manually after i close Compass enables me to come back to only one connection.
Expected Results
I am expecting to get only the number of connections used (1 mongoshell and/or 1 NodejS driver).
Additional Notes
I installed MongodB manually and tried to install / uninstall Mongo DB Compass both using the install_compass bin and the manual installation.
I still have the same problem.
- related to
-
COMPASS-4830 Compass opening extra connections that remain opened (Node Worker Runtime is not closed properly)
- Closed