GitHub user sudhansu7 opened a pull request: https://github.com/apache/cloudstack/pull/2015
CLOUDSTACK-9843 : Performance improvement of SSHHelper A delay of 1 sec has been introduced in SSHHelper Class. This is a fail safe code. Removing this will improves the performance of deployVm by 4 sec, createFirewallRule by 1 sec and createPortForwardingRule by 1 sec. We have not faced any issues after removing the delay. This was introduced when we were using older version of Trilead library. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sudhansu7/cloudstack CLOUDSTACK-9843 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/2015.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2015 ---- commit 05f1982c19e949e90e47d0afbf3afbdadb845b6b Author: Sudhansu <sudhansu.s...@accelerite.com> Date: 2017-03-21T10:49:44Z CLOUDSTACK-9843 : Performance improvement of deployVirtualMachine, createFirewallRule, createPortForwardingRule Removed 1 sec sleep in SSHHelper. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---