> @@ -152,7 +163,7 @@ public void clear() {
>     }
>  
>     @Override
> -   public Session create() throws Exception {
> +   public synchronized Session create() throws Exception {

Have you experienced concurrency issues? In theory, the ssh client factory will 
create independent clients, and each one will have its own connection. Is there 
any use case where the same client and connection is used simultaneously by 
different users/clients/actors? (Such use case does not exist in 
jclouds-compute).

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/312/files#r10967503

Reply via email to