This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 162370 - Suspicious thread dump
Summary: Suspicious thread dump
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-10 08:35 UTC by Petr Jiricka
Modified: 2009-04-11 06:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump during "scanning projects" (121.78 KB, text/plain)
2009-04-10 08:37 UTC, Petr Jiricka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2009-04-10 08:35:51 UTC
The IDE was showing "Scanning projects..." progress bar for a long time. Attached is the thread dump during this
scanning - there are a lot of parsing threads for the web services metadata model. At the end the scanning completed,
but this thread dump is really suspicious - why so many threads?
Comment 1 Petr Jiricka 2009-04-10 08:37:01 UTC
Created attachment 79866 [details]
Thread dump during "scanning projects"
Comment 2 Milan Kuchtiak 2009-04-10 09:45:44 UTC
WS support cannot much influence the number of events coming from WebServices metadata model (file system changes).
All annotation metadata models were designed this way. The only thing that can me improved is the schedule delay time
for the task reacting on events. 
I did that. Now JavaEEWSOpenHook$WebservicesChangeListener.updateJaxWs() will be called much less frequently.
(setting up the same delay as in Maven projects)

Details:
http://hg.netbeans.org/main?cmd=changeset;node=0f993f60ce24
 
Comment 3 Quality Engineering 2009-04-11 06:52:56 UTC
Integrated into 'main-golden', will be available in build *200904110201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/0f993f60ce24
User: mkuchtiak@netbeans.org
Log: #162370 : increase delay time for task reacting on WS Metadata model changes