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 174263 - AWT thread blocked for 32146 ms.
Summary: AWT thread blocked for 32146 ms.
Status: RESOLVED WORKSFORME
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Denis Anisimov
URL: http://statistics.netbeans.org/except...
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2009-10-10 00:07 UTC by Exceptions Reporter
Modified: 2010-10-27 08:27 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 158590


Attachments
nps snapshot (102.96 KB, bin/nps)
2009-10-10 00:07 UTC, Exceptions Reporter
Details
nps snapshot (68.94 KB, bin/nps)
2009-10-12 04:39 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2009-10-10 00:07:04 UTC
Build: NetBeans IDE 6.8 M2 (Build 200910071658)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows Vista, 6.0, x86

User Comments:
moilejter: Creating new web project


Maximum slowness yet reported was 32146 ms, average is 13639
Comment 1 Exceptions Reporter 2009-10-10 00:07:10 UTC
Created attachment 89235 [details]
nps snapshot
Comment 2 Exceptions Reporter 2009-10-12 04:38:59 UTC
Build: NetBeans IDE 6.8 M2 (Build 200910071658)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows XP, 5.1, x86

User Comments: 

Maximum slowness yet reported was 32146 ms, average is 15303
Comment 3 Exceptions Reporter 2009-10-12 04:39:03 UTC
Created attachment 89290 [details]
nps snapshot
Comment 4 David Konecny 2009-10-21 21:51:47 UTC
RestServicesNodeFactory.RestNodeList should not use MetadataModelAction to return list of Keys. Doing so can take long
time as Parsing API is involved. It should rather return empty keys and calculate exact keys in separate thread.
Comment 5 Denis Anisimov 2010-10-27 08:27:27 UTC
This is already fixed exactly as David suggest.