[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-8438) Publishing / Use of RSE servers lead to thread overload, connection limit, failure of tools

Rob Stryker (JIRA) jira-events at lists.jboss.org
Wed Feb 16 15:12:13 EST 2011


     [ https://issues.jboss.org/browse/JBIDE-8438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Stryker updated JBIDE-8438:
-------------------------------


Disconnecting and reconnecting will allow you to publish, however, all the threads that are waiting continue to wait. Doing this repeatedly will eventually OOM your workbench or cause your entire environment to slow to a crawl. No solution. 

> Publishing / Use of RSE servers lead to thread overload, connection limit, failure of tools
> -------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-8438
>                 URL: https://issues.jboss.org/browse/JBIDE-8438
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: deltacloud, JBossAS
>    Affects Versions: 3.2.0.CR1
>            Reporter: Rob Stryker
>            Assignee: Rob Stryker
>            Priority: Blocker
>             Fix For: 3.2.0.Final
>
>         Attachments: JBIDE-8438.patch
>
>
> Every launch to twiddle (which is typically twice during every publish) or *ANY* remote shell command in the current tools, never cleans up its host shell connections. 
> According to API this is platform dependent. IHostShell may or may not close its connection after executing a command. There is no guarantee, but on some platforms it may not close them. It seems in linux (and possibly other platforms) the host shell is NOT closed.
> Eventually, there are too many connections to the remote system, and further attempts to connect OR transfer files become failures, leading to a complete paralysis of the tooling.
> Workaround is to go to the Remote System view and disconnect and reconnect to your remote system, however, 4 publishes later, the same action will be needed. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list