[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-5857) Publishing to JBoss AS hangs indefinetely
Rob Stryker (JIRA)
jira-events at lists.jboss.org
Tue Feb 23 02:53:10 EST 2010
[ https://jira.jboss.org/jira/browse/JBIDE-5857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12515893#action_12515893 ]
Rob Stryker commented on JBIDE-5857:
------------------------------------
Well this is probably only part of the problem, but I did try to improve hte efficiency of some of the module factories upstream.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=303587
Basically what it comes down to is that every workspace change causes the server view to check for deltas, and all the module providers completely re-traverse their trees to calculate the delta. However this members() call happens 2 or 3 times on every workspace change, and up to 6 times during a publish.
I can't guarantee that's the blocker, but I'm sure caching that down to 15% of what it is now should probably help quite a bit, no? I just committed it upstream so unfortunately you probably won't see this one until summer.
> Publishing to JBoss AS hangs indefinetely
> -----------------------------------------
>
> Key: JBIDE-5857
> URL: https://jira.jboss.org/jira/browse/JBIDE-5857
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: JBossAS
> Affects Versions: 3.1.0.CR1
> Environment: Win7, JBT 3.1.CR1
> Reporter: Fred Bricon
> Assignee: Rob Stryker
> Fix For: 3.1.1
>
> Attachments: publisher_hangs_forever.txt
>
>
> I'm trying to deploy a mavenized seam project with a fair number of classes to a local JBoss AS 4.2.2.
> Today, publishing stucks forever. Attached is a thread dump of eclipse.
> I can't provide a test sample since it's a fairly large, corporate project. Tell me if you need further info.
> regards,
> Fred Bricon
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jbosstools-issues
mailing list