kube-HPC / hkube

🐟 High Performance Computing over Kubernetes - Core Repo 🎣
http://hkube.io
MIT License
303 stars 20 forks source link

Restarts in algorithm-operator #1737

Open golanha opened 1 year ago

golanha commented 1 year ago

algorithm-operator restarts showing the events in pods log. Apparently some limit is exeeded, throwing the folowing error: MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 message listeners added to [Redis]. Use emitter.setMaxListeners() to increase limit

Need to undrerstand where we register to an event in the event emiter and either unregister or avoid reregistering

Adir111 commented 2 weeks ago

Clarification: algorithm operator isn't restarting. This happens on any start-up of the pod. Detailed explanation in PR.