You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2023. It is now read-only.
When using the ldap nodes we expect to see connections made to the slap service.
If we check then number of openfiles/connections made we can see that each node has made 1 connection. However when we then make a modification to the flow (not necessarily to the ldap nodes) and deploy, a new set of connection are made to the ldap server but the old ones are not closed and released.
This leads to a connection leak that causes the ldap service to fail with too many files open.
To fix the issue we have to stop node-red to clean up the connection leak.