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 - CodeCompletion took 11505 ms.
Summary: CodeCompletion took 11505 ms.
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-05-31 21:19 UTC by tnleeuw
Modified: 2012-06-08 16:30 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 188764


Attachments
nps snapshot (39.05 KB, application/nps)
2012-05-31 21:19 UTC, tnleeuw
Details
nps snapshot (16.54 KB, application/nps)
2012-06-07 19:27 UTC, tnleeuw
Details
nps snapshot (25.33 KB, application/nps)
2012-06-08 16:30 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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