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 180434 - ClassIndex performance impacted by FS sync
Summary: ClassIndex performance impacted by FS sync
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-08 08:56 UTC by Tomas Zezula
Modified: 2010-02-08 21:43 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Zezula 2010-02-08 08:56:33 UTC
When calling ClassIndex operations on the dirty class index the Lucene does FS sync which negatively impacts performance.
Thanks Jardo for finding it!
Comment 1 Tomas Zezula 2010-02-08 10:30:21 UTC
Fixed in jat-main d340e46152ed
Comment 2 Quality Engineering 2010-02-08 21:43:57 UTC
Integrated into 'main-golden', will be available in build *201002090200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/d340e46152ed
User: Tomas Zezula <tzezula@netbeans.org>
Log: #180434:ClassIndex performance impacted by FS sync