| Summary: | 100% CPU for long time in ASTUtils.createCompilationUnit | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [WebTools] WTP Webservices | Reporter: | arjan tijms <arjan.tijms> | ||||
| Component: | jst.ws.jaxws | Assignee: | Danail Branekov <danail.branekov> | ||||
| Status: | RESOLVED FIXED | QA Contact: | Shane Clarke <shane_clarke> | ||||
| Severity: | normal | ||||||
| Priority: | P3 | ||||||
| Version: | unspecified | ||||||
| Target Milestone: | 3.3.2 | ||||||
| Hardware: | PC | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
arjan tijms
Created attachment 208447 [details]
Example stack trace of the problematic thread.
Danail, could you take a look at this? Looks like #347973. Targeting to 3.3.2 Indeed, it is very probably to be a duplicate of bug 347973 and I will therefore downport the fix. Arjan, in the meanwhile, could you confirm whether you have huge projects (more than 100K lines of code) in your workspace? (In reply to comment #3)> > Arjan, in the meanwhile, could you confirm whether you have huge projects (more > than 100K lines of code) in your workspace? The amount of Java code isn't really huge. It concern an EAR project, with an EJB project having 20K lines of code, and a dynamic web project having 50K lines of code. There's also a separate EJB project in my workspace having 10K lines of code. Especially in the dynamic web project there's a considerate amount of other code, like a huge amount of .js files and many .xhtml (Facelets) files among others. Thanks for the clarification, Arjan. The web service model synchronizer processes all compilation units within the workspace and it does not matter whether they are situated in a single project or among several ones. Your codebase seems to reach 100K lines of code, so the fix would probably improve the situation. The fix itself has been implemented in the maintenance branch and should be available in the next maintenance build. Let's wait for it and check whether this works for you Regards, Danail This bugzilla is showing up in a list of open Indigo SR2 defects. Fix has been committed. Marking this as resolved. Arjan please reopen if you still see the issue in the 3.3.2 maintenance build. Latest avaialble here http://download.eclipse.org/webtools/downloads/ |