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 - A lot of disk touches from InstalledFileLocatorImpl
Summary: A lot of disk touches from InstalledFileLocatorImpl
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 7.2
Hardware: Other Linux
: P1 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-28 10:36 UTC by Jaroslav Tulach
Modified: 2012-03-01 11:01 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 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