mongodb / mongodb-kubernetes-operator

MongoDB Community Kubernetes Operator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Too many "Connection accepted" and "Connection ended" in the logs

neo2k opened this issue · comments

We use many MongoDB Instances with 3 Replica. Regular MongoDB Agent checks produces many "Connection accepted" and "Connection ended". In my case about 5 million lines of log messages every day.

This Forum Thread is about that problem. One suggested solution is to use an connection pool in the client.

Would id be possible / a good idea to use a collection pool in the mongodb-agent?