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 208936

Summary: A lot of disk touches from InstalledFileLocatorImpl
Product: platform Reporter: Jaroslav Tulach <jtulach>
Component: Module SystemAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED FIXED    
Severity: normal CC: issues
Priority: P1    
Version: 7.2   
Hardware: Other   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Jaroslav Tulach 2012-02-28 10:36:27 UTC
Subsequent start with generated caches still touches content of many cluster heavily. The reason is InstalledFileLocatorImpl and its attempt to answer various queries.

There is a cache for already made queries, but it is not persisted between restarts.
Comment 1 Jaroslav Tulach 2012-02-28 10:38:14 UTC
ergonomics#e15c49281408
Comment 2 Quality Engineering 2012-03-01 11:01:45 UTC
Integrated into 'main-golden', will be available in build *201203010400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/e15c49281408
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #208936: Persist InstanceFileLocatorImpl caches between restarts