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 189979 - 29s: TreeExpansion blocked until background thread computes nodes
Summary: 29s: TreeExpansion blocked until background thread computes nodes
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: PERFORMANCE
Depends on: 159628
Blocks:
  Show dependency tree
 
Reported: 2010-08-30 04:45 UTC by Exceptions Reporter
Modified: 2010-09-18 03:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 161063


Attachments
nps snapshot (7.92 KB, application/nps)
2010-08-30 04:45 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2010-08-30 04:45:00 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 1.6.0-b105, Java(TM) SE Runtime Environment, 1.6.0-b105
OS: Windows XP
Maximum slowness yet reported was 29390 ms, average is 17502
Comment 1 Exceptions Reporter 2010-08-30 04:45:04 UTC
Created attachment 101744 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2010-09-09 10:54:13 UTC
This seems to be related to bug 159628: do not block EQ loading this folder's children. Obviously the same problem can happen even on regular filesystems, not just on slow remote ones.
Comment 3 Jaroslav Tulach 2010-09-09 19:15:20 UTC
Will be fixed as soon as core-main#eb9a806f0c37 is merged (presummably in 6.10 release).
Comment 4 Quality Engineering 2010-09-11 03:37:57 UTC
Integrated into 'main-golden', will be available in build *201009110000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/eb9a806f0c37
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #189979: FileObject.getChildren will always be called outside of AWT thread
Comment 5 Quality Engineering 2010-09-18 03:42:53 UTC
Integrated into 'main-golden', will be available in build *201009180000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/75e2db5593c5
User: Jesse Glick <jglick@netbeans.org>
Log: Doc & comment updates relating to fix of #189979.