thanks for bringing this up.
The issue right now is that we reconcile the psmdb object in Operator every 5 seconds, even there are no changes. This creates a connection and sends some pings to the cluster.
The best solution here would be to improve this reconcilation on the Operator level, not throttling it on DB side.
Meanwhile, could you please share if it impacts your database in any way?
I’m experiencing the same with Percona Operator for MongoDB 1.21.0 on AWS EKS 1.34.
After starting the Operator it keeps creating connections until it reaches OOM and dies. In my case this is around 8000 connections. It creates about one connection per second.