-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reduce ssh sessions #334
Comments
Is that triggering a particular problem? We did think of including a little wrapper recently. |
The creation of 14 ssh sessions within a single second to connect to the same host is "odd" |
What is the definition of odd and why is this an issue? |
Is this related to: #304 ? |
Part of what we are seeing on this particular host is an unusual amount of CPU usage by systemd when closing ssh sessions. This issue leads to failures of the integration tests. We are debugging from the sysadmin side as well, but the number of ssh sessions the DAQ is starting is a concern for system scalability. |
From
Thus 14 connections to the same server in the span of 1 second can lead to failed connections and retries. |
We should look into ways to reduce the number of ssh sessions being spawned by the daq during startup. Ideally, there would be just one per host (excluding the run control host) to start the controllers, which could then start the other DAQ processes without further use of SSH.
Thoughts?
The text was updated successfully, but these errors were encountered: