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 213346

Summary: CodeCompletion took 11505 ms.
Product: java Reporter: tnleeuw <tnleeuw>
Component: SourceAssignee: Tomas Zezula <tzezula>
Status: RESOLVED WONTFIX    
Severity: normal CC: ender01, FrantaM, sdlarsen, tnleeuw
Priority: P3 Keywords: PERFORMANCE
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 188764
Attachments: nps snapshot
nps snapshot
nps snapshot

Description tnleeuw 2012-05-31 21:19:36 UTC
This bug was originally marked as duplicate of bug 198738, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201205300001)
VM: Java HotSpot(TM) Client VM, 20.7-b02, Java(TM) SE Runtime Environment, 1.6.0_32-b05
OS: Windows Vista
Maximum slowness yet reported was 11505 ms, average is 11505
Comment 1 tnleeuw 2012-05-31 21:19:42 UTC
Created attachment 120162 [details]
nps snapshot
Comment 2 Dusan Balek 2012-06-04 14:47:53 UTC
Code completion thread is waiting inside LuceneIndex for an extremely slow IO.
Comment 3 Tomas Zezula 2012-06-04 15:47:29 UTC
Initialization of 2 indexes took 10 seconds.
Seems as extremely slow IO probably by some other process.
Comment 4 tnleeuw 2012-06-07 19:27:35 UTC
Created attachment 120519 [details]
nps snapshot
Comment 5 Exceptions Reporter 2012-06-08 16:30:39 UTC
Created attachment 120574 [details]
nps snapshot